| Commit message (Expand) | Author | Age | Files | Lines |
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 5 | -6/+6 |
|
|
* | Fix issue 3395, update _debugInfo to be _debug_info | Jesse Noller | 2008-07-17 | 2 | -1/+3 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 8 | -53/+23 |
|
|
* | catch socket.error errors in badCertTest | Bill Janssen | 2008-07-17 | 1 | -0/+3 |
|
|
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 8 | -23/+53 |
|
|
* | #3381 fix framework builds on 10.4 | Benjamin Peterson | 2008-07-17 | 2 | -41/+57 |
|
|
* | try to fix test_threading on the Windows bot | Benjamin Peterson | 2008-07-17 | 1 | -1/+2 |
|
|
* | news note for r63052 | Gregory P. Smith | 2008-07-17 | 1 | -0/+4 |
|
|
* | Merged revisions 65053-65054 via svnmerge from | Benjamin Peterson | 2008-07-17 | 4 | -340/+100 |
|
|
* | #3388: add a paragraph about using "with" for file objects. | Georg Brandl | 2008-07-16 | 1 | -0/+10 |
|
|
* | Byte items *can* be chars in 2.6. | Georg Brandl | 2008-07-16 | 1 | -1/+2 |
|
|
* | Backport part of r65043. | Georg Brandl | 2008-07-16 | 1 | -2/+1 |
|
|
* | Use _getbytevalue() in init too. | Georg Brandl | 2008-07-16 | 1 | -10/+3 |
|
|
* | #3156: fix consistency in what type bytearray methods accept as items. | Georg Brandl | 2008-07-16 | 3 | -56/+67 |
|
|
* | #3312: fix two sqlite3 crashes. | Georg Brandl | 2008-07-16 | 4 | -3/+29 |
|
|
* | #3345: fix docstring. | Georg Brandl | 2008-07-16 | 1 | -4/+5 |
|
|
* | #3305: self->stream can be NULL. | Georg Brandl | 2008-07-16 | 2 | -2/+11 |
|
|
* | #1608818: errno can get set by every call to readdir(). | Georg Brandl | 2008-07-16 | 2 | -8/+12 |
|
|
* | #3045: fix pydoc behavior for TEMP path with spaces. | Georg Brandl | 2008-07-16 | 1 | -2/+2 |
|
|
* | fix framework install on Mac 10.4 | Benjamin Peterson | 2008-07-16 | 2 | -3/+15 |
|
|
* | Apply patch for 874900: threading module can deadlock after fork | Jesse Noller | 2008-07-16 | 3 | -1/+130 |
|
|
* | Merged revisions 65025 via svnmerge from | Benjamin Peterson | 2008-07-16 | 1 | -1/+1 |
|
|
* | Renamed a parameter in calc_number_widths, for consistency with the same para... | Eric Smith | 2008-07-16 | 1 | -32/+32 |
|
|
* | lib2to3 isn't broken anymore, so we can run the test | Benjamin Peterson | 2008-07-16 | 1 | -2/+1 |
|
|
* | Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge... | Benjamin Peterson | 2008-07-16 | 5 | -34/+318 |
|
|
* | Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ... | Jesse Noller | 2008-07-16 | 6 | -57/+69 |
|
|
* | Apply patch for issue 3090: ARCHFLAGS parsing incorrect | Jesse Noller | 2008-07-16 | 1 | -2/+1 |
|
|
* | Issue #3360: Fix incorrect parsing of "020000000000.0". | Mark Dickinson | 2008-07-16 | 3 | -10/+8 |
|
|
* | Add Antoine. | Martin v. Löwis | 2008-07-16 | 1 | -0/+3 |
|
|
* | disable lib2to3 in the trunk. It's broken just for 2.6 | Benjamin Peterson | 2008-07-16 | 1 | -1/+2 |
|
|
* | Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for... | Eric Smith | 2008-07-16 | 4 | -33/+89 |
|
|
* | Keep sorted. | Georg Brandl | 2008-07-16 | 1 | -3/+3 |
|
|
* | Move label to correct heading. | Georg Brandl | 2008-07-15 | 1 | -3/+2 |
|
|
* | Fix float.from_hex tests. It appears that Linux/ia64 doesn't like | Mark Dickinson | 2008-07-15 | 1 | -4/+4 |
|
|
* | Fix test on 64-bit platforms. | Thomas Heller | 2008-07-15 | 1 | -1/+1 |
|
|
* | Add Victor Stinner, he provided the patch for issue #3313. | Thomas Heller | 2008-07-15 | 1 | -0/+1 |
|
|
* | Issue #3313: Contrary to the man page, a failed dlopen() call does not | Thomas Heller | 2008-07-15 | 3 | -2/+11 |
|
|
* | Issue #3008: add instance method float.hex and class method float.fromhex | Mark Dickinson | 2008-07-15 | 5 | -1/+871 |
|
|
* | Revert 3270 patch: self._address is in pretty widespread use, need to revisit | Jesse Noller | 2008-07-15 | 1 | -3/+5 |
|
|
* | NEWS entry for #issue 3258. | Thomas Heller | 2008-07-15 | 1 | -0/+3 |
|
|
* | Issue #3258: Fix an assertion error (in debug build) and a crash (in | Thomas Heller | 2008-07-15 | 2 | -1/+32 |
|
|
* | Add missing NEWS entry for r64962 | Nick Coghlan | 2008-07-15 | 1 | -0/+7 |
|
|
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 14 | -134/+134 |
|
|
* | multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 | Jesse Noller | 2008-07-15 | 1 | -4/+0 |
|
|
* | Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin... | Eric Smith | 2008-07-15 | 3 | -13/+88 |
|
|
* | fix test_py3kwarns | Benjamin Peterson | 2008-07-14 | 38 | -57/+60 |
|
|
* | Fixed test failure on Win64 machines. | Robert Schuppenies | 2008-07-14 | 1 | -8/+5 |
|
|
* | Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child | Gregory P. Smith | 2008-07-14 | 1 | -1/+2 |
|
|
* | Expand the multiprocessing section | Andrew M. Kuchling | 2008-07-14 | 1 | -10/+134 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 |
|
|