| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copy & paste error in comment. | Walter Dörwald | 2003-04-15 | 1 | -1/+1 |
|
|
* | Fix the test so that it works even when /etc/group has two entries | Walter Dörwald | 2003-04-15 | 1 | -1/+12 |
|
|
* | Fix the test so that it works even when /etc/passwd has two entries | Walter Dörwald | 2003-04-15 | 1 | -1/+12 |
|
|
* | - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() | Guido van Rossum | 2003-04-15 | 5 | -17/+28 |
|
|
* | - Use the tarfile module to unpack tarfiles. | Jack Jansen | 2003-04-15 | 1 | -62/+187 |
|
|
* | test_range(): The C code changed to raise TypeError in one of these | Tim Peters | 2003-04-15 | 1 | -1/+1 |
|
|
* | Move the call to _Py_PrintReferences() a bit further down. This | Guido van Rossum | 2003-04-15 | 1 | -7/+12 |
|
|
* | Some errors from range() should be TypeError, not ValueError. | Guido van Rossum | 2003-04-15 | 1 | -3/+3 |
|
|
* | Port test_pwd.py to PyUnit. Check that getpwall() and | Walter Dörwald | 2003-04-15 | 4 | -239/+319 |
|
|
* | Extend SF patch #707257: Improve code generation | Raymond Hettinger | 2003-04-15 | 1 | -8/+20 |
|
|
* | The date class is now properly subclassable. (SF bug #720908) | Guido van Rossum | 2003-04-14 | 3 | -5/+16 |
|
|
* | Close off the "Verre Carlo hack" as discussed on python-dev. | Guido van Rossum | 2003-04-14 | 2 | -0/+39 |
|
|
* | super_getattro(): kill some dead code; explain a mystery. | Guido van Rossum | 2003-04-14 | 1 | -18/+4 |
|
|
* | - list.insert(i, x) now interprets negative i as it would be | Guido van Rossum | 2003-04-14 | 4 | -6/+20 |
|
|
* | Add a name | Andrew M. Kuchling | 2003-04-14 | 1 | -1/+2 |
|
|
* | Prompted by Tim's comment, when handle_range_longs() sees an | Guido van Rossum | 2003-04-14 | 1 | -9/+9 |
|
|
* | SF patch #720991 by Gary Herron: | Guido van Rossum | 2003-04-14 | 7 | -4/+89 |
|
|
* | Typo fix | Andrew M. Kuchling | 2003-04-14 | 1 | -1/+1 |
|
|
* | Fix docstring typo | Andrew M. Kuchling | 2003-04-14 | 1 | -1/+1 |
|
|
* | Patch #709178: remove -static option from cygwinccompiler | Jason Tishler | 2003-04-14 | 1 | -5/+30 |
|
|
* | Make readers and writers participate in garbage collection. | Jeremy Hylton | 2003-04-14 | 1 | -14/+71 |
|
|
* | Get test working if gzip support is not available | Neal Norwitz | 2003-04-14 | 1 | -1/+2 |
|
|
* | handle_range_longs(): refcount handling is very delicate here, and | Tim Peters | 2003-04-13 | 1 | -31/+50 |
|
|
* | Mention timeit module | Andrew M. Kuchling | 2003-04-13 | 1 | -34/+54 |
|
|
* | Use simpler import | Andrew M. Kuchling | 2003-04-13 | 1 | -1/+1 |
|
|
* | Must declare vrbls at the tops of blocks in C89 (wouldn't compile). | Tim Peters | 2003-04-13 | 1 | -1/+2 |
|
|
* | Oops, _propdeclarations and friends are needed: gensuitemodule uses them | Jack Jansen | 2003-04-12 | 56 | -12422/+13583 |
|
|
* | use PyModule_Add{Int,String}Constant() where appropriate | Skip Montanaro | 2003-04-12 | 1 | -12/+6 |
|
|
* | tighten up string checks | Skip Montanaro | 2003-04-12 | 1 | -17/+18 |
|
|
* | add writerows docstring | Skip Montanaro | 2003-04-12 | 1 | -6/+24 |
|
|
* | typo | Skip Montanaro | 2003-04-11 | 1 | -1/+1 |
|
|
* | typo | Skip Montanaro | 2003-04-11 | 1 | -1/+1 |
|
|
* | Back out of setting the default charset to iso-8859-1. | Barry Warsaw | 2003-04-11 | 1 | -1/+1 |
|
|
* | NullTranslations.__init__(): Back out of setting the default charset | Barry Warsaw | 2003-04-11 | 1 | -16/+16 |
|
|
* | zap commented out bit of code | Skip Montanaro | 2003-04-11 | 1 | -2/+1 |
|
|
* | Fix markup | Neal Norwitz | 2003-04-11 | 1 | -1/+1 |
|
|
* | Patch by Chad Netzer (with significant change): | Guido van Rossum | 2003-04-11 | 3 | -5/+230 |
|
|
* | From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html | Barry Warsaw | 2003-04-11 | 3 | -146/+238 |
|
|
* | Added a note that the Mac OSA modules are documented. | Jack Jansen | 2003-04-11 | 1 | -1/+2 |
|
|
* | SF patch #706707, time.tzset standards compliance update by Stuart Bishop | Neal Norwitz | 2003-04-11 | 3 | -65/+48 |
|
|
* | Moved all the scripting stuff to a separate section, added all the | Jack Jansen | 2003-04-11 | 8 | -40/+397 |
|
|
* | Avoid creating one of the TestSuite objects. | Fred Drake | 2003-04-11 | 1 | -2/+1 |
|
|
* | Fix test_tarfile failure when gzip is not available | Neal Norwitz | 2003-04-11 | 1 | -1/+2 |
|
|
* | Attempt to make all the various string *strip methods the same. | Neal Norwitz | 2003-04-10 | 6 | -58/+64 |
|
|
* | Move declaration of enc to scope where it is used | Neal Norwitz | 2003-04-10 | 1 | -2/+1 |
|
|
* | Add a space after expression to be consistent | Neal Norwitz | 2003-04-10 | 1 | -1/+1 |
|
|
* | PyErr_NormalizeException(): in the type==NULL test, we should simply | Guido van Rossum | 2003-04-10 | 1 | -3/+2 |
|
|
* | hoist contents of csv submodule up to the package level | Skip Montanaro | 2003-04-10 | 2 | -1/+2 |
|
|
* | SF patch #718867: Fix reference leak for time.strptime | Raymond Hettinger | 2003-04-10 | 1 | -1/+4 |
|
|
* | Make Unpickler objects colletable. | Jeremy Hylton | 2003-04-09 | 1 | -23/+65 |
|
|