https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5673e27 Bump to 3.2.1rc1. 15 May 2011, 15:52:42 UTC
521143d Update pydoc topics and handle suspicious markup. 15 May 2011, 15:51:24 UTC
447fcfb NEWS entry for fix of issue #9516 15 May 2011, 14:50:28 UTC
222e89a 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:46:11 UTC
2bff9fc Branch merge. 15 May 2011, 08:42:56 UTC
5ebfe6d (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. Patch written by Charles-François Natali. 15 May 2011, 08:27:09 UTC
2ec6b17 Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. Patch written by Charles-François Natali. 15 May 2011, 08:21:59 UTC
758b85e Fix-up NEWS: entries made after 3.2.1b1 go into the 3.2.1c1 section. 15 May 2011, 07:49:19 UTC
318e621 Merge #6498 fix from 3.1. 15 May 2011, 06:49:29 UTC
0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". 15 May 2011, 06:49:12 UTC
760155c Merge: Fix copy-paste mistake in new zlib test. 14 May 2011, 22:48:57 UTC
1161a9c Fix copy-paste mistake in new zlib test. 14 May 2011, 22:48:24 UTC
a3221f8 fix whitespace 14 May 2011, 22:35:19 UTC
11ddc99 merge heads 14 May 2011, 22:33:43 UTC
873cab2 merge heads. 14 May 2011, 22:26:35 UTC
565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result. 14 May 2011, 22:20:52 UTC
0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result. 14 May 2011, 22:19:50 UTC
12c9d02 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:15:49 UTC
95e6866 Merge heads (!) 14 May 2011, 21:50:02 UTC
4b16ff2 Merge heads 14 May 2011, 21:31:54 UTC
84aacf8 Merge heads 14 May 2011, 21:30:58 UTC
f369b81 Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python 14 May 2011, 21:22:14 UTC
dfbe159 Issue #6378: Further adjust idle.bat to start associated Python 14 May 2011, 21:20:09 UTC
154bdf9 Fix memory leaks in zlib.compress() and .decompress(). Also, make sure that test_zlib tests decompress() for overly-large inputs. 14 May 2011, 21:07:36 UTC
d8eab60 Merged rethought pprint usage example from 3.1. 14 May 2011, 20:49:10 UTC
4ad78ab pprint usage example rethought. 14 May 2011, 20:43:44 UTC
855cd7a Null merge (#8650): zlib.compress() and .decompress() are already 64-bit safe. 14 May 2011, 20:32:19 UTC
1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). 14 May 2011, 20:26:55 UTC
5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail attribute when called without a max_length argument. 14 May 2011, 12:15:47 UTC
7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail attribute when called without a max_length argument. 14 May 2011, 12:05:20 UTC
07352b0 Update __all__ and docstring. 14 May 2011, 11:51:18 UTC
132bcf4 #11979: merge with 3.1. 14 May 2011, 06:23:52 UTC
eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. 14 May 2011, 06:17:52 UTC
e728d72 #7960: merge with 3.1. 14 May 2011, 05:43:25 UTC
fc778fd #7960: fix docstrings for captured_output and captured_stdout. 14 May 2011, 05:22:47 UTC
6b60fb9 #5723: merge with 3.1. 14 May 2011, 03:47:51 UTC
3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. 14 May 2011, 03:38:03 UTC
3659f27 Merge with 3.1. 14 May 2011, 03:23:20 UTC
fec3ad1 Change import_fresh_module to work with packages. 14 May 2011, 03:02:25 UTC
e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add a smarter "py-bt" command printing a classic Python traceback. 13 May 2011, 15:40:15 UTC
23157e5 Further beautification of the example 13 May 2011, 08:38:31 UTC
9c47d77 Neaten up example so it can be cut and pasted. 13 May 2011, 08:03:50 UTC
5166375 Use singular they. Thanks to Mark Summerfield. 13 May 2011, 04:55:28 UTC
325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. 13 May 2011, 04:54:23 UTC
cc5ea68 Merge in changes from 3.2.1b1 release repo. 13 May 2011, 04:50:56 UTC
00dd182 Issue #12062: 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:16:28 UTC
7c40489 Issue #12062: 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:13:33 UTC
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
34f2433 Added tag v3.2.1b1 for changeset 8ffac2337a33 08 May 2011, 07:32:00 UTC
da71013 Update suspicious ignore file. 08 May 2011, 07:10:29 UTC
cd79cdc Bump to 3.2.1b1. 08 May 2011, 07:03:36 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
back to top