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

sort by:
Revision Author Date Message Commit Date
407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. 29 April 2012, 21:18:31 UTC
2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near the DST transition. Patch by Joe Peterson. 29 April 2012, 19:56:49 UTC
ea7e9f9 Issue #9154: Fix parser module to understand function annotations. 29 April 2012, 17:34:40 UTC
99a5638 Issue 14688: Fix typo 29 April 2012, 16:32:30 UTC
3899283 #14236: fix docs for \S. 29 April 2012, 10:35:55 UTC
a0b1d1e #14519: fix the regex used in the scanf example. 29 April 2012, 08:47:28 UTC
b8e336b Fix markup in unittest doc. 29 April 2012, 07:52:18 UTC
db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler 29 April 2012, 05:41:03 UTC
e990092 #14236: mention Unicode whitespace in \s documentation. 29 April 2012, 05:23:25 UTC
0a6b541 #14461: fix wording. 29 April 2012, 04:34:46 UTC
8dc5004 issue14427 - Document Request.get_header and Request.header_items 29 April 2012, 03:50:39 UTC
7e70a5c httplib - minor update to check empty response 29 April 2012, 02:39:49 UTC
9c29f86 httplib test for early eof response. related to Issue13684 29 April 2012, 02:20:46 UTC
285e51b #14155: add a note about \b. 29 April 2012, 01:52:30 UTC
100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions 28 April 2012, 09:19:37 UTC
b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). 25 April 2012, 12:56:46 UTC
c2ad0aa Fixed test to work on Windows. 25 April 2012, 09:47:00 UTC
66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. 24 April 2012, 22:25:30 UTC
1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links when the links were not located in an archive subdirectory. 24 April 2012, 19:04:40 UTC
d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov 24 April 2012, 17:46:06 UTC
3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe 24 April 2012, 16:39:24 UTC
e6c3462 Issue #13478: document timeit.default_timer() 24 April 2012, 16:11:46 UTC
08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa 24 April 2012, 15:36:41 UTC
7b16687 don't use a slot wrapper from a different special method (closes #14658) This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct. 24 April 2012, 15:06:25 UTC
790e005 #14640: Fix typos/syntax in pyporting.rst. Patch by Dionysios Kalofonos. 23 April 2012, 18:44:00 UTC
cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos 23 April 2012, 17:45:07 UTC
c43125a #14638: pydoc now treats non-str __name__ as None instead of raising Original patch by Peter Otten. 23 April 2012, 17:23:57 UTC
88ec620 news for issue13684 23 April 2012, 15:53:16 UTC
b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop 23 April 2012, 15:50:07 UTC
2cc52ef add Mark Shannon 23 April 2012, 15:25:32 UTC
7a436c5 sleep here 23 April 2012, 14:08:14 UTC
37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) 22 April 2012, 07:11:33 UTC
a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name 22 April 2012, 02:30:17 UTC
bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. 20 April 2012, 20:42:49 UTC
63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding if the first two lines have non-UTF-8 characters without an encoding declaration. 20 April 2012, 12:36:47 UTC
8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). 19 April 2012, 21:55:01 UTC
10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script 19 April 2012, 12:19:36 UTC
0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. 19 April 2012, 01:18:22 UTC
cc19140 Remove webbrowser doc reference to the previously removed internet-config option. 18 April 2012, 19:48:52 UTC
2c14146 improve 18 April 2012, 15:25:12 UTC
e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) 18 April 2012, 15:14:31 UTC
32c59b6 mangle keyword-only argname when loading defaults (closes #14607) 17 April 2012, 23:53:21 UTC
ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can chown() to root under certain circumstances. 17 April 2012, 17:48:35 UTC
62930e1 Corrected version numbers in cookbook example. 16 April 2012, 23:40:48 UTC
59b9a79 Tweaked format of cookbook example. 16 April 2012, 14:46:18 UTC
b00e8f1 Added cookbook example for BOM insertion. 16 April 2012, 14:28:50 UTC
ee9e485 Closes #14452: remove BOM insertion code. 16 April 2012, 13:39:53 UTC
aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. 16 April 2012, 01:34:44 UTC
a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. 15 April 2012, 15:30:35 UTC
18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. 15 April 2012, 14:10:56 UTC
473fde6 Make all socket related modules link with ws2_32.lib on windows, like _socket does. Some were using the older wsock32.lib. 15 April 2012, 11:12:57 UTC
1ee1719 fix typo; thanks to Jérôme Mainka from docs@ 14 April 2012, 14:01:17 UTC
84e59aa Fix highlight and spacing in json example. 14 April 2012, 03:02:18 UTC
f86b28e #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. 14 April 2012, 02:50:48 UTC
650dfaf #14399: corrected news item 14 April 2012, 01:24:27 UTC
3bf0175 move outside WITH_THREAD conditional 13 April 2012, 22:06:36 UTC
43162b8 take linkage def outside of WITH_THREAD conditional (closes #14569) 13 April 2012, 15:58:27 UTC
504a83f merge heads 13 April 2012, 00:27:37 UTC
a9d33a2 Issue14559: Fix build files old Microft compilers. With VS8.0 at least Python compiles and works correctly. 13 April 2012, 00:14:28 UTC
51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile. 12 April 2012, 22:44:42 UTC
d46d69c 3.2 sidebar: link to 3.3, not 3.1 12 April 2012, 17:41:10 UTC
5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. 12 April 2012, 17:07:25 UTC
e7bade5 #14553: fix word order. Patch by Tshepang Lekhonkhobe. 12 April 2012, 00:13:25 UTC
644cabe #14552: remove redundant wording in 'test' docs. Original patch by Tshepang Lekhonkhobe. 12 April 2012, 00:11:53 UTC
118ef7c merge 3.1 (null) 11 April 2012, 20:48:30 UTC
2fd0b1a after 3.1.5 11 April 2012, 20:46:54 UTC
776c0df #14508: make gprof2html script runnable under python3 Not that I haven't tested it to make sure it works, just that it can run against an empty source file. Initial patch by Popa.Claudiu. 11 April 2012, 19:16:38 UTC
d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests 11 April 2012, 18:34:32 UTC
f6cd9b2 Improve the threading.Condition docs. 11 April 2012, 17:37:56 UTC
2c58075 Closes #14545: make clearer what was added. 11 April 2012, 16:33:17 UTC
a51497a Merge 3.2.3 release clone. 11 April 2012, 10:46:24 UTC
507776e Post-release update. 11 April 2012, 10:45:12 UTC
b96a354 Small improvements to the threading docs: better publicize support for the with statement. 10 April 2012, 20:47:55 UTC
2c9f104 Fix some markup in the threading docs. 10 April 2012, 20:35:53 UTC
126aef7 Issue #8799: Fix and improve the threading.Condition documentation. 10 April 2012, 20:24:05 UTC
88b957a merge heads 10 April 2012, 19:18:25 UTC
dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 10 April 2012, 19:15:28 UTC
074faff Updated logging reference and HOWTO. 10 April 2012, 18:59:50 UTC
935b629 Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. 10 April 2012, 17:41:48 UTC
6b2e4cb Added tag v3.2.3 for changeset 3d0686d90f55 10 April 2012, 17:30:26 UTC
81c393b Merge. 10 April 2012, 17:30:22 UTC
4403601 Bump to 3.2.3 final. 10 April 2012, 17:28:09 UTC
470f33f News entry for f91ecbc8bafc. 10 April 2012, 17:27:27 UTC
cc49790 minor .rst fix 10 April 2012, 11:51:00 UTC
d47f0d6 merge heads 09 April 2012, 19:05:23 UTC
ca819c3 merge 3.1 (#14509) 09 April 2012, 19:01:02 UTC
f6622c8 fix build without Py_DEBUG and DNDEBUG (closes #14509) 09 April 2012, 18:53:07 UTC
838e638 Corrected comment in cookbook example script. 09 April 2012, 18:46:24 UTC
c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. 08 April 2012, 23:37:19 UTC
f18d6f3 Fix flakiness in test_socketserver 08 April 2012, 23:16:47 UTC
b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. This avoids crashing the server loop when a signal is received. Patch by Jerzy Kozera. 08 April 2012, 22:47:24 UTC
317c8d2 Make test_mailbox runnable via python -m unittest. 08 April 2012, 20:46:18 UTC
0292fa9 Added multiprocessing example to logging cookbook. 08 April 2012, 00:49:12 UTC
3abebca Closes #14511: fix wrong opensearch link for 3.2 docs. 07 April 2012, 17:22:17 UTC
403bb39 merge heads 06 April 2012, 17:20:39 UTC
dcb89f4 port 3.1.5rc2 tag 06 April 2012, 17:20:01 UTC
718a8e8 merge 3.1 06 April 2012, 17:19:52 UTC
7fddb4b Added tag v3.1.5 for changeset 7395330e495e 06 April 2012, 17:17:30 UTC
c37a4fd bump to 3.1.5 final 06 April 2012, 17:17:25 UTC
d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. Initial patch by Popa Claudiu. 06 April 2012, 02:59:13 UTC
back to top