summaryrefslogtreecommitdiffstats
path: root/Lib/lib-old
Commit message (Expand)AuthorAgeFilesLines
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-669/+0
* ConfigParser renaming reversal part 2: move module.Georg Brandl2008-05-251-0/+669
* ConfigParser renaming reversal part 1: remove stub module.Georg Brandl2008-05-251-8/+0
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-244/+0
* Queue renaming reversal part 2: move module.Georg Brandl2008-05-251-0/+244
* Queue renaming reversal part 1: remove stub module.Georg Brandl2008-05-251-8/+0
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-681/+0
* socketserver renaming reversal part 2: move rename module.Georg Brandl2008-05-241-0/+681
* socketserver renaming reversal part 1: remove stub module.Georg Brandl2008-05-241-8/+0
* Remove the old repr stub.Brett Cannon2008-05-231-7/+0
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-8/+0
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-202-16/+0
* rename HTMLParser to html.parser, htmlentitydefs to html.entitiesFred Drake2008-05-172-0/+16
* Renamed the repr module to reprlib.Alexandre Vassalotti2008-05-161-0/+7
* Renamed the ConfigParser module to 'configparser'.Alexandre Vassalotti2008-05-141-0/+8
* Moved copy_reg stub module to lib-old/.Alexandre Vassalotti2008-05-141-0/+8
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-121-0/+8
* Moved the Queue module stub in lib-old.Alexandre Vassalotti2008-05-111-0/+8
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-1623-2929/+0
* Removed deprecated tzparse module.Raymond Hettinger2004-12-051-0/+98
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-0/+82
* For the benefit of historians . . .Raymond Hettinger2004-12-041-0/+144
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1815-1384/+1384
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* Remove all remaining uses of the FCNTL module from the standard library.Fred Drake2001-05-101-5/+5
* Fixed syntax error.Sjoerd Mullender2001-02-091-1/+1
* splitfields -> splitEric S. Raymond2001-02-091-1/+1
* String method conversion.Eric S. Raymond2001-02-095-20/+16
* Update the code to better reflect recommended style:Fred Drake2000-12-129-49/+50
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-162-2/+2
* Deleted the stdwin-based test() function.Guido van Rossum2000-05-081-66/+0
* Fixed a multi-arg append() call, discovered by Mark Favas.Guido van Rossum2000-02-271-4/+4
* no real change -- testing syncmailJeremy Hylton2000-02-151-1/+1
* These modules are now declared obsolete.Fred Drake2000-02-033-0/+328
* Dang. Even though this is obsolete code, somebody found a bug, and IGuido van Rossum1999-02-221-1/+1
* Declaring zmod and poly obsolete. They have problems.Guido van Rossum1998-11-022-0/+146
* Untabified -- to satisfy the tab nanny.Guido van Rossum1998-06-091-186/+186
* Put quotes around the filename, so spaces in filenames work.Guido van Rossum1998-04-281-1/+1
* Restore ni as an obsolete module.Fred Drake1998-04-091-0/+434
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-4/+5
* Added pgrep() function, which is like grep/egrep/emgrep but uses PerlGuido van Rossum1997-10-221-0/+18
* Turns out whatsound.py and sndhdr.py were identical modules.Guido van Rossum1997-10-041-270/+1
* Use sys.exc_info() where needed.Guido van Rossum1997-09-291-5/+6
* This module is now completely obsolete.Guido van Rossum1997-07-181-0/+14
* Changes to always call list.append with a single argument.Guido van Rossum1996-10-081-3/+3
* Change to always call list.append with a single argument.Guido van Rossum1996-10-081-1/+1
* noted obsolescence; exec() -> execGuido van Rossum1995-08-101-1/+2
* added note about obsolescenceGuido van Rossum1995-08-102-0/+2
* added html parser and supporting castGuido van Rossum1995-02-272-0/+1029
* handle class exceptionsGuido van Rossum1995-02-271-1/+4