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

sort by:
Revision Author Date Message Commit Date
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
021dec1 detect overflow in combinations (closes #23366) 02 February 2015, 01:59:00 UTC
75461e3 https goodness 02 February 2015, 01:17:22 UTC
1c9bf63 Preserve critical whitespace in Doc/*. 01 February 2015, 18:49:38 UTC
3f1ef5b Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets are required. 01 February 2015, 18:40:50 UTC
0a7fc53 Issue #23370: Fix off-by-one error for non-contiguous buffers. 01 February 2015, 15:10:35 UTC
caaaa14 Added a cookbook entry on logging audible messages. 01 February 2015, 15:14:03 UTC
a029950 Issue #23212: Update Windows copy of OpenSSL to 1.0.1l 31 January 2015, 20:18:33 UTC
7407f58 Issue #23199: libpython27.a in amd64 release is 32-bit 31 January 2015, 20:15:13 UTC
73bcde2 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. Patch by Bohuslav Kabrda. 31 January 2015, 09:48:36 UTC
9797bc3 Completed Misc/NEWS entry. 31 January 2015, 09:42:04 UTC
5312a7f Avoid deprecation warnings. 31 January 2015, 09:27:06 UTC
7ece150 test_spwd skipping is expected on win32. 31 January 2015, 08:20:31 UTC
d484605 Restored test_xpickle compatibility with Python 2.5. Python 2.5 has no unittest.skipUnless. 31 January 2015, 07:25:16 UTC
b84e5da Use float division to avoid deprecation warning in test_timeit (issue #11578). 31 January 2015, 00:12:17 UTC
227526d Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. 30 January 2015, 23:15:29 UTC
5ec0bbf Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV. 30 January 2015, 21:35:03 UTC
5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Richard Hansen. 30 January 2015, 19:11:10 UTC
61ec71d Upgrade setuptools to 12.0.5 and pip to 6.0.7 28 January 2015, 22:58:53 UTC
a99e48c ifdef our way to compatibility with old openssl (closes #23335) 28 January 2015, 17:06:39 UTC
4c54387 Issue #22079: PyType_Ready() now checks that statically allocated type has no dynamically allocated bases. 28 January 2015, 08:52:49 UTC
9e74fc3 Added a logging cookbook entry on customized exception formatting. 28 January 2015, 07:29:13 UTC
0d8fe3b Issue #19949: The test_xpickle test now tests compatibility with installed Python 2.7 and reports skipped tests. Based on patch by Zachary Ware. 27 January 2015, 20:44:45 UTC
179fe5e Merge heads 27 January 2015, 20:32:34 UTC
0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis and fix by Guido Vranken. 27 January 2015, 20:17:56 UTC
f4bb231 disable ALPN on LibreSSL, which has a large version number, but not ALPN support (closes #23329) 27 January 2015, 16:10:18 UTC
3ce465a Issue #23191: fnmatch functions that use caching are now threadsafe. 27 January 2015, 09:40:51 UTC
c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). 26 January 2015, 11:45:04 UTC
09d7e7e Use test.test_support instead of test.support. 26 January 2015, 10:30:56 UTC
73c0863 Issue #18518: timeit now rejects statements which can't be compiled outside a function or a loop (e.g. "return" or "break"). 26 January 2015, 10:08:37 UTC
0013207 Issue #11578: Backported test for the timeit module. 26 January 2015, 09:54:32 UTC
5f1909a Merge heads 26 January 2015, 08:27:31 UTC
38a33ec Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the directory containing a backslash. 26 January 2015, 08:26:00 UTC
bfd976f simply ignore headers with no name (#19996) Patch by Cory Benfield. 26 January 2015, 04:34:42 UTC
9a6d32e #23251: Reflow paragraph. 25 January 2015, 20:48:47 UTC
f8fe12a #23251: note that time.sleep affects the current thread only. This is parallel to the language used in the unix man page. 25 January 2015, 20:48:26 UTC
812b975 Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport instead of (non-existing) _set_hostport. (Fix the regression introduced in 568041fd8090 ) 24 January 2015, 20:58:10 UTC
aa70758 prefer server alpn ordering over the client's 23 January 2015, 22:30:26 UTC
65aa261 fix versionchanged 23 January 2015, 21:47:52 UTC
b10bfbe pep 466 backport of alpn (#20188) 23 January 2015, 21:35:37 UTC
5e3b2df Issue #23305: clarified RotatingFileHandler documentation. 23 January 2015, 21:18:02 UTC
6e3c3c3 detect 64-bit systems using maxsize not maxint 21 January 2015, 05:47:54 UTC
1b6e538 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. Patch by Mike Short. 20 January 2015, 04:55:51 UTC
c3edc19 Issue #23248: Update ssl error codes from latest OpenSSL git master. 18 January 2015, 16:39:32 UTC
e8c9e14 Issue #23181: More "codepoint" -> "code point". 18 January 2015, 09:42:50 UTC
2098d61 Issue #23098: 64-bit dev_t is now supported in the os module. 18 January 2015, 09:11:25 UTC
b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. 18 January 2015, 05:03:41 UTC
1a94b2b Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) 15 January 2015, 17:15:45 UTC
7ff0360 Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. 15 January 2015, 07:16:01 UTC
3700cc3 Issue20467: clarify __init__'s role 15 January 2015, 06:02:10 UTC
95ee9c7 fix parsing reST with code or code-block directives (closes #23063) Patch by Marc Abramowitz. 15 January 2015, 04:56:35 UTC
a44ec3f Closes #23181: codepoint -> code point 14 January 2015, 07:26:30 UTC
07f9047 fix instances of consecutive articles (closes #23221) Patch by Karan Goel. 13 January 2015, 14:17:24 UTC
6022f38 Bump setuptools to 11.3.1 11 January 2015, 20:49:22 UTC
a8efb6b Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. Patch by Davin Potts. 11 January 2015, 14:09:27 UTC
a024f80 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. 11 January 2015, 13:03:06 UTC
back to top