| Commit message (Expand) | Author | Age | Files | Lines |
* | ConfigParser renaming reversal part 3: move module into place and adapt imports. | Georg Brandl | 2008-05-25 | 1 | -669/+0 |
|
|
* | ConfigParser renaming reversal part 2: move module. | Georg Brandl | 2008-05-25 | 1 | -0/+669 |
|
|
* | ConfigParser renaming reversal part 1: remove stub module. | Georg Brandl | 2008-05-25 | 1 | -8/+0 |
|
|
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 1 | -244/+0 |
|
|
* | Queue renaming reversal part 2: move module. | Georg Brandl | 2008-05-25 | 1 | -0/+244 |
|
|
* | Queue renaming reversal part 1: remove stub module. | Georg Brandl | 2008-05-25 | 1 | -8/+0 |
|
|
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -681/+0 |
|
|
* | socketserver renaming reversal part 2: move rename module. | Georg Brandl | 2008-05-24 | 1 | -0/+681 |
|
|
* | socketserver renaming reversal part 1: remove stub module. | Georg Brandl | 2008-05-24 | 1 | -8/+0 |
|
|
* | Remove the old repr stub. | Brett Cannon | 2008-05-23 | 1 | -7/+0 |
|
|
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -8/+0 |
|
|
* | revert creation of the html.entities and html.parser modules | Fred Drake | 2008-05-20 | 2 | -16/+0 |
|
|
* | rename HTMLParser to html.parser, htmlentitydefs to html.entities | Fred Drake | 2008-05-17 | 2 | -0/+16 |
|
|
* | Renamed the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+7 |
|
|
* | Renamed the ConfigParser module to 'configparser'. | Alexandre Vassalotti | 2008-05-14 | 1 | -0/+8 |
|
|
* | Moved copy_reg stub module to lib-old/. | Alexandre Vassalotti | 2008-05-14 | 1 | -0/+8 |
|
|
* | Renamed SocketServer to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -0/+8 |
|
|
* | Moved the Queue module stub in lib-old. | Alexandre Vassalotti | 2008-05-11 | 1 | -0/+8 |
|
|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 23 | -2929/+0 |
|
|
* | Removed deprecated tzparse module. | Raymond Hettinger | 2004-12-05 | 1 | -0/+98 |
|
|
* | Remove the deprecated statcache module. | Raymond Hettinger | 2004-12-05 | 1 | -0/+82 |
|
|
* | For the benefit of historians . . . | Raymond Hettinger | 2004-12-04 | 1 | -0/+144 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 15 | -1384/+1384 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | Remove all remaining uses of the FCNTL module from the standard library. | Fred Drake | 2001-05-10 | 1 | -5/+5 |
|
|
* | Fixed syntax error. | Sjoerd Mullender | 2001-02-09 | 1 | -1/+1 |
|
|
* | splitfields -> split | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 5 | -20/+16 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 9 | -49/+50 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 2 | -2/+2 |
|
|
* | Deleted the stdwin-based test() function. | Guido van Rossum | 2000-05-08 | 1 | -66/+0 |
|
|
* | Fixed a multi-arg append() call, discovered by Mark Favas. | Guido van Rossum | 2000-02-27 | 1 | -4/+4 |
|
|
* | no real change -- testing syncmail | Jeremy Hylton | 2000-02-15 | 1 | -1/+1 |
|
|
* | These modules are now declared obsolete. | Fred Drake | 2000-02-03 | 3 | -0/+328 |
|
|
* | Dang. Even though this is obsolete code, somebody found a bug, and I | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | Declaring zmod and poly obsolete. They have problems. | Guido van Rossum | 1998-11-02 | 2 | -0/+146 |
|
|
* | Untabified -- to satisfy the tab nanny. | Guido van Rossum | 1998-06-09 | 1 | -186/+186 |
|
|
* | Put quotes around the filename, so spaces in filenames work. | Guido van Rossum | 1998-04-28 | 1 | -1/+1 |
|
|
* | Restore ni as an obsolete module. | Fred Drake | 1998-04-09 | 1 | -0/+434 |
|
|
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -4/+5 |
|
|
* | Added pgrep() function, which is like grep/egrep/emgrep but uses Perl | Guido van Rossum | 1997-10-22 | 1 | -0/+18 |
|
|
* | Turns out whatsound.py and sndhdr.py were identical modules. | Guido van Rossum | 1997-10-04 | 1 | -270/+1 |
|
|
* | Use sys.exc_info() where needed. | Guido van Rossum | 1997-09-29 | 1 | -5/+6 |
|
|
* | This module is now completely obsolete. | Guido van Rossum | 1997-07-18 | 1 | -0/+14 |
|
|
* | Changes to always call list.append with a single argument. | Guido van Rossum | 1996-10-08 | 1 | -3/+3 |
|
|
* | Change to always call list.append with a single argument. | Guido van Rossum | 1996-10-08 | 1 | -1/+1 |
|
|
* | noted obsolescence; exec() -> exec | Guido van Rossum | 1995-08-10 | 1 | -1/+2 |
|
|
* | added note about obsolescence | Guido van Rossum | 1995-08-10 | 2 | -0/+2 |
|
|
* | added html parser and supporting cast | Guido van Rossum | 1995-02-27 | 2 | -0/+1029 |
|
|
* | handle class exceptions | Guido van Rossum | 1995-02-27 | 1 | -1/+4 |
|
|