| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | version 1.2-beta-3 | Guido van Rossum | 1995-02-13 | 1 | -1/+1 |
| | | |||||
| * | make newvarobj's size arg signed | Guido van Rossum | 1995-02-10 | 2 | -2/+2 |
| | | |||||
| * | add Py_CHARMASK | Guido van Rossum | 1995-02-10 | 1 | -0/+8 |
| | | |||||
| * | added callable, removed run_pyc_file | Guido van Rossum | 1995-02-07 | 2 | -1/+1 |
| | | |||||
| * | added findmethodinchain and methodchain data types | Guido van Rossum | 1995-01-26 | 2 | -0/+10 |
| | | |||||
| * | corrected two unconverted names | Guido van Rossum | 1995-01-20 | 2 | -2/+2 |
| | | |||||
| * | last bits | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | | |||||
| * | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 19 | -55/+90 |
| | | |||||
| * | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 47 | -572/+975 |
| | | | | | | | | 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". | ||||
| * | changes for C++ (Tim MacKenzie) | Guido van Rossum | 1995-01-10 | 1 | -5/+9 |
| | | |||||
| * | __builtins__ mods (and sys_checkinterval for ceval.c) | Guido van Rossum | 1995-01-09 | 4 | -5/+8 |
| | | |||||
| * | api version checking | Guido van Rossum | 1995-01-09 | 1 | -3/+16 |
| | | |||||
| * | sys.check_interval=x -> sys.setcheckinterval(x) | Guido van Rossum | 1995-01-09 | 1 | -0/+1 |
| | | |||||
| * | initmodule2 -> initmodule3 (with doc string) | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
| | | |||||
| * | Changed since Grammar has changed | Guido van Rossum | 1995-01-07 | 1 | -31/+32 |
| | | |||||
| * | 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 |
| | | | | | | | 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. | ||||
| * | 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 |
| | | | | | - For the mac, added ability to get at pascal-style strings | ||||
| * | Use \n as PYTHONPATH delimiter on Mac (less likely to occur in | Jack Jansen | 1994-12-14 | 1 | -1/+2 |
| | | | | | filenames than space). | ||||
| * | 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 |
| | | | | | | | classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO | ||||
| * | pythonrun.h: added run_pyc_file | Guido van Rossum | 1994-09-14 | 5 | -5/+14 |
| | | | | | | ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h | ||||
| * | pythgonrun.h: added Py_AtExit(). | Guido van Rossum | 1994-09-07 | 2 | -0/+3 |
| | | | | | rename1.h: add PyArg_GetInt. | ||||
| * | 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 |
| | | | | | parsing | ||||
| * | 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 |
| | | | | | | | | | and __setattr__ support to override getattr(x, name) and setattr(x, name, value) for class instances. This uses a special hack whereby the class is supposed to be static: the __getattr__ and __setattr__ methods are looked up only once and saved in the instance structure for speed | ||||
| * | * 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 |
| | | | | | | Python/bltinmodule.c: mods by Andrew Kuchling to implement pow(x,y,z) == pow(x,y)%z, but without incurring overflow | ||||
| * | 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 |
| | | | | | | | moved config.c and most modules to ../Modules moved patchlevel.h here from ../Include changed version to 1.0.0 BETA, date to January 1994 | ||||
| * | all: 1994 copyright | Guido van Rossum | 1994-01-02 | 1 | -0/+82 |
| | | | | | | | | | added config.h, config.h.in moved parser.h to ../Parser, patchlevel.h to ../Python allobjects.h: include config.h some: remove all refs to THINK_C_3_0 mymalloc.h: di HAVE_STDLIB differently, use size_t instead of MALLARG | ||||
| * | 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 |
| | | | | | object (unchanged from source except "range" -> "xrange"). | ||||
| * | almodule.c: added close method, equivalent to closeport. | Sjoerd Mullender | 1993-12-20 | 2 | -36/+36 |
| | | | | | thread.h: use PROTO instead of _P for prototypes. | ||||
| * | * Grammar: corrected old typo (class instead of 'class') | Guido van Rossum | 1993-12-20 | 1 | -3/+3 |
| | | | | | | | | * dosmodule.c: MSDOS specific stuff from posixmodule.c. * posixmodule.c: removed all MSDOS specific stuff. * tokenizer.h, parsetok.h: in prototypes, don't mix named and unnamed parameters (MSC doesn't like this). | ||||
| * | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 2 | -46/+44 |
| | | | | | | | | | | | | * funcobject.c (func_repr): don't call getstringvalue(None) for anonymous functions. * bltinmodule.c: removed lambda (which is now a built-in function); removed implied lambda for string arg to filter/map/reduce. * Grammar, graminit.[ch], compile.[ch]: replaced lambda as built-in function by lambda as grammar entity: instead of "lambda('x: x+1')" you write "lambda x: x+1". * Xtmodule.c (checkargdict): return 0, not NULL, for error. | ||||
| * | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | * posixmodule.c: don't prototype getcwd() -- it's not portable... * mappingobject.c: double-check validity of last_name_char in dict{lookup,insert,remove}. * arraymodule.c: need memmove only for non-STDC Suns. * Makefile: comment out HTML_LIBS and XT_USE by default * pythonmain.c: don't prototype getopt() -- it's not standardized * socketmodule.c: cast flags arg to {get,set}sockopt() and addrbuf arg to recvfrom() to (ANY*). * pythonrun.c (initsigs): fix prototype, make it static * intobject.c (LONG_BIT): only #define it if not already defined * classobject.[ch]: remove all references to unused instance_convert() * mappingobject.c (getmappingsize): Don't return NULL in int function. | ||||
