| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing NEWS entry for r65487 | Nick Coghlan | 2008-08-04 | 1 | -0/+8 |
|
|
* | - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword | Gregory P. Smith | 2008-08-04 | 1 | -0/+4 |
|
|
* | Note the removal of several committers. | Georg Brandl | 2008-08-03 | 1 | -5/+12 |
|
|
* | Issue #3039: Fix TarFileCompat.writestr() which always raised an | Lars Gustäbel | 2008-08-02 | 1 | -0/+3 |
|
|
* | Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap | Martin v. Löwis | 2008-08-02 | 1 | -0/+2 |
|
|
* | Generate the PatternGrammar pickle during "make install". | Martin v. Löwis | 2008-08-01 | 1 | -0/+5 |
|
|
* | #3479: unichr(2**32) used to return u'\x00'. | Amaury Forgeot d'Arc | 2008-07-31 | 1 | -0/+4 |
|
|
* | Security patches from Apple: prevent int overflow when allocating memory | Neal Norwitz | 2008-07-31 | 1 | -0/+2 |
|
|
* | #2542: now that issubclass() may call arbitrary code, | Amaury Forgeot d'Arc | 2008-07-31 | 1 | -0/+3 |
|
|
* | backport r65264 | Benjamin Peterson | 2008-07-28 | 1 | -0/+3 |
|
|
* | Issue #3449: Update decimal module to use most recent specification | Mark Dickinson | 2008-07-27 | 1 | -0/+3 |
|
|
* | note robotparser bug fix. | Skip Montanaro | 2008-07-27 | 1 | -0/+2 |
|
|
* | add a NEWS entry | Antoine Pitrou | 2008-07-25 | 1 | -0/+3 |
|
|
* | #3394: zipfile.writestr doesn't set external attributes, so files are extract... | Antoine Pitrou | 2008-07-25 | 1 | -0/+4 |
|
|
* | Issue 1592: Better error reporting for operations on closed shelves. | Raymond Hettinger | 2008-07-25 | 1 | -0/+3 |
|
|
* | 3k-warn about parser's "ast" aliases. | Georg Brandl | 2008-07-23 | 1 | -0/+2 |
|
|
* | Issue #2620: Overflow checking when allocating or reallocating memory | Gregory P. Smith | 2008-07-22 | 1 | -0/+7 |
|
|
* | Issue2378: pdb would delete free variables when stepping into a class statement. | Amaury Forgeot d'Arc | 2008-07-21 | 1 | -0/+4 |
|
|
* | Increment version number in NEWS file, and move items that were added after 2... | Amaury Forgeot d'Arc | 2008-07-21 | 1 | -13/+27 |
|
|
* | fix issue3120 - don't truncate handles on 64-bit Windows. | Gregory P. Smith | 2008-07-20 | 1 | -0/+2 |
|
|
* | #3303: fix crash with invalid Py_DECREF in strcoll(). | Georg Brandl | 2008-07-19 | 1 | -7/+9 |
|
|
* | #3302: fix segfaults when passing None for arguments that can't | Georg Brandl | 2008-07-19 | 1 | -0/+3 |
|
|
* | Deprecate the sunaudio module for removal in Python 3.0. The sunau module can... | Brett Cannon | 2008-07-18 | 1 | -0/+2 |
|
|
* | Issue #3389: Allow resolving dotted names for handlers in logging configurati... | Vinay Sajip | 2008-07-18 | 1 | -3/+6 |
|
|
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
|
|
* | Fix issue 3395, update _debugInfo to be _debug_info | Jesse Noller | 2008-07-17 | 1 | -0/+2 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -3/+0 |
|
|
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 1 | -0/+3 |
|
|
* | news note for r63052 | Gregory P. Smith | 2008-07-17 | 1 | -0/+4 |
|
|
* | #3156: fix consistency in what type bytearray methods accept as items. | Georg Brandl | 2008-07-16 | 1 | -0/+4 |
|
|
* | #3312: fix two sqlite3 crashes. | Georg Brandl | 2008-07-16 | 1 | -0/+2 |
|
|
* | #1608818: errno can get set by every call to readdir(). | Georg Brandl | 2008-07-16 | 1 | -0/+2 |
|
|
* | Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ... | Jesse Noller | 2008-07-16 | 1 | -0/+5 |
|
|
* | Issue #3360: Fix incorrect parsing of "020000000000.0". | Mark Dickinson | 2008-07-16 | 1 | -0/+3 |
|
|
* | Add Antoine. | Martin v. Löwis | 2008-07-16 | 1 | -0/+3 |
|
|
* | Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for... | Eric Smith | 2008-07-16 | 1 | -0/+3 |
|
|
* | Keep sorted. | Georg Brandl | 2008-07-16 | 1 | -3/+3 |
|
|
* | 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 | 1 | -0/+3 |
|
|
* | Issue #3008: add instance method float.hex and class method float.fromhex | Mark Dickinson | 2008-07-15 | 1 | -0/+4 |
|
|
* | NEWS entry for #issue 3258. | Thomas Heller | 2008-07-15 | 1 | -0/+3 |
|
|
* | Add missing NEWS entry for r64962 | Nick Coghlan | 2008-07-15 | 1 | -0/+7 |
|
|
* | Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError wh... | Nick Coghlan | 2008-07-13 | 1 | -0/+6 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 1 | -0/+8 |
|
|
* | dummy_thread.acquire() would return None if no waitflag argument was given. It | Brett Cannon | 2008-07-13 | 1 | -1/+2 |
|
|
* | #1778443 robotparser fixes from Aristotelis Mikropoulos | Benjamin Peterson | 2008-07-12 | 1 | -0/+1 |
|
|
* | 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 | 1 | -0/+3 |
|
|
* | Doc that urlparse is named urllib.parse in Python 3.0. | Brett Cannon | 2008-07-11 | 1 | -0/+2 |
|
|
* | Document the fact that urllib2 spans multiple modules with new names in Python | Brett Cannon | 2008-07-11 | 1 | -0/+10 |
|
|