summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Moved test_format into the correct TestCase.Eric Smith2008-02-211-39/+39
* Fix a few typos and layout glitches (more work is needed).Guido van Rossum2008-02-212-2141/+2144
* Update more instances of has_key().Raymond Hettinger2008-02-212-5/+5
* Replace 'has_key()' with 'in'.Thomas Heller2008-02-215-13/+11
* configure.ac: Remove the configure check for _Bool, it is already done in theThomas Heller2008-02-213-3162/+3023
* Removed uses of dict.has_key() from distutils, and uses ofGuido van Rossum2008-02-2117-39/+44
* Remove news about float repr() -- issue 1580 is still in limbo.Guido van Rossum2008-02-211-4/+0
* Close manifest file.Andrew M. Kuchling2008-02-211-0/+1
* Now that PyOS_ascii_formatd supports the 'n' format, simplify the float forma...Eric Smith2008-02-201-40/+15
* Trim leading zeros from a floating point exponent, per C99. See issue 1600. ...Eric Smith2008-02-203-34/+165
* Fixes contributed by Ori Avtalion.Georg Brandl2008-02-201-3/+6
* Added PEP 3101.Eric Smith2008-02-191-0/+6
* Added dependencies for stringobject.o. This should fix failing tests in test...Eric Smith2008-02-191-0/+8
* Added code to correct combining str and unicode in ''.format(). Added test c...Eric Smith2008-02-182-0/+25
* Perform correct handling of stack overflow for windows: Catch the correct exc...Kristján Valur Jónsson2008-02-181-2/+8
* 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-183-1/+45
* Issue #1916. Added isgenerator() and isgeneratorfunction() toFacundo Batista2008-02-184-15/+104
* #2133: fix HTML color spec.Georg Brandl2008-02-171-1/+1
* Compilation was broken on Windows since the introduction of Advanced String F...Amaury Forgeot d'Arc2008-02-174-8/+34
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-1727-23/+3873
* Issue 2112. mmap does not raises EnvironmentError no more, butFacundo Batista2008-02-173-1/+12
* Now we handle different the backup copy, because of securityFacundo Batista2008-02-172-16/+29
* Fix function name.Georg Brandl2008-02-171-1/+1
* #2131: note that codecs.open() always opens files in binary mode.Georg Brandl2008-02-171-1/+9
* Move test_logging over to doctest.Brett Cannon2008-02-174-971/+2008
* Prevent a crash with nested scopes, again caused by calling Py_DECREF when th...Amaury Forgeot d'Arc2008-02-163-1/+24
* Crashers of the day: Py_CLEAR must be used when there is a chance that theAmaury Forgeot d'Arc2008-02-162-3/+2
* #2120: broken links in advocacy document.Georg Brandl2008-02-161-5/+5
* 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-153-1/+23
* Update example to match the current syntax.Raymond Hettinger2008-02-151-1/+1
* Two new functions:Skip Montanaro2008-02-151-3/+25
* In PyNumber_ToBase, changed from an assert to returning an error when PyObjec...Eric Smith2008-02-151-1/+5
* Bug #2111: mmap segfaults when trying to write a block opened with PROT_READChristian Heimes2008-02-153-0/+13
* Fixed repr() and str() of complex numbers. Complex suffered from the same pro...Christian Heimes2008-02-153-7/+57
* Use a static and interned string for __subclasscheck__ and __instancecheck__ ...Christian Heimes2008-02-141-2/+16
* Try to correct a markup error that does hide the following paragraph.Thomas Heller2008-02-141-1/+0
* No need to register subclass of ABCs.Raymond Hettinger2008-02-141-2/+0
* Fix markupRaymond Hettinger2008-02-141-1/+1
* Simplify moneyfmt() recipe.Raymond Hettinger2008-02-141-13/+5
* Implemented Martin's suggestion to clear the free lists during the garbage co...Christian Heimes2008-02-1415-25/+131
* Fix markup.Raymond Hettinger2008-02-141-1/+1
* Show how to remove exponents.Raymond Hettinger2008-02-141-0/+11
* Improve rst markupRaymond Hettinger2008-02-141-6/+5