Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minsize --> getminsize | Guido van Rossum | 1991-08-16 | 2 | -8/+12 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-08-16 | 2 | -0/+474 |
| | |||||
* | Renamed path.cat to path.join | Guido van Rossum | 1991-08-16 | 2 | -4/+8 |
| | |||||
* | minsize --> getminsize | Guido van Rossum | 1991-08-16 | 2 | -6/+4 |
| | |||||
* | Added class StrutAppearance (a label with with 0). | Guido van Rossum | 1991-08-16 | 2 | -18/+42 |
| | | | | Changed minsize to getminsize. | ||||
* | Initial revision | Guido van Rossum | 1991-08-16 | 2 | -0/+82 |
| | |||||
* | Changed minsize to getminsize. | Guido van Rossum | 1991-08-16 | 2 | -2/+2 |
| | |||||
* | Too much to describe changed... | Guido van Rossum | 1991-08-16 | 2 | -1400/+1752 |
| | |||||
* | Use dict2lookup. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | Use more dict2 functions./ | Guido van Rossum | 1991-08-16 | 1 | -4/+6 |
| | |||||
* | Added/moved dict2 interfaces. | Guido van Rossum | 1991-08-16 | 1 | -1/+3 |
| | |||||
* | Changed some interfaces after error reports from Liberte. | Guido van Rossum | 1991-08-16 | 1 | -3/+51 |
| | | | | Added altgetmatrix (better but incompatible). | ||||
* | Added initfl() call when USE_FL is define. | Guido van Rossum | 1991-08-16 | 1 | -0/+6 |
| | |||||
* | Use dmore dict2lookup. | Guido van Rossum | 1991-08-16 | 1 | -3/+6 |
| | |||||
* | Reflect changed file name in comments. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | Changed many calls to dict stufff to dict2 variants. | Guido van Rossum | 1991-08-16 | 1 | -31/+35 |
| | | | | *** Somehow the call to printobject was changed back to fwrite?!?! *** | ||||
* | Change getbuiltin interface to get the name as an object. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | Change getbuiltin interface to get the name as an object; | Guido van Rossum | 1991-08-16 | 1 | -2/+2 |
| | | | | call dict2lookup insteead of dictlookup. | ||||
* | Fixed almost all list errors. | Guido van Rossum | 1991-08-08 | 1 | -16/+20 |
| | |||||
* | Lots of cosmetic changes. | Guido van Rossum | 1991-08-08 | 1 | -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 Rossum | 1991-08-08 | 1 | -0/+72 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-08-07 | 1 | -0/+2177 |
| | |||||
* | All mac compilers now use 1904 as the Epoch... | Guido van Rossum | 1991-07-27 | 1 | -6/+4 |
| | |||||
* | Completely ignore lines with only a newline token on them, except | Guido van Rossum | 1991-07-27 | 1 | -25/+47 |
| | | | | wholly empty lines interactively. | ||||
* | Added getxwindowin() method | Guido van Rossum | 1991-07-27 | 1 | -0/+14 |
| | |||||
* | Add gethostname() and s.avail(). | Guido van Rossum | 1991-07-27 | 1 | -3/+52 |
| | |||||
* | Ignore SIGPIPE when we've opened a pipe | Guido van Rossum | 1991-07-27 | 1 | -0/+3 |
| | |||||
* | Check for write errors after printing a value | Guido van Rossum | 1991-07-27 | 1 | -2/+10 |
| | |||||
* | Support for long integers | Guido van Rossum | 1991-07-27 | 1 | -0/+4 |
| | |||||
* | Add some err_errno calls that were missing | Guido van Rossum | 1991-07-27 | 1 | -3/+3 |
| | |||||
* | New syntax | Guido van Rossum | 1991-07-27 | 1 | -32/+35 |
| | |||||
* | New grammar (semicolons, continue, no multiple NEWLINES) | Guido van Rossum | 1991-07-27 | 1 | -538/+577 |
| | |||||
* | New syntax: semicolons, continue statement. | Guido van Rossum | 1991-07-27 | 1 | -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 integers | Guido van Rossum | 1991-07-27 | 2 | -28/+18 |
| | |||||
* | Added call_object interface | Guido van Rossum | 1991-07-27 | 1 | -0/+2 |
| | |||||
* | Add interface to call a Python function (or other callable) object | Guido van Rossum | 1991-07-27 | 1 | -0/+13 |
| | | | | from C. | ||||
* | Change treatment of multiple NEWLINES | Guido van Rossum | 1991-07-27 | 1 | -1/+4 |
| | |||||
* | Call printobject instead of fwrite to print strings. | Guido van Rossum | 1991-07-22 | 1 | -2/+2 |
| | |||||
* | Added 'continue', semicolons and dictionary displays. | Guido van Rossum | 1991-07-17 | 1 | -15/+24 |
| | |||||
* | The print operation now returns status! | Guido van Rossum | 1991-07-01 | 1 | -1/+2 |
| | |||||
* | Connection sockets now have the proper family/type/proto values. | Guido van Rossum | 1991-07-01 | 1 | -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 Rossum | 1991-07-01 | 1 | -1/+1 |
| | |||||
* | Change cmpobject() to coerce numerical values before comparing them | Guido van Rossum | 1991-07-01 | 1 | -2/+17 |
| | |||||
* | Added getintintintarg() (3 int args) | Guido van Rossum | 1991-07-01 | 1 | -0/+15 |
| | |||||
* | Reorganized somewhat to make it really work on Think C. | Guido van Rossum | 1991-07-01 | 1 | -10/+5 |
| | | | | Hope the best for MPW 3. | ||||
* | Support socket module | Guido van Rossum | 1991-07-01 | 1 | -0/+7 |
| | |||||
* | Check for identical types before comparing objects to see if they | Guido van Rossum | 1991-07-01 | 1 | -1/+1 |
| | | | | | are the same -- 0 and 0.0 compare equal but should be considered different here! | ||||
* | Call coerce() in arithmetic operations, to support mixed mode arithmetic | Guido van Rossum | 1991-07-01 | 1 | -12/+46 |
| | |||||
* | Add and use coerce() routine for mixed mode arithmetic | Guido van Rossum | 1991-07-01 | 1 | -17/+76 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-07-01 | 6 | -0/+361 |
| |