summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-262-4/+9
* #6243: fix segfault when keyname() returns a NULL pointer.Andrew M. Kuchling2009-09-251-0/+5
* http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-251-0/+4
* Half of the fix for issue 6957: ensure that distutilsRonald Oussoren2009-09-221-0/+23
* When range checking was added to time.strftime() a check was placed on tm_isdstBrett Cannon2009-09-221-5/+0
* forgot to commit a file in previous commit (r74994, issue #6954)Tarek Ziadé2009-09-211-0/+3
* #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.Tarek Ziadé2009-09-213-1/+11
* improving distutils coverageTarek Ziadé2009-09-211-0/+22
* improved distutils test coverage: now the DEBUG mode is covered too (will hel...Tarek Ziadé2009-09-215-2/+93
* Issue 6877: this patch makes it possible to link the readline extensionRonald Oussoren2009-09-201-0/+42
* Followup for r74962Ronald Oussoren2009-09-201-2/+1
* Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6Ronald Oussoren2009-09-201-183/+23
* Update bug tracker reference.Georg Brandl2009-09-191-1/+1
* #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...Georg Brandl2009-09-191-1/+1
* backport keyword argument support for bytearray.decodeBenjamin Peterson2009-09-181-0/+2
* add keyword arguments support to str/unicode encode and decode #6300Benjamin Peterson2009-09-182-0/+19
* Use skipUnless to skip math module tests on non-IEEE 754 platforms.Mark Dickinson2009-09-181-31/+34
* Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)Thomas Heller2009-09-181-1/+1
* Issue #5042: Structure sub-subclass does now initialize correctly withThomas Heller2009-09-181-0/+19
* Optimize optimization and fix method name in docstring.Georg Brandl2009-09-181-3/+3
* Use str.format() to fix beginner's mistake with %-style string formatting.Georg Brandl2009-09-181-7/+7
* #6938: "ident" is always a string, so use a format code which works.Georg Brandl2009-09-181-1/+1
* #6905: use better exception messages in inspect when the argument is of the w...Georg Brandl2009-09-181-7/+7
* #6844 followup: the warning when setting Exception.message was removed, do no...Georg Brandl2009-09-171-7/+0
* Issue #6922: Fix an infinite loop when trying to decode an invalidGeorg Brandl2009-09-171-0/+12
* kill bare exceptBenjamin Peterson2009-09-171-1/+1
* #6844: do not emit DeprecationWarnings on access if Exception.message has bee...Georg Brandl2009-09-161-0/+40
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-0/+41
* Make the pdb displayhook compatible with the standard displayhook: do not pri...Georg Brandl2009-09-162-2/+36
* Remove some more boilerplate from the actual tests in test_pdb.Georg Brandl2009-09-161-27/+34
* Update distutils.util tests after my changesRonald Oussoren2009-09-151-1/+21
* Finish support for --with-universal-archs=intelRonald Oussoren2009-09-151-5/+20
* Test discovery in unittest will only attempt to import modules that are impor...Michael Foord2009-09-133-45/+79
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....Michael Foord2009-09-132-2/+43
* Objects that compare equal automatically pass or fail assertAlmostEqual and a...Michael Foord2009-09-132-1/+14
* Issue #6635: Fix profiler printing usage message.Matthias Klose2009-09-131-2/+2
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-127-6/+51
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-122-6/+49
* revert unintended changesBenjamin Peterson2009-09-091-44/+0
* tabbifyBenjamin Peterson2009-09-091-0/+44
* Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompilerTarek Ziadé2009-09-092-2/+20
* Issue #6857: Fix Decimal formatting to be consistent with existing floatMark Dickinson2009-09-082-2/+6
* #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...Mark Dickinson2009-09-072-3/+12
* Issue #6850: Fix bug in Decimal._parse_format_specifier for formatsMark Dickinson2009-09-072-1/+4
* Fix for issue 4937Ronald Oussoren2009-09-061-1/+0
* Issue #6846: bytearray.pop was returning ints in the range [-128, 128)Mark Dickinson2009-09-061-0/+2
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-065-43/+54
* Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...Chris Withers2009-09-041-12/+9
* #5101: add back tests to test_funcattrs that were lost during unittest conver...Georg Brandl2009-09-041-61/+119
* Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ...Georg Brandl2009-09-041-1/+3