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

sort by:
Revision Author Date Message Commit Date
84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 27 January 2012, 09:52:37 UTC
9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. 27 January 2012, 09:02:55 UTC
3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 27 January 2012, 08:50:45 UTC
f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 27 January 2012, 08:48:47 UTC
722db7b merge 26 January 2012, 23:36:08 UTC
1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. 26 January 2012, 23:29:06 UTC
65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. 26 January 2012, 14:44:00 UTC
eaac4f0 Issue 13870: Fix out of date comment. 26 January 2012, 08:14:16 UTC
6c89a79 #13852: some small doc fixes. 25 January 2012, 21:36:25 UTC
b4b0b35 kill extra word 25 January 2012, 21:30:18 UTC
e9fca25 say bitwise (because I have no idea what a bit-string is) 25 January 2012, 21:29:03 UTC
a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. 25 January 2012, 17:41:13 UTC
33d15f7 Port import fixes from 2.7. 25 January 2012, 17:01:45 UTC
dd21f68 Port remaining test fixes, and fix test_importlib too. 25 January 2012, 02:00:57 UTC
05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py (rather than `-m test.regrtest`) 25 January 2012, 00:35:26 UTC
2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. 24 January 2012, 16:44:06 UTC
7fa5a99 merge heads 24 January 2012, 14:07:06 UTC
5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). 24 January 2012, 07:59:28 UTC
3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. 23 January 2012, 19:19:33 UTC
91eef98 fix declaration style 23 January 2012, 01:04:46 UTC
beca27a Fix #13834: strip() strips leading and trailing whitespace. 22 January 2012, 20:31:21 UTC
886455c Fix a unittest error seen on NetBSD 5. 22 January 2012, 06:05:10 UTC
4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. 22 January 2012, 05:01:24 UTC
df300d5 Improve the test for dirfd(), some systems #define it rather than have an actual function. 22 January 2012, 02:20:15 UTC
e9b7cab Another issue #8052 bugfix (related to previous commit). "oops" while rearranging the #defines. 21 January 2012, 23:19:11 UTC
e3f7848 Bugfix for issue #8052 fix on *BSD variants. Many lack readdir64, use readdir. Only use readdir64 on solaris where it is required to work around a solaris bug. 21 January 2012, 23:16:17 UTC
9564e4c Add a Misc/NEWS entry for issue 8052. 21 January 2012, 22:50:11 UTC
8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are. 21 January 2012, 22:01:08 UTC
12fdca5 Avoid the compiler warning about the unused return value. 21 January 2012, 20:31:25 UTC
f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. 21 January 2012, 19:20:49 UTC
41b2404 fix typo; thanks to Justin Watt from docs@ 21 January 2012, 09:59:37 UTC
3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen 21 January 2012, 03:52:48 UTC
0028908 #13760: picklability tests for configparser exceptions 20 January 2012, 14:53:10 UTC
315a62b Closes #13807: Merged fix from 3.1. 20 January 2012, 11:27:36 UTC
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
back to top