Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added "apply"; added "SyntaxError"; changed table lay-out. | Guido van Rossum | 1991-12-16 | 1 | -23/+42 |
| | |||||
* | Added sys.version object. | Guido van Rossum | 1991-12-10 | 1 | -1/+5 |
| | |||||
* | Use new exceptions. | Guido van Rossum | 1991-12-10 | 3 | -12/+12 |
| | |||||
* | Implement 'global' and new class syntax. | Guido van Rossum | 1991-12-10 | 1 | -15/+92 |
| | |||||
* | Added STORE_GLOBAL and DELETE_GLOBAL. | Guido van Rossum | 1991-12-10 | 1 | -4/+24 |
| | | | | Exceptions may now also be tuples. | ||||
* | Added new exceptions. | Guido van Rossum | 1991-12-10 | 1 | -4/+25 |
| | |||||
* | Added shift and mask ops. | Guido van Rossum | 1991-10-24 | 2 | -33/+296 |
| | |||||
* | Made dir() more robust. | Guido van Rossum | 1991-10-24 | 1 | -6/+57 |
| | | | | Added hex() and oct(). | ||||
* | newclassobject() gets a third argument | Guido van Rossum | 1991-10-20 | 1 | -1/+1 |
| | |||||
* | Added __members__ secret attribute | Guido van Rossum | 1991-10-20 | 1 | -0/+25 |
| | |||||
* | Check for EINTR and turn it into KeyboardInterrupt | Guido van Rossum | 1991-10-20 | 1 | -1/+6 |
| | | | | in err_errno(). | ||||
* | Comment out 'abort()' call. | Guido van Rossum | 1991-10-20 | 1 | -6/+7 |
| | | | | Changed comparison operators. | ||||
* | Protect dir() against non-directory __dict__ attributes. | Guido van Rossum | 1991-10-20 | 1 | -7/+14 |
| | |||||
* | getlonglongargs --> getlonglongarg | Guido van Rossum | 1991-09-10 | 1 | -2/+20 |
| | | | | Added getlongobjectarg. | ||||
* | Use dict2lookup. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | Use more dict2 functions./ | Guido van Rossum | 1991-08-16 | 1 | -4/+6 |
| | |||||
* | Use dmore dict2lookup. | Guido van Rossum | 1991-08-16 | 1 | -3/+6 |
| | |||||
* | 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 | -2/+2 |
| | | | | call dict2lookup insteead of dictlookup. | ||||
* | Support for long integers | Guido van Rossum | 1991-07-27 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -14/+9 |
| | |||||
* | Add interface to call a Python function (or other callable) object | Guido van Rossum | 1991-07-27 | 1 | -0/+13 |
| | | | | from C. | ||||
* | Call printobject instead of fwrite to print strings. | Guido van Rossum | 1991-07-22 | 1 | -2/+2 |
| | |||||
* | Added getintintintarg() (3 int args) | Guido van Rossum | 1991-07-01 | 1 | -0/+15 |
| | |||||
* | 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 |
| | |||||
* | Generalize to macintosh. | Guido van Rossum | 1991-06-24 | 2 | -6/+2 |
| | |||||
* | Don't use printobject() to print a string (filename). | Guido van Rossum | 1991-06-24 | 1 | -7/+10 |
| | | | | Print ';' instead of ',' between file and line for MPW. | ||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 2 | -6/+10 |
| | |||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 2 | -7/+12 |
| | |||||
* | Add run_command() to implement "-c command". | Guido van Rossum | 1991-06-07 | 1 | -9/+73 |
| | |||||
* | Add marshalling for dictionaries. | Guido van Rossum | 1991-06-07 | 1 | -1/+33 |
| | |||||
* | Declare errno, for prehistoric systems. | Guido van Rossum | 1991-06-04 | 1 | -0/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-06-04 | 1 | -0/+340 |
| | |||||
* | Changed and exported newcodeobject() interface, for ".pyc" files. | Guido van Rossum | 1991-06-04 | 1 | -10/+9 |
| | |||||
* | Added fclose to newopenfileobject() calls. | Guido van Rossum | 1991-06-04 | 1 | -4/+4 |
| | |||||
* | Support ".pyc" files: cached compilation results. | Guido van Rossum | 1991-06-04 | 1 | -5/+72 |
| | | | | (Similar to Emacs ".elc" files.) | ||||
* | Removed Think C 3.0 stuff and wish list. | Guido van Rossum | 1991-06-04 | 1 | -34/+1 |
| | |||||
* | Remove test for unimplemented sq_repeat method (see tupleobject comments) | Guido van Rossum | 1991-06-04 | 1 | -4/+0 |
| | |||||
* | Fix conversion of double to long; stylistic changes. | Guido van Rossum | 1991-06-03 | 1 | -3/+3 |
| | |||||
* | Don't optimize <string> and <stdin> code | Guido van Rossum | 1991-05-14 | 1 | -1/+1 |
| | |||||
* | Declare ticker as int; made testbool generic for all numeric types | Guido van Rossum | 1991-05-14 | 1 | -7/+5 |
| | |||||
* | Defined path delimiter for MS-DOS as semicolon | Guido van Rossum | 1991-05-05 | 1 | -0/+4 |
| | |||||
* | Pre-define MS-DOS separator | Guido van Rossum | 1991-05-05 | 1 | -0/+4 |
| | |||||
* | Added long integer support. | Guido van Rossum | 1991-05-05 | 1 | -0/+4 |
| | |||||
* | Renamed class methods to instance methods (which they are) | Guido van Rossum | 1991-05-05 | 1 | -5/+5 |
| | |||||
* | Added long() and support for longs in int() and float(); | Guido van Rossum | 1991-05-05 | 1 | -58/+72 |
| | | | | | turned abs() and divmod() into generic versions; added pow(). |