summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Removed >From stuffJack Jansen1995-06-161-2/+1
* two mime encoding schemesGuido van Rossum1995-06-142-0/+226
* Skip old-style 'From name time' lines at beginning of message.Jack Jansen1995-06-131-0/+6
* Backward compatibity module for constants from cl.h include file. TheSjoerd Mullender1995-05-174-472/+520
* don't show print passwords in debug outputGuido van Rossum1995-05-051-6/+16
* new release by Ken, fix handling of fromGuido van Rossum1995-05-051-6/+12
* For anonymous ftp, make sure local hostname is fully qualified.Jack Jansen1995-05-041-0/+4
* Mac-specific code for setting filetype was outdated.Jack Jansen1995-04-231-3/+3
* correct typo in exampleGuido van Rossum1995-04-101-1/+1
* first update from KenGuido van Rossum1995-04-071-24/+38
* call test() when run as scriptGuido van Rossum1995-04-071-0/+3
* original received from KenGuido van Rossum1995-04-071-0/+956
* added Linux specific filesGuido van Rossum1995-04-0510-0/+1376
* added TERMIOS.pyGuido van Rossum1995-03-314-0/+772
* rename debug() to set_debuglevel()Guido van Rossum1995-03-301-1/+2
* added "pystone" benchmarkGuido van Rossum1995-03-301-0/+229
* optional mode, bufsize for global function open()Guido van Rossum1995-03-231-3/+3
* fix bogus hasttr usageGuido van Rossum1995-03-221-2/+2
* fix typo in tag_nextrangeGuido van Rossum1995-03-202-2/+2
* add TkVersion,TclVersion; don't drop in debuggerGuido van Rossum1995-03-172-84/+40
* default mode="r" and add optional bufsizeGuido van Rossum1995-03-161-2/+2
* test signal moduleGuido van Rossum1995-03-161-0/+50
* set mac path separator to newlineGuido van Rossum1995-03-141-1/+1
* add dummy base to atoi/atol; careful about negative start indices in find/countGuido van Rossum1995-03-142-10/+22
* rename copy.Error to copy.errorGuido van Rossum1995-03-141-5/+8
* add execvpe -- mix of execvp and execveGuido van Rossum1995-03-141-6/+22
* fix typos in escape() and print_form()Guido van Rossum1995-03-141-4/+4
* pickle classes; add format_version, load(s)/dump(s) shortcutsGuido van Rossum1995-03-141-16/+61
* added PicklingError exceptionGuido van Rossum1995-03-091-2/+9
* avoid math, don't abort when overflow check failsGuido van Rossum1995-03-042-4/+9
* remove redundant backslashes; some cosneticsGuido van Rossum1995-03-042-69/+69
* raise EOFError when load() hits EOF, instead of KeyErrorGuido van Rossum1995-03-041-0/+4
* allow safe_import to be called with up to 4 args and check for . in nameGuido van Rossum1995-03-021-1/+3
* Write track artist info if given.Sjoerd Mullender1995-03-012-0/+4
* added html parser and supporting castGuido van Rossum1995-02-276-0/+3014
* layout changes; quote & as wellGuido van Rossum1995-02-271-6/+13
* handle class exceptionsGuido van Rossum1995-02-274-9/+25
* fix stupid bug (db should be dict)Guido van Rossum1995-02-271-3/+3
* added DictType as alias for DictionaryTypeGuido van Rossum1995-02-271-1/+1
* handle class exceptions; added runeval; made runctx obsoleteGuido van Rossum1995-02-276-29/+88
* minute comment changesGuido van Rossum1995-02-162-4/+4
* add class exceptionsGuido van Rossum1995-02-131-0/+1
* added __doc__ strings etc.Guido van Rossum1995-02-093-46/+169
* test class exceptionsGuido van Rossum1995-02-091-0/+36
* fix formatting of stack entriesGuido van Rossum1995-02-032-5/+8
* Made play method more robust by adding a try-finally.Sjoerd Mullender1995-02-012-74/+94
* Support for album.notes and trackN.artist via notes and trackartistSjoerd Mullender1995-02-012-4/+22
* changes for the MacGuido van Rossum1995-01-275-11/+111
* fix bogus test for regex matchGuido van Rossum1995-01-261-1/+1
* Always use 'anonymous' if os.environ doesn't existJack Jansen1995-01-191-5/+10