| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 1 | -8/+49 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 5 | -59/+82 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 6 | -649/+745 |
|
|
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 2 | -25/+1 |
|
|
* | (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) | Guido van Rossum | 1993-04-15 | 1 | -5/+14 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -2/+1 |
|
|
* | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 4 | -4/+130 |
|
|
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 3 | -35/+114 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 4 | -63/+221 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 13 | -44/+118 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 4 | -39/+32 |
|
|
* | bltinmodule.c: added round(x, [n]); coerce() of two class instances | Guido van Rossum | 1993-02-12 | 1 | -1/+30 |
|
|
* | * stdwinmodule.c: various new commands: setwin{pos,size}, | Guido van Rossum | 1993-02-08 | 1 | -8/+18 |
|
|