summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed module tkinter to _tkinterJack Jansen1995-10-232-18/+18
* Added class MHMailboxJack Jansen1995-10-231-5/+35
* add Listbox.activate()Guido van Rossum1995-10-112-0/+4
* added listbox selection modesGuido van Rossum1995-10-112-0/+12
* add delete() method to ftp objectGuido van Rossum1995-10-111-0/+10
* fix Menu.add_command etc.Guido van Rossum1995-10-092-20/+20
* better version sanity checks; get rid of Widget.unbind_class()Guido van Rossum1995-10-072-8/+36
* added NullFormatterGuido van Rossum1995-10-061-2/+21
* strip <A> attribute valuesGuido van Rossum1995-10-061-0/+1
* typos in attrfind regexGuido van Rossum1995-10-061-1/+1
* added lt, gt, amp back to entity definitionsGuido van Rossum1995-10-061-0/+3
* Use binascii module (resulting in a 60-fold speedup:-)Jack Jansen1995-10-041-76/+14
* Fixed two minor errors.Jack Jansen1995-10-041-2/+2
* Fixed hexbin handlingJack Jansen1995-10-031-4/+7
* new after options; text.search; new image methodsGuido van Rossum1995-09-302-4/+74
* Initial revisionGuido van Rossum1995-09-301-0/+223
* actualized example, catch EOFError, print retrieved lines if debugging>2Guido van Rossum1995-09-301-8/+15
* actualized example/reference, fix bug w/ nonnumeric portGuido van Rossum1995-09-301-8/+9
* add flush_softspace() interfaceGuido van Rossum1995-09-301-0/+5
* allow _ in attr names (Netscape!)Guido van Rossum1995-09-301-1/+1
* more robust coding, adapted for macGuido van Rossum1995-09-302-23/+23
* entity definitions from HTML 2.0 stdGuido van Rossum1995-09-271-0/+2
* Initial revisionGuido van Rossum1995-09-271-0/+101
* added verbose option; added ismap/align/width/height to handle_image argsGuido van Rossum1995-09-221-4/+12
* fix <!...!> parsing; added verbose option; don't lowercase entityrefsGuido van Rossum1995-09-221-5/+7
* actualized example; added xover, xgtitle, xpath, date methods by Kevan HeydonGuido van Rossum1995-09-221-4/+87