summaryrefslogtreecommitdiffstats
path: root/Lib/lib-old
Commit message (Collapse)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
| | | | change imports and other references. Closes #2925.
* 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
| | | | place and fix all references to it. Closes #2926.
* socketserver renaming reversal part 2: move rename module.Georg Brandl2008-05-241-0/+681
| | | | | I'm doing this case-only rename in a two-step process via a different directory to hopefully avoid problems with case-insensitive filesystems.
* 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
| | | | (http://bugs.python.org/issue2882)
* rename HTMLParser to html.parser, htmlentitydefs to html.entitiesFred Drake2008-05-172-0/+16
| | | | (http://bugs.python.org/issue2882)
* Renamed the repr module to reprlib.Alexandre Vassalotti2008-05-161-0/+7
| | | | Added stub module for repr.
* 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
| | | | | Stub modules will be easier to track (and remove) if they are all kept in lib-old/, instead of sprinkling them throughout the library.
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-121-0/+8
| | | | Deprecated old name.
* 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
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-162-2/+2
| | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
* 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
| | | | Also removed some unnecessary backslases (inside parens).
* 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
| | | | fix it. Oh well.
* 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
| | | | (Jack)
* 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
| | | | syntax, by virtue of the new re module.
* Turns out whatsound.py and sndhdr.py were identical modules.Guido van Rossum1997-10-041-270/+1
| | | | | | Since there's also an imghdr.py file, I propose to make sndhdr.py the official one. For compatibility, whatsound.py imports * from sndhdr.py.
* 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
| | | | | Noted this in the XXX comments. Also, changed all three functions to use the attributes if they exist.
* 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
|