| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix array.array.insert(), so that it treats negative indices as | Walter Dörwald | 2003-05-18 | 1 | -0/+3 |
|
|
* | datetime.timedelta is now subclassable in Python. The new test shows | Tim Peters | 2003-05-17 | 1 | -2/+2 |
|
|
* | datetime.datetime and datetime.time can now be subclassed in Python. Brr. | Tim Peters | 2003-05-17 | 1 | -0/+3 |
|
|
* | More fixes according to SF 549151: | Guido van Rossum | 2003-05-16 | 1 | -0/+5 |
|
|
* | Add optional 'onerror' argument to os.walk(), to control error | Guido van Rossum | 2003-05-13 | 1 | -0/+3 |
|
|
* | John J. Lee contributed two urllib2 patches. | Brett Cannon | 2003-05-12 | 1 | -0/+1 |
|
|
* | Patch #718286: Support DESTDIR. | Martin v. Löwis | 2003-05-11 | 1 | -0/+3 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+3 |
|
|
* | Added a tool for making a rough check of LaTeX documents. | Raymond Hettinger | 2003-05-10 | 1 | -0/+3 |
|
|
* | help with MSVC 7 support in distutils | Jeremy Hylton | 2003-05-09 | 1 | -0/+1 |
|
|
* | added note about autoGIL | Just van Rossum | 2003-05-09 | 1 | -0/+4 |
|
|
* | Patch #734118: Add {get|set}busywaitinterval. | Martin v. Löwis | 2003-05-09 | 1 | -0/+2 |
|
|
* | Leading "C:" no longer hardcoded in the default installation directory. | Tim Peters | 2003-05-08 | 1 | -0/+10 |
|
|
* | SF bug #730296: Unexpected Changes in list Iterator | Raymond Hettinger | 2003-05-07 | 1 | -0/+5 |
|
|
* | add note about bsddb185 module | Skip Montanaro | 2003-05-06 | 1 | -0/+4 |
|
|
* | SF bug 622042: Don't expect response body from HEAD request. | Jeremy Hylton | 2003-05-05 | 1 | -0/+1 |
|
|
* | Somewhere along the way, the softspace attr of file objects became read- | Tim Peters | 2003-05-04 | 1 | -0/+3 |
|
|
* | Patch #711902: Cause pydoc to show data descriptor __doc__ strings. | Martin v. Löwis | 2003-05-03 | 1 | -0/+3 |
|
|
* | Note itertools.islice() bugfix. | Raymond Hettinger | 2003-05-02 | 1 | -0/+3 |
|
|
* | Slightly more lenient pdbtrack prompt recognition, for people who use | Ken Manheimer | 2003-05-01 | 1 | -1/+1 |
|
|
* | Allow for multiple parens around pdb prompt for (new) nested debugging | Ken Manheimer | 2003-05-01 | 1 | -4/+4 |
|
|
* | document socket speed reclamation. Patch 729293. | Skip Montanaro | 2003-04-29 | 1 | -0/+3 |
|
|
* | A start on news for 2.3b2. | Tim Peters | 2003-04-26 | 1 | -0/+41 |
|
|
* | Merge back from r23b1-branch | Guido van Rossum | 2003-04-26 | 1 | -3/+2 |
|
|
* | Update version number and release date. | Guido van Rossum | 2003-04-25 | 1 | -1/+1 |
|
|
* | New generator os.walk() does a bit more than os.path.walk() does, and | Tim Peters | 2003-04-25 | 1 | -1/+6 |
|
|
* | Move socket news to 2.3b1 section! And mention has_ipv6. | Guido van Rossum | 2003-04-25 | 1 | -4/+5 |
|
|
* | Patch by Jp Calderone: | Guido van Rossum | 2003-04-25 | 2 | -0/+5 |
|
|
* | Fix case | Andrew M. Kuchling | 2003-04-24 | 1 | -1/+1 |
|
|
* | [Patch #679505] Document that the rotor module is deprecated | Andrew M. Kuchling | 2003-04-24 | 1 | -0/+4 |
|
|
* | New module platform.py, submitted by Marc-Andre Lemburg. | Marc-André Lemburg | 2003-04-24 | 1 | -0/+3 |
|
|
* | Revert the previous enhancement to the bytecode optimizer. | Raymond Hettinger | 2003-04-24 | 1 | -7/+0 |
|
|
* | Mention the new getargs.c format codes. | Thomas Heller | 2003-04-23 | 1 | -0/+3 |
|
|
* | SF patch 557704: netrc module can't handle all passwords | Raymond Hettinger | 2003-04-23 | 1 | -0/+2 |
|
|
* | Enable os.fsync() for Windows, mapping it to MS's _commit() there. The | Tim Peters | 2003-04-23 | 1 | -0/+3 |
|
|
* | Adding new built-in function sum, with docs and tests. | Alex Martelli | 2003-04-22 | 1 | -0/+4 |
|
|
* | Improved the bytecode optimizer. | Raymond Hettinger | 2003-04-22 | 1 | -0/+7 |
|
|
* | Patch #553171: Add writeback parameter. Also add protocol parameter. | Martin v. Löwis | 2003-04-19 | 1 | -0/+3 |
|
|
* | - bool() called without arguments now returns False rather than | Guido van Rossum | 2003-04-19 | 1 | -0/+5 |
|
|
* | - Several methods of nntplib.NNTP have grown an optional file argument | Guido van Rossum | 2003-04-19 | 2 | -0/+5 |
|
|
* | Patch #536883: SimpleXMLRPCServer auto-docing subclass. | Martin v. Löwis | 2003-04-18 | 1 | -0/+2 |
|
|
* | Implement IDNA (Internationalized Domain Names in Applications). | Martin v. Löwis | 2003-04-18 | 1 | -0/+5 |
|
|
* | _Py_PrintReferenceAddresses(): also print the type name. In real use | Tim Peters | 2003-04-18 | 2 | -1/+13 |
|
|
* | Implemented posix-mode parsing support in shlex.py, as dicussed in | Gustavo Niemeyer | 2003-04-17 | 1 | -0/+4 |
|
|
* | - New C API PyGC_Collect(), same as calling gc.collect(). | Guido van Rossum | 2003-04-17 | 1 | -1/+7 |
|
|
* | Changes in support of PEP 269. | Guido van Rossum | 2003-04-17 | 1 | -0/+5 |
|
|
* | - The repr() of a weakref object now shows the __name__ attribute of | Guido van Rossum | 2003-04-16 | 1 | -0/+3 |
|
|
* | For StringVar results to strings. Document that boolean things are of | Martin v. Löwis | 2003-04-16 | 1 | -0/+3 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 1 | -0/+4 |
|
|
* | Add two dictionaries to htmlentitydefs: name2codepoint maps | Walter Dörwald | 2003-04-16 | 1 | -0/+4 |
|
|