summaryrefslogtreecommitdiffstats
path: root/Modules/newmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
| | | | | | | | | | For more comments, read the patches@python.org archives. For documentation read the comments in mymalloc.h and objimpl.h. (This is not exactly what Vladimir posted to the patches list; I've made a few changes, and Vladimir sent me a fix in private email for a problem that only occurs in debug mode. I'm also holding back on his change to main.c, which seems unnecessary to me.)
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-6/+6
| | | | PyArg_ParseTuple() format string arguments as possible.
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
| | | | on BeOS or Windows.
* Changes to support other object types besides stringsGuido van Rossum1998-10-071-2/+15
| | | | | as the code string of code objects, as long as they support the (readonly) buffer interface. By Greg Stein.
* Marc-Andre Lemburg's patch to support instance methods with otherGuido van Rossum1998-07-081-3/+15
| | | | callable objects than regular Pythonm functions as their im_func.
* I think there was a tiny bug in new_function() -- the 'defaults'Guido van Rossum1998-05-221-1/+1
| | | | | argument was initialized to Py_None, but later checked for NULL. Consistently use Py_None.
* 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