summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue #5025: Fix occasional test_kqueue failure on OS X.Mark Dickinson2009-01-241-3/+6
* Issue #3881: Help Tcl to load even when started through theMartin v. Löwis2009-01-241-0/+35
* Add heading for 2.7a0.Martin v. Löwis2009-01-241-2/+8
* Issue #4710: Extract directories properly in the zipfile module;Martin v. Löwis2009-01-243-4/+45
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
* Update comments and add an optimized path for Counter.update().Raymond Hettinger2009-01-221-3/+5
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-0/+5
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-212-10/+11
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-212-3/+5
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-211-0/+11
* Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...Vinay Sajip2009-01-202-12/+9
* Issue 5013: Fixed bug in FileHandler when delay was set.Vinay Sajip2009-01-201-9/+9
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-202-0/+14
* allow unicode keyword arguments for the ** syntax #4978Benjamin Peterson2009-01-201-0/+20
* Use Georg's new permalinks to documentation by version number.Raymond Hettinger2009-01-201-1/+1
* Make merging easier by formattng comment blocks the same in Py3.1Raymond Hettinger2009-01-201-3/+5
* Add Counter() to __all__.Raymond Hettinger2009-01-201-1/+1
* Build-outs for Counter() class:Raymond Hettinger2009-01-202-9/+135
* I'm sick of these deprecations warnings in test_osBenjamin Peterson2009-01-191-3/+5
* make bad file descriptor tests more robustBenjamin Peterson2009-01-193-15/+32
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-191-1/+15
* Issue 4957Kristján Valur Jónsson2009-01-191-2/+1