| Commit message (Expand) | Author | Age | Files | Lines |
* | * Python/pythonrun.c (print_error): added INCREF/DECREF pair -- | Guido van Rossum | 1994-08-29 | 1 | -82/+170 |
|
|
* | * Python/compile.c (com_argdefs, com_arglist): avoid referencing | Guido van Rossum | 1994-08-29 | 1 | -156/+303 |
|
|
* | err_clear: clear interpreter stack trace | Guido van Rossum | 1994-08-29 | 1 | -40/+7 |
|
|
* | add function name to traceback info | Guido van Rossum | 1994-08-29 | 1 | -15/+15 |
|
|
* | MPW changes | Guido van Rossum | 1994-08-29 | 1 | -5/+0 |
|
|
* | errors.c: clear traceback too. | Guido van Rossum | 1994-08-19 | 1 | -1/+2 |
|
|
* | version.c is no longer... | Guido van Rossum | 1994-08-18 | 1 | -1/+0 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 5 | -32/+79 |
|
|
* | Replace intrcheck() by sigcheck() in many places. | Guido van Rossum | 1994-06-03 | 1 | -0/+43 |
|
|
* | Fix waiting for children -- save ppid in pidlist as well. | Guido van Rossum | 1994-05-30 | 1 | -14/+34 |
|
|
* | ceval.c: dict of local mapping is now a tuple | Guido van Rossum | 1994-05-23 | 6 | -6/+43 |
|
|
* | Tim's changes; removed some remaining non-functional ifdefs | Guido van Rossum | 1994-05-11 | 3 | -94/+89 |
|
|
* | Split thread.c into a number of system-specific files. | Guido van Rossum | 1994-05-09 | 6 | -0/+1409 |
|
|
* | New version handles -o<string> same as -o <string> | Guido van Rossum | 1994-04-28 | 1 | -31/+62 |
|
|
* | A getopt.c for your amusement | Guido van Rossum | 1994-04-14 | 1 | -0/+54 |
|
|
* | Misc changes. | Guido van Rossum | 1993-12-24 | 1 | -27/+33 |
|
|
* | New files. | Guido van Rossum | 1993-12-24 | 4 | -0/+279 |
|
|
* | * rangeobject.[ch], bltinmodule.c: incorporate new version of range | Guido van Rossum | 1993-12-21 | 1 | -1/+1 |
|
|
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+75 |
|
|
* | * mpzmodule.c: cast some methods to the proper type. | Guido van Rossum | 1993-12-17 | 2 | -6/+23 |
|
|
* | Port to Solaris 2.3. | Sjoerd Mullender | 1993-12-03 | 1 | -39/+164 |
|
|
* | change syntactical position of lambdef (was an atom, now is a test) | Guido van Rossum | 1993-11-30 | 2 | -98/+109 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 4 | -713/+682 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 2 | -2/+2 |
|
|
* | * import.c (get_module): total rewrite, to ensure proper search order: for | Guido van Rossum | 1993-11-17 | 1 | -172/+185 |
|
|
* | * posixmodule.c: added set{uid,gid}. | Guido van Rossum | 1993-11-10 | 1 | -1/+1 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 2 | -12/+8 |
|
|
* | Added compare operations for functions and code objects. | Guido van Rossum | 1993-11-05 | 1 | -1/+31 |
|
|
* | Must initialize 'inspect' flag | Guido van Rossum | 1993-11-05 | 1 | -1/+2 |
|
|
* | * nismodule.c: database keys and values can contain null bytes. be more | Guido van Rossum | 1993-11-03 | 1 | -5/+5 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 2 | -1/+9 |
|
|
* | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 1 | -40/+13 |
|
|
* | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 1 | -1/+1 |
|
|
* | * listobject.c (list_ass_slice): XDECREF instead of DECREF so | Guido van Rossum | 1993-10-27 | 1 | -182/+123 |
|
|
* | Committing the correct graminit.c; also changed confusing comments in Grammar. | Guido van Rossum | 1993-10-27 | 1 | -717/+700 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 3 | -690/+1326 |
|
|
* | Changes to accept double-quoted strings on input. | Guido van Rossum | 1993-10-26 | 1 | -2/+4 |
|
|
* | * filemodule.c: added writelines() -- analogous to readlines() | Guido van Rossum | 1993-10-25 | 1 | -1/+2 |
|
|
* | import.c: When something is wrong with the .pyc, properly open the .py | Sjoerd Mullender | 1993-10-25 | 1 | -26/+31 |
|
|
* | * import.c (MAGIC): Changed magic word to avoid confusion about exec | Guido van Rossum | 1993-10-22 | 2 | -2/+2 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -7/+5 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 4 | -408/+538 |
|
|
* | * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is | Guido van Rossum | 1993-10-18 | 1 | -6/+8 |
|
|
* | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 1 | -98/+112 |
|
|
* | Added widget methods {Height,Width}{,MM}OfScreen. | Sjoerd Mullender | 1993-10-12 | 1 | -1/+1 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -0/+8 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 9 | -20/+13 |
|
|
* | * pythonmain.c: -k option, usage message, more environment flags. | Guido van Rossum | 1993-06-24 | 3 | -8/+57 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 4 | -28/+27 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 2 | -21/+33 |
|
|