summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 81479 via svnmerge fromBenjamin Peterson2010-05-221-1/+3
* #Issue 8540: Make Context._clamp attribute public in decimal module.Mark Dickinson2010-05-222-16/+62
* Merged revisions 81471-81472 via svnmerge fromVictor Stinner2010-05-224-19/+74
* Merged revisions 81459 via svnmerge fromVictor Stinner2010-05-222-0/+25
* Issue #3798: sys.exit(message) writes the message to sys.stderr file, insteadVictor Stinner2010-05-211-2/+10
* Merged revisions 81428-81429,81432-81433,81437 via svnmerge fromBenjamin Peterson2010-05-212-43/+55
* Merged revisions 81414 via svnmerge fromBenjamin Peterson2010-05-212-3/+51
* Issue #8780: Fix a regression introduced by r78946 in subprocess on WindowsVictor Stinner2010-05-212-1/+12
* Issue #8748: Fix two issues with comparisons between complex and integerMark Dickinson2010-05-211-1/+24
* Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correctVictor Stinner2010-05-211-1/+4
* Issue #4870: Add an `options` attribute to SSL contexts, as well asAntoine Pitrou2010-05-212-57/+100
* Issue #8559: improve unicode support of (gdb) libpython.pyVictor Stinner2010-05-191-10/+15
* Merged revisions 81371 via svnmerge fromTarek Ziadé2010-05-192-9/+18
* Merged revisions 80068 via svnmerge fromGeorg Brandl2010-05-191-2/+2
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-192-16/+10
* Issue #8766: Initialize _warnings module before importing the first module.Victor Stinner2010-05-191-11/+29
* Oops, add the new test_log.py for distutils test suite (missing part of r81359)Victor Stinner2010-05-191-0/+36
* regrtest.py: call replace_stdout() before the first call to print()Victor Stinner2010-05-191-3/+2
* Issue #8663: distutils.log emulates backslashreplace error handler. FixVictor Stinner2010-05-191-0/+4
* Merged revisions 81350 via svnmerge fromStefan Krah2010-05-191-2/+2
* Issue #6697: Fix a crash if a keyword contains a surrogateVictor Stinner2010-05-191-0/+14
* Merged revisions 81294 via svnmerge fromGiampaolo Rodolà2010-05-182-2/+11
* Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.Victor Stinner2010-05-184-21/+116
* Repair test failure. Bug 8727.Barry Warsaw2010-05-183-3/+13
* 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-173-10/+93
* 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-171-40/+53
* Merged revision 81259 via svnmerge fromFlorent Xicluna2010-05-171-1/+1
* 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-171-1/+2
* Merged revisions 81255 via svnmerge fromTarek Ziadé2010-05-172-57/+66
* Try to fix buildbot failures with old OpenSSLs.Antoine Pitrou2010-05-171-0/+2
* handle_system_exit() flushs files to warranty the output orderVictor Stinner2010-05-171-8/+18
* PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (insteadVictor Stinner2010-05-171-0/+10
* Issue #6697: Fix a crash if code of "python -c code" contains surrogatesVictor Stinner2010-05-171-0/+18
* 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
* Do not fail if ssl fails to importAntoine Pitrou2010-05-161-4/+5
* Fix (hopefully) the remaining test_ssl buildbot failuresAntoine Pitrou2010-05-161-2/+2
* 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-164-51/+278
* Merged revisions 81224 via svnmerge fromVictor Stinner2010-05-161-6/+4
* 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
* A test was not guaranteeing cleanup in the face of an exception.Brett Cannon2010-05-151-7/+8
* Merged revisions 81200 via svnmerge fromBenjamin Peterson2010-05-151-4/+4
* Issue #8692: Improve performance of math.factorial:Mark Dickinson2010-05-151-10/+61