summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add file parameter to all printing fns, default stderrGuido van Rossum1995-09-201-12/+30
|
* new exec syntaxGuido van Rossum1995-09-182-6/+6
|
* Initial revisionGuido van Rossum1995-09-182-0/+294
|
* added getitem/setitem to Image class; changed call wrapping (again)Guido van Rossum1995-09-182-2/+14
|
* handle missing QUERY_STRINGGuido van Rossum1995-09-181-1/+12
|
* recognize a few more file typesGuido van Rossum1995-09-181-1/+8
|
* improved test/main programGuido van Rossum1995-09-182-10/+43
|
* fixed the test programGuido van Rossum1995-09-071-3/+6
|
* Initial revisionGuido van Rossum1995-09-072-0/+140
|
* move constants to Tkconstants; added some; overridable error reporting; fix ↵Guido van Rossum1995-09-072-148/+52
| | | | typo in propagate
* Filter button should set selection's directory, tooGuido van Rossum1995-09-012-2/+8
|
* added OptionMenu class (tk_optionMenu interface)Guido van Rossum1995-09-012-4/+20
|
* support value-less attributes, using regex.group()Guido van Rossum1995-09-011-14/+8
|
* took out forms support (in favor a Grail extension)Guido van Rossum1995-09-011-94/+3
|
* rationalized os.path.split() so split "/a/" yields "/a", ""Guido van Rossum1995-09-011-13/+7
|
* Changed arguments and added a lot of functionality besidesJack Jansen1995-08-301-87/+121
|
* Initial revisionGuido van Rossum1995-08-292-0/+422
|
* forget previous change (content-encoding)Guido van Rossum1995-08-291-2/+1
|
* encoding can be content-transfer-encoding or content-encodingGuido van Rossum1995-08-291-1/+2
|
* support overriding how to open unknown url typesGuido van Rossum1995-08-291-13/+13
|
* changed some commas into percent signsGuido van Rossum1995-08-291-4/+4
|
* exec() -> execGuido van Rossum1995-08-282-6/+6
|
* add errno.hGuido van Rossum1995-08-282-0/+2
|
* Indent bugJack Jansen1995-08-171-1/+1
|
* Removed addbase.__del__ because it can't work.Sjoerd Mullender1995-08-151-2/+6
| | | | | If code keeps a reference to self.fp or any of its methods, you don't want to close self.fp just because no explicit reference is kept to self.
* Put debug output inside 'if DEBUG'.Jack Jansen1995-08-141-6/+7
|
* Temporary fix for access statement.Sjoerd Mullender1995-08-141-1/+3
| | | | Definition of Error was missing.
* exec() -> execGuido van Rossum1995-08-111-1/+1
|
* test for specific bug in vars()Guido van Rossum1995-08-111-0/+9
|
* added select_present and select_range to Entry widgetGuido van Rossum1995-08-112-0/+10
|