summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge with r60683.Raymond Hettinger2008-02-091-2/+2
* Make ABC containers inherit as documented.Raymond Hettinger2008-02-091-31/+5
* Fill-in missing Set comparisonsRaymond Hettinger2008-02-081-0/+13
* Speed-up __iter__() mixin method.Raymond Hettinger2008-02-081-6/+6
* Update big5hkscs codec to conform to the HKSCS:2004 revision.Hye-Shik Chang2008-02-083-5/+16
* Oops! 2.6's Rational.__ne__ didn't work.Jeffrey Yasskin2008-02-082-1/+6
* issue 2045: Infinite recursion when printing a subclass of defaultdict,Amaury Forgeot d'Arc2008-02-081-0/+23
* Fix typo in docstring for Calendar.itermonthdays().Walter Dörwald2008-02-071-2/+2
* Fixes Issue 1401. When redirected, a possible POST get convertedFacundo Batista2008-02-072-1/+13
* Fixes issue 2026. Tests converted to unittest. ThanksFacundo Batista2008-02-071-151/+164
* Update URLAndrew M. Kuchling2008-02-071-1/+1
* Merge r60628, r60631, and r60633. Register UserList and UserString will the ...Raymond Hettinger2008-02-073-45/+14
* Merge 60627.Raymond Hettinger2008-02-071-1/+6
* Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collect...Raymond Hettinger2008-02-071-0/+62
* Revert accidental changes to test_queue in r60605.Georg Brandl2008-02-061-20/+16
* Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaNMark Dickinson2008-02-062-40/+129