Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
7b00364 Issue #22390: Fix test_gzip, remove temporary file 29 March 2015, 23:32:42 UTC
ffaa031 Issue #22390: Fix test_pdb to remove created bar.pyc file 29 March 2015, 23:24:57 UTC
01eaf50 Issue #22390: Fix test_aifc to remove the created file 29 March 2015, 23:16:17 UTC
ac0d189 Issue #22390: Fix typo in regrtest, support => test_support 29 March 2015, 23:07:29 UTC
c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or directories are left after running a test. 29 March 2015, 22:27:44 UTC
53ea162 Make some tests more frienly to MemoryError. Free memory, unlock hanging threads. 28 March 2015, 18:38:48 UTC
582265f Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-Og -Og does not optimize the C code, it's just "fast debugging". 27 March 2015, 14:44:13 UTC
837d760 Check that failed writerow() doesn't produce change a file. 25 March 2015, 17:15:56 UTC
53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. 25 March 2015, 14:39:58 UTC
f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing writer failed in BufferedRWPair.close(). 24 March 2015, 21:23:42 UTC
40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as keyword argument. string.Formatter now allows to specify the "self" and the "format_string" parameters as keyword arguments. 24 March 2015, 20:27:50 UTC
d07ec7b Issue #23583: Fixed writing unicode to standard output stream in IDLE. Added tests for standard IO streams in IDLE. 24 March 2015, 17:45:45 UTC
ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. Added tests for standard IO streams in IDLE. 24 March 2015, 17:42:15 UTC
1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. 24 March 2015, 11:44:58 UTC
bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. 24 March 2015, 10:42:41 UTC
f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause GzipFile corruption. Original patch by Wolfgang Maier. 23 March 2015, 13:25:18 UTC
510a6e9 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. 22 March 2015, 22:31:28 UTC
836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. 22 March 2015, 20:17:11 UTC
b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford. 22 March 2015, 19:15:44 UTC
2936858 clarify behavior of shutil.move when destination exists (closes #22933) Patch by Mike Short. 22 March 2015, 14:11:54 UTC
ce16424 Issue #22079: Py3k warning now is issued in PyType_Ready() instead of raising TypeError when statically allocated type subclasses dynamically allocated type 22 March 2015, 07:45:35 UTC
9f696c9 Issue #23075: Whether __builtins__ is a module or a dict is undefined in CPython. Use the reliably well defined `import __builtin__` instead. Patch by Alex Gaynor. 21 March 2015, 20:04:42 UTC
a8e8f7e Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. 19 March 2015, 23:19:27 UTC
8d3f505 Fixed Misc/NEWS entry for issue #23136. 19 March 2015, 17:52:50 UTC
d54c2e3 Issue #23136: _strptime now uniformly handles all days in week 0, including Jan 30 of previous year. Based on patch by Jim Carroll. 19 March 2015, 17:13:25 UTC
6a74a51 wrap properly 19 March 2015, 02:35:38 UTC
9e52735 Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since FD_CLOEXEC is not supported there. 17 March 2015, 22:18:07 UTC
4f3395f Fix up PCbuild/readme.txt a bit. Removes an incorrect assertion (that the build script will choose the latest OpenSSL sources it can find), fixes NASM's homepage, and rewords the section about NASM to make it more clear that you don't have to install your own. 15 January 2015, 17:16:51 UTC
596b751 Issue #22585, #23115: make URandomFDTests test case actually run 17 March 2015, 11:34:46 UTC
5151838 versionchanged for rc4 removal (closes #23679) 16 March 2015, 17:43:38 UTC
3d15b5d Use non-zero and non-last positions in error handler tests. 16 March 2015, 06:29:35 UTC
2792389 Increased coverage of standard codec error handlers. 15 March 2015, 21:41:10 UTC
9872ad4 Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element The current documentation only mentions heap[0] as the smallest element in the beginning, and not in any of the methods' docs. There's no method to access the minimal element without popping it, and the documentation of nsmallest is confusing because it may suggest that min() is the way to go for n==1. default 15 March 2015, 03:20:36 UTC
251aede Fix minor docs markup errors. 14 March 2015, 19:32:41 UTC
dbbc07c the default is sys.maxsize not sys.maxint (closes #23645) 13 March 2015, 19:32:31 UTC
f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. Patch by Demian Brecht. 13 March 2015, 07:04:34 UTC
7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts. 13 March 2015, 06:31:34 UTC
59bdf63 Issue #22928: Disabled HTTP header injections in httplib. Original patch by Demian Brecht. 12 March 2015, 09:12:51 UTC
205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). 11 March 2015, 15:31:59 UTC
ca1fb3e close files explicit (closes #21610) Patch by mattip. 11 March 2015, 00:06:18 UTC
323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. 10 March 2015, 21:32:00 UTC
32608c1 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls 10 March 2015, 20:19:17 UTC
0acf4ad Issue #23617: Correct plurals typo noted by Kentrell Johnson. 09 March 2015, 08:54:25 UTC
81bec81 replace Amazon links in the documentation (closes #23579) Patch by Sayan Chowdhury. 07 March 2015, 14:34:16 UTC
233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. Patch by Florian Finkernagel and Davin Potts. 06 March 2015, 20:17:25 UTC
f050648 fix potential refleak in PyFloat_AsDouble (closes #23590) 06 March 2015, 14:08:44 UTC
8c51fed Issue #23593: fix Misc/NEWS entries 06 March 2015, 01:43:26 UTC
59439d8 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. 06 March 2015, 01:32:28 UTC
b10d50e use _import_symbols to import VERIFY_* constants 05 March 2015, 04:18:57 UTC
d86699f adjust test_crl_check for trusted first being default 05 March 2015, 04:18:48 UTC
72ef961 expose X509_V_FLAG_TRUSTED_FIRST 05 March 2015, 03:49:41 UTC
b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) 05 March 2015, 03:11:12 UTC
34c8d98 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. 04 March 2015, 19:51:55 UTC
c620c11 Issue #23504: Added an __all__ to the types module. 04 March 2015, 07:42:59 UTC
b027c6c fix possible overflow bugs in unicodedata (closes #23367) 02 March 2015, 16:17:05 UTC
b198ad9 wrap everything at 80 chars 02 March 2015, 14:34:31 UTC
f0b630b Added more tests for urllib utility functions. These functions are not documented but used in third-party code. 02 March 2015, 14:31:57 UTC
f4875d5 remove mention of Python 2.2 and 2.3 02 March 2015, 01:59:22 UTC
2b8c00d Fixed pydoc tests when run with -OO. 01 March 2015, 13:31:21 UTC
082a960 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case" 25 February 2015, 15:12:26 UTC
ebcbbfb Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows 24 February 2015, 14:12:57 UTC
e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now set to non inheritable 24 February 2015, 13:30:43 UTC
0e4da40 Issue #23499: Fix grammar error noticed by SilentGhost 23 February 2015, 00:08:23 UTC
437d535 Broke reference loops in tests added in issue #5700. 22 February 2015, 22:28:38 UTC
cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after closing the window. 22 February 2015, 15:22:53 UTC
b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in particular accepts writable memoryview). 21 February 2015, 17:51:17 UTC
4809d1f Issues #814253, #9179: Warnings now are raised when group references and conditional group references are used in lookbehind assertions in regular expressions. 21 February 2015, 10:08:36 UTC
021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo. 20 February 2015, 23:19:17 UTC
3173f7c Issue #5700: io.FileIO() called flush() after closing the file. flush() was not called in close() if closefd=False. 20 February 2015, 22:34:20 UTC
dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty docstrings. Initial patch by Yuyang Guo. 20 February 2015, 10:10:33 UTC
bbdad54 Fix typo pointed out on docs@ by Yaniv Sayeh 20 February 2015, 04:28:36 UTC
a0dd7dc remove rc4 from the default client ciphers (closes #23481) 19 February 2015, 22:57:08 UTC
e3a950e remove RPM file, which is unused and unmaintained 18 February 2015, 13:57:27 UTC
ad9a1ba Issue #23474: Enhanced locale testing. 18 February 2015, 06:04:26 UTC
a2269d0 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer overflows. Added few missed PyErr_NoMemory(). 16 February 2015, 11:16:07 UTC
e8d750c Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7). 16 February 2015, 06:05:10 UTC
66a9b72 Merge heads 15 February 2015, 23:50:04 UTC
e062243 Backed out changeset 7d2018774925 15 February 2015, 23:49:22 UTC
c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm module. Original patch by Claudiu Popa. 15 February 2015, 22:29:52 UTC
eab2fd1 Use os.devnull instead of hardcoded '/dev/null'. 15 February 2015, 11:57:49 UTC
66306cf Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD when run as root. Extended testing with /dev/full. Based on patch by Daniel Dickman. 15 February 2015, 11:05:10 UTC
4c2bada Issue #17753: Skip test_zipfile tests which require write access to test and email.test. 14 February 2015, 21:17:13 UTC
b6b48e6 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. Patch by David Edelsohn. 14 February 2015, 20:44:35 UTC
4cc93db avoid reading unallocated memory when argc == 0 (closes #22633) 14 February 2015, 20:17:25 UTC
7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in the multiprocessing module. 13 February 2015, 13:08:36 UTC
3be0d0e Issue #21840: Fixed a typo. 13 February 2015, 10:47:08 UTC
2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in posixpath.expandvars(). Fixed all os.path implementations on unicode-disabled builds. 13 February 2015, 10:02:05 UTC
4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. 06 February 2015, 06:56:33 UTC
dd8430f Issue #23881: Only use entry-values with gdb 7.4 in tests. Fixes a regression in issue #22765. Patch by Vinson Lee. 06 February 2015, 06:36:14 UTC
e0944c9 Fix missing :ref: for idle in doc build. 06 February 2015, 04:41:27 UTC
ca7ecf3 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. (currently only used for builds with <= 10.5 deployment targets) 06 February 2015, 03:11:36 UTC
dbd85aa Issue #18982: Fixed newlines in calendar CLI tests on Windows. 05 February 2015, 16:03:27 UTC
d44bcc9 Issue #18982: Add tests for CLI of the calendar module. 05 February 2015, 13:18:26 UTC
fa11978 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level values (like 0.9.8zc). 05 February 2015, 06:19:11 UTC
ad5ddf7 remove parenthesis from print statement (closes #23396) 05 February 2015, 03:06:55 UTC
0c1e98b Update pip to 6.0.8 05 February 2015, 03:02:09 UTC
42aa9c0 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. Used PyMem_New to check overflow. 02 February 2015, 23:34:09 UTC
77a57c7 _clear_type_cache is cpython-only 02 February 2015, 19:06:11 UTC
dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) 02 February 2015, 02:34:07 UTC
17845c1 check for overflow in combinations_with_replacement (closes #23365) 02 February 2015, 02:10:47 UTC
back to top