summaryrefslogtreecommitdiffstats
path: root/Lib/lib-old
Commit message (Expand)AuthorAgeFilesLines
* 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
* changes for the MacGuido van Rossum1995-01-271-0/+26
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-013-5/+31
* Module to lock open files using fcntl()Guido van Rossum1994-05-031-0/+15
* urlopen: add basejoin() function.Guido van Rossum1994-03-071-0/+67
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-0/+1
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-011-0/+269
* Added help() fn; use os.sepGuido van Rossum1992-04-061-2/+17
* Use *args syntax instead of +argsGuido van Rossum1992-04-061-3/+3
* getattr() is now built-in; no longer need a class to simulate varargs.Guido van Rossum1992-04-021-19/+15
* mac -> osGuido van Rossum1992-03-311-11/+10
* Add a function to return just the line number of a code object.Guido van Rossum1992-03-271-0/+9
* Initial revisionGuido van Rossum1992-01-221-0/+54
* Now uses varargs syntax to grep more than one file.Guido van Rossum1992-01-121-30/+48
* Use module os.Guido van Rossum1992-01-121-51/+4
* New == syntaxGuido van Rossum1992-01-014-24/+24
* Adapted to new "regex" module.Guido van Rossum1991-12-311-10/+22
* Use ImportErrorGuido van Rossum1991-12-261-1/+1
* Use AttributeErrorGuido van Rossum1991-12-261-6/+6
* Initial revisionGuido van Rossum1991-11-121-0/+79
* Added warning commentGuido van Rossum1991-08-161-0/+1
* macpath.cat --> joinGuido van Rossum1991-08-161-4/+4
* save match function instead of regexp objectGuido van Rossum1991-08-161-2/+2
* Clarify comment.Guido van Rossum1991-04-211-1/+1