summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added log option; cleanup afterwardsGuido van Rossum1995-10-071-13/+27
|
* change log() to return the string instead of printing itGuido van Rossum1995-10-071-4/+5
|
* search for keyfile in sys.path as last resort; reword exceptionGuido van Rossum1995-10-071-1/+8
|
* flush before reading response from socketGuido van Rossum1995-10-071-0/+1
|
* mac robustness: use os.path.joinGuido van Rossum1995-10-071-1/+2
|
* mac robustness: default timezone, unlink target before renameGuido van Rossum1995-10-071-0/+4
|
* add BGN/END_SAVE macros around fcntl/ioctl callsGuido van Rossum1995-10-071-2/+12
|
* keep exitfunc alive while calling itGuido van Rossum1995-10-071-0/+2
|
* 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
|
* small fixesGuido van Rossum1995-10-042-4/+4
|
* Use binascii module (resulting in a 60-fold speedup:-)Jack Jansen1995-10-041-76/+14
|
* Added base64 supportJack Jansen1995-10-041-0/+141
|
* Fixed two minor errors.Jack Jansen1995-10-041-2/+2
|
* Fixed hexbin handlingJack Jansen1995-10-031-4/+7
|
* Clarified some things, started adding mods since 1.3beta3Jack Jansen1995-10-032-0/+12
|
* Removed unused variableJack Jansen1995-10-032-3/+1
|
* Removed unused variablesJack Jansen1995-10-032-4/+1
|
* Modified/recreated to use keyword argumentsJack Jansen1995-10-037-2360/+1152
|
* new after options; text.search; new image methodsGuido van Rossum1995-09-302-4/+74
|
* Move some stuff around so customizations in Setup take precedenceGuido van Rossum1995-09-301-4/+9
|
* re-enable new.code(...) with new argsGuido van Rossum1995-09-301-3/+18
|
* clear quitMainLoop when we fall through the main loopGuido van Rossum1995-09-301-0/+1
|
* 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
|
* delete PyNothing_Check, which does not actually existGuido van Rossum1995-09-301-1/+0
|
* +aaron watters, +PSA, +GC, -lance, -betaGuido van Rossum1995-09-281-41/+99
|
* entity definitions from HTML 2.0 stdGuido van Rossum1995-09-271-0/+2
|
* Initial revisionGuido van Rossum1995-09-271-0/+101
|
* Added some clarifications and fixed host names.Jack Jansen1995-09-241-5/+8
|
* Load toolbox modules "by hand" using imp, so this script should nowJack Jansen1995-09-241-11/+52
| | | | work in a virgin distribution.
* Changed the way .rsrc and template are copied: hopefully this willJack Jansen1995-09-241-36/+53
| | | | finally get the bundle stuff right.
* Mac changesGuido van Rossum1995-09-221-4/+38
|
* 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
|
* fix bogus resize length in nextcGuido van Rossum1995-09-211-1/+1
|
* add file parameter to all printing fns, default stderrGuido van Rossum1995-09-201-12/+30
|
* (py-align-multiline-strings-p): new variableBarry Warsaw1995-09-191-106/+105
|
* fix several bugs in tr argument listsGuido van Rossum1995-09-192-7/+7
|
* remove Modules/Makefile on distcleanGuido van Rossum1995-09-181-0/+1
|
* added strftimeGuido van Rossum1995-09-181-0/+3
|
* added psa plugGuido van Rossum1995-09-181-0/+12
|