| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1289118: datetime.timedelta objects can now be multiplied by float | Alexander Belopolsky | 2010-05-31 | 1 | -10/+62 |
|
|
* | Merged revisions 81584 via svnmerge from | Brian Curtin | 2010-05-28 | 1 | -6/+50 |
|
|
* | Merged revisions 81566 via svnmerge from | Alexander Belopolsky | 2010-05-27 | 1 | -9/+10 |
|
|
* | Merged revisions 81559 via svnmerge from | Alexander Belopolsky | 2010-05-26 | 1 | -7/+2 |
|
|
* | Issue #2844: Make int('42', n) consistently raise ValueError for | Mark Dickinson | 2010-05-26 | 1 | -0/+10 |
|
|
* | Merged revisions 81555 via svnmerge from | Alexander Belopolsky | 2010-05-26 | 1 | -3/+3 |
|
|
* | Merged revisions 81551 via svnmerge from | Mark Dickinson | 2010-05-26 | 1 | -0/+15 |
|
|
* | fix wrong assertIs context | Giampaolo Rodolà | 2010-05-26 | 1 | -1/+1 |
|
|
* | Fix issue #8806: add SSL contexts support to ftplib | Giampaolo Rodolà | 2010-05-26 | 1 | -0/+23 |
|
|
* | Fix #2810 - handle the case where some registry calls return | Brian Curtin | 2010-05-26 | 1 | -0/+53 |
|
|
* | Merged revisions 81543 via svnmerge from | Victor Stinner | 2010-05-26 | 1 | -0/+1 |
|
|
* | Fix the new TestMain.test_decode() of test_base64 for Windows | Victor Stinner | 2010-05-25 | 1 | -1/+1 |
|
|
* | Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and | Victor Stinner | 2010-05-25 | 1 | -0/+34 |
|
|
* | Merged revisions 81527 via svnmerge from | Mark Dickinson | 2010-05-25 | 1 | -1/+1 |
|
|
* | Merged revisions 81525 via svnmerge from | Mark Dickinson | 2010-05-25 | 2 | -0/+30 |
|
|
* | Made sysconfig a script that displays useful information - #8770 | Tarek Ziadé | 2010-05-25 | 1 | -2/+10 |
|
|
* | Recorded merge of revisions 81500-81501 via svnmerge from | Victor Stinner | 2010-05-24 | 1 | -0/+7 |
|
|
* | Merged revisions 81492 via svnmerge from | Steven Bethard | 2010-05-24 | 1 | -0/+19 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 3 | -9/+168 |
|
|
* | #Issue 8540: Make Context._clamp attribute public in decimal module. | Mark Dickinson | 2010-05-22 | 1 | -1/+23 |
|
|
* | Merged revisions 81471-81472 via svnmerge from | Victor Stinner | 2010-05-22 | 1 | -2/+38 |
|
|
* | Merged revisions 81459 via svnmerge from | Victor Stinner | 2010-05-22 | 1 | -0/+21 |
|
|
* | 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 | 1 | -30/+39 |
|
|
* | Merged revisions 81414 via svnmerge from | Benjamin Peterson | 2010-05-21 | 1 | -1/+48 |
|
|
* | Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows | Victor Stinner | 2010-05-21 | 1 | -0/+11 |
|
|
* | Issue #8748: Fix two issues with comparisons between complex and integer | Mark Dickinson | 2010-05-21 | 1 | -1/+24 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 1 | -57/+99 |
|
|
* | 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 | 1 | -1/+10 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 1 | -5/+4 |
|
|
* | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 | 1 | -11/+29 |
|
|
* | regrtest.py: call replace_stdout() before the first call to print() | Victor Stinner | 2010-05-19 | 1 | -3/+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 | 1 | -0/+9 |
|
|
* | Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. | Victor Stinner | 2010-05-18 | 2 | -11/+78 |
|
|
* | Repair test failure. Bug 8727. | Barry Warsaw | 2010-05-18 | 1 | -1/+0 |
|
|
* | 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 | 2 | -0/+21 |
|
|
* | 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 |
|
|
* | 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 |
|
|