| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expat could crash if given the wrong kind of input by never stopping its | Brett Cannon | 2009-08-13 | 1 | -1/+20 |
|
|
* | Fix issue1628205: Socket file objects returned by socket.socket.makefile() now | Gregory P. Smith | 2009-08-13 | 2 | -13/+128 |
|
|
* | Issue #6629: Fix a data corruption issue in the new `io` package, which could | Antoine Pitrou | 2009-08-06 | 1 | -0/+20 |
|
|
* | Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note... | Jesse Noller | 2009-08-06 | 1 | -3/+16 |
|
|
* | Typo. | Guilherme Polo | 2009-08-05 | 1 | -1/+1 |
|
|
* | Easier reference to find (at least while svn continues being used). | Guilherme Polo | 2009-08-05 | 1 | -1/+1 |
|
|
* | Issue #6620: Slightly safer code for _grouping_intervals in the locale | Mark Dickinson | 2009-08-04 | 1 | -0/+3 |
|
|
* | Issue 6637: defaultdict.copy() failed with an empty factory. | Raymond Hettinger | 2009-08-04 | 1 | -0/+7 |
|
|
* | Adding tests derived from the Jython project. These are primarily tests of | Frank Wierzbicki | 2009-08-02 | 1 | -0/+116 |
|
|
* | Issue #6619: Remove duplicate 'isgenerator' function from inspect module. | Mark Dickinson | 2009-08-02 | 1 | -4/+0 |
|
|
* | Issue #6595: Allow Decimal constructor to accept non-European decimal | Mark Dickinson | 2009-08-02 | 2 | -20/+19 |
|
|
* | #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, | Amaury Forgeot d'Arc | 2009-07-28 | 2 | -1/+14 |
|
|
* | "Fix" for the refleak report: the ABC classes are now in the _pyio module | Amaury Forgeot d'Arc | 2009-07-28 | 1 | -2/+2 |
|
|
* | Issue #6561: '\d' regular expression should not match characters of | Mark Dickinson | 2009-07-28 | 1 | -0/+21 |
|
|
* | Issue 6573: Fix set.union() for cases where self is in the argument chain. | Raymond Hettinger | 2009-07-27 | 1 | -0/+4 |
|
|
* | Issue 6581. Michael Foord | Michael Foord | 2009-07-26 | 1 | -1/+4 |
|
|
* | #6553: crash in cPickle.load(), when given a StringIO with incomplete data. | Amaury Forgeot d'Arc | 2009-07-23 | 1 | -0/+5 |
|
|
* | use bools for autoraise | Benjamin Peterson | 2009-07-23 | 1 | -11/+11 |
|
|
* | Backport of fix for issue 6542: make sure | R. David Murray | 2009-07-22 | 1 | -1/+12 |
|
|
* | Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. | Georg Brandl | 2009-07-22 | 1 | -0/+5 |
|
|
* | Issue #6545: Removed assert statements in distutils.Extension, so the behavio... | Tarek Ziadé | 2009-07-22 | 1 | -4/+5 |
|
|
* | Revert rev 74134, as it does not completely fixx issue #6493. | Thomas Heller | 2009-07-21 | 1 | -15/+0 |
|
|
* | Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits | Thomas Heller | 2009-07-21 | 1 | -0/+15 |
|
|
* | Merged revisions 74121-74122 via svnmerge from | Benjamin Peterson | 2009-07-20 | 3 | -1/+3 |
|
|
* | the Slice in x[::] has to have step as None to help the interpreter | Benjamin Peterson | 2009-07-20 | 1 | -1/+2 |
|
|
* | Merged revisions 74116 via svnmerge from | Benjamin Peterson | 2009-07-20 | 1 | -1/+1 |
|
|
* | Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-... | Benjamin Peterson | 2009-07-20 | 18 | -145/+411 |
|
|
* | http://bugs.python.org/issue6499 | Kristján Valur Jónsson | 2009-07-19 | 1 | -1/+1 |
|
|
* | http://bugs.python.org/issue6499 | Kristján Valur Jónsson | 2009-07-19 | 3 | -6/+25 |
|
|
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 13 | -902/+918 |
|
|
* | Fix for issue5102, timeout value propages between redirects, proxy, digest and | Senthil Kumaran | 2009-07-19 | 2 | -6/+10 |
|
|
* | Issue #6431: Fix Fraction comparisons with unknown types, and with | Mark Dickinson | 2009-07-18 | 2 | -30/+158 |
|
|
* | Issue #6415: Fixed warnings.warn sagfault on bad formatted string. | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+13 |
|
|
* | Revert r74028. | Georg Brandl | 2009-07-16 | 1 | -2/+2 |
|
|
* | #6482: simplify "except: raise" to "finally:". | Georg Brandl | 2009-07-16 | 1 | -2/+2 |
|
|
* | #6466 refactored distutils duplicate get_versions() functions (used to get gc... | Tarek Ziadé | 2009-07-16 | 6 | -111/+231 |
|
|
* | Issue 6433: multiprocessing.pool.map hangs on empty list | Jesse Noller | 2009-07-16 | 2 | -0/+8 |
|
|
* | #5910: fix kqueue for calls with more than one event. | Georg Brandl | 2009-07-16 | 1 | -0/+16 |
|
|
* | #6076 Add a title to the IDLE Preferences window. | Amaury Forgeot d'Arc | 2009-07-15 | 1 | -0/+1 |
|
|
* | methods' names pep8ification | Ezio Melotti | 2009-07-15 | 1 | -127/+127 |
|
|
* | Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issu... | Michael Foord | 2009-07-14 | 2 | -11/+2 |
|
|
* | Use a different VER command output parser to address the localization | Marc-André Lemburg | 2009-07-13 | 1 | -2/+17 |
|
|
* | Use a new global DEV_NULL instead of hard-coding /dev/null into the system | Marc-André Lemburg | 2009-07-13 | 1 | -4/+20 |
|
|
* | #1616979: Add the cp720 (Arabic DOS) encoding. | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -0/+311 |
|
|
* | Issue #6314: logging: Extra checks on the "level" argument in more places. | Vinay Sajip | 2009-07-13 | 1 | -8/+15 |
|
|
* | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-12 | 1 | -4/+41 |
|
|
* | Fixed distutils test. | Hirokazu Yamamoto | 2009-07-12 | 1 | -1/+1 |
|
|
* | put downloaded test support files in Lib/test/data instead of the cwd | Benjamin Peterson | 2009-07-11 | 1 | -5/+4 |
|
|
* | reverted changes for #6459 (doesn't apply on 2.x) | Tarek Ziadé | 2009-07-11 | 2 | -4/+4 |
|
|
* | #2622 Import errors in email.message, from a py2app standalone application. | Amaury Forgeot d'Arc | 2009-07-11 | 8 | -18/+18 |
|
|