| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion)v2.5c2 | Anthony Baxter | 2006-09-11 | 1 | -7/+0 |
|
|
| * | preparing for 2.5c2 | Anthony Baxter | 2006-09-11 | 6 | -6/+11 |
|
|
| * | Building with HP's cc on HP-UX turned up a couple of problems. | Neal Norwitz | 2006-09-11 | 2 | -1/+9 |
|
|
| * | Properly handle a NULL returned from PyArena_New(). | Neal Norwitz | 2006-09-11 | 1 | -2/+4 |
|
|
| * | As mentioned on python-dev, reverting patch #1504333 because it introduced | Neal Norwitz | 2006-09-11 | 4 | -25/+236 |
|
|
| * | Add NEWS entries for ctypes backports. | Neal Norwitz | 2006-09-11 | 1 | -1/+5 |
|
|
| * | Backport rev 51820 from Thomas Heller | Neal Norwitz | 2006-09-11 | 2 | -2/+18 |
|
|
| * | Backport rev 51819 from Thomas Heller | Neal Norwitz | 2006-09-11 | 2 | -2/+11 |
|
|
| * | Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. | Brett Cannon | 2006-09-09 | 4 | -19/+13 |
|
|
| * | Fix typo in example | Andrew M. Kuchling | 2006-09-08 | 1 | -1/+1 |
|
|
| * | Use native SQLite types | Andrew M. Kuchling | 2006-09-08 | 1 | -2/+2 |
|
|
| * | Explain SQLite a bit more clearly | Andrew M. Kuchling | 2006-09-08 | 1 | -6/+8 |
|
|
| * | Backport inspect.py fix from rev 51803 | Nick Coghlan | 2006-09-08 | 3 | -2/+31 |
|
|
| * | Backport rev. 51798 from trunk: | Georg Brandl | 2006-09-08 | 1 | -8/+35 |
|
|
| * | Backport from trunk r51737: | Hye-Shik Chang | 2006-09-07 | 6 | -28/+53 |
|
|
| * | Remove one glaring error and update several version numbers. | Ronald Oussoren | 2006-09-07 | 1 | -11/+7 |
|
|
| * | No, the problem was actually because buildbot uses a StringIO in | Gustavo Niemeyer | 2006-09-06 | 1 | -6/+0 |
|
|
| * | Fixed bug #1531862: Do not close standard file descriptors in subprocess. | Gustavo Niemeyer | 2006-09-06 | 3 | -8/+18 |
|
|
| * | Backport bug fix for SF bug report #1546372. | Marc-André Lemburg | 2006-09-06 | 2 | -2/+14 |
|
|
| * | Fix missing import of the types module in logging.config. | Georg Brandl | 2006-09-06 | 2 | -1/+3 |
|
|
| * | Backport of r51379 from trunk: | Thomas Heller | 2006-09-06 | 1 | -0/+16 |
|
|
| * | Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. | Georg Brandl | 2006-09-06 | 3 | -28/+25 |
|
|
| * | Bug #1550983: emit better error messages for erroneous relative | Georg Brandl | 2006-09-06 | 2 | -2/+6 |
|
|
| * | Bug #1551427: fix a wrong NULL pointer check in the win32 version | Georg Brandl | 2006-09-06 | 2 | -1/+4 |
|
|
| * | Revert 51759 because it broke all the buildbots | Neal Norwitz | 2006-09-06 | 3 | -48/+8 |
|
|
| * | Backporting fix for bug #1531862, committed in 51758, into 2.5, | Gustavo Niemeyer | 2006-09-06 | 3 | -8/+48 |
|
|
| * | Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz. | Sean Reifscheider | 2006-09-05 | 1 | -1/+1 |
|
|
| * | Rearrange example a bit, and show rpartition() when separator is not found | Andrew M. Kuchling | 2006-09-05 | 1 | -2/+4 |
|
|
| * | Bug #1552618: change docs of dict.has_key() to reflect recommendation | Georg Brandl | 2006-09-05 | 1 | -5/+5 |
|
|
| * | Add another NEWS entry for a fix already in 2.5c1 | Neal Norwitz | 2006-09-05 | 1 | -0/+2 |
|
|
| * | Add some NEWS for fixes already in 2.5c1 | Neal Norwitz | 2006-09-05 | 1 | -0/+4 |
|
|
| * | Backport 51669: Make sure memory is properly cleaned up in file_init (even th... | Neal Norwitz | 2006-09-05 | 1 | -1/+1 |
|
|
| * | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 4 | -5/+23 |
|
|
| * | Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. | Neal Norwitz | 2006-09-05 | 5 | -5/+7 |
|
|
| * | Backport fix from 51683. | Neal Norwitz | 2006-09-05 | 2 | -0/+6 |
|
|
| * | Backport fix for SF bug #1550714, itertools.tee raises SystemError | Neal Norwitz | 2006-09-05 | 3 | -2/+13 |
|
|
| * | Fix str.rpartition(sep) when sep is not found in str. | Neal Norwitz | 2006-09-05 | 6 | -11/+14 |
|
|
| * | This was found by Guido AFAIK on p3yk (sic) branch. | Neal Norwitz | 2006-09-05 | 2 | -1/+8 |
|
|
| * | Fix SF bug #1546288, crash in dict_equal | Neal Norwitz | 2006-09-05 | 3 | -2/+22 |
|
|
| * | Fix SF #1552093, eval docstring typo (3 ps in mapping) | Neal Norwitz | 2006-09-05 | 1 | -1/+1 |
|
|
| * | i_divmod(): As discussed on Python-Dev, changed the overflow | Tim Peters | 2006-09-05 | 2 | -4/+13 |
|
|
| * | SF patch #1551340 ] Updated spec file for 2.5 release (c2) | Neal Norwitz | 2006-09-05 | 1 | -15/+25 |
|
|
| * | Backport docos | Neal Norwitz | 2006-09-03 | 1 | -2/+2 |
|
|
| * | Backport doco | Neal Norwitz | 2006-09-03 | 1 | -1/+1 |
|
|
| * | NEWS entry for decimal module changes | Nick Coghlan | 2006-09-03 | 1 | -0/+3 |
|
|
| * | Backport of decimal module context management updates from rev 51694 to 2.5 r... | Nick Coghlan | 2006-09-03 | 5 | -74/+108 |
|
|
| * | Backport 51663: | Neal Norwitz | 2006-09-03 | 1 | -2/+2 |
|
|
| * | SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too | Neal Norwitz | 2006-09-02 | 1 | -1/+1 |
|
|
| * | evalfile() should be execfile(). | Georg Brandl | 2006-09-01 | 1 | -1/+1 |
|
|
| * | - SF patch #1550263: Enhance and correct unittest docs | Fred Drake | 2006-09-01 | 1 | -32/+70 |
|
|