summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* more changes copied from GrailGuido van Rossum1996-05-212-60/+98
* Made Place.info == Pack.infoGuido van Rossum1996-05-162-2/+20
* Yet another mini fix to pack/grid info.Guido van Rossum1996-05-162-4/+4
* Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke().Guido van Rossum1996-05-162-10/+50
* Resync with Grail's Tkinter.py.Guido van Rossum1996-05-162-390/+680
* Set the base for atoi() and atol() to 0, since we're reading PythonGuido van Rossum1996-05-151-3/+3
* Don't atoi() the memo key.Guido van Rossum1996-04-121-7/+16
* Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged.Guido van Rossum1996-04-021-0/+1
* Update reference (it's now RFC 1808); added http to list of protocolsGuido van Rossum1996-03-291-9/+3
* Reformatted with 4-space tab stops.Guido van Rossum1996-03-281-286/+406
* new binhex from Jack (much faster)Guido van Rossum1996-03-251-9/+14
* Finally check in Jack's latest version, which fixes all known bugs.Guido van Rossum1996-03-231-142/+153
* move mac url2path conversion to separate moduleGuido van Rossum1996-03-211-50/+1
* Added proxy handling; upped version.Guido van Rossum1996-03-201-8/+44
* Added print_arguments() function.Guido van Rossum1996-03-141-0/+8
* Change to use real temporary files instead of StringIO. Correct andGuido van Rossum1996-03-091-25/+40
* Considerable documentation changes and a few import rearrangements.Guido van Rossum1996-03-091-61/+122
* Reformatted with 4-space indentation. Added some quick docs to theGuido van Rossum1996-03-071-551/+630
* Added FieldStorage class, which stores parts in files.Guido van Rossum1996-03-071-5/+272
* Reformatting only.Guido van Rossum1996-03-061-166/+177
* File upload and revamped documentation.Guido van Rossum1996-03-061-157/+572
* *** empty log message ***Guido van Rossum1996-02-281-0/+122
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-145-7/+7
* Try to normalize urls referring to local files (code copied from posixpath)Jack Jansen1996-02-141-3/+15
* Module to convert a mail message to or from quoted-printable. TheSjoerd Mullender1996-02-141-0/+415
* better way to define ComplexTypeGuido van Rossum1996-02-131-3/+3
* improved test()Guido van Rossum1996-02-131-10/+34
* even better way to normalize spaces in add_flowing_dataGuido van Rossum1996-02-131-17/+9
* better way to normalize spaces in add_flowing_dataGuido van Rossum1996-02-121-3/+13
* fix several bogus var refs in error reportingGuido van Rossum1996-02-121-3/+3
* add keyword args to CanvasItem class __init__Guido van Rossum1996-01-262-6/+6
* more recent linux header filesGuido van Rossum1996-01-268-96/+328
* speed up unquote() by using atoi() instead of eval()Guido van Rossum1996-01-261-1/+1
* support 'whence' arg to seek()Guido van Rossum1996-01-251-2/+7
* add acct() method to send new account nameGuido van Rossum1996-01-251-0/+5
* fix typo in _setval() return valueGuido van Rossum1996-01-251-1/+1
* backward compatible interface for bsddbGuido van Rossum1996-01-251-0/+8
* inherit error from _mod.errorGuido van Rossum1996-01-251-0/+3
* real test for executable scriptGuido van Rossum1996-01-251-1/+1
* correct retrieving return value of os.waitpid()Guido van Rossum1996-01-251-1/+1
* add missing loop step to parseplist()Guido van Rossum1996-01-251-0/+1
* fix default arg for read() -- should be -1Guido van Rossum1996-01-251-2/+2
* add ComplexTypeGuido van Rossum1996-01-251-0/+4
* Added pathname2url and url2pathname methods (only correct for unix andJack Jansen1995-12-211-7/+32
* Added (dummy) expanduser and expandvar methodsJack Jansen1995-12-151-0/+11
* Fixed local file access for macintoshJack Jansen1995-12-151-2/+17
* Use global statement instead of importing ourselves to get to globalSjoerd Mullender1995-12-071-6/+2
* Disable pythons own eventhandling on the mac.Jack Jansen1995-11-102-0/+16
* Fixed basejoin. There were two main problems:Sjoerd Mullender1995-11-101-13/+37
* Also remember the module a class is defined in.Sjoerd Mullender1995-11-021-2/+3