summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Added varargs code.Guido van Rossum1992-01-141-9/+28
* Added UNPACK_VARARG code.Guido van Rossum1992-01-141-0/+36
* add READONLY to member list.Guido van Rossum1992-01-121-4/+4
* User trace feature.Guido van Rossum1992-01-121-27/+162
* Fix bug in assign_slice for negative index; used length of wrong object!Guido van Rossum1992-01-101-1/+1
* Stop option processing immediately after "-c command",Guido van Rossum1992-01-021-12/+13
* Raise SystemExit instead of calling goaway().Guido van Rossum1991-12-311-6/+3
* Clear errno, just to be sure.Guido van Rossum1991-12-311-1/+8
* Catch SystemExit and go away if it is caught.Guido van Rossum1991-12-311-0/+11
* Added SystemExit.Guido van Rossum1991-12-311-0/+2
* Minor changes.Guido van Rossum1991-12-311-5/+10
* Don't rely on <string.h>Guido van Rossum1991-12-241-4/+2
* Use IOError and ImportError when import fails.Guido van Rossum1991-12-241-4/+8
* EOF while parsing should raise EOFError, not SyntaxError.Guido van Rossum1991-12-241-1/+1
* Negative subscript are now allowed as in slices.Guido van Rossum1991-12-241-7/+14
* Sorted exceptions; added ImportError.Guido van Rossum1991-12-241-9/+11
* Change RuntimeError into IOError when module file not found on reload.Guido van Rossum1991-12-161-1/+1
* Regularize exceptions.Guido van Rossum1991-12-161-36/+27
* Changed some RuntimeErrors.Guido van Rossum1991-12-161-3/+4
* Add "varargs" attribute.Guido van Rossum1991-12-161-1/+1
* New magic word; and check it.Guido van Rossum1991-12-161-3/+8
* Use SyntaxError.Guido van Rossum1991-12-161-4/+4
* New argument passing.Guido van Rossum1991-12-161-14/+17
* New argument passing mechanism.Guido van Rossum1991-12-161-35/+109
* Added "apply"; added "SyntaxError"; changed table lay-out.Guido van Rossum1991-12-161-23/+42
* Added sys.version object.Guido van Rossum1991-12-101-1/+5
* Use new exceptions.Guido van Rossum1991-12-103-12/+12
* Implement 'global' and new class syntax.Guido van Rossum1991-12-101-15/+92
* Added STORE_GLOBAL and DELETE_GLOBAL.Guido van Rossum1991-12-101-4/+24
* Added new exceptions.Guido van Rossum1991-12-101-4/+25
* Added shift and mask ops.Guido van Rossum1991-10-242-33/+296
* Made dir() more robust.Guido van Rossum1991-10-241-6/+57
* newclassobject() gets a third argumentGuido van Rossum1991-10-201-1/+1
* Added __members__ secret attributeGuido van Rossum1991-10-201-0/+25
* Check for EINTR and turn it into KeyboardInterruptGuido van Rossum1991-10-201-1/+6
* Comment out 'abort()' call.Guido van Rossum1991-10-201-6/+7
* Protect dir() against non-directory __dict__ attributes.Guido van Rossum1991-10-201-7/+14
* getlonglongargs --> getlonglongargGuido van Rossum1991-09-101-2/+20
* Use dict2lookup.Guido van Rossum1991-08-161-1/+1
* Use more dict2 functions./Guido van Rossum1991-08-161-4/+6
* Use dmore dict2lookup.Guido van Rossum1991-08-161-3/+6
* 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-2/+2
* Support for long integersGuido van Rossum1991-07-271-0/+4
* 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-271-14/+9
* Add interface to call a Python function (or other callable) objectGuido van Rossum1991-07-271-0/+13
* Call printobject instead of fwrite to print strings.Guido van Rossum1991-07-221-2/+2
* Added getintintintarg() (3 int args)Guido van Rossum1991-07-011-0/+15