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

sort by:
Revision Author Date Message Commit Date
889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. 20 January 2012, 11:23:02 UTC
a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 20 January 2012, 04:06:31 UTC
da8e11a Issue #13605: more meaningful example + fixes 19 January 2012, 21:23:00 UTC
16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER 19 January 2012, 20:59:55 UTC
f0229aa Issue #11948: clarify modules search path 19 January 2012, 10:29:26 UTC
972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. 19 January 2012, 06:22:22 UTC
1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. 18 January 2012, 21:30:21 UTC
55f217f Fix refleaks in test_capi (this was easier than I thought!) 18 January 2012, 20:23:13 UTC
6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. 18 January 2012, 19:16:09 UTC
0c60381 Add part of test_inspect test from 2.7 18 January 2012, 16:40:18 UTC
fc1b6f0 Fix the _io module leaking references when a sub-interpreter is created. 18 January 2012, 15:13:56 UTC
1c7ade5 Fix leaking a RuntimeError objects when creating sub-interpreters 18 January 2012, 15:13:31 UTC
2fabfac Fix a memory leak when initializing the standard I/O streams. 18 January 2012, 14:14:46 UTC
892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. 18 January 2012, 07:25:58 UTC
031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 04:04:49 UTC
1aa1cf3 Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 03:49:26 UTC
acd5f7b #13665: s/string/bytes/ in error message. 18 January 2012, 03:42:39 UTC
6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 03:27:37 UTC
8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 02:58:42 UTC
2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). 17 January 2012, 23:21:11 UTC
03757ec Issue #13589: Fix some serialization primitives in the aifc module. Patch by Oleg Plakhotnyuk. 17 January 2012, 16:13:04 UTC
c77bb65 Remove "documenting" latex document. 16 January 2012, 20:40:12 UTC
32ee44f Issue: #12409: remove obsolete susp-entries 16 January 2012, 17:02:09 UTC
f2fbb9c Improve interlinking of archiving/compression modules docs. - Remove duplicated list of links to the other modules from each module’s doc (people can already go up to library/archiving and there they can see the list). - Link to shutil high-level operations. Reviewed by Nadeem Vawda in #6715. 16 January 2012, 15:55:55 UTC
6914048 regenerate configure using autoconf. includes the dirfd test. 16 January 2012, 10:05:55 UTC
4188441 Test for the dirfd library function (for use in some upcoming changes). 16 January 2012, 10:05:23 UTC
6f7aa00 Document json.dump ensure_ascii parameter (#13770) 16 January 2012, 09:09:20 UTC
dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. 16 January 2012, 08:20:27 UTC
01b34af #13715: fix typo in unicodedata doc. Patch by Eli Collins. 16 January 2012, 06:42:32 UTC
9ecb6be #13695: fix a couple of typos in the doc. 16 January 2012, 06:28:54 UTC
a846d0a explain why we need this grammar file (closes #13766) 16 January 2012, 02:28:00 UTC
3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 16 January 2012, 01:15:36 UTC
7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. Patch by Roger Serwy. 16 January 2012, 00:03:23 UTC
73cec21 Stop ignoring RPMs in distutils' upload command (#2945). Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Carl tested the fix and we have a buildbot with rpm installed, so I’m committing even though I could not run this test (but I do understand the changed code :) 15 January 2012, 01:48:55 UTC
9c7b919 Markup improvements for the embedding CPython doc patch from #1040439 15 January 2012, 01:31:58 UTC
9cff427 Hide or remove user-visible XXX notes from distutils doc (#13716). Requested by Florent Xicluna with the rationale that they make the docs look unfinished. I’ve also removed a few XXX notes that were not visible in the HTML but could waste contributors’ time by suggesting improvements that are never going to happen for distutils. 15 January 2012, 01:25:31 UTC
63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing to a single #define instead of having several copies in several files. This excludes the Modules/ tree (datetime and expat both have a copy for their own purposes with no need for it to be the same). 14 January 2012, 23:31:34 UTC
515687a remove 'Documenting Python' and its references, it's now on devguide 14 January 2012, 21:23:27 UTC
c1f079f Mention the additional way to use the lvl parameter and when it changed. 14 January 2012, 20:46:17 UTC
b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. 14 January 2012, 17:50:33 UTC
f37c198 Issue #13725: Add a NEWS entry. 14 January 2012, 15:32:41 UTC
3f55e59 Issue #13725: regrtest does not recognize -d flag. Patch by Erno Tukia. 14 January 2012, 15:12:55 UTC
3ffd7ca Fix issue13726: -S accepts an argument just as --start. 14 January 2012, 13:07:31 UTC
c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. 14 January 2012, 11:09:04 UTC
9bbcb25 Adding the -o option for Issue13726 14 January 2012, 10:38:28 UTC
bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. 14 January 2012, 10:26:27 UTC
a931463 #13730 grammar fix 14 January 2012, 04:43:13 UTC
fffbfbd Issue #13764: remove outdated script Misc/build.sh 13 January 2012, 18:41:42 UTC
bbf5361 test_strlit was never run 12 January 2012, 21:36:48 UTC
a3d1e2e #11633 At least 2 people prefer earlier revision. 12 January 2012, 19:49:02 UTC
889a510 Issue #13724: improve documentation for socket.create_connection. 12 January 2012, 07:06:19 UTC
0010256 fold into one if statement 12 January 2012, 02:00:16 UTC
ea868d3 Minor correction. #11418 11 January 2012, 19:54:34 UTC
e247928 Closes #11633 Clarify print buffering. 11 January 2012, 19:09:49 UTC
f4ec3c5 #13754 String returned if less than *or equal to* x 3 Close *13753 'seq' now 'iterable' 11 January 2012, 08:29:42 UTC
f7bfff0 Remove unused certificate from the test directory. 10 January 2012, 22:45:54 UTC
19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. 10 January 2012, 17:29:08 UTC
ee91e09 #11906 Make test_argparse work interactively by removing extra space in comparison string that argparse does not add when program name is blank. 09 January 2012, 23:20:09 UTC
ac8bfca Issue #13747: fix SSL compatibility table. 09 January 2012, 20:43:18 UTC
84a2edc Issue #13747: fix documentation error about the default SSL version. 09 January 2012, 20:35:11 UTC
66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. 08 January 2012, 06:29:40 UTC
645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ 07 January 2012, 17:34:07 UTC
ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it return False when the event was set and cleared right after. 07 January 2012, 17:24:56 UTC
b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ 07 January 2012, 16:56:58 UTC
441ae04 Update printout of SSL certificate examples for 3.2+. 06 January 2012, 19:06:15 UTC
f576747 Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler 05 January 2012, 18:48:56 UTC
ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore 05 January 2012, 18:06:25 UTC
dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. On platforms that do not support (symbolic) links, tarfile offers a work-around and extracts a link in an archive as the regular file the link is pointing to. On other platforms, this code was accidentally executed even after the link had been successfully extracted which failed due to the already existing link. 05 January 2012, 17:48:06 UTC
cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. 05 January 2012, 11:45:31 UTC
98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson 04 January 2012, 22:25:04 UTC
6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. 04 January 2012, 05:46:59 UTC
b7ffed8 Add a subsection explaning cipher selection. 04 January 2012, 01:53:44 UTC
a12d5c6 fix formatting 03 January 2012, 22:47:22 UTC
d204934 exception support is correct now (closes #13705) 03 January 2012, 22:30:37 UTC
a8d7037 merge 3.1 03 January 2012, 22:24:39 UTC
b462da8 fix this to not depend on dictionary order 03 January 2012, 22:23:11 UTC
4f616af Merge 03 January 2012, 21:49:56 UTC
8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module (except when SSLv2 is explicitly asked for). 03 January 2012, 21:46:48 UTC
753b79c Issue #6031: improve serve_forever() description 03 January 2012, 21:35:54 UTC
ea320ab Issue #9349: add argparse.SUPPRESS to help doc 03 January 2012, 17:37:03 UTC
366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by Vilmos Nebehaj. 02 January 2012, 14:47:29 UTC
70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk 01 January 2012, 21:53:08 UTC
bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk 01 January 2012, 17:04:37 UTC
da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński 01 January 2012, 11:55:20 UTC
b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte 01 January 2012, 11:17:15 UTC
4391173 Update copyright dates in Mac plists. 01 January 2012, 09:09:19 UTC
c40d362 merge heads 01 January 2012, 04:42:45 UTC
f606e68 add another year to glorious PSF IP 01 January 2012, 04:42:26 UTC
1abde36 fix some broken URLs 31 December 2011, 17:46:50 UTC
d08effe Some formatting & grammar fixes for the multiprocessing doc 31 December 2011, 05:20:26 UTC
a6c4a10 indicate msg is an argument 31 December 2011, 05:08:09 UTC
7c9907e Fix no-op tests in importlib. 30 December 2011, 20:25:15 UTC
79ed84c use booleans 30 December 2011, 19:47:25 UTC
0e61350 propgate error in other conditions 27 December 2011, 21:16:34 UTC
1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. 25 December 2011, 18:03:07 UTC
7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ 25 December 2011, 16:25:45 UTC
3e6c814 fix "Title underline too short" sphinx warning 25 December 2011, 16:14:11 UTC
2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ 25 December 2011, 16:07:22 UTC
44f568c fix to sent/send typo 25 December 2011, 10:44:38 UTC
1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ 25 December 2011, 10:27:37 UTC
back to top