summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* (py-electric-colon): turn off electric behavior inside strings andBarry Warsaw1995-09-141-23/+31
* (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
* 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
* Initial revisionGuido van Rossum1995-09-072-0/+140
* move constants to Tkconstants; added some; overridable error reporting; fix t...Guido van Rossum1995-09-072-148/+52
* add (dummy) mode arg to open()Guido van Rossum1995-09-011-1/+5
* added read/writelines, bufsize to makefile, gethostbyaddrGuido van Rossum1995-09-011-7/+29
* 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
* Build appplications, libraries and applets according to builtinJack Jansen1995-09-011-0/+104
* Slightly reorganized so it is useable from another program, andJack Jansen1995-09-011-11/+26
* Fixed typoJack Jansen1995-09-011-1/+1
* Projects used for 1.3b3 distribution (I promise I won't check them inJack Jansen1995-09-0110-786/+861
* Minor fixJack Jansen1995-09-011-17/+17
* Updated 1.3 relnotes and added top-level instructionsJack Jansen1995-09-012-4/+135
* Fixed to work on 68K (could be yet another optimizer bug or something)Jack Jansen1995-09-011-5/+7
* patchlevel set to 1.3b3Jack Jansen1995-09-011-1/+1
* Seems I had never checked the README file in...Jack Jansen1995-08-311-0/+80
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-313-101/+93