summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* minsize -> getminsizeGuido van Rossum1991-08-162-8/+34
* Added activate/deactivate.Guido van Rossum1991-08-162-22/+146
* minsize --> getminsize.Guido van Rossum1991-08-162-18/+128
* minsize --> getminsize; new implementation of getminsizeGuido van Rossum1991-08-164-34/+44
* minsize --> getminsizeGuido van Rossum1991-08-162-8/+12
* Initial revisionGuido van Rossum1991-08-162-0/+474
* Renamed path.cat to path.joinGuido van Rossum1991-08-162-4/+8
* minsize --> getminsizeGuido van Rossum1991-08-162-6/+4
* Added class StrutAppearance (a label with with 0).Guido van Rossum1991-08-162-18/+42
* Initial revisionGuido van Rossum1991-08-162-0/+82
* Changed minsize to getminsize.Guido van Rossum1991-08-162-2/+2
* Too much to describe changed...Guido van Rossum1991-08-162-1400/+1752
* Use dict2lookup.Guido van Rossum1991-08-161-1/+1
* Use more dict2 functions./Guido van Rossum1991-08-161-4/+6
* Added/moved dict2 interfaces.Guido van Rossum1991-08-161-1/+3
* 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