summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #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
* Issue #2666: Handle BROWSER environment variable properly for unknown browser...Georg Brandl2009-09-041-1/+3
* test_platform fails on OS X Snow Leopard because the UNIX command to get theBrett Cannon2009-09-031-1/+7
* Sorry, sorry! Ignore my previous two commits. I mixed up the versionArmin Rigo2009-09-032-21/+0
* Does not terminate: consume all memory without responding to Ctrl-C.Armin Rigo2009-09-031-0/+10
* Found the next crasher by thinking about this logic in PyPy.Armin Rigo2009-09-031-0/+11
* remove the check that classmethod's argument is a callableBenjamin Peterson2009-09-011-7/+3
* #6750: TextIOWrapped could duplicate output when several threads write to it.Amaury Forgeot d'Arc2009-08-291-0/+21
* Issue #6054: Do not normalize stored pathnames.Lars Gustäbel2009-08-282-29/+82
* remove more code for restricted executionBenjamin Peterson2009-08-281-9/+4
* restricted environments are no moreBenjamin Peterson2009-08-282-10/+2
* Issue #6794: Fix handling of NaNs in Decimal.compare_total andMark Dickinson2009-08-282-2/+21
* Issue 6654Kristján Valur Jónsson2009-08-272-5/+118
* issue 6275Kristján Valur Jónsson2009-08-272-0/+16
* issue 6769Kristján Valur Jónsson2009-08-241-1/+1
* #6693: New functions in site.py to get user/global site packages paths.Tarek Ziadé2009-08-202-36/+126
* comment typo fixGregory P. Smith2009-08-201-1/+1
* Revert the changes from r74463, they were causing test_xmlrpc to fail.Gregory P. Smith2009-08-191-9/+1
* Added missing static option for OptionMenu. Issue #5961.Guilherme Polo2009-08-181-1/+2
* Issue #1356969: Add missing info methods in Tix.HList.Guilherme Polo2009-08-181-0/+10
* Fixes for Tix.Grid from issue #1522587.Guilherme Polo2009-08-181-3/+6
* Issue #1522587: New constants and methods for the Tix.Grid widget.Guilherme Polo2009-08-181-11/+102
* Mark the "radio" option of Tix.CheckList as static.Guilherme Polo2009-08-181-1/+1