| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add 5th arg to instancebinop | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
|
|
* | added func_doc | Guido van Rossum | 1995-01-07 | 1 | -0/+1 |
|
|
* | added ml_doc and changed newmethodlist interface | Guido van Rossum | 1995-01-07 | 1 | -4/+5 |
|
|
* | new tp_str and tp_doc members in type object | Guido van Rossum | 1995-01-07 | 1 | -0/+10 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 51 | -108/+112 |
|
|
* | Lots of small things, see ChangeLog | Guido van Rossum | 1994-12-30 | 9 | -10/+14 |
|
|
* | - Added ability to get at strings embedded in the struct | Jack Jansen | 1994-12-14 | 1 | -0/+7 |
|
|
* | Use \n as PYTHONPATH delimiter on Mac (less likely to occur in | Jack Jansen | 1994-12-14 | 1 | -1/+2 |
|
|
* | pl1.1.1; added newgetargs renaming | Guido van Rossum | 1994-11-10 | 2 | -1/+2 |
|
|
* | include stddef.h | Guido van Rossum | 1994-10-20 | 1 | -0/+4 |
|
|
* | Oops -- version number! | Guido van Rossum | 1994-10-06 | 1 | -1/+1 |
|
|
* | ceval.h: added Py_MakePendingCalls() | Guido van Rossum | 1994-09-28 | 4 | -1/+4 |
|
|
* | pythonrun.h: added run_pyc_file | Guido van Rossum | 1994-09-14 | 5 | -5/+14 |
|
|
* | pythgonrun.h: added Py_AtExit(). | Guido van Rossum | 1994-09-07 | 2 | -0/+3 |
|
|
* | Define cl_{get,set,del}attr members in classobject | Guido van Rossum | 1994-09-06 | 1 | -6/+4 |
|
|
* | Added PyArg_NoArgs(v) | Guido van Rossum | 1994-08-29 | 1 | -0/+1 |
|
|
* | For THINK C 6.0 | Guido van Rossum | 1994-08-29 | 1 | -6/+1 |
|
|
* | Include/node.h: make some fields short to save space during | Guido van Rossum | 1994-08-23 | 1 | -3/+3 |
|
|
* | No need to define THINK_C any more | Guido van Rossum | 1994-08-19 | 1 | -5/+1 |
|
|
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 21 | -59/+72 |
|
|
* | Moved to Include and changed format to "<complete_version>" | Guido van Rossum | 1994-08-17 | 1 | -1/+1 |
|
|
* | * Objects/classobject.c, Include/classobject.h: added __getattr__ | Guido van Rossum | 1994-08-12 | 1 | -0/+12 |
|
|
* | * Include/rename1.h: added PyMethodDef and PyObject | Guido van Rossum | 1994-08-12 | 1 | -0/+2 |
|
|
* | * Objects/{int,long,float}object.c, Include/object.h, | Guido van Rossum | 1994-08-09 | 1 | -1/+2 |
|
|
* | Strange... levels 1 and 2 were never committed? | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 53 | -187/+262 |
|
|
* | Added Makefile with clean and clobber targets | Guido van Rossum | 1994-01-04 | 1 | -0/+12 |
|
|
* | all: 1994 copyright | Guido van Rossum | 1994-01-02 | 1 | -0/+1 |
|
|
* | all: 1994 copyright | Guido van Rossum | 1994-01-02 | 1 | -0/+82 |
|
|
* | New files | Guido van Rossum | 1993-12-24 | 2 | -0/+91 |
|
|
* | * rangeobject.[ch], bltinmodule.c: incorporate new version of range | Guido van Rossum | 1993-12-21 | 1 | -1/+1 |
|
|
* | almodule.c: added close method, equivalent to closeport. | Sjoerd Mullender | 1993-12-20 | 2 | -36/+36 |
|
|
* | * Grammar: corrected old typo (class instead of 'class') | Guido van Rossum | 1993-12-20 | 1 | -3/+3 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 2 | -46/+44 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -2/+0 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 1 | -0/+1 |
|
|
* | Added getmappingsize(). (Needed by previous checkin of posixmodule.c) | Guido van Rossum | 1993-11-05 | 1 | -0/+1 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 4 | -7/+0 |
|
|
* | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 1 | -1/+1 |
|
|
* | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 1 | -1/+1 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 6 | -3/+58 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -0/+3 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 3 | -26/+30 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -0/+23 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 48 | -0/+871 |
|
|
* | * accessobject.c (ownercheck): allow a base class access to protected | Guido van Rossum | 1993-07-11 | 1 | -0/+1 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 4 | -24/+5 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 2 | -2/+2 |
|
|
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 2 | -5/+8 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 5 | -3/+70 |
|
|