summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* idle.py modified and simplified to better supportKurt B. Kaiser2009-05-032-21/+14
* (no commit message)Michael Foord2009-05-022-38/+227
* Isue #5084: unpickling now interns the attribute names of pickled objects,Antoine Pitrou2009-05-022-1/+23
* Add addCleanup and doCleanups to unittest.TestCase.Michael Foord2009-05-022-24/+158
* #1607951: Make mailbox.Maildir re-read the directories less frequently.Andrew M. Kuchling2009-05-022-4/+55
* Convert test method names to PEP8 style.Gregory P. Smith2009-05-021-46/+47
* revert unrelated changeBenjamin Peterson2009-05-021-3/+1
* remove py3k compat codeBenjamin Peterson2009-05-023-64/+10
* don't let sys.argv be used in the testsBenjamin Peterson2009-05-021-2/+5
* Adds an exit parameter to unittest.main(). If False main no longerMichael Foord2009-05-022-10/+78
* Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise anAntoine Pitrou2009-05-012-4/+50
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-012-0/+1932
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-0110-65/+64
* Fix for Issue1648102, based on the MSDN spec: If this parameter specifies theSenthil Kumaran2009-05-011-10/+3
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-1/+60
* prevent ref cycles by removing bound method on close()Benjamin Peterson2009-04-301-0/+2
* make sure to close fileBenjamin Peterson2009-04-301-1/+1
* make sure mode is removable while cleaning up test droppingsBenjamin Peterson2009-04-291-0/+5
* fix test_shutil on ZFS #5676Benjamin Peterson2009-04-291-2/+16
* Backport some of the float formatting tests from py3k.Mark Dickinson2009-04-292-0/+375
* Issue #5864: format(1234.5, '.4') gives misleading resultMark Dickinson2009-04-291-0/+5
* More aifc tests.R. David Murray2009-04-291-7/+53
* Now that we've got a test_aifc, add a few tests.R. David Murray2009-04-291-0/+30
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-294-8/+24
* Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymoreTarek Ziadé2009-04-291-1/+1
* Update spec version number.Raymond Hettinger2009-04-271-1/+1
* Issue #5853: calling a function of the mimetypes module from several threadsAntoine Pitrou2009-04-271-15/+13
* Issue #5854: Updated __all__ to include some missing names and remove some na...Vinay Sajip2009-04-271-5/+8
* Right click 'go to file/line' not working if spacesKurt B. Kaiser2009-04-262-25/+13
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-266-56/+36
* Fix typo.Walter Dörwald2009-04-261-1/+1
* Update pydoc topics.Georg Brandl2009-04-261-28/+28
* Move pydoc_topics module to its own subdirectory, so that no generated code i...Georg Brandl2009-04-263-5/+5
* Issue #4971: Fix titlecase for characters that are their ownMartin v. Löwis2009-04-261-1/+6
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-0/+62
* #5841: add deprecation py3k warning and notice in the docs for commands module.Georg Brandl2009-04-251-4/+4
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-1/+14
* #5810: Fixed Distutils test_build_scriptsTarek Ziadé2009-04-251-1/+1
* Issue #4951: Fixed failure in test_httpserversTarek Ziadé2009-04-251-2/+5
* Issue #5837: Certain sequences of calls to set() and unset() forWalter Dörwald2009-04-251-15/+17
* Fix typo in complex parsing code; expand tests.Mark Dickinson2009-04-251-3/+19
* fix a segfault when setting __class__ in __del__ #5283Benjamin Peterson2009-04-251-0/+10
* Issue 5041: ctypes unwilling to allow pickling wide character.Thomas Heller2009-04-241-0/+5
* Remove unnecessary double negativeMark Dickinson2009-04-241-1/+1
* Issue #5593: Use more robust test for double-rounding in test_fsum.Mark Dickinson2009-04-241-8/+9
* Issue #5812: The two-argument form of the Fraction constructorMark Dickinson2009-04-242-13/+28
* Issue #5816:Mark Dickinson2009-04-241-10/+66
* Produce correct version string to access the .chmKurt B. Kaiser2009-04-234-10/+22
* Issue #5812: make Fraction('1e-6') valid. Backport of r71806.Mark Dickinson2009-04-222-23/+34
* Fixed issue 5782: formatting with commas didn't work if no specifier type cod...Eric Smith2009-04-221-0/+6