summaryrefslogtreecommitdiffstats
path: root/Modules/newmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-181-2/+31
* move extra arguments to the back of the new.code() arglistJeremy Hylton2001-02-011-7/+24
* new_instance(): Use PyInstance_NewRaw() instead of knowing too muchFred Drake2001-01-281-15/+17
* PEP 227 implementationJeremy Hylton2001-01-251-3/+8
* Allow new.function() called with explicit 3rd arg of None, asGuido van Rossum2000-11-131-1/+6
* Fix the docstring for new.function().Fred Drake2000-10-101-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-6/+12
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-18/+6
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-0/+1
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-6/+6
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Changes to support other object types besides stringsGuido van Rossum1998-10-071-2/+15
* Marc-Andre Lemburg's patch to support instance methods with otherGuido van Rossum1998-07-081-3/+15
* I think there was a tiny bug in new_function() -- the 'defaults'Guido van Rossum1998-05-221-1/+1
* Two more arguments to newcodeobject -- first lineno and lineno table.Guido van Rossum1997-01-241-4/+7
* Add stacksize argument to new.code().Guido van Rossum1997-01-171-5/+6
* Renamed.Barry Warsaw1996-12-101-81/+84
* Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code.Guido van Rossum1996-11-211-25/+8
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added new.instance(class, dict).Guido van Rossum1996-06-171-0/+26
* added new.classobj()Guido van Rossum1996-01-121-0/+19
* re-enable new.code(...) with new argsGuido van Rossum1995-09-301-3/+18
* \temporary 'fix' for brokennessGuido van Rossum1995-07-281-0/+6
* Made some more things static, and other cleanup for new naming schemeGuido van Rossum1995-01-171-1/+0
* initmodule3 -> initmodule3Guido van Rossum1995-01-091-1/+2
* totally revampedGuido van Rossum1995-01-071-77/+112
* don't use backslashes for continuation linesGuido van Rossum1994-11-101-5/+5
* Added some new modulesGuido van Rossum1994-05-231-0/+111