summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Use constants instead of magic integers for test result. Do not re-run with ...Georg Brandl2009-10-291-30/+37
* Issue #7233: Fix Decimal.shift and Decimal.rotate methods forMark Dickinson2009-10-292-8/+39
* Issue #7233: A number of two-argument Decimal methods were failing toMark Dickinson2009-10-292-1/+67
* Fix duplicate test numbers in extra.decTestMark Dickinson2009-10-291-16/+15
* Issue #4750: Store the basename of the original filename inLars Gustäbel2009-10-291-2/+2
* do a backport of r75928Benjamin Peterson2009-10-291-0/+7
* Remove variable that is no longer used.R. David Murray2009-10-281-1/+1
* removed spurious spacesTarek Ziadé2009-10-281-29/+18
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-273-7/+62
* Make sure every run of test_intern() interns a new string, otherwise that tes...Georg Brandl2009-10-271-1/+4
* Test long inputs to floatMark Dickinson2009-10-271-0/+5
* Reduce the probability of refleaks in test_socketserver.Antoine Pitrou2009-10-271-1/+2
* Issue #7218: Fix test_site for win32Tarek Ziadé2009-10-271-1/+1
* test expect base classesBenjamin Peterson2009-10-271-0/+8
* Reformat the regrtest command-line option help and group the options into sec...Georg Brandl2009-10-271-20/+35
* Add a regrtest option to re-run in verbose mode immediately after a test fail...Georg Brandl2009-10-271-10/+17
* Try to fix transient refleaks in test_distutils.Antoine Pitrou2009-10-271-0/+1
* Fix transient refleaks in test_urllib2_localnet.Antoine Pitrou2009-10-271-2/+10
* Suppress transient refleaks in test_threading.Antoine Pitrou2009-10-271-3/+12
* Suppress transient refleaks in test_smtplib.Antoine Pitrou2009-10-271-4/+20
* Suppress transient refleaks in test_file2k.Antoine Pitrou2009-10-271-0/+2
* Fix transient refleak in test_sys.Antoine Pitrou2009-10-271-2/+6
* (Hopefully) suppress transient refleaks in test_httpservers.Antoine Pitrou2009-10-271-0/+2
* Suppress transient refleaks in test_asyncoreAntoine Pitrou2009-10-271-25/+29
* Issue #7205: Fix a possible deadlock when using a BZ2File object from several...Antoine Pitrou2009-10-271-0/+18
* use 'is' instead of id()Benjamin Peterson2009-10-261-8/+7
* Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod inMark Dickinson2009-10-261-1/+4
* Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod inMark Dickinson2009-10-261-2/+0
* Skip readline tests if readline module is not available.Mark Dickinson2009-10-261-2/+3
* fixed warning and error messageTarek Ziadé2009-10-245-5/+5
* fixed finally state in distutils.test_utilTarek Ziadé2009-10-241-1/+1
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-247-5/+64
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-0/+2
* #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...Tarek Ziadé2009-10-242-5/+22
* Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ...Antoine Pitrou2009-10-241-0/+5
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...Antoine Pitrou2009-10-242-9/+152
* Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI...Antoine Pitrou2009-10-241-0/+7
* Improve some docstrings in the 'warnings' module.Neil Schemenauer2009-10-231-1/+13
* Issue #7194: test_thread could try to release an unacquired mutex (and fail).Antoine Pitrou2009-10-231-1/+4
* Fix Windows buildbot failureAntoine Pitrou2009-10-231-3/+2
* Per the discussion in issue6882, backport the try/finally work that was done ...Eric Smith2009-10-221-11/+40
* Revert unintended change.Georg Brandl2009-10-221-1/+1
* Fix punctuation.Georg Brandl2009-10-221-1/+1
* Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.Vinay Sajip2009-10-211-0/+10
* Test wouldn't work in debug mode.Antoine Pitrou2009-10-201-0/+1
* Issue #1722344: threading._shutdown() is now called in Py_Finalize(), whichAntoine Pitrou2009-10-201-0/+24
* Issue #7099: Decimal.is_normal should return True for all nonzeroMark Dickinson2009-10-202-13/+13
* Issue #7133: SSL objects now support the new buffer API.Antoine Pitrou2009-10-191-14/+15
* Clarify error report message, and don't recommend running in verboseR. David Murray2009-10-191-1/+3
* Eliminate warning message that looks like an error message. When it wasR. David Murray2009-10-191-2/+0