| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 65137 via svnmerge from | Benjamin Peterson | 2008-07-19 | 2 | -1/+12 |
|
|
* | #3319: don't raise ZeroDivisionError if number of rounds is so | Georg Brandl | 2008-07-19 | 1 | -1/+5 |
|
|
* | #3303: fix crash with invalid Py_DECREF in strcoll(). | Georg Brandl | 2008-07-19 | 1 | -1/+10 |
|
|
* | Add recipe to the itertools docs. | Raymond Hettinger | 2008-07-19 | 1 | -0/+18 |
|
|
* | Improve accuracy of gamma test function | Raymond Hettinger | 2008-07-19 | 1 | -5/+3 |
|
|
* | Fix issue 3411: default float format spec fails on negative numbers. | Eric Smith | 2008-07-19 | 1 | -0/+6 |
|
|
* | Deprecate the sunaudio module for removal in Python 3.0. The sunau module can... | Brett Cannon | 2008-07-18 | 3 | -11/+18 |
|
|
* | #3390: replace a remaining has_key(). | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
|
|
* | Replace all map(None, a) with list(a). | Georg Brandl | 2008-07-18 | 4 | -6/+6 |
|
|
* | now that test_lib2to3 actually works and isn't extremely slow, we don't need ... | Benjamin Peterson | 2008-07-18 | 2 | -7/+3 |
|
|
* | backport test_fileio | Benjamin Peterson | 2008-07-18 | 1 | -0/+240 |
|
|
* | Correct attribute name. | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
|
|
* | Remove duplicate entry in __all__. | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
|
|
* | Issue #3389: Allow resolving dotted names for handlers in logging configurati... | Vinay Sajip | 2008-07-18 | 1 | -2/+7 |
|
|
* | Issue #3389: Allow resolving dotted names for handlers in logging configurati... | Vinay Sajip | 2008-07-18 | 1 | -1/+4 |
|
|
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 2 | -2/+2 |
|
|
* | Fix issue 3395, update _debugInfo to be _debug_info | Jesse Noller | 2008-07-17 | 1 | -1/+1 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 2 | -22/+2 |
|
|
* | 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 | 2 | -2/+22 |
|
|
* | try to fix test_threading on the Windows bot | Benjamin Peterson | 2008-07-17 | 1 | -1/+2 |
|
|
* | Merged revisions 65053-65054 via svnmerge from | Benjamin Peterson | 2008-07-17 | 4 | -340/+100 |
|
|
* | Byte items *can* be chars in 2.6. | Georg Brandl | 2008-07-16 | 1 | -1/+2 |
|
|
* | #3156: fix consistency in what type bytearray methods accept as items. | Georg Brandl | 2008-07-16 | 1 | -16/+25 |
|
|
* | #3312: fix two sqlite3 crashes. | Georg Brandl | 2008-07-16 | 1 | -0/+14 |
|
|
* | #3345: fix docstring. | Georg Brandl | 2008-07-16 | 1 | -4/+5 |
|
|
* | #3305: self->stream can be NULL. | Georg Brandl | 2008-07-16 | 1 | -0/+9 |
|
|
* | #3045: fix pydoc behavior for TEMP path with spaces. | Georg Brandl | 2008-07-16 | 1 | -2/+2 |
|
|
* | Apply patch for 874900: threading module can deadlock after fork | Jesse Noller | 2008-07-16 | 2 | -1/+110 |
|
|
* | Merged revisions 65025 via svnmerge from | Benjamin Peterson | 2008-07-16 | 1 | -1/+1 |
|
|
* | 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 | 5 | -57/+64 |
|
|
* | 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 | 1 | -0/+4 |
|
|
* | 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 | 1 | -1/+12 |
|
|
* | 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 |
|
|
* | Issue #3008: add instance method float.hex and class method float.fromhex | Mark Dickinson | 2008-07-15 | 1 | -1/+386 |
|
|
* | Revert 3270 patch: self._address is in pretty widespread use, need to revisit | Jesse Noller | 2008-07-15 | 1 | -3/+5 |
|
|
* | Issue #3258: Fix an assertion error (in debug build) and a crash (in | Thomas Heller | 2008-07-15 | 1 | -0/+20 |
|
|
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 7 | -76/+97 |
|
|
* | 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 | 2 | -0/+45 |
|
|
* | 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 |
|
|
* | remove sys.version_info check for 3.0 | Benjamin Peterson | 2008-07-13 | 1 | -5/+1 |
|
|
* | remove bytes alias | Benjamin Peterson | 2008-07-13 | 1 | -7/+0 |
|
|
* | Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError wh... | Nick Coghlan | 2008-07-13 | 1 | -3/+33 |
|
|