| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until | Kurt B. Kaiser | 2003-05-19 | 1 | -5/+11 |
|
|
* | * Correct Sniffer doc to correspond to the implementation. | Skip Montanaro | 2003-05-19 | 2 | -7/+24 |
|
|
* | Let Python inform the user what went wrong with the import. | Kurt B. Kaiser | 2003-05-19 | 3 | -3/+3 |
|
|
* | Consider \U-escapes in raw-unicode-escape. Fixes #444514. | Martin v. Löwis | 2003-05-18 | 1 | -0/+7 |
|
|
* | Fix array.array.insert(), so that it treats negative indices as | Walter Dörwald | 2003-05-18 | 1 | -0/+24 |
|
|
* | To be on the safe side, backed out any questionable iteritem changes and set ... | Brett Cannon | 2003-05-18 | 1 | -2/+2 |
|
|
* | Whitespace Normalization | Kurt B. Kaiser | 2003-05-18 | 1 | -29/+29 |
|
|
* | Whitespace Normalization | Kurt B. Kaiser | 2003-05-18 | 4 | -23/+23 |
|
|
* | Add another error case to the insert test. | Walter Dörwald | 2003-05-18 | 1 | -0/+1 |
|
|
* | Port test_array and test_winsound to PyUnit. Enhance tests for array | Walter Dörwald | 2003-05-18 | 3 | -380/+920 |
|
|
* | Show Freddy the mirror | Kurt B. Kaiser | 2003-05-17 | 1 | -7/+15 |
|
|
* | User cStringIO instead of StringIO. | Raymond Hettinger | 2003-05-17 | 1 | -2/+2 |
|
|
* | Revert some changes back to dict.items made in a previous patch. | Brett Cannon | 2003-05-17 | 1 | -2/+2 |
|
|
* | datetime.timedelta is now subclassable in Python. The new test shows | Tim Peters | 2003-05-17 | 1 | -0/+31 |
|
|
* | Added icon for IDLE on OS X | Tony Lownds | 2003-05-17 | 2 | -0/+1 |
|
|
* | minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. | Samuele Pedroni | 2003-05-17 | 1 | -1/+2 |
|
|
* | datetime.datetime and datetime.time can now be subclassed in Python. Brr. | Tim Peters | 2003-05-17 | 1 | -31/+131 |
|
|
* | Nigel Rowe's Patch | Kurt B. Kaiser | 2003-05-17 | 1 | -5/+5 |
|
|
* | Noam Raphael's patch. | Kurt B. Kaiser | 2003-05-17 | 5 | -14/+52 |
|
|
* | simpler temp dir cleanup | Skip Montanaro | 2003-05-17 | 1 | -8/+6 |
|
|
* | beefed up version: jython support, covers now fixed differences between CPyth... | Samuele Pedroni | 2003-05-17 | 1 | -11/+105 |
|
|
* | test_subclass_date(): Beefed this up, to check that new instance | Tim Peters | 2003-05-17 | 1 | -2/+28 |
|
|
* | Include module name in doctest summary. | Raymond Hettinger | 2003-05-17 | 1 | -1/+1 |
|
|
* | Use test_support.run_doctest() | Raymond Hettinger | 2003-05-17 | 1 | -3/+3 |
|
|
* | Provide a clue that the doctests have run. | Raymond Hettinger | 2003-05-17 | 1 | -1/+3 |
|
|