| Commit message (Expand) | Author | Age | Files | Lines |
* | Recorded merge of revisions 81500-81501 via svnmerge from | Victor Stinner | 2010-05-24 | 2 | -0/+10 |
|
|
* | Merged revisions 81492 via svnmerge from | Steven Bethard | 2010-05-24 | 2 | -1/+20 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 5 | -66/+222 |
|
|
* | Merged revisions 81479 via svnmerge from | Benjamin Peterson | 2010-05-22 | 1 | -1/+3 |
|
|
* | #Issue 8540: Make Context._clamp attribute public in decimal module. | Mark Dickinson | 2010-05-22 | 2 | -16/+62 |
|
|
* | Merged revisions 81471-81472 via svnmerge from | Victor Stinner | 2010-05-22 | 4 | -19/+74 |
|
|
* | Merged revisions 81459 via svnmerge from | Victor Stinner | 2010-05-22 | 2 | -0/+25 |
|
|
* | Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead | Victor Stinner | 2010-05-21 | 1 | -2/+10 |
|
|
* | Merged revisions 81428-81429,81432-81433,81437 via svnmerge from | Benjamin Peterson | 2010-05-21 | 2 | -43/+55 |
|
|
* | Merged revisions 81414 via svnmerge from | Benjamin Peterson | 2010-05-21 | 2 | -3/+51 |
|
|
* | Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows | Victor Stinner | 2010-05-21 | 2 | -1/+12 |
|
|
* | Issue #8748: Fix two issues with comparisons between complex and integer | Mark Dickinson | 2010-05-21 | 1 | -1/+24 |
|
|
* | Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct | Victor Stinner | 2010-05-21 | 1 | -1/+4 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 2 | -57/+100 |
|
|
* | Issue #8559: improve unicode support of (gdb) libpython.py | Victor Stinner | 2010-05-19 | 1 | -10/+15 |
|
|
* | Merged revisions 81371 via svnmerge from | Tarek Ziadé | 2010-05-19 | 2 | -9/+18 |
|
|
* | Merged revisions 80068 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -2/+2 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 2 | -16/+10 |
|
|
* | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 | 1 | -11/+29 |
|
|
* | Oops, add the new test_log.py for distutils test suite (missing part of r81359) | Victor Stinner | 2010-05-19 | 1 | -0/+36 |
|
|
* | regrtest.py: call replace_stdout() before the first call to print() | Victor Stinner | 2010-05-19 | 1 | -3/+2 |
|
|
* | Issue #8663: distutils.log emulates backslashreplace error handler. Fix | Victor Stinner | 2010-05-19 | 1 | -0/+4 |
|
|
* | Merged revisions 81350 via svnmerge from | Stefan Krah | 2010-05-19 | 1 | -2/+2 |
|
|
* | Issue #6697: Fix a crash if a keyword contains a surrogate | Victor Stinner | 2010-05-19 | 1 | -0/+14 |
|
|
* | Merged revisions 81294 via svnmerge from | Giampaolo Rodolà | 2010-05-18 | 2 | -2/+11 |
|
|
* | Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. | Victor Stinner | 2010-05-18 | 4 | -21/+116 |
|
|
* | Repair test failure. Bug 8727. | Barry Warsaw | 2010-05-18 | 3 | -3/+13 |
|
|
* | Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding | Victor Stinner | 2010-05-17 | 1 | -4/+3 |
|
|
* | Issue #8633: Support for POSIX.1-2008 binary pax headers. | Lars Gustäbel | 2010-05-17 | 3 | -10/+93 |
|
|
* | Inadvertently removed part of the comment in r81271. | Florent Xicluna | 2010-05-17 | 1 | -1/+1 |
|
|
* | Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq... | Florent Xicluna | 2010-05-17 | 1 | -40/+53 |
|
|
* | Merged revision 81259 via svnmerge from | Florent Xicluna | 2010-05-17 | 1 | -1/+1 |
|
|
* | Improve test_exit() error message to analyze sparc failures | Victor Stinner | 2010-05-17 | 1 | -1/+2 |
|
|
* | Typo (thanks Arfrever) | Antoine Pitrou | 2010-05-17 | 1 | -1/+1 |
|
|
* | Merged revisions 81261 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -1/+2 |
|
|
* | Merged revisions 81255 via svnmerge from | Tarek Ziadé | 2010-05-17 | 2 | -57/+66 |
|
|
* | Try to fix buildbot failures with old OpenSSLs. | Antoine Pitrou | 2010-05-17 | 1 | -0/+2 |
|
|
* | handle_system_exit() flushs files to warranty the output order | Victor Stinner | 2010-05-17 | 1 | -8/+18 |
|
|
* | PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead | Victor Stinner | 2010-05-17 | 1 | -0/+10 |
|
|
* | Issue #6697: Fix a crash if code of "python -c code" contains surrogates | Victor Stinner | 2010-05-17 | 1 | -0/+18 |
|
|
* | Oops, my patch on subprocess is not merged yet: fix my previous commit on tes... | Victor Stinner | 2010-05-17 | 1 | -4/+1 |
|
|
* | test_os: cleanup test_internal_execvpe() and os._execvpe() mockup | Victor Stinner | 2010-05-17 | 1 | -48/+53 |
|
|
* | "xyzzy" is not a silly enough name for some OpenSSL versions to report an error | Antoine Pitrou | 2010-05-16 | 1 | -2/+2 |
|
|
* | Do not fail if ssl fails to import | Antoine Pitrou | 2010-05-16 | 1 | -4/+5 |
|
|
* | Fix (hopefully) the remaining test_ssl buildbot failures | Antoine Pitrou | 2010-05-16 | 1 | -2/+2 |
|
|
* | Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. | Antoine Pitrou | 2010-05-16 | 3 | -0/+59 |
|
|
* | Issue #8550: Add first class `SSLContext` objects to the ssl module. | Antoine Pitrou | 2010-05-16 | 4 | -51/+278 |
|
|
* | Merged revisions 81224 via svnmerge from | Victor Stinner | 2010-05-16 | 1 | -6/+4 |
|
|
* | Make test_module_with_large_stack as an expected failure because of a change in | Brett Cannon | 2010-05-15 | 1 | -0/+1 |
|
|
* | Fix a comment to state the right thing. | Brett Cannon | 2010-05-15 | 1 | -4/+3 |
|
|