| Commit message (Expand) | Author | Age | Files | Lines |
* | Added two keys to database format: User-install-skips is an array of pathname | Jack Jansen | 2003-06-01 | 1 | -6/+34 |
|
|
* | Use splitlines() in stead of split() to split lines, and added a method | Jack Jansen | 2003-06-01 | 1 | -3/+4 |
|
|
* | Fixed indentation error. Closes bug #746953. | Jack Jansen | 2003-06-01 | 1 | -2/+2 |
|
|
* | Update for release | Kurt B. Kaiser | 2003-06-01 | 3 | -31/+52 |
|
|
* | Set the default for delete-exitfunc in config-main.def to True to handle | Kurt B. Kaiser | 2003-06-01 | 1 | -1/+1 |
|
|
* | SF 745525 | Kurt B. Kaiser | 2003-05-31 | 1 | -3/+14 |
|
|
* | Patch #740301: Add +s when linking shared libraries on HP-UX, use -L | Martin v. Löwis | 2003-05-31 | 1 | -2/+4 |
|
|
* | Patch #744041: Use only first two elements of address to support IPv6. | Martin v. Löwis | 2003-05-31 | 1 | -2/+2 |
|
|
* | SF bug #733667: kwargs handled incorrectly | Raymond Hettinger | 2003-05-31 | 1 | -0/+11 |
|
|
* | Update for release | Kurt B. Kaiser | 2003-05-30 | 5 | -45/+78 |
|
|
* | - Get the database from a different place. | Jack Jansen | 2003-05-29 | 1 | -4/+7 |
|
|
* | _make_boundary(): Fix for SF bug #745478, broken boundary calculation | Barry Warsaw | 2003-05-29 | 2 | -3/+7 |
|
|
* | I saw errors from _fileobject.__del__ about missing self._sock. This | Guido van Rossum | 2003-05-29 | 1 | -1/+5 |
|
|
* | Remove debug code from weakref_segfault(). | Guido van Rossum | 2003-05-29 | 1 | -2/+0 |
|
|
* | Add testcase for SF 742911. | Guido van Rossum | 2003-05-29 | 1 | -0/+24 |
|
|
* | Fix typo so that the test actually calls the tested function. | Raymond Hettinger | 2003-05-29 | 1 | -1/+1 |
|
|
* | Test ability to handle various type of iterators. | Raymond Hettinger | 2003-05-29 | 1 | -4/+188 |
|
|
* | Test script changed. | Greg Ward | 2003-05-29 | 1 | -6/+5 |
|
|
* | Renamed test_errors() to test_setparameters() and completely rewrote it | Greg Ward | 2003-05-29 | 1 | -30/+54 |
|
|
* | Order and number of arguments to setparameters() has changed. | Greg Ward | 2003-05-29 | 1 | -24/+23 |
|
|
* | - Added a scheme whereby pimp can update itself, by importing a module | Jack Jansen | 2003-05-28 | 1 | -11/+49 |
|
|
* | * Beefed-up tests | Raymond Hettinger | 2003-05-28 | 1 | -14/+45 |
|
|
* | Wrap the cursor functions with dbutils.DeadlockWrap to deal with the | Gregory P. Smith | 2003-05-28 | 1 | -2/+2 |
|
|
* | Added a config-main General option to delete sys.exitfunc. The default | Kurt B. Kaiser | 2003-05-28 | 3 | -8/+24 |
|
|
* | Add more tests from RFC 2202. | Jeremy Hylton | 2003-05-27 | 1 | -2/+55 |
|
|
* | Fixup bare try/except. | Raymond Hettinger | 2003-05-27 | 1 | -1/+1 |
|
|
* | Whitespace Normalization | Kurt B. Kaiser | 2003-05-26 | 3 | -7/+7 |
|
|
* | 1. SF Bug 661676 | Kurt B. Kaiser | 2003-05-26 | 2 | -8/+11 |
|
|
* | Fix SF bug #735694, Pydoc.py fixes links | Neal Norwitz | 2003-05-26 | 1 | -5/+6 |
|
|
* | Bruce Sherwood RFE/Patch | Kurt B. Kaiser | 2003-05-26 | 3 | -23/+60 |
|
|
* | Added a --python option, which sets the python to be used in the #! line | Jack Jansen | 2003-05-25 | 1 | -1/+9 |
|
|
* | Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on | Tim Peters | 2003-05-25 | 1 | -2/+10 |
|
|
* | SF 742860: WeakKeyDictionary __delitem__ uses iterkeys | Tim Peters | 2003-05-25 | 2 | -5/+52 |
|
|
* | Improved the RESTART annotation in the shell window when the user | Kurt B. Kaiser | 2003-05-24 | 1 | -0/+9 |
|
|
* | Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the | Kurt B. Kaiser | 2003-05-24 | 3 | -3/+12 |
|
|
* | 1. Stake Freddy. | Kurt B. Kaiser | 2003-05-24 | 4 | -64/+57 |
|
|
* | SF bug 705231: Assertion failed, python aborts. | Tim Peters | 2003-05-24 | 1 | -0/+17 |
|
|
* | 'sum' is no longer a good variable name. Use 'total' instead. | Raymond Hettinger | 2003-05-24 | 1 | -3/+3 |
|
|
* | Convert tcl_version to str before comparing. Fixes #729317. | Martin v. Löwis | 2003-05-24 | 1 | -1/+2 |
|
|
* | iteritems() should not have been used for self.timeout which changes during t... | Raymond Hettinger | 2003-05-23 | 1 | -1/+1 |
|
|
* | Port test_mimetools.py to PyUnit and add various tests. | Walter Dörwald | 2003-05-22 | 2 | -23/+51 |
|
|
* | [Bug #741171] pdb crashes when enabling a non-existing breakpoint | Andrew M. Kuchling | 2003-05-22 | 1 | -2/+22 |
|
|
* | Walter's last checkin also needs to work on doubles. | Neal Norwitz | 2003-05-22 | 1 | -7/+3 |
|
|
* | test_byteswap() fails on alphas, because treating the byte swapped bit | Walter Dörwald | 2003-05-22 | 1 | -0/+17 |
|
|
* | Fix for SF [ 734869 ] Lambda functions in list comprehensions | Jeremy Hylton | 2003-05-21 | 2 | -0/+2 |
|
|
* | Added a test for the fix of SF bug #658233, where continuation lines | Barry Warsaw | 2003-05-20 | 1 | -12/+52 |
|
|
* | GNUTranslations._parse(): Fix SF bug #658233, where continuation lines | Barry Warsaw | 2003-05-20 | 1 | -4/+9 |
|
|
* | 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail | Just van Rossum | 2003-05-20 | 1 | -1/+1 |
|
|
* | SF 740055: optional argument protocol in shelve.open is ignored | Raymond Hettinger | 2003-05-20 | 1 | -1/+1 |
|
|
* | SF bug 735293: Command line timeit.py sets sys.path badly | Raymond Hettinger | 2003-05-20 | 1 | -0/+5 |
|
|