summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Adding tests derived from the Jython project. These are primarily tests ofFrank Wierzbicki2009-08-021-0/+116
* Issue #6619: Remove duplicate 'isgenerator' function from inspect module.Mark Dickinson2009-08-021-4/+0
* Issue #6595: Allow Decimal constructor to accept non-European decimalMark Dickinson2009-08-022-20/+19
* #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,Amaury Forgeot d'Arc2009-07-282-1/+14
* "Fix" for the refleak report: the ABC classes are now in the _pyio moduleAmaury Forgeot d'Arc2009-07-281-2/+2
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-281-0/+21
* Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-271-0/+4
* Issue 6581. Michael FoordMichael Foord2009-07-261-1/+4
* #6553: crash in cPickle.load(), when given a StringIO with incomplete data.Amaury Forgeot d'Arc2009-07-231-0/+5
* use bools for autoraiseBenjamin Peterson2009-07-231-11/+11
* Backport of fix for issue 6542: make sureR. David Murray2009-07-221-1/+12
* Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.Georg Brandl2009-07-221-0/+5
* Issue #6545: Removed assert statements in distutils.Extension, so the behavio...Tarek Ziadé2009-07-221-4/+5
* Revert rev 74134, as it does not completely fixx issue #6493.Thomas Heller2009-07-211-15/+0
* Issue #6493: Fix a ctypes problem setting bitfields more than 31 bitsThomas Heller2009-07-211-0/+15
* Merged revisions 74121-74122 via svnmerge fromBenjamin Peterson2009-07-203-1/+3
* the Slice in x[::] has to have step as None to help the interpreterBenjamin Peterson2009-07-201-1/+2
* Merged revisions 74116 via svnmerge fromBenjamin Peterson2009-07-201-1/+1
* Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-...Benjamin Peterson2009-07-2018-145/+411
* http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-191-1/+1
* http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-193-6/+25
* split unittest.py into a packageBenjamin Peterson2009-07-1913-902/+918
* Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-192-6/+10
* Issue #6431: Fix Fraction comparisons with unknown types, and withMark Dickinson2009-07-182-30/+158
* Issue #6415: Fixed warnings.warn sagfault on bad formatted string.Hirokazu Yamamoto2009-07-171-0/+13
* Revert r74028.Georg Brandl2009-07-161-2/+2
* #6482: simplify "except: raise" to "finally:".Georg Brandl2009-07-161-2/+2
* #6466 refactored distutils duplicate get_versions() functions (used to get gc...Tarek Ziadé2009-07-166-111/+231
* Issue 6433: multiprocessing.pool.map hangs on empty listJesse Noller2009-07-162-0/+8
* #5910: fix kqueue for calls with more than one event.Georg Brandl2009-07-161-0/+16
* #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
* methods' names pep8ificationEzio Melotti2009-07-151-127/+127
* Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issu...Michael Foord2009-07-142-11/+2
* Use a different VER command output parser to address the localizationMarc-André Lemburg2009-07-131-2/+17
* Use a new global DEV_NULL instead of hard-coding /dev/null into the systemMarc-André Lemburg2009-07-131-4/+20
* #1616979: Add the cp720 (Arabic DOS) encoding.Amaury Forgeot d'Arc2009-07-131-0/+311
* Issue #6314: logging: Extra checks on the "level" argument in more places.Vinay Sajip2009-07-131-8/+15
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-121-4/+41
* Fixed distutils test.Hirokazu Yamamoto2009-07-121-1/+1
* put downloaded test support files in Lib/test/data instead of the cwdBenjamin Peterson2009-07-111-5/+4
* reverted changes for #6459 (doesn't apply on 2.x)Tarek Ziadé2009-07-112-4/+4
* #2622 Import errors in email.message, from a py2app standalone application.Amaury Forgeot d'Arc2009-07-118-18/+18
* fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'Tarek Ziadé2009-07-112-4/+4
* cleaned up distutils.build_ext moduleTarek Ziadé2009-07-111-26/+16
* Add basic tests for the return value of os.popen().close().Amaury Forgeot d'Arc2009-07-111-0/+7
* http://bugs.python.org/issue6460Kristján Valur Jónsson2009-07-111-2/+8
* more cleanups and if zlib -> skipUnless(zlib)Ezio Melotti2009-07-101-90/+94
* #6447: typo in subprocess docstringAmaury Forgeot d'Arc2009-07-101-2/+2
* cleaned up distutils.command.buildTarek Ziadé2009-07-101-15/+5
* Added test coverage for distutils.command.buildTarek Ziadé2009-07-101-0/+54