| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the Py<type>_Check() macro use PyObject_TypeCheck(). | Guido van Rossum | 2001-08-30 | 1 | -1/+1 |
| | | |||||
| * | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 1 | -1/+1 |
| | | | | | _PyTuple_Resize(). | ||||
| * | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | | This should match the situation in the 1.6b1 tree. | ||||
| * | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -14/+14 |
| | | |||||
| * | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | | |||||
| * | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
| | | |||||
| * | Got rid of silly "123456789-..." lines in comments. | Guido van Rossum | 2000-03-01 | 1 | -2/+0 |
| | | |||||
| * | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -6/+6 |
| | | |||||
| * | added PyTuple_GET_SIZE macro | Barry Warsaw | 1997-01-06 | 1 | -0/+1 |
| | | |||||
| * | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | | |||||
| * | DL_IMPORT needs an argument. | Sjoerd Mullender | 1995-04-25 | 1 | -1/+1 |
| | | |||||
| * | DL_IMPORT macro was called in a funny way (and MW barfed on it) | Jack Jansen | 1995-04-23 | 1 | -1/+1 |
| | | |||||
| * | addet SETTUPLEITEM and added cast to GETTUPLEITEM | Guido van Rossum | 1995-03-09 | 1 | -1/+4 |
| | | |||||
| * | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
| | | |||||
| * | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | | |||||
| * | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -14/+14 |
| | | | | | | | | use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h". | ||||
| * | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | | | object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions. | ||||
| * | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
| | | |||||
| * | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 1 | -1/+1 |
| | | | | | | Added ifdefs in stringobject.c for shared strings of length 1. Renamed free_list in tupleobject.c to free_tuples. | ||||
| * | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 1 | -0/+1 |
| | | | | | | | | | | | * PROTO.h, mymalloc.h: added #ifdefs for TURBOC and GNUC. * allobjects.h: added #include "rangeobject.h" * Grammar: added lambda_input; relaxed syntax for exec. * bltinmodule.c: added bagof, map, reduce, lambda, xrange. * tupleobject.[ch]: added resizetuple(). * rangeobject.[ch]: new object type to speed up range operations (not convinced this is needed!!!) | ||||
| * | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
| | | | | | | | | * Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++. | ||||
| * | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions | ||||
| * | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | | |||||
| * | New function gettupleslice(v, i, j). | Guido van Rossum | 1992-01-14 | 1 | -0/+1 |
| | | |||||
| * | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | | |||||
| * | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -0/+8 |
| | | |||||
| * | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+24 |
