| 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 | 1 | -1/+1 |
|
|
| * | Building with HP's cc on HP-UX turned up a couple of problems. | Neal Norwitz | 2006-09-11 | 1 | -0/+3 |
|
|
| * | As mentioned on python-dev, reverting patch #1504333 because it introduced | Neal Norwitz | 2006-09-11 | 1 | -0/+2 |
|
|
| * | Add NEWS entries for ctypes backports. | Neal Norwitz | 2006-09-11 | 1 | -1/+5 |
|
|
| * | Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. | Brett Cannon | 2006-09-09 | 1 | -0/+3 |
|
|
| * | Backport inspect.py fix from rev 51803 | Nick Coghlan | 2006-09-08 | 1 | -0/+3 |
|
|
| * | Backport from trunk r51737: | Hye-Shik Chang | 2006-09-07 | 1 | -0/+6 |
|
|
| * | Fixed bug #1531862: Do not close standard file descriptors in subprocess. | Gustavo Niemeyer | 2006-09-06 | 1 | -0/+2 |
|
|
| * | Backport bug fix for SF bug report #1546372. | Marc-André Lemburg | 2006-09-06 | 1 | -0/+7 |
|
|
| * | Fix missing import of the types module in logging.config. | Georg Brandl | 2006-09-06 | 1 | -0/+2 |
|
|
| * | Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. | Georg Brandl | 2006-09-06 | 1 | -0/+4 |
|
|
| * | Bug #1550983: emit better error messages for erroneous relative | Georg Brandl | 2006-09-06 | 1 | -0/+3 |
|
|
| * | Bug #1551427: fix a wrong NULL pointer check in the win32 version | Georg Brandl | 2006-09-06 | 1 | -0/+3 |
|
|
| * | Revert 51759 because it broke all the buildbots | Neal Norwitz | 2006-09-06 | 1 | -2/+0 |
|
|
| * | Backporting fix for bug #1531862, committed in 51758, into 2.5, | Gustavo Niemeyer | 2006-09-06 | 1 | -0/+2 |
|
|
| * | Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz. | Sean Reifscheider | 2006-09-05 | 1 | -1/+1 |
|
|
| * | 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 |
|
|
| * | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 1 | -0/+5 |
|
|
| * | Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. | Neal Norwitz | 2006-09-05 | 1 | -0/+2 |
|
|
| * | Backport fix from 51683. | Neal Norwitz | 2006-09-05 | 1 | -0/+2 |
|
|
| * | Backport fix for SF bug #1550714, itertools.tee raises SystemError | Neal Norwitz | 2006-09-05 | 1 | -0/+6 |
|
|
| * | Fix str.rpartition(sep) when sep is not found in str. | Neal Norwitz | 2006-09-05 | 1 | -0/+3 |
|
|
| * | This was found by Guido AFAIK on p3yk (sic) branch. | Neal Norwitz | 2006-09-05 | 1 | -0/+7 |
|
|
| * | Fix SF bug #1546288, crash in dict_equal | Neal Norwitz | 2006-09-05 | 1 | -1/+10 |
|
|
| * | i_divmod(): As discussed on Python-Dev, changed the overflow | Tim Peters | 2006-09-05 | 1 | -2/+5 |
|
|
| * | SF patch #1551340 ] Updated spec file for 2.5 release (c2) | Neal Norwitz | 2006-09-05 | 1 | -15/+25 |
|
|
| * | NEWS entry for decimal module changes | Nick Coghlan | 2006-09-03 | 1 | -0/+3 |
|
|
| * | Patch #1545507: Exclude ctypes package in Win64 MSI file. | Martin v. Löwis | 2006-08-25 | 1 | -0/+2 |
|
|
| * | - Patch #1541585: fix buffer overrun when performing repr() on | Neal Norwitz | 2006-08-21 | 2 | -0/+8 |
|
|
| * | Backport 51432: | Neal Norwitz | 2006-08-21 | 1 | -0/+2 |
|
|
| * | Patch #1542948: fix urllib2 header casing issue. With new test. | Georg Brandl | 2006-08-20 | 1 | -2/+2 |
|
|
| * | SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro | Neal Norwitz | 2006-08-19 | 1 | -4/+7 |
|
|
| * | Bug #1541682: Fix example in the "Refcount details" API docs. | Georg Brandl | 2006-08-18 | 1 | -1/+11 |
|
|
| * | Bug #1541863: uuid.uuid1 failed to generate unique identifiers | Martin v. Löwis | 2006-08-18 | 1 | -0/+6 |
|
|
| * | Invoke debug mk1mf.pl after running Configure. | Martin v. Löwis | 2006-08-17 | 1 | -0/+10 |
|
|
| * | Fix a bug in the ``compiler`` package that caused invalid code to be | Neil Schemenauer | 2006-08-16 | 1 | -0/+3 |
|
|
| * | Grammar fix | Andrew M. Kuchling | 2006-08-16 | 1 | -2/+2 |
|
|
| * | Add NEWS item mentioning the reverted distutils version number patch. | Marc-André Lemburg | 2006-08-16 | 1 | -0/+5 |
|
|
| * | Remove the special casing of Py_None when converting the return value | Thomas Heller | 2006-08-16 | 1 | -0/+5 |
|
|
| * | Wording/typo fixes | Andrew M. Kuchling | 2006-08-16 | 1 | -11/+11 |
|
|
| * | The __repr__ method of a NULL py_object does no longer raise an | Thomas Heller | 2006-08-16 | 1 | -0/+3 |
|
|
| * | news entry for 51307 | Anthony Baxter | 2006-08-16 | 1 | -0/+5 |
|
|
| * | Build _hashlib on Windows. Build OpenSSL with masm assembler code. | Martin v. Löwis | 2006-08-16 | 1 | -0/+3 |
|
|
| * | Patch #1540892: site.py Quitter() class attempts to close sys.stdin | Kurt B. Kaiser | 2006-08-16 | 1 | -0/+3 |
|
|
| * | preparing for 2.5c1 | Anthony Baxter | 2006-08-16 | 2 | -2/+2 |
|
|
| * | Fix the test for SocketServer so it should pass on cygwin and not fail | Neal Norwitz | 2006-08-15 | 1 | -0/+3 |
|
|
| * | Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries. | Neal Norwitz | 2006-08-15 | 1 | -0/+4 |
|
|
| * | Patch #1536071: trace.py should now find the full module name of a | Georg Brandl | 2006-08-14 | 1 | -0/+3 |
|
|