summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* Set sys.last_{type,value} to characteristics of last unhandled exception.Guido van Rossum1992-03-041-0/+2
* Tighten error handling of string printing.Guido van Rossum1992-03-041-1/+5
* Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h.Guido van Rossum1992-02-261-15/+2
* Move printing of filename and lineno to tb_displayline.Guido van Rossum1992-02-261-20/+45
* Added execfile().Guido van Rossum1992-02-251-0/+37
* Use correct prototype for invert().Guido van Rossum1992-02-111-1/+1
* Get rid of comment about open().Guido van Rossum1992-02-051-1/+1
* Limit length of name passed to sprintf.Guido van Rossum1992-02-051-1/+1
* EOF in source is a SyntaxError, not an EOFError.Guido van Rossum1992-02-051-1/+1
* Get rid of "Unhandled exception: " altogether.Guido van Rossum1992-02-051-3/+0
* Added getattr and setattr built-in functions.Guido van Rossum1992-01-271-0/+36
* Don't print "Unhandled exception: " when one occurs -- just print its name.Guido van Rossum1992-01-271-0/+2
* New getargs() function: a single varargs function,Guido van Rossum1992-01-271-296/+187
* sysset(name, NULL) does nothing if sys.name is undefinedGuido van Rossum1992-01-261-2/+6
* getbinaryname is now part of dl_loadmod.Guido van Rossum1992-01-261-63/+2
* Raise SyntaxError for syntax errors detected in this phase.Guido van Rossum1992-01-261-12/+12
* Added -d option (increments debugging variable); mostly to get ridGuido van Rossum1992-01-191-3/+5
* Use strtoul() for oct/hex constants.Guido van Rossum1992-01-191-3/+11
* Support for dynamic loading added.Guido van Rossum1992-01-191-5/+132
* If sys.trace is None, don't trace. For exceptions, only useGuido van Rossum1992-01-191-6/+7
* long_format() is now declared in longobject.h.Guido van Rossum1992-01-191-5/+2
* tb_here() can now get the lasti and lineno arguments from the frame.Guido van Rossum1992-01-141-4/+2
* Ensure that sys.argv[0] always exists (maybe as empty string).Guido van Rossum1992-01-141-2/+6
* New version from the net.Guido van Rossum1992-01-141-17/+149
* Don't depend on patchlevel.h.Guido van Rossum1992-01-141-2/+0
* 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