summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Beef-up tests for dict literalsRaymond Hettinger2007-12-191-1/+10
* Users demand iterable input for named tuples. The author capitulates.Raymond Hettinger2007-12-182-1/+6
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-1/+72
* Simplify and speedup _asdict() for named tuples.Raymond Hettinger2007-12-181-5/+5
* Fixed #1649: IDLE error: dictionary changed size during iterationChristian Heimes2007-12-181-1/+1
* Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.Raymond Hettinger2007-12-181-1/+1
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-181-0/+21
* Speed-up dictionary constructor by about 10%.Raymond Hettinger2007-12-181-0/+1
* Make it a bit easier to test Tcl/Tk and idle from a build dir.Christian Heimes2007-12-181-0/+4
* Add more namedtuple() test cases. Neaten the code and comments.Raymond Hettinger2007-12-182-11/+39
* Removed the private _rounding_decision: it was not needed, and the codeFacundo Batista2007-12-171-94/+38
* Revert dummy commit now that the build slave is building.Georg Brandl2007-12-161-1/+0
* Dummy commit to investigate #1617.Georg Brandl2007-12-161-0/+1
* Fixed #1624: Remove output comparison for test_pep277Christian Heimes2007-12-152-8/+4
* Fixed bug #1628Christian Heimes2007-12-142-3/+5
* Faster and simpler _replace() methodRaymond Hettinger2007-12-141-1/+1
* Add line spacing for readabilityRaymond Hettinger2007-12-141-8/+8
* Cleaner method naming conventionRaymond Hettinger2007-12-142-15/+15
* Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...Christian Heimes2007-12-141-0/+98
* Small speedupRaymond Hettinger2007-12-131-1/+2
* Simplify implementation of __replace__()Raymond Hettinger2007-12-131-1/+1
* Fixed bug #1613: Makefile's VPATH feature is brokenChristian Heimes2007-12-131-1/+1
* Fix issue #1313119: urlparse "caches" parses regardless of encodingAlexandre Vassalotti2007-12-132-1/+11
* Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...Raymond Hettinger2007-12-131-4/+4
* IDLE_tabbedpages.071101.patch Tal EinatKurt B. Kaiser2007-12-112-148/+47
* The new float repr causes too much trouble and pain. I'm disabling the featur...Christian Heimes2007-12-111-1/+2
* format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2007-12-111-0/+1
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-102-1/+1037
* Remove a 2.2-ism.Guido van Rossum2007-12-101-2/+1
* Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler.Georg Brandl2007-12-091-0/+152
* Two fixes in DocXMLRPCServer:Georg Brandl2007-12-091-28/+4
* correct email addressSkip Montanaro2007-12-081-10/+1
* Fix tpyo.Georg Brandl2007-12-081-1/+1
* Fix issue #1530.Alexandre Vassalotti2007-12-081-3/+6
* This is probably what was meant here.Armin Rigo2007-12-071-1/+1
* Increase unit test coverage of SimpleXMLRPCServer.Georg Brandl2007-12-071-4/+132
* Disabled one test that is failing on UnixChristian Heimes2007-12-061-1/+2
* Fixed get_config_h_filename for Windows. Without the patch it can't find the ...Christian Heimes2007-12-062-8/+50
* Fix Issue 1045.Raymond Hettinger2007-12-061-2/+0
* Fixed bug #1557 by using popen.communicate() before popen.wait()Christian Heimes2007-12-051-2/+5
* Error checking was too aggressive (reported by Chris Tismer)Raymond Hettinger2007-12-052-2/+3
* Fixed error in regrtest. I must have missed the spot.Christian Heimes2007-12-051-1/+1
* fma speedup by avoiding to create a Context. Thanks Mark Dickinson.Facundo Batista2007-12-041-16/+31
* Patch #1537 from Chad AustinChristian Heimes2007-12-032-5/+18
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-035-2/+1925
* Faster _fix function, and some reordering for a more elegantFacundo Batista2007-12-031-52/+47
* Speedup and cleaning of __str__. Thanks Mark Dickinson.Facundo Batista2007-12-031-71/+41
* Applied my patch #1455 with some extra fixes for VS 2005Christian Heimes2007-12-034-22/+706
* Implement PEP 366Nick Coghlan2007-12-034-53/+118
* Add test suite for cmd module.Georg Brandl2007-12-011-0/+186