summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* fix bug with missing default for last arg (discovered by Tommy Burnette)Guido van Rossum1995-09-181-2/+3
|
* #undef argument, for the MacGuido van Rossum1995-09-181-0/+1
|
* include Python.hGuido van Rossum1995-09-182-0/+4
|
* remove unwanted fatal() from err_badcall()Guido van Rossum1995-09-181-1/+0
|
* spell TraceBack with capital BGuido van Rossum1995-09-183-5/+5
|
* use Py_PROTO macroGuido van Rossum1995-09-181-48/+55
|
* adapted to K&R CGuido van Rossum1995-09-181-35/+89
|
* Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwiseSjoerd Mullender1995-09-181-1/+1
| | | | may get inc_count sanity check abort).
* (py-electric-colon): turn off electric behavior inside strings andBarry Warsaw1995-09-141-23/+31
| | | | comments.
* (python-mode): comment-multi-line must be nil for Emacs 19Barry Warsaw1995-09-141-0/+3
|
* (py-compute-indentation): when inside a comment, indent to under theBarry Warsaw1995-09-141-0/+14
| | | | most previous non-blank line.
* new version from configure.inGuido van Rossum1995-09-131-67/+77
|
* plug some leaksGuido van Rossum1995-09-131-2/+6
|
* added SITEPATH and DESTPATH variablesGuido van Rossum1995-09-131-1/+7
|
* on osf/1, never use gcc; added test for strftime()Guido van Rossum1995-09-131-2/+7
|
* added 5th return item, clock time, to posix.times()Guido van Rossum1995-09-131-3/+5
|
* added strop.translate(s, table)Guido van Rossum1995-09-131-0/+30
|
* added time.strftime()Guido van Rossum1995-09-131-0/+50
|
* added strftimeGuido van Rossum1995-09-132-0/+14
|
* added string.translate(s, table)Guido van Rossum1995-09-132-0/+12
|
* add realtime as 5th item to os.times() return valueGuido van Rossum1995-09-132-4/+8
|
* HP-Prec is not 64-bitGuido van Rossum1995-09-132-2/+2
|
* move uncomfortable backslashGuido van Rossum1995-09-132-4/+6
|
* incompletely converted to Tk 4.0Guido van Rossum1995-09-071-8/+12
|
* adapted to Tk 4.0 and CNRI man page locationsGuido van Rossum1995-09-071-2/+15
|
* improve fonts; Tk 4.0 awareGuido van Rossum1995-09-071-9/+14
|
* simplified no Tk() sets _default_rootGuido van Rossum1995-09-071-2/+1
|
* use $DISPLAYGuido van Rossum1995-09-071-1/+2
|
* Initial revisionGuido van Rossum1995-09-071-0/+13
|
* removed redundant C++ hackGuido van Rossum1995-09-071-7/+1
|
* fixed the test programGuido van Rossum1995-09-071-3/+6
|