- f36768e set version to 1.3 by Guido van Rossum · 29 years ago
- 59c473b delete PyNothing_Check, which does not actually exist by Guido van Rossum · 29 years ago
- 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
- 8ca687a use Py_PROTO macro by Guido van Rossum · 29 years ago
- 23d7b4b removed redundant C++ hack by Guido van Rossum · 29 years ago
- 54bc679 patchlevel set to 1.3b3 by Jack Jansen · 29 years ago
- bebdc37 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
- 454674d add forgotten PyObject_SetAttrString by Guido van Rossum · 29 years ago
- 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
- 3c78079 include abstract.h by Guido van Rossum · 29 years ago
- a827537 Generic Abstract Object Interface by Guido van Rossum · 29 years ago
- 3b46a50 new opcodes RAISE_VARARGS, CALL_FUNCTION by Guido van Rossum · 29 years ago
- 5bb73ed new grammar symbols arglist and argument by Guido van Rossum · 29 years ago
- f9480ce Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own by Jack Jansen · 29 years ago
- cf97469 removed duplicate defs for None, False, True by Guido van Rossum · 30 years ago
- 107c747 DL_IMPORT needs an argument. by Sjoerd Mullender · 30 years ago
- 5dbc723 DL_IMPORT macro was called in a funny way (and MW barfed on it) by Jack Jansen · 30 years ago
- 91e7a0b Also count UNREF's as freeing an object (only relevant when by Sjoerd Mullender · 30 years ago
- 8f7871e finalizing 1.2 by Guido van Rossum · 30 years ago
- 6f9e433 fix dusty debugging macros by Guido van Rossum · 30 years ago
- 599de5a addet SETTUPLEITEM and added cast to GETTUPLEITEM by Guido van Rossum · 30 years ago
- 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 30 years ago
- 57836fe change in staticforward -- added statichere by Guido van Rossum · 30 years ago
- 0acd4b6 changes for Mac CFM-68K by Guido van Rossum · 30 years ago
- fe299f9 add Py_FatalError by Guido van Rossum · 30 years ago
- b13afdd added PyObject_IsTrue & PyCallable_Check to object interface by Guido van Rossum · 30 years ago
- 3cfc8bd exec_dode_object/PyImport_ExecCodeObject is now externally visible by Jack Jansen · 30 years ago
- f2038a3 version 1.2-beta-3 by Guido van Rossum · 30 years ago
- b7d3d4e make newvarobj's size arg signed by Guido van Rossum · 30 years ago
- 10f8efd add Py_CHARMASK by Guido van Rossum · 30 years ago
- 9e89f0a added callable, removed run_pyc_file by Guido van Rossum · 30 years ago
- 6978503 added findmethodinchain and methodchain data types by Guido van Rossum · 30 years ago
- 855d0b3 corrected two unconverted names by Guido van Rossum · 30 years ago
- 58e4a1e last bits by Guido van Rossum · 30 years ago
- 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
- 6c1874f changes for C++ (Tim MacKenzie) by Guido van Rossum · 30 years ago
- 6135a87 __builtins__ mods (and sys_checkinterval for ceval.c) by Guido van Rossum · 30 years ago
- 970a0a2 api version checking by Guido van Rossum · 30 years ago
- a0d7a23 sys.check_interval=x -> sys.setcheckinterval(x) by Guido van Rossum · 30 years ago
- 5e56997 initmodule2 -> initmodule3 (with doc string) by Guido van Rossum · 30 years ago
- 3615aaf Changed since Grammar has changed by Guido van Rossum · 30 years ago
- 7a01389 add 5th arg to instancebinop by Guido van Rossum · 30 years ago
- 0908bac added func_doc by Guido van Rossum · 30 years ago
- 9dc8d0e added ml_doc and changed newmethodlist interface by Guido van Rossum · 30 years ago
- 6fde390 new tp_str and tp_doc members in type object by Guido van Rossum · 30 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
- 66cb311 Lots of small things, see ChangeLog by Guido van Rossum · 30 years ago
- 599f0d1 - Added ability to get at strings embedded in the struct by Jack Jansen · 30 years ago
- 234fd7e Use \n as PYTHONPATH delimiter on Mac (less likely to occur in by Jack Jansen · 30 years ago
- f483846 pl1.1.1; added newgetargs renaming by Guido van Rossum · 30 years ago
- 5ebc0ca include stddef.h by Guido van Rossum · 30 years ago
- 8780a44 Oops -- version number! by Guido van Rossum · 30 years ago
- c5d92e1 ceval.h: added Py_MakePendingCalls() by Guido van Rossum · 30 years ago
- 9566408 pythonrun.h: added run_pyc_file by Guido van Rossum · 30 years ago
- c6cf1dd pythgonrun.h: added Py_AtExit(). by Guido van Rossum · 30 years ago
- 03a9096 Define cl_{get,set,del}attr members in classobject by Guido van Rossum · 30 years ago
- d2002c7 Added PyArg_NoArgs(v) by Guido van Rossum · 30 years ago
- ff18df0 For THINK C 6.0 by Guido van Rossum · 30 years ago
- b4f066d Include/node.h: make some fields short to save space during parsing by Guido van Rossum · 30 years ago
- a715274 No need to define THINK_C any more by Guido van Rossum · 30 years ago
- e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
- 8a38a6b Moved to Include and changed format to "<complete_version>" by Guido van Rossum · 30 years ago
- e149fa2 * Objects/classobject.c, Include/classobject.h: added __getattr__ by Guido van Rossum · 30 years ago
- e025e31 * Include/rename1.h: added PyMethodDef and PyObject by Guido van Rossum · 30 years ago
- 75abc63 * Objects/{int,long,float}object.c, Include/object.h, by Guido van Rossum · 30 years ago
- 46f2402 Strange... levels 1 and 2 were never committed? by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 80e32bf Added Makefile with clean and clobber targets by Guido van Rossum · 31 years ago
- f30adc8 all: 1994 copyright by Guido van Rossum · 31 years ago
- 5a18919 all: 1994 copyright by Guido van Rossum · 31 years ago
- 60a578a New files by Guido van Rossum · 31 years ago
- 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
- 7030b1f almodule.c: added close method, equivalent to closeport. by Sjoerd Mullender · 31 years ago
- 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
- 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
- b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
- c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
- 4199fac Added getmappingsize(). (Needed by previous checkin of posixmodule.c) by Guido van Rossum · 31 years ago
- b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
- 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
- 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
- 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
- 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
- db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
- a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
- ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
- 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
- eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
- b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
- 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
- 2583165 Several changes in one: by Guido van Rossum · 31 years ago
- f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 32 years ago
- 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 32 years ago
- 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 32 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 4b1302b Generalized version of dictionaries, with compatibility hacks. by Guido van Rossum · 32 years ago
- e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 32 years ago
- 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago