summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added code to correct combining str and unicode in ''.format(). Added test c...Eric Smith2008-02-181-0/+9
* Temporarily removed float tests. See issue 1600.Eric Smith2008-02-181-6/+7
* Issue 1224. Now we support again the double slash in the URL.Facundo Batista2008-02-182-1/+43
* Issue #1916. Added isgenerator() and isgeneratorfunction() toFacundo Batista2008-02-182-14/+65
* #2133: fix HTML color spec.Georg Brandl2008-02-171-1/+1
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-178-0/+1141
* Issue 2112. mmap does not raises EnvironmentError no more, butFacundo Batista2008-02-171-0/+5
* Move test_logging over to doctest.Brett Cannon2008-02-172-971/+2005
* Prevent a crash with nested scopes, again caused by calling Py_DECREF when th...Amaury Forgeot d'Arc2008-02-161-0/+18
* Add __all__ to logging module.Raymond Hettinger2008-02-161-0/+5
* mmap.PROT_READ does not exists on win32;Amaury Forgeot d'Arc2008-02-161-0/+2
* Re-enable tests, they were failing since gc.collect() clears the various free...Amaury Forgeot d'Arc2008-02-151-7/+17
* Configured selection highlighting colors were ignored; updating highlightingKurt B. Kaiser2008-02-153-36/+30
* ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.Kurt B. Kaiser2008-02-152-6/+9
* Temporarily let these tests passAmaury Forgeot d'Arc2008-02-151-0/+2
* Issue #2115: __slot__ attributes setting was 10x slower.Amaury Forgeot d'Arc2008-02-151-0/+18
* Bug #2111: mmap segfaults when trying to write a block opened with PROT_READChristian Heimes2008-02-151-0/+7
* Fixed repr() and str() of complex numbers. Complex suffered from the same pro...Christian Heimes2008-02-151-0/+14
* No need to register subclass of ABCs.Raymond Hettinger2008-02-141-2/+0
* Add diagnostic message to help figure-out why SocketServer tests occasionally...Raymond Hettinger2008-02-141-1/+5
* Change simple instances (in Fraction) of self.numerator and self.denominator toJeffrey Yasskin2008-02-141-28/+28
* Performance optimizations on Fraction's constructor.Jeffrey Yasskin2008-02-142-15/+13
* Fix decimal repr which should have used single quotes like other reprs.Raymond Hettinger2008-02-142-243/+243
* Update notes on Decimal.Raymond Hettinger2008-02-141-4/+5
* Bring NEWS.txt up to date from check-in msgs.Kurt B. Kaiser2008-02-141-0/+7
* Make the test somewhat clearer (I hope).Thomas Heller2008-02-131-4/+4
* Add pickle support to ctypes types.Thomas Heller2008-02-131-0/+78
* Working on issue #1762: BroughtJeffrey Yasskin2008-02-132-2/+24
* Replace R=fractions.Fraction with F=fractions.Fraction inMark Dickinson2008-02-121-189/+189
* Revert change in r60712: turn alternate constructors back intoMark Dickinson2008-02-121-13/+13
* Implementation of Fraction.limit_denominator.Mark Dickinson2008-02-122-56/+61
* Patch #1966: Break infinite loop in httplib when the serversMartin v. Löwis2008-02-121-0/+4
* what??! Correct r60225.Kurt B. Kaiser2008-02-121-1/+1
* Bring decimal a bit closer to the spec for Reals.Raymond Hettinger2008-02-122-4/+15
* Fix typo in commentsRaymond Hettinger2008-02-121-2/+2
* Add notes on how decimal fits into the model.Raymond Hettinger2008-02-111-0/+29
* Add tests for pickletools.optimize().Raymond Hettinger2008-02-111-1/+22
* Make sure that xstar headers are read correctly.Lars Gustäbel2008-02-112-0/+9
* No need to register classes that already inherit from ABCs.Raymond Hettinger2008-02-112-4/+0
* Put an extra space into the repr of a Fraction:Mark Dickinson2008-02-112-2/+2
* The test requires the network resourceChristian Heimes2008-02-111-0/+2
* Rename rational.Rational to fractions.Fraction, to avoid name clashMark Dickinson2008-02-103-97/+97
* Complete an open todo on pickletools -- add a pickle optimizer.Raymond Hettinger2008-02-101-3/+28
* whoops - revertSkip Montanaro2008-02-101-1/+1
* Get the saying right. ;-)Skip Montanaro2008-02-101-1/+1
* Typos in decimal comment and documentationMark Dickinson2008-02-101-1/+1
* Turn classmethods into staticmethods, and avoid calling the constructorMark Dickinson2008-02-101-16/+16
* Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as c...Nick Coghlan2008-02-092-5/+98
* Temporarily disable this test. It's been broken for a week.Raymond Hettinger2008-02-091-15/+15
* Metaclass declaration is inheritedRaymond Hettinger2008-02-091-7/+0