| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for... | Eric Smith | 2008-07-16 | 1 | -0/+3 |
|
|
| * | 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 |
|
|
| * | 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 |
|
|
| * | Removal an invalid entry as the fixer for urllib is under active development. | Brett Cannon | 2008-07-11 | 1 | -4/+0 |
|
|
| * | Wording changes | Andrew M. Kuchling | 2008-07-10 | 1 | -6/+6 |
|
|
| * | Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. | Raymond Hettinger | 2008-07-10 | 1 | -0/+2 |
|
|
| * | Issue 3301: Bisect functions behaved badly when lo was negative. | Raymond Hettinger | 2008-07-10 | 1 | -0/+3 |
|
|
| * | Add missing NEWS and ACK entries for r64791 | Nick Coghlan | 2008-07-08 | 1 | -0/+4 |
|
|
| * | - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the | Gregory P. Smith | 2008-07-07 | 1 | -0/+4 |
|
|
| * | - Issue #3309: Fix bz2.BZFile itererator to release its internal lock | Gregory P. Smith | 2008-07-07 | 1 | -0/+4 |
|
|
| * | Issue839496: SimpleHTTPServer should open all files in binary mode. | Amaury Forgeot d'Arc | 2008-07-06 | 1 | -0/+6 |
|
|
| * | - Issue #2113: Fix error in subprocess.Popen if the select system call is | Gregory P. Smith | 2008-07-06 | 1 | -0/+3 |
|
|
| * | - Issue #2862: Make int and float freelist management consistent with other | Gregory P. Smith | 2008-07-06 | 1 | -0/+4 |
|
|
| * | #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. | Georg Brandl | 2008-07-05 | 1 | -2/+2 |
|
|
| * | Patch #1622: Correct interpretation of various ZIP header fields. | Martin v. Löwis | 2008-07-03 | 1 | -0/+8 |
|
|
| * | Issue #449227: Now with the rlcompleter module, callable objects are | Facundo Batista | 2008-07-02 | 1 | -0/+3 |
|
|
| * | Issue 3190: pydoc now hides module __package__ attributes | Nick Coghlan | 2008-07-02 | 1 | -0/+3 |
|
|
| * | Handle urllib's renaming for Python 3.0: | Brett Cannon | 2008-07-02 | 1 | -0/+13 |
|
|
| * | #3242: fix a crash in "print", if sys.stdout is set to a custom object, | Amaury Forgeot d'Arc | 2008-07-01 | 1 | -0/+4 |
|
|
| * | #3219 repeated keyword arguments aren't allowed in function calls anymore | Benjamin Peterson | 2008-07-01 | 1 | -0/+4 |
|
|
| * | #Issue3088 in-progress: Race condition with instances of classes derived from... | Amaury Forgeot d'Arc | 2008-06-30 | 1 | -0/+4 |
|
|
| * | Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd | Martin v. Löwis | 2008-06-30 | 1 | -0/+5 |
|
|
| * | Updated to reflect change in logging.config to remove out-of-date comment in ... | Vinay Sajip | 2008-06-29 | 1 | -0/+3 |
|
|
| * | warnings.warn_explicit() did not have the proper TypeErrors in place to prevent | Brett Cannon | 2008-06-27 | 1 | -0/+5 |
|
|
| * | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 1 | -6/+0 |
|
|
| * | Wording fix | Andrew M. Kuchling | 2008-06-22 | 1 | -1/+1 |
|
|
| * | Issue #2722. Now the char buffer to support the path string has | Facundo Batista | 2008-06-22 | 1 | -0/+2 |
|
|
| * | Now a from submitted via POST that also has a query string | Facundo Batista | 2008-06-21 | 1 | -0/+2 |
|
|
| * | Fixed issue #2888. Now the behaviour of pprint when working with nested | Facundo Batista | 2008-06-21 | 1 | -0/+4 |
|
|
| * | Issue 3008: hex/oct/bin can show floats exactly. | Raymond Hettinger | 2008-06-21 | 1 | -0/+3 |
|
|
| * | Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now | Mark Dickinson | 2008-06-20 | 1 | -0/+7 |
|
|
| * | Make bin() implementation parallel oct() and hex() so that int/long subclasse... | Raymond Hettinger | 2008-06-20 | 1 | -0/+9 |
|
|