| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | Patch #1535500: fix segfault in BZ2File.writelines and make sure it | Georg Brandl | 2006-08-14 | 1 | -0/+3 |
|
|
| * | News item for rev 51281. | Thomas Heller | 2006-08-14 | 1 | -0/+3 |
|
|
| * | Readd NEWS items that were accidentally removed by r51276. | Marc-André Lemburg | 2006-08-14 | 1 | -0/+13 |
|
|
| * | Apply the patch #1532975 plus ideas from the patch #1533481. | Thomas Heller | 2006-08-14 | 1 | -0/+4 |
|
|
| * | Slightly revised version of patch #1538956: | Marc-André Lemburg | 2006-08-14 | 1 | -12/+14 |
|
|
| * | Update purify doc some. | Neal Norwitz | 2006-08-14 | 1 | -2/+18 |
|
|
| * | Fix segfault when doing string formatting on subclasses of long if | Neal Norwitz | 2006-08-13 | 1 | -0/+2 |
|
|
| * | Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots | Neal Norwitz | 2006-08-12 | 1 | -0/+6 |
|
|
| * | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 1 | -0/+5 |
|
|
| * | Klocwork made another run and found a bunch more problems. | Neal Norwitz | 2006-08-12 | 1 | -0/+4 |
|
|
| * | logging's atexit hook now runs even if the rest of the module has | Georg Brandl | 2006-08-11 | 1 | -0/+3 |
|
|
| * | Add Chris McDonough (latest cgi.py patch) | Georg Brandl | 2006-08-11 | 1 | -0/+1 |
|
|
| * | Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). | Neal Norwitz | 2006-08-11 | 1 | -0/+2 |
|
|
| * | Followup to bug #1069160. | Tim Peters | 2006-08-10 | 1 | -2/+11 |
|
|
| * | Fix title -- it's rc1, not beta3. | Guido van Rossum | 2006-08-10 | 1 | -2/+2 |
|
|
| * | News item for SF bug 1112549. | Guido van Rossum | 2006-08-10 | 1 | -3/+5 |
|
|
| * | __hash__ may now return long int; the final hash | Martin v. Löwis | 2006-08-09 | 1 | -0/+3 |
|
|
| * | memcmp() can return values other than -1, 0, and +1 but tp_compare | Thomas Heller | 2006-08-08 | 1 | -0/+2 |
|
|
| * | test_threading now skips testing alternate thread stack sizes on | Andrew MacIntyre | 2006-08-06 | 1 | -0/+3 |
|
|
| * | Bug #1535165: fixed a segfault in input() and raw_input() when | Georg Brandl | 2006-08-06 | 1 | -0/+3 |
|
|
| * | Bug #1535182: really test the xreadlines() method of bz2 objects. | Georg Brandl | 2006-08-06 | 1 | -0/+2 |
|
|
| * | Patch #1534922: correct and enhance unittest docs. | Georg Brandl | 2006-08-05 | 1 | -0/+7 |
|
|
| * | Fix #1530559, struct.pack raises TypeError where it used to convert. | Bob Ippolito | 2006-08-04 | 1 | -0/+4 |
|
|
| * | Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. | Thomas Heller | 2006-08-04 | 1 | -0/+2 |
|
|
| * | Fix #1530448 - fix ctypes build failure on solaris 10. | Thomas Heller | 2006-08-04 | 1 | -0/+2 |
|
|
| * | On Windows, make PyErr_Warn an exported function again. | Thomas Heller | 2006-08-04 | 1 | -0/+3 |
|
|
| * | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -0/+2 |
|
|
| * | Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. | Neil Schemenauer | 2006-08-04 | 1 | -0/+3 |
|
|
| * | Bug #1333982: string/number constants were inappropriately stored | Neal Norwitz | 2006-08-04 | 1 | -0/+4 |
|
|
| * | Bug #1191458: tracing over for loops now produces a line event | Neal Norwitz | 2006-08-04 | 1 | -1/+6 |
|
|
| * | Bug #1531405, format_exception no longer raises an exception if | Neal Norwitz | 2006-08-04 | 1 | -0/+32 |
|
|
| * | Correction of patch #1455898: In the mbcs decoder, set final=False | Martin v. Löwis | 2006-08-02 | 1 | -0/+3 |
|
|
| * | pre-release machinations | Anthony Baxter | 2006-08-02 | 2 | -2/+2 |
|
|
| * | Add some explanation about Klocwork and Coverity static analysis | Neal Norwitz | 2006-08-02 | 2 | -0/+48 |
|
|
| * | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 2 | -0/+5 |
|
|
| * | _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. | Neal Norwitz | 2006-08-02 | 1 | -0/+3 |
|
|
| * | This fixes bug #1527397: PythonLauncher runs scripts with the wrong working | Ronald Oussoren | 2006-08-01 | 1 | -0/+11 |
|
|