summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogateVictor Stinner2010-05-191-7/+16
* Issue #6697: Fix a crash if a keyword contains a surrogateVictor Stinner2010-05-192-6/+23
* Issue #6697: Check that _PyUnicode_AsString() result is not NULLVictor Stinner2010-05-191-5/+21
* Issue #6697: Fix a crash if a module attribute name contains a surrogateVictor Stinner2010-05-191-8/+20
* Merged revisions 81294 via svnmerge fromGiampaolo Rodolà2010-05-182-2/+11
* Add versionadded (3.2) tag to os.supports_bytes_environ documentationVictor Stinner2010-05-181-0/+2
* Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.Victor Stinner2010-05-186-22/+129
* Repair test failure. Bug 8727.Barry Warsaw2010-05-183-3/+13
* Merged revisions 81286 via svnmerge fromSenthil Kumaran2010-05-181-1/+1
* Removing the reference in the docs for overriding _urlopener global value. Se...Senthil Kumaran2010-05-181-20/+0
* Merged revisions 81279 via svnmerge fromSenthil Kumaran2010-05-181-1/+1
* Fix test_main_invalid_unicode() of test_sys for ASCII locale encodingVictor Stinner2010-05-171-4/+3
* Issue #8633: Support for POSIX.1-2008 binary pax headers.Lars Gustäbel2010-05-175-13/+101
* Inadvertently removed part of the comment in r81271.Florent Xicluna2010-05-171-1/+1
* Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq...Florent Xicluna2010-05-172-40/+56
* Merged revision 81259 via svnmerge fromFlorent Xicluna2010-05-171-1/+1
* Fix test_capi in !pydebug mode, where my original attempt segfaulted withoutJeffrey Yasskin2010-05-171-1/+5
* Improve test_exit() error message to analyze sparc failuresVictor Stinner2010-05-171-1/+2
* Typo (thanks Arfrever)Antoine Pitrou2010-05-171-1/+1
* Merged revisions 81261 via svnmerge fromTarek Ziadé2010-05-172-12/+5
* Merged revisions 81255 via svnmerge fromTarek Ziadé2010-05-173-57/+68
* Try to fix buildbot failures with old OpenSSLs.Antoine Pitrou2010-05-171-0/+2
* Fix refleak in internal_print() introduced by myself in r81251Victor Stinner2010-05-171-0/+1
* handle_system_exit() flushs files to warranty the output orderVictor Stinner2010-05-172-8/+22
* PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (insteadVictor Stinner2010-05-173-1/+16
* Issue #6697: Fix a crash if code of "python -c code" contains surrogatesVictor Stinner2010-05-172-4/+26
* Oops, my patch on subprocess is not merged yet: fix my previous commit on tes...Victor Stinner2010-05-171-4/+1
* test_os: cleanup test_internal_execvpe() and os._execvpe() mockupVictor Stinner2010-05-171-48/+53
* "xyzzy" is not a silly enough name for some OpenSSL versions to report an errorAntoine Pitrou2010-05-161-2/+2
* Merged revisions 81241 via svnmerge fromAntoine Pitrou2010-05-161-0/+3
* Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the pathVictor Stinner2010-05-162-9/+11
* Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytesVictor Stinner2010-05-162-5/+8
* Do not fail if ssl fails to importAntoine Pitrou2010-05-161-4/+5
* Fix (hopefully) the remaining test_ssl buildbot failuresAntoine Pitrou2010-05-162-2/+6
* Followup on r81233: fix test_ssl with OpenSSL < 1.0.0.Antoine Pitrou2010-05-163-0/+59
* Issue #8550: Add first class `SSLContext` objects to the ssl module.Antoine Pitrou2010-05-167-284/+865
* Merged revisions 81229 via svnmerge fromAntoine Pitrou2010-05-161-0/+4
* Merged revisions 81224 via svnmerge fromVictor Stinner2010-05-161-6/+4
* Merged revisions 81220 via svnmerge fromVictor Stinner2010-05-152-1237/+1237
* Make test_module_with_large_stack as an expected failure because of a change inBrett Cannon2010-05-151-0/+1
* Fix a comment to state the right thing.Brett Cannon2010-05-151-4/+3
* Recorded merge of revisions 81213 via svnmerge fromVictor Stinner2010-05-151-1994/+1994
* A test was not guaranteeing cleanup in the face of an exception.Brett Cannon2010-05-151-7/+8
* Blocked revisions 81210 via svnmergeAmaury Forgeot d'Arc2010-05-150-0/+0
* Issue #8665: Fix `make pycremoval` exiting with non-zero status.Antoine Pitrou2010-05-151-1/+1
* Recorded merge of revisions 81205 via svnmerge fromVictor Stinner2010-05-151-12/+12
* Remove unused variable, and fix a compilation warning on Windows.Amaury Forgeot d'Arc2010-05-151-1/+1
* Merged revisions 81200 via svnmerge fromBenjamin Peterson2010-05-151-4/+4
* fix one more runonBenjamin Peterson2010-05-151-2/+2
* rephraseBenjamin Peterson2010-05-151-2/+2