summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Tk 4.0 and Tcl 7.4 are now standardGuido van Rossum1995-07-144-154/+312
* Tommy's mail explaining statusGuido van Rossum1995-07-141-0/+27
* Official version 1.26 directly from KenGuido van Rossum1995-07-121-5/+4
* something close to Ken's latest version ...Guido van Rossum1995-07-121-393/+978
* added seekable option; save unix from lines; speed up islast()Guido van Rossum1995-06-221-12/+24
* add User-agent hdr; read and close the file upon http errorGuido van Rossum1995-06-221-3/+14
* make split and splitfields, join and joinfields synonymsGuido van Rossum1995-06-222-12/+16
* make reporting unbalanced tags an overridable methodGuido van Rossum1995-06-221-2/+7
* use imp.new_module(), not new.module(); and /usr/localGuido van Rossum1995-06-221-4/+4
* functions don't have a __name__ attributeGuido van Rossum1995-06-221-1/+1
* test other name variableGuido van Rossum1995-06-221-1/+1
* doctor the exceptionGuido van Rossum1995-06-221-7/+14
* discard endrequest(); minor stuff; rfc822 no seek flagGuido van Rossum1995-06-221-6/+4
* support <HTML>, remove <HEADER>Guido van Rossum1995-06-221-3/+2
* set softspace to 0 in __init__Guido van Rossum1995-06-221-0/+1
* add bind(0,''); better way of guessing our fully qualified hostnameGuido van Rossum1995-06-201-1/+8
* 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