| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved test_format into the correct TestCase. | Eric Smith | 2008-02-21 | 1 | -39/+39 |
|
|
* | Fix a few typos and layout glitches (more work is needed). | Guido van Rossum | 2008-02-21 | 2 | -2141/+2144 |
|
|
* | Update more instances of has_key(). | Raymond Hettinger | 2008-02-21 | 2 | -5/+5 |
|
|
* | Replace 'has_key()' with 'in'. | Thomas Heller | 2008-02-21 | 5 | -13/+11 |
|
|
* | configure.ac: Remove the configure check for _Bool, it is already done in the | Thomas Heller | 2008-02-21 | 3 | -3162/+3023 |
|
|
* | Removed uses of dict.has_key() from distutils, and uses of | Guido van Rossum | 2008-02-21 | 17 | -39/+44 |
|
|
* | Remove news about float repr() -- issue 1580 is still in limbo. | Guido van Rossum | 2008-02-21 | 1 | -4/+0 |
|
|
* | Close manifest file. | Andrew M. Kuchling | 2008-02-21 | 1 | -0/+1 |
|
|
* | Now that PyOS_ascii_formatd supports the 'n' format, simplify the float forma... | Eric Smith | 2008-02-20 | 1 | -40/+15 |
|
|
* | Trim leading zeros from a floating point exponent, per C99. See issue 1600. ... | Eric Smith | 2008-02-20 | 3 | -34/+165 |
|
|
* | Fixes contributed by Ori Avtalion. | Georg Brandl | 2008-02-20 | 1 | -3/+6 |
|
|
* | Added PEP 3101. | Eric Smith | 2008-02-19 | 1 | -0/+6 |
|
|
* | Added dependencies for stringobject.o. This should fix failing tests in test... | Eric Smith | 2008-02-19 | 1 | -0/+8 |
|
|
* | Added code to correct combining str and unicode in ''.format(). Added test c... | Eric Smith | 2008-02-18 | 2 | -0/+25 |
|
|
* | Perform correct handling of stack overflow for windows: Catch the correct exc... | Kristján Valur Jónsson | 2008-02-18 | 1 | -2/+8 |
|
|
* | Temporarily removed float tests. See issue 1600. | Eric Smith | 2008-02-18 | 1 | -6/+7 |
|
|
* | Issue 1224. Now we support again the double slash in the URL. | Facundo Batista | 2008-02-18 | 3 | -1/+45 |
|
|
* | Issue #1916. Added isgenerator() and isgeneratorfunction() to | Facundo Batista | 2008-02-18 | 4 | -15/+104 |
|
|
* | #2133: fix HTML color spec. | Georg Brandl | 2008-02-17 | 1 | -1/+1 |
|
|
* | Compilation was broken on Windows since the introduction of Advanced String F... | Amaury Forgeot d'Arc | 2008-02-17 | 4 | -8/+34 |
|
|
* | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 | 27 | -23/+3873 |
|
|
* | Issue 2112. mmap does not raises EnvironmentError no more, but | Facundo Batista | 2008-02-17 | 3 | -1/+12 |
|
|
* | Now we handle different the backup copy, because of security | Facundo Batista | 2008-02-17 | 2 | -16/+29 |
|
|
* | Fix function name. | Georg Brandl | 2008-02-17 | 1 | -1/+1 |
|
|
* | #2131: note that codecs.open() always opens files in binary mode. | Georg Brandl | 2008-02-17 | 1 | -1/+9 |
|
|
* | Move test_logging over to doctest. | Brett Cannon | 2008-02-17 | 4 | -971/+2008 |
|
|
* | Prevent a crash with nested scopes, again caused by calling Py_DECREF when th... | Amaury Forgeot d'Arc | 2008-02-16 | 3 | -1/+24 |
|
|
* | Crashers of the day: Py_CLEAR must be used when there is a chance that the | Amaury Forgeot d'Arc | 2008-02-16 | 2 | -3/+2 |
|
|
* | #2120: broken links in advocacy document. | Georg Brandl | 2008-02-16 | 1 | -5/+5 |
|
|
* | Add __all__ to logging module. | Raymond Hettinger | 2008-02-16 | 1 | -0/+5 |
|
|
* | mmap.PROT_READ does not exists on win32; | Amaury Forgeot d'Arc | 2008-02-16 | 1 | -0/+2 |
|
|
* | Re-enable tests, they were failing since gc.collect() clears the various free... | Amaury Forgeot d'Arc | 2008-02-15 | 1 | -7/+17 |
|
|
* | Configured selection highlighting colors were ignored; updating highlighting | Kurt B. Kaiser | 2008-02-15 | 3 | -36/+30 |
|
|
* | ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. | Kurt B. Kaiser | 2008-02-15 | 2 | -6/+9 |
|
|
* | Temporarily let these tests pass | Amaury Forgeot d'Arc | 2008-02-15 | 1 | -0/+2 |
|
|
* | Issue #2115: __slot__ attributes setting was 10x slower. | Amaury Forgeot d'Arc | 2008-02-15 | 3 | -1/+23 |
|
|
* | Update example to match the current syntax. | Raymond Hettinger | 2008-02-15 | 1 | -1/+1 |
|
|
* | Two new functions: | Skip Montanaro | 2008-02-15 | 1 | -3/+25 |
|
|
* | In PyNumber_ToBase, changed from an assert to returning an error when PyObjec... | Eric Smith | 2008-02-15 | 1 | -1/+5 |
|
|
* | Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ | Christian Heimes | 2008-02-15 | 3 | -0/+13 |
|
|
* | Fixed repr() and str() of complex numbers. Complex suffered from the same pro... | Christian Heimes | 2008-02-15 | 3 | -7/+57 |
|
|
* | Use a static and interned string for __subclasscheck__ and __instancecheck__ ... | Christian Heimes | 2008-02-14 | 1 | -2/+16 |
|
|
* | Try to correct a markup error that does hide the following paragraph. | Thomas Heller | 2008-02-14 | 1 | -1/+0 |
|
|
* | No need to register subclass of ABCs. | Raymond Hettinger | 2008-02-14 | 1 | -2/+0 |
|
|
* | Fix markup | Raymond Hettinger | 2008-02-14 | 1 | -1/+1 |
|
|
* | Simplify moneyfmt() recipe. | Raymond Hettinger | 2008-02-14 | 1 | -13/+5 |
|
|
* | Implemented Martin's suggestion to clear the free lists during the garbage co... | Christian Heimes | 2008-02-14 | 15 | -25/+131 |
|
|
* | Fix markup. | Raymond Hettinger | 2008-02-14 | 1 | -1/+1 |
|
|
* | Show how to remove exponents. | Raymond Hettinger | 2008-02-14 | 1 | -0/+11 |
|
|
* | Improve rst markup | Raymond Hettinger | 2008-02-14 | 1 | -6/+5 |
|
|