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

sort by:
Revision Author Date Message Commit Date
b00d0c4 Merge from 3.1 12 May 2011, 19:30:18 UTC
0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. _tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes. Don't use tkinter.messagebox.Message - use the helper functions which convert to str. 12 May 2011, 19:25:24 UTC
0ef3e39 normalize whitespace. 12 May 2011, 05:20:11 UTC
c9557af merge - 7a3f3ad83676 Fixes Issue #12044. 12 May 2011, 05:18:23 UTC
79a11e7 Merge heads 11 May 2011, 18:02:13 UTC
6551baa Correct version in IDLE NEWS.txt 11 May 2011, 17:54:44 UTC
bc3e138 Merge from 3.1 11 May 2011, 17:48:54 UTC
30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. 11 May 2011, 17:47:27 UTC
e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd(). 11 May 2011, 16:24:17 UTC
57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly. 11 May 2011, 14:34:59 UTC
dd2e94d Merge 3.1 (empty merge, a similar patch was already applied) 10 May 2011, 22:58:26 UTC
ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly non-ASCII scripts. Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script. 10 May 2011, 22:57:29 UTC
5307126 Issue #11169: compileall module uses repr() to format filenames and paths to escape surrogate characters and show spaces. 10 May 2011, 22:36:28 UTC
1eb4f28 Close #10419, issue #6011: build_scripts command of distutils handles correctly non-ASCII path (path to the Python executable). Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script. 10 May 2011, 22:14:28 UTC
f188bc5 #12051: merge with 3.1. 10 May 2011, 22:10:27 UTC
1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. 10 May 2011, 22:02:56 UTC
ccc87b5 Issue #12054: use support.find_unused_port() instead of reinventing the wheel 10 May 2011, 21:37:11 UTC
1be815a 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:29 UTC
cda41d3 Actually print out the description of what changed. 10 May 2011, 13:25:41 UTC
bb1cf8d Issue 12047: Expand the style guide. 10 May 2011, 07:35:03 UTC
17ca323 (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, 22:48:41 UTC
ee18b6f 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, 22:38:00 UTC
db93278 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:20:35 UTC
4755ab0 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:19:53 UTC
7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result 09 May 2011, 16:49:42 UTC
219a5dc Merge with 3.1. 09 May 2011, 15:40:42 UTC
f9756c2 Some more tests were incorrectly marked as C specific. 09 May 2011, 15:36:53 UTC
867754e merge 11164 09 May 2011, 06:10:38 UTC
2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. Patch by Arfrever Frehtes Taifersar Arahesis. 09 May 2011, 06:05:43 UTC
8ffaa10 The option is actually --no-as-needed. 09 May 2011, 05:42:28 UTC
48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. Patch by Arfrever Frehtes Taifersar Arahesis. 09 May 2011, 05:37:45 UTC
19f7ca2 #11910: merge with 3.1. 09 May 2011, 04:27:20 UTC
fd69abb Some tests were incorrectly marked as C specific. 09 May 2011, 04:20:47 UTC
8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. 09 May 2011, 04:15:04 UTC
313fa9d #11910: merge with 3.1. 09 May 2011, 03:43:14 UTC
199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. 09 May 2011, 03:41:55 UTC
74efb71 Merge with 3.1. 09 May 2011, 01:00:06 UTC
0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. 09 May 2011, 00:54:30 UTC
31dc373 merge 3.1 08 May 2011, 20:34:24 UTC
262c582 put import_fresh_module in __all__ 08 May 2011, 20:32:46 UTC
1a74374 Merge with 3.1. 08 May 2011, 17:00:03 UTC
1c3fd58 Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things. 08 May 2011, 16:58:08 UTC
a8201f0 Merge 07 May 2011, 17:47:47 UTC
6ef5dfd Merge 07 May 2011, 17:47:24 UTC
4d1cd0a Merge 07 May 2011, 17:45:34 UTC
5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. 07 May 2011, 17:41:33 UTC
c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. 07 May 2011, 17:39:37 UTC
fde86ff merge 07 May 2011, 17:35:36 UTC
24befa8 merge with 3.1 07 May 2011, 17:09:34 UTC
0b5c21f #12002 - ftplib's abort() method raises TypeError 07 May 2011, 17:03:47 UTC
4c1aebd #5421: merge with 3.1. 07 May 2011, 16:50:28 UTC
63e4230 #5421: add tests. 07 May 2011, 16:47:48 UTC
06383ee #12017: merge with 3.1. 07 May 2011, 15:15:34 UTC
362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. 07 May 2011, 14:58:09 UTC
b0b0579 Merge: Fix potential resource leak in test_mmap. 07 May 2011, 12:35:36 UTC
7420b70 Fix potential resource leak in test_mmap. 07 May 2011, 12:35:05 UTC
044dfad Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. 07 May 2011, 12:16:50 UTC
909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. 07 May 2011, 12:14:53 UTC
c2bb073 Merge: #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:08:54 UTC
ced1056 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:01:50 UTC
94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock 07 May 2011, 02:20:34 UTC
caed7fe #11999: sync based on comparing mtimes, not mtime to system clock 07 May 2011, 02:07:19 UTC
6355c16 ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP. Noticed while researching a buildbot failure due to a patch for issue #10684. 06 May 2011, 15:11:07 UTC
1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil. 06 May 2011, 13:19:49 UTC
78349b0 merge from 3.1 06 May 2011, 08:57:22 UTC
f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) 06 May 2011, 08:23:04 UTC
8cd2e5f Sync-up minor code edits with the default branch. 05 May 2011, 21:15:12 UTC
102d874 Sync-up minor code edits with the default branch. 05 May 2011, 18:49:12 UTC
f90ba8a Avoid codec spelling issues by just using the utf-8 default. 05 May 2011, 18:35:50 UTC
c4d7864 Use shared testing facilities in test_threading 05 May 2011, 18:17:32 UTC
66a18fd #11873: Improve test regex so random directory names don't cause test to fail 05 May 2011, 15:52:44 UTC
fdc2c55 Remove trailing whitespace 05 May 2011, 14:02:12 UTC
0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. 05 May 2011, 13:49:25 UTC
f77b74d #11997: merge with 3.1. 05 May 2011, 11:21:18 UTC
d92ab08 #11997: fix typo in init.rst. 05 May 2011, 11:19:48 UTC
3ef4419 Merge #8158: add missing 'description' description to optparse docstring. 05 May 2011, 01:07:33 UTC
fc5ed80 #8158: add missing 'description' description to optparse docstring. 05 May 2011, 01:06:57 UTC
eda70b8 #11335: Fix memory leak after key function failure in sort 04 May 2011, 19:46:28 UTC
0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the interpreter is shutting down; instead, these threads are now killed when they try to take the GIL. 04 May 2011, 18:02:30 UTC
e548f5a #11985: merge with 3.1. 04 May 2011, 15:39:29 UTC
f16898b #11985: update docstring of platform.python_implementation. 04 May 2011, 15:37:50 UTC
03b8d4e Fix #11834. Correct site-packages paths. Patch by Bryce Verdier. 04 May 2011, 02:57:56 UTC
308053e Fix #11834. Correct site-packages paths. Patch by Bryce Verdier. 04 May 2011, 02:57:00 UTC
003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. 03 May 2011, 18:01:32 UTC
5098d44 #11985: merge with 3.1. 03 May 2011, 17:43:48 UTC
b351bcc #11985: document the return value of platform.python_implementation for PyPy. 03 May 2011, 17:41:48 UTC
b87a56a Fix typo in name of private function 03 May 2011, 14:34:42 UTC
a5ac2ce Backport 3.3 fixes and cleans ups. 02 May 2011, 18:02:13 UTC
81b9656 Backport code cleanup for namedtuples. 02 May 2011, 16:50:15 UTC
cafa2ef logging: don't define QueueListener if Python has no thread support 02 May 2011, 14:11:28 UTC
b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. 02 May 2011, 12:47:24 UTC
38cfe89 Merge 3.1 02 May 2011, 11:12:23 UTC
cd6756d Branch merge 02 May 2011, 11:10:36 UTC
b79c234 Add missing colon 02 May 2011, 11:10:18 UTC
c704378 merge 3.1 02 May 2011, 01:24:40 UTC
9b2fd32 Fix spelling. 02 May 2011, 01:14:49 UTC
8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. 01 May 2011, 23:11:33 UTC
a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. 01 May 2011, 23:05:37 UTC
cee01bf merge 3.1 01 May 2011, 22:39:40 UTC
10116d4 note abcs of int and float (closes #11977) 01 May 2011, 22:38:17 UTC
back to top