| Commit message (Expand) | Author | Age | Files | Lines |
* | added log option; cleanup afterwards | Guido van Rossum | 1995-10-07 | 1 | -13/+27 |
|
|
* | change log() to return the string instead of printing it | Guido van Rossum | 1995-10-07 | 1 | -4/+5 |
|
|
* | search for keyfile in sys.path as last resort; reword exception | Guido van Rossum | 1995-10-07 | 1 | -1/+8 |
|
|
* | flush before reading response from socket | Guido van Rossum | 1995-10-07 | 1 | -0/+1 |
|
|
* | mac robustness: use os.path.join | Guido van Rossum | 1995-10-07 | 1 | -1/+2 |
|
|
* | mac robustness: default timezone, unlink target before rename | Guido van Rossum | 1995-10-07 | 1 | -0/+4 |
|
|
* | add BGN/END_SAVE macros around fcntl/ioctl calls | Guido van Rossum | 1995-10-07 | 1 | -2/+12 |
|
|
* | keep exitfunc alive while calling it | Guido van Rossum | 1995-10-07 | 1 | -0/+2 |
|
|
* | better version sanity checks; get rid of Widget.unbind_class() | Guido van Rossum | 1995-10-07 | 2 | -8/+36 |
|
|
* | added NullFormatter | Guido van Rossum | 1995-10-06 | 1 | -2/+21 |
|
|
* | strip <A> attribute values | Guido van Rossum | 1995-10-06 | 1 | -0/+1 |
|
|
* | typos in attrfind regex | Guido van Rossum | 1995-10-06 | 1 | -1/+1 |
|
|
* | added lt, gt, amp back to entity definitions | Guido van Rossum | 1995-10-06 | 1 | -0/+3 |
|
|
* | small fixes | Guido van Rossum | 1995-10-04 | 2 | -4/+4 |
|
|
* | Use binascii module (resulting in a 60-fold speedup:-) | Jack Jansen | 1995-10-04 | 1 | -76/+14 |
|
|
* | Added base64 support | Jack Jansen | 1995-10-04 | 1 | -0/+141 |
|
|
* | Fixed two minor errors. | Jack Jansen | 1995-10-04 | 1 | -2/+2 |
|
|
* | Fixed hexbin handling | Jack Jansen | 1995-10-03 | 1 | -4/+7 |
|
|
* | Clarified some things, started adding mods since 1.3beta3 | Jack Jansen | 1995-10-03 | 2 | -0/+12 |
|
|
* | Removed unused variable | Jack Jansen | 1995-10-03 | 2 | -3/+1 |
|
|
* | Removed unused variables | Jack Jansen | 1995-10-03 | 2 | -4/+1 |
|
|
* | Modified/recreated to use keyword arguments | Jack Jansen | 1995-10-03 | 7 | -2360/+1152 |
|
|
* | new after options; text.search; new image methods | Guido van Rossum | 1995-09-30 | 2 | -4/+74 |
|
|
* | Move some stuff around so customizations in Setup take precedence | Guido van Rossum | 1995-09-30 | 1 | -4/+9 |
|
|
* | re-enable new.code(...) with new args | Guido van Rossum | 1995-09-30 | 1 | -3/+18 |
|
|
* | clear quitMainLoop when we fall through the main loop | Guido van Rossum | 1995-09-30 | 1 | -0/+1 |
|
|
* | Initial revision | Guido van Rossum | 1995-09-30 | 1 | -0/+223 |
|
|
* | actualized example, catch EOFError, print retrieved lines if debugging>2 | Guido van Rossum | 1995-09-30 | 1 | -8/+15 |
|
|
* | actualized example/reference, fix bug w/ nonnumeric port | Guido van Rossum | 1995-09-30 | 1 | -8/+9 |
|
|
* | add flush_softspace() interface | Guido van Rossum | 1995-09-30 | 1 | -0/+5 |
|
|
* | allow _ in attr names (Netscape!) | Guido van Rossum | 1995-09-30 | 1 | -1/+1 |
|
|
* | more robust coding, adapted for mac | Guido van Rossum | 1995-09-30 | 2 | -23/+23 |
|
|
* | delete PyNothing_Check, which does not actually exist | Guido van Rossum | 1995-09-30 | 1 | -1/+0 |
|
|
* | +aaron watters, +PSA, +GC, -lance, -beta | Guido van Rossum | 1995-09-28 | 1 | -41/+99 |
|
|
* | entity definitions from HTML 2.0 std | Guido van Rossum | 1995-09-27 | 1 | -0/+2 |
|
|
* | Initial revision | Guido van Rossum | 1995-09-27 | 1 | -0/+101 |
|
|
* | Added some clarifications and fixed host names. | Jack Jansen | 1995-09-24 | 1 | -5/+8 |
|
|
* | Load toolbox modules "by hand" using imp, so this script should now | Jack Jansen | 1995-09-24 | 1 | -11/+52 |
|
|
* | Changed the way .rsrc and template are copied: hopefully this will | Jack Jansen | 1995-09-24 | 1 | -36/+53 |
|
|
* | Mac changes | Guido van Rossum | 1995-09-22 | 1 | -4/+38 |
|
|
* | added verbose option; added ismap/align/width/height to handle_image args | Guido van Rossum | 1995-09-22 | 1 | -4/+12 |
|
|
* | fix <!...!> parsing; added verbose option; don't lowercase entityrefs | Guido van Rossum | 1995-09-22 | 1 | -5/+7 |
|
|
* | actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon | Guido van Rossum | 1995-09-22 | 1 | -4/+87 |
|
|
* | fix bogus resize length in nextc | Guido van Rossum | 1995-09-21 | 1 | -1/+1 |
|
|
* | add file parameter to all printing fns, default stderr | Guido van Rossum | 1995-09-20 | 1 | -12/+30 |
|
|
* | (py-align-multiline-strings-p): new variable | Barry Warsaw | 1995-09-19 | 1 | -106/+105 |
|
|
* | fix several bugs in tr argument lists | Guido van Rossum | 1995-09-19 | 2 | -7/+7 |
|
|
* | remove Modules/Makefile on distclean | Guido van Rossum | 1995-09-18 | 1 | -0/+1 |
|
|
* | added strftime | Guido van Rossum | 1995-09-18 | 1 | -0/+3 |
|
|
* | added psa plug | Guido van Rossum | 1995-09-18 | 1 | -0/+12 |
|
|