| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | new exec syntax | Guido van Rossum | 1995-09-18 | 2 | -6/+6 |
|
|
* | Initial revision | Guido van Rossum | 1995-09-18 | 2 | -0/+294 |
|
|
* | added getitem/setitem to Image class; changed call wrapping (again) | Guido van Rossum | 1995-09-18 | 2 | -2/+14 |
|
|
* | handle missing QUERY_STRING | Guido van Rossum | 1995-09-18 | 1 | -1/+12 |
|
|
* | recognize a few more file types | Guido van Rossum | 1995-09-18 | 1 | -1/+8 |
|
|
* | improved test/main program | Guido van Rossum | 1995-09-18 | 2 | -10/+43 |
|
|
* | fix bug with missing default for last arg (discovered by Tommy Burnette) | Guido van Rossum | 1995-09-18 | 1 | -2/+3 |
|
|
* | #undef argument, for the Mac | Guido van Rossum | 1995-09-18 | 1 | -0/+1 |
|
|
* | include Python.h | Guido van Rossum | 1995-09-18 | 2 | -0/+4 |
|
|
* | remove unwanted fatal() from err_badcall() | Guido van Rossum | 1995-09-18 | 1 | -1/+0 |
|
|
* | spell TraceBack with capital B | Guido van Rossum | 1995-09-18 | 3 | -5/+5 |
|
|
* | use Py_PROTO macro | Guido van Rossum | 1995-09-18 | 1 | -48/+55 |
|
|
* | adapted to K&R C | Guido van Rossum | 1995-09-18 | 1 | -35/+89 |
|
|
* | Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise | Sjoerd Mullender | 1995-09-18 | 1 | -1/+1 |
|
|
* | (py-electric-colon): turn off electric behavior inside strings and | Barry Warsaw | 1995-09-14 | 1 | -23/+31 |
|
|
* | (python-mode): comment-multi-line must be nil for Emacs 19 | Barry Warsaw | 1995-09-14 | 1 | -0/+3 |
|
|
* | (py-compute-indentation): when inside a comment, indent to under the | Barry Warsaw | 1995-09-14 | 1 | -0/+14 |
|
|
* | new version from configure.in | Guido van Rossum | 1995-09-13 | 1 | -67/+77 |
|
|