summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Minor doc fixups.Raymond Hettinger2009-02-041-3/+6
* issue 4804: Provide checks for the format string of strftime, and for the "m...Kristján Valur Jónsson2009-02-041-1/+1
* Make importlib backwards-compatible to Python 2.2 (but this is not promised toBrett Cannon2009-02-031-3/+16
* Backport importlib to at least Python 2.5 by getting rid of use of str.format.Brett Cannon2009-02-031-1/+1
* Make importlib a package. This allows using svn:externals in the sandbox toBrett Cannon2009-02-031-0/+0
* Register decimals as numbers.NumberRaymond Hettinger2009-02-032-0/+14
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-031-0/+10
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-0/+31
* Moving to importlibGuilherme Polo2009-02-021-4/+3
* Restore the previous geometry before leaving the testGuilherme Polo2009-02-021-2/+3
* Use a single Tcl interpreter through all these tests, this may help someGuilherme Polo2009-02-024-16/+34
* Restore Tkinter.Tk._loadtk so this test doesn't fail for problemsGuilherme Polo2009-02-011-1/+7
* - Issue #5104: The socket module now raises OverflowError when 16-bit port andGregory P. Smith2009-01-311-6/+30
* I believe the intention here was to avoid a global lookupBenjamin Peterson2009-01-311-1/+1
* Add an extra test for long <-> float hash equivalence.Mark Dickinson2009-01-311-0/+1
* check the errno in bad fd casesBenjamin Peterson2009-01-311-2/+8
* make _tkinter._flatten check the result of PySequence_Size for errors #3880Benjamin Peterson2009-01-301-1/+10
* pep8tify conditionalsBenjamin Peterson2009-01-301-29/+58
* fixed test_make_distribution so it runs on any platform, as long as tar an gz...Tarek Ziadé2009-01-291-9/+6
* Issue #2047: shutil.move() could believe that its destination path wasAntoine Pitrou2009-01-292-1/+29
* Fix issue5075: bdist_wininst should not depend on the vc runtime?Mark Hammond2009-01-292-0/+0
* Issue 4920: Fixed next() vs __next__() issues in the ABCsRaymond Hettinger2009-01-282-4/+65
* Issue #5083: New 'gui' resource for regrtest.Guilherme Polo2009-01-281-1/+3
* Make sure the root windows gets destroyedGuilherme Polo2009-01-281-1/+4
* * Renaming test_tk_* to test_ttk_* since that is what they are testing.Guilherme Polo2009-01-283-2/+20
* Added support for collecting tests only from specific packages.Guilherme Polo2009-01-281-4/+11
* Added the ttk module. See issue #2983: Ttk support for Tkinter.Guilherme Polo2009-01-2811-0/+3685
* use True and FalseBenjamin Peterson2009-01-271-3/+3
* Add more tests for the powerset() recipe.Raymond Hettinger2009-01-271-0/+6
* More exhaustive combinatoric checks.Raymond Hettinger2009-01-271-16/+28
* Issue 5021: doctest.testfile should set __name__Raymond Hettinger2009-01-271-1/+1
* Stronger tests for combinatoric relationships.Raymond Hettinger2009-01-272-1/+9
* Add tests to verify combinatoric relationships.Raymond Hettinger2009-01-271-0/+26
* excellent place to use a set() #5069Benjamin Peterson2009-01-271-2/+2
* Promote combinations_with_replacement() from a recipe to a regular itertool.Raymond Hettinger2009-01-271-38/+78
* Remove startup firewall message. That is handled by an error dialogRaymond Hettinger2009-01-261-12/+2
* Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. ThanksMark Dickinson2009-01-261-1/+1
* Backport importlib in the form of providing importlib.import_module(). This hasBrett Cannon2009-01-262-0/+211
* Fixed #1885: --formats=tar,gztar was not working properly in the sdist commandTarek Ziadé2009-01-252-11/+70
* added missing module docstringTarek Ziadé2009-01-251-0/+5
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-2536-72/+0
* Improved itertools recipe for generating powerset().Raymond Hettinger2009-01-251-7/+5
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-251-8/+32
* Issue #4863, removing remaining bitsTarek Ziadé2009-01-251-1/+0
* Fixed #4863: removed distutils.mwerkscompilerTarek Ziadé2009-01-252-251/+0
* fix building the core with --disable-unicodeBenjamin Peterson2009-01-251-1/+0
* Remove uses of cmp from the decimal module.Mark Dickinson2009-01-251-3/+15
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-252-13/+26
* Issue #3657: fix occasional test_pickletools failures.Mark Dickinson2009-01-241-5/+5
* Issue #1672332: Fix unpickling of subnormal floats, which was raisingMark Dickinson2009-01-241-0/+10