| Commit message (Expand) | Author | Age | Files | Lines |
* | Added getmaxint() so sys can initialize sys.maxint. | Guido van Rossum | 1993-12-24 | 2 | -9/+17 |
|
|
* | * rangeobject.[ch], bltinmodule.c: incorporate new version of range | Guido van Rossum | 1993-12-21 | 1 | -23/+127 |
|
|
* | New file | Guido van Rossum | 1993-12-20 | 1 | -0/+66 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 1 | -3/+6 |
|
|
* | Fix lay-out of previous fix. | Guido van Rossum | 1993-11-23 | 2 | -4/+8 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 4 | -16/+12 |
|
|
* | * import.c (get_module): total rewrite, to ensure proper search order: for | Guido van Rossum | 1993-11-17 | 1 | -21/+30 |
|
|
* | Fix the fix :-( | Guido van Rossum | 1993-11-11 | 1 | -1/+3 |
|
|
* | Three micro fixes to formatstring | Guido van Rossum | 1993-11-11 | 1 | -5/+4 |
|
|
* | * parsermodule.c, Makefile, config.c: rudimentary interface to the Python | Guido van Rossum | 1993-11-10 | 2 | -2/+2 |
|
|
* | * posixmodule.c: added set{uid,gid}. | Guido van Rossum | 1993-11-10 | 4 | -6/+6 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 2 | -10/+41 |
|
|
* | Added compare operations for functions and code objects. | Guido van Rossum | 1993-11-05 | 1 | -1/+26 |
|
|
* | Added getmappingsize(). (Needed by previous checkin of posixmodule.c) | Guido van Rossum | 1993-11-05 | 2 | -0/+22 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 2 | -1/+2 |
|
|
* | * fileobject.c (softspace): fix bug if called with NULL file. | Guido van Rossum | 1993-11-01 | 1 | -1/+1 |
|
|
* | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 1 | -80/+28 |
|
|
* | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 2 | -16/+57 |
|
|
* | * listobject.c (list_ass_slice): XDECREF instead of DECREF so | Guido van Rossum | 1993-10-27 | 1 | -5/+5 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 2 | -12/+250 |
|
|
* | Add some necessary casts; use double quotes to represent strings in | Guido van Rossum | 1993-10-26 | 1 | -14/+27 |
|
|
* | Changes to make range checks portable to 64-bit machines. | Guido van Rossum | 1993-10-26 | 1 | -3/+21 |
|
|
* | * filemodule.c: added writelines() -- analogous to readlines() | Guido van Rossum | 1993-10-25 | 1 | -0/+42 |
|
|
* | import.c: When something is wrong with the .pyc, properly open the .py | Sjoerd Mullender | 1993-10-25 | 1 | -8/+9 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 6 | -31/+176 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 1 | -0/+10 |
|
|
* | intobject.c: Save references to small integers, so that they can be | Sjoerd Mullender | 1993-10-15 | 3 | -7/+95 |
|
|
* | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 1 | -5/+18 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 6 | -11/+47 |
|
|
* | * clmodule.c (doParams): free PVbuffer in error condition. | Sjoerd Mullender | 1993-08-03 | 1 | -0/+1 |
|
|
* | Minor fixes / changes for Mac compatibility. | Guido van Rossum | 1993-07-29 | 3 | -5/+5 |
|
|
* | * accessobject.c (ownercheck): allow a base class access to protected | Guido van Rossum | 1993-07-11 | 2 | -15/+41 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 2 | -8/+1 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 7 | -8/+42 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 4 | -51/+60 |
|
|
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 3 | -34/+53 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 4 | -88/+503 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 5 | -99/+386 |
|
|
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 3 | -11/+34 |
|
|
* | Fix bug in class instance hash (forgot to clear error condition). | Guido van Rossum | 1993-04-08 | 1 | -3/+8 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 2 | -2/+8 |
|
|
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 1 | -1/+1 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -0/+6 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 14 | -43/+273 |
|
|
* | Generalized version of dictionaries, with compatibility hacks. | Guido van Rossum | 1993-03-27 | 2 | -0/+1410 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 5 | -50/+375 |
|
|
* | bltinmodule.c: added round(x, [n]); coerce() of two class instances | Guido van Rossum | 1993-02-12 | 1 | -2/+2 |
|
|
* | * stdwinmodule.c: various new commands: setwin{pos,size}, | Guido van Rossum | 1993-02-08 | 1 | -12/+8 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 4 | -9/+9 |
|
|
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 2 | -3/+6 |
|
|