https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
cd20705 bump to 2.7.2rc1 29 May 2011, 21:50:27 UTC
8c0c9d2 Branch merge 29 May 2011, 15:57:29 UTC
c4f97f4 Issue #12205: Fix test_subprocess failure due to uninstalled test data. 29 May 2011, 09:36:17 UTC
28ef3c4 Re-add missing doc stub for the distutils check command 28 May 2011, 22:31:30 UTC
bee18a3 Backport doc improvements for distutils.cmd.Command (#9223). Original commit by Georg Brandl. 28 May 2011, 22:11:59 UTC
be77831 Fix test_distutils when sys.dont_write_bytecode is true (#9831). The tests now pass all combinations of -O/-OO and -B. See also #7071 and #6292 for previous variations on the same theme. 28 May 2011, 21:21:19 UTC
22f63b5 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does. 28 May 2011, 12:56:14 UTC
609e36d Nearly null-merge 2.5.6 28 May 2011, 12:14:17 UTC
9c53584 Nearly null-merge 2.5.6 28 May 2011, 12:13:32 UTC
228516c merge 2.5.6c1 tag 28 May 2011, 12:06:55 UTC
dcdf032 Added tag v2.5.6c1 for changeset a87c7b96672b 28 May 2011, 12:05:31 UTC
4ca9d48 Added tag v2.5.6 for changeset de34c7b097e8 28 May 2011, 12:00:37 UTC
11a859d r88840: Prepare for 2.5.6. 28 May 2011, 11:58:36 UTC
e81c485 r88828: Fix year. 28 May 2011, 11:57:28 UTC
cf60858 r88824: Prepare for 2.5.6c1. 28 May 2011, 11:56:22 UTC
482f908 Issue #9670: Increase the default stack size for secondary threads on Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren) 28 May 2011, 07:11:54 UTC
1e94021 merge heads 26 May 2011, 14:57:21 UTC
4fa68ab raise an ValueError in getvalue() on closed StringIO (closes #12161) Thanks for Catalin Iacob for the patch. 26 May 2011, 14:56:41 UTC
8fcda68 Branch merge 26 May 2011, 14:52:22 UTC
dbfba16 Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) division (python -Qnew). Patch written by Ralf W. Grosse-Kunstleve. 26 May 2011, 11:37:25 UTC
a539245 IDLE: #6378: Further adjust idle.bat to start associated Python 26 May 2011, 02:36:51 UTC
daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. 25 May 2011, 20:52:37 UTC
5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if the file is closed. 25 May 2011, 20:15:36 UTC
31890bc Fix display of html.parser.HTMLParser.feed docstrin 25 May 2011, 16:11:43 UTC
ea088c5 Add missing name in pkgutil.__all__ 25 May 2011, 16:11:24 UTC
78d9133 Branch merge 25 May 2011, 16:06:35 UTC
18176f0 Fix two typos 25 May 2011, 16:06:16 UTC
e2d9e26 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py 24 May 2011, 23:19:57 UTC
9e5cdcc Issue #12057: Add tests for the HZ encoding 24 May 2011, 22:19:07 UTC
b94e0cd Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid heap fragmentation and MemoryError with some malloc implementations. 24 May 2011, 21:10:54 UTC
40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to their encode() method anymore, but continue to call the reset() method if the final argument is True. 24 May 2011, 20:29:13 UTC
80a09c7 use '->' to indicate return values 24 May 2011, 17:42:51 UTC
7f5cd45 must clear an AttributeError if it is set 23 May 2011, 23:17:55 UTC
fd89af5 handle old-style instances 23 May 2011, 22:11:21 UTC
8de87a6 correctly lookup __dir__ 23 May 2011, 21:11:05 UTC
4ef33dc Null merge from 2.6 branch. 23 May 2011, 19:29:24 UTC
32140f8 Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit message: Merging post 2.6.7rc2 changes from Subversion. 23 May 2011, 19:27:52 UTC
3428926 Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit message: Cross-port changes for 2.6.7rc2 from the Subversion branch. 23 May 2011, 19:26:11 UTC
cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: Reconcile with the 2.6svn branch. The 2.6.7 release will be made from Subversion, but there were differences, so this brings them in sync. These changes should *not* propagate to any newer versions. 23 May 2011, 19:22:56 UTC
6c603c4 test_codecs now removes the temporay file (created by the test) 23 May 2011, 14:19:31 UTC
29f6efa Issue 12003: fixing error in xrange alternative sample 23 May 2011, 03:10:26 UTC
0406d96 Forward merge. 23 May 2011, 01:17:49 UTC
e26bc10 These files have Windows line endings in 2.6. 23 May 2011, 01:16:55 UTC
2e7f39e Issue #12012: test_ssl uses test_support.import_module() Skip the whole file if the SSL module is missing. It was already the case, except that the SkipTest exception was raised in test_main(). This commit fixes an error in test_ssl if the ssl module is missing. 22 May 2011, 11:22:28 UTC
e91b305 Issue 12126: removing incorrect claim about return value of select 22 May 2011, 03:49:01 UTC
691a659 Simplify example 21 May 2011, 16:39:57 UTC
f58f1c3 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore to be able to unload the module. 21 May 2011, 00:13:22 UTC
ce77def this should actually be an IOError 20 May 2011, 16:49:06 UTC
30e10d8 add example for not using access 20 May 2011, 16:41:13 UTC
52f63ea #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. 20 May 2011, 12:04:38 UTC
22d8f7b Minor code cleanup. 18 May 2011, 22:28:50 UTC
d021f72 merge heads 17 May 2011, 23:32:26 UTC
6116d4a stop using the old brain-dead interface for providing attributes/methods This closes #12099. 17 May 2011, 23:31:20 UTC
2c5e28e Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of the CJK encoding testcase BLOB into multiple text files. 17 May 2011, 13:49:56 UTC
b13cacf (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 Without this patch IDLE will crash reliably on OSX when Tkinter is linked to TkCocoa 8.5.x. To reproduce: * Create a new file (script.py) with the following two lines: x = raw_input('prompt: ') print x * Save the script * Run the script using the F5 keyboard shortcut (running from the menu works fine) The patch is a fairly crude hack, but we haven't found a better workaround for this Tk bug yet. 17 May 2011, 13:13:46 UTC
372954e (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" On MacOSX and OpenBSD (and possibly other BSDs) "en_US.UTF-8" is a valid locale while "en_US.UTF8" is not. As the former works on Linux as well it is better to normalize to that value. 17 May 2011, 11:22:30 UTC
bfbd1a2 #12092: backport rephrasing of a paragraph in the tutorial. 17 May 2011, 02:39:22 UTC
b429c57 #12093: fix typo in struct doc. Patch by Sandro Tosi. 17 May 2011, 02:17:35 UTC
4dd89ce Fix closes issue #12088 - fixes the tarfile.extractall issue when the symlinks/hardlink was broken. It handles now in a graceful manner (No exception is raised, behavior similar GNU tar). 17 May 2011, 02:12:18 UTC
72bb99d Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore 16 May 2011, 23:18:33 UTC
73e3e76 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files 16 May 2011, 15:16:18 UTC
53b6a5f NEWS entry for fix of issue #9516 15 May 2011, 14:51:10 UTC
a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils. 15 May 2011, 14:44:27 UTC
11041f0 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". 15 May 2011, 06:50:32 UTC
fb1d60c Fixes Issue #12059: Properly handle missing hash functions even when the expected builtin modules are not present. This includes a unittest for __get_builtin_constructor() in the face of such an error. 14 May 2011, 22:07:53 UTC
0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail attribute when called without a max_length argument. 14 May 2011, 12:29:07 UTC
9b323a5 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. 14 May 2011, 06:17:52 UTC
4dcb7be #7960: fix docstrings for captured_output and captured_stdout. 14 May 2011, 05:19:43 UTC
e3992eb #5723: Improve json tests to be executed with and without accelerations. 14 May 2011, 03:24:53 UTC
720f8de Change import_fresh_module to work with packages. 14 May 2011, 03:02:25 UTC
d82a887 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. Backport 70055:35ed0efd7dd3 13 May 2011, 01:18:47 UTC
ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain type of I/O sequence on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again). 12 May 2011, 22:31:52 UTC
0730706 #12061: remove duplicate glossary entry. 12 May 2011, 05:47:06 UTC
c1ec7b5 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. 10 May 2011, 21:55:35 UTC
47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in order to accept exactly one connection. Patch by Daniel Evers. 10 May 2011, 17:16:03 UTC
3517612 Issue 12047: Expand the style guide. 10 May 2011, 07:39:02 UTC
b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter! 09 May 2011, 23:52:03 UTC
2c585f6 (Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear the end-of-file indicator after CTRL+d. 09 May 2011, 22:22:59 UTC
b47553a Some more tests were incorrectly marked as C specific. 09 May 2011, 15:32:18 UTC
591c2df Issue 11164: Remove obsolete allnodes test from minidom test. Patch by Arfrever Frehtes Taifersar Arahesis. 09 May 2011, 06:19:13 UTC
5c5d7e2 #11910: Fix test_heapq to skip the C tests when _heapq is missing. 09 May 2011, 03:54:53 UTC
193c34b #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. 09 May 2011, 03:28:42 UTC
7055064 Fix deprecation warnings in test_unittest. 09 May 2011, 02:58:17 UTC
87b86c8 Add a note to the str.find doc to suggest the use of the "in" operator. 09 May 2011, 00:54:30 UTC
01c9a16 import_fresh_module ought to be in __all__ 08 May 2011, 20:32:04 UTC
b76eb97 Make test_distutils pass without zlib (fixes #9435) 08 May 2011, 14:27:13 UTC
1bd816e Fix cut and paste error. 07 May 2011, 22:19:34 UTC
8dd0624 Some tests were incorrectly marked as C specific. 07 May 2011, 21:16:42 UTC
21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. 07 May 2011, 17:59:33 UTC
0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. 07 May 2011, 16:21:22 UTC
cec4649 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. 07 May 2011, 14:40:23 UTC
5ae6c42 Fix potential resource leak in test_mmap. 07 May 2011, 12:34:22 UTC
d0a8f16 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. 07 May 2011, 12:12:12 UTC
0d837ef Issue #11277: Add tests for mmap crash when using large sparse files on OS X. Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso. 07 May 2011, 11:17:16 UTC
3b066a7 Issue #11277: Remove useless test from test_zlib. 07 May 2011, 09:28:03 UTC
8b26c4b #11999: sync based on comparing mtimes, not mtime to system clock 07 May 2011, 01:56:22 UTC
58d6b1b Backport fix for issue #10684 from 3.x 06 May 2011, 09:31:33 UTC
fe12aa6 #11997: fix typo in init.rst. 05 May 2011, 11:19:48 UTC
a436e71 #8158: add missing 'description' description to optparse docstring. 05 May 2011, 01:05:52 UTC
28a8e96 Issue #11277: oops, fix checksum values of test_zlib on 32 bits 04 May 2011, 19:40:36 UTC
back to top