summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added vspacepixels.Guido van Rossum1991-08-162-12/+20
| | | | Integrated with stdwinq.
* Now uses pipes.Guido van Rossum1991-08-161-32/+9
|
* Used mainloop instead of WindowParent functionsGuido van Rossum1991-08-162-20/+20
|
* minsize->getminsizeGuido van Rossum1991-08-162-62/+102
| | | | | Keyboard focus policy more?
* minsize -> getminsizeGuido van Rossum1991-08-162-8/+34
| | | | Keyboard interface
* Added activate/deactivate.Guido van Rossum1991-08-162-22/+146
| | | | | | minsize --> getminsize. Added 'boxed' option. Added lost of code to realize (?)
* minsize --> getminsize.Guido van Rossum1991-08-162-18/+128
| | | | | Added keyboard downcalls. (I mean keyboard focus policy and activate/deactivate)
* 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
| | | | Changed minsize to getminsize.
* 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 altgetmatrix (better but incompatible).
* 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
| | | | *** Somehow the call to printobject was changed back to fwrite?!?! ***
* 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
| | | | call dict2lookup insteead of dictlookup.
* Fixed almost all list errors.Guido van Rossum1991-08-081-16/+20
|
* Lots of cosmetic changes.Guido van Rossum1991-08-081-310/+325
| | | | | Lots of small bugfixes (lint!). Made bgn_group and end_group form methods instead of top-level functions.
* 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
| | | | wholly empty lines interactively.
* 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
| | | | | For the latter we must keep track of the current block's type. (We can't continue through a try statement, sigh.()
* 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
| | | | from C.
* 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
| | | | | Fix argument handling bug in socket(f,t,p) call. Fix some comments.
* Fixed confusing error message (open should be popen)Guido van Rossum1991-07-011-1/+1
|