| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-07-14 | 1 | -3/+4 |
|
|
* | Issue #3153: sqlite leaks on error. | Alexandre Vassalotti | 2008-07-13 | 2 | -23/+12 |
|
|
* | Add various items; move ctypes items into a subsection of their own | Andrew M. Kuchling | 2008-07-13 | 1 | -16/+40 |
|
|
* | Re-word | Andrew M. Kuchling | 2008-07-13 | 1 | -2/+2 |
|
|
* | Issue #3274: Use a less common identifier for the temporary variable | Alexandre Vassalotti | 2008-07-13 | 1 | -2/+2 |
|
|
* | Add turtle into the module index. | Martin v. Löwis | 2008-07-13 | 1 | -0/+4 |
|
|
* | 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 | 3 | -6/+61 |
|
|
* | Correct a couple of errors in the updated catch_warning documentation (the Py... | Nick Coghlan | 2008-07-13 | 1 | -2/+2 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 6 | -72/+126 |
|
|
* | dummy_thread.acquire() would return None if no waitflag argument was given. It | Brett Cannon | 2008-07-13 | 3 | -7/+6 |
|
|
* | #1778443 robotparser fixes from Aristotelis Mikropoulos | Benjamin Peterson | 2008-07-12 | 2 | -6/+4 |
|
|
* | Fixed typo. | Alexandre Vassalotti | 2008-07-12 | 1 | -1/+1 |
|
|
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 20 | -35/+35 |
|
|
* | - Fix bashisms in Tools/faqwiz/move-faqwiz.sh | Matthias Klose | 2008-07-12 | 1 | -3/+9 |
|
|
* | Fixed test for asyncore. | Josiah Carlson | 2008-07-11 | 1 | -3/+3 |
|
|
* | Fix for the AttributeError in test_asynchat. | Josiah Carlson | 2008-07-11 | 1 | -1/+1 |
|
|
* | #3342: In tracebacks, printed source lines were not indented since r62555. | Amaury Forgeot d'Arc | 2008-07-11 | 4 | -9/+24 |
|
|
* | #3317 in zipfile module, restore the previous names of global variables: | Amaury Forgeot d'Arc | 2008-07-11 | 1 | -55/+27 |
|
|
* | Add cautionary note on the use of PySequence_Fast_ITEMS. | Raymond Hettinger | 2008-07-11 | 1 | -0/+4 |
|
|
* | Fix a minor typo in the last entry made. | Brett Cannon | 2008-07-11 | 1 | -1/+1 |
|
|
* | Doc that robotparse has been renamed urllib.robotparser in Python 3.0. | Brett Cannon | 2008-07-11 | 2 | -0/+9 |
|
|
* | Doc that urlparse is named urllib.parse in Python 3.0. | Brett Cannon | 2008-07-11 | 2 | -0/+8 |
|
|
* | Document the fact that urllib2 spans multiple modules with new names in Python | Brett Cannon | 2008-07-11 | 2 | -0/+17 |
|
|
* | Removal an invalid entry as the fixer for urllib is under active development. | Brett Cannon | 2008-07-11 | 1 | -4/+0 |
|
|
* | Added garbage collector overhead and optional default return value to | Robert Schuppenies | 2008-07-10 | 4 | -15/+79 |
|
|