summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed some interfaces after error reports from Liberte.Guido van Rossum1991-08-161-3/+51
* Added initfl() call when USE_FL is define.Guido van Rossum1991-08-161-0/+6
* Use dmore dict2lookup.Guido van Rossum1991-08-161-3/+6
* Reflect changed file name in comments.Guido van Rossum1991-08-161-1/+1
* Changed many calls to dict stufff to dict2 variants.Guido van Rossum1991-08-161-31/+35
* Change getbuiltin interface to get the name as an object.Guido van Rossum1991-08-161-1/+1
* Change getbuiltin interface to get the name as an object;Guido van Rossum1991-08-161-2/+2
* Fixed almost all list errors.Guido van Rossum1991-08-081-16/+20
* Lots of cosmetic changes.Guido van Rossum1991-08-081-310/+325
* Adde get_mouse and find_first/find_last (by robertl)Guido van Rossum1991-08-081-0/+72
* Initial revisionGuido van Rossum1991-08-071-0/+2177
* All mac compilers now use 1904 as the Epoch...Guido van Rossum1991-07-271-6/+4
* Completely ignore lines with only a newline token on them, exceptGuido van Rossum1991-07-271-25/+47
* Added getxwindowin() methodGuido van Rossum1991-07-271-0/+14
* Add gethostname() and s.avail().Guido van Rossum1991-07-271-3/+52
* Ignore SIGPIPE when we've opened a pipeGuido van Rossum1991-07-271-0/+3
* Check for write errors after printing a valueGuido van Rossum1991-07-271-2/+10
* Support for long integersGuido van Rossum1991-07-271-0/+4
* Add some err_errno calls that were missingGuido van Rossum1991-07-271-3/+3
* New syntaxGuido van Rossum1991-07-271-32/+35
* New grammar (semicolons, continue, no multiple NEWLINES)Guido van Rossum1991-07-271-538/+577
* New syntax: semicolons, continue statement.Guido van Rossum1991-07-271-21/+123
* Support for long integersGuido van Rossum1991-07-272-28/+18
* Added call_object interfaceGuido van Rossum1991-07-271-0/+2
* Add interface to call a Python function (or other callable) objectGuido van Rossum1991-07-271-0/+13
* Change treatment of multiple NEWLINESGuido van Rossum1991-07-271-1/+4
* Call printobject instead of fwrite to print strings.Guido van Rossum1991-07-221-2/+2
* Added 'continue', semicolons and dictionary displays.Guido van Rossum1991-07-171-15/+24
* The print operation now returns status!Guido van Rossum1991-07-011-1/+2
* Connection sockets now have the proper family/type/proto values.Guido van Rossum1991-07-011-5/+8
* Fixed confusing error message (open should be popen)Guido van Rossum1991-07-011-1/+1
* Change cmpobject() to coerce numerical values before comparing themGuido van Rossum1991-07-011-2/+17
* Added getintintintarg() (3 int args)Guido van Rossum1991-07-011-0/+15
* Reorganized somewhat to make it really work on Think C.Guido van Rossum1991-07-011-10/+5
* Support socket moduleGuido van Rossum1991-07-011-0/+7
* Check for identical types before comparing objects to see if theyGuido van Rossum1991-07-011-1/+1
* Call coerce() in arithmetic operations, to support mixed mode arithmeticGuido van Rossum1991-07-011-12/+46
* Add and use coerce() routine for mixed mode arithmeticGuido van Rossum1991-07-011-17/+76
* Initial revisionGuido van Rossum1991-07-016-0/+361
* Use posix.popen to read output from a command instead if command.get*.Guido van Rossum1991-07-011-9/+11
* Renamed path.cat to path.join.Guido van Rossum1991-07-013-5/+5
* Strip redundant -P from arguments; only print 'ahead' countGuido van Rossum1991-07-011-7/+13
* Add options -amc; do lstat if possible; columnize properly.Guido van Rossum1991-07-011-10/+38
* Many changes to the interface, and added comments.Guido van Rossum1991-06-271-78/+326
* Initial revisionGuido van Rossum1991-06-251-0/+494
* Generalize to macintosh.Guido van Rossum1991-06-246-24/+34
* Define 'macintosh' if THINK_C is defined.Guido van Rossum1991-06-241-0/+4
* Don't use printobject() to print a string (filename).Guido van Rossum1991-06-241-7/+10
* Generalize to macintosh; forget Think 3.0.Guido van Rossum1991-06-241-8/+9
* Apparently MPW has power() instead of pow().Guido van Rossum1991-06-241-0/+4