summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for identical types before comparing objects to see if theyGuido van Rossum1991-07-011-1/+1
* Call coerce() in arithmetic operations, to support mixed mode arithmeticGuido van Rossum1991-07-011-12/+46
* Add and use coerce() routine for mixed mode arithmeticGuido van Rossum1991-07-011-17/+76
* Generalize to macintosh.Guido van Rossum1991-06-242-6/+2
* Don't use printobject() to print a string (filename).Guido van Rossum1991-06-241-7/+10
* printobject now returns an error codeGuido van Rossum1991-06-072-6/+10
* printobject now returns an error codeGuido van Rossum1991-06-072-7/+12
* Add run_command() to implement "-c command".Guido van Rossum1991-06-071-9/+73
* Add marshalling for dictionaries.Guido van Rossum1991-06-071-1/+33
* Declare errno, for prehistoric systems.Guido van Rossum1991-06-041-0/+1
* Initial revisionGuido van Rossum1991-06-041-0/+340
* Changed and exported newcodeobject() interface, for ".pyc" files.Guido van Rossum1991-06-041-10/+9
* Added fclose to newopenfileobject() calls.Guido van Rossum1991-06-041-4/+4
* Support ".pyc" files: cached compilation results.Guido van Rossum1991-06-041-5/+72
* Removed Think C 3.0 stuff and wish list.Guido van Rossum1991-06-041-34/+1
* Remove test for unimplemented sq_repeat method (see tupleobject comments)Guido van Rossum1991-06-041-4/+0
* Fix conversion of double to long; stylistic changes.Guido van Rossum1991-06-031-3/+3
* Don't optimize <string> and <stdin> codeGuido van Rossum1991-05-141-1/+1
* Declare ticker as int; made testbool generic for all numeric typesGuido van Rossum1991-05-141-7/+5
* Defined path delimiter for MS-DOS as semicolonGuido van Rossum1991-05-051-0/+4
* Pre-define MS-DOS separatorGuido van Rossum1991-05-051-0/+4