| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out trying to use the C values for CO_xxx. | Tim Peters | 2001-08-24 | 1 | -31/+2 |
|
|
* | Expose the CO_xxx flags via the "new" module (re-solving a problem "the | Tim Peters | 2001-08-18 | 1 | -2/+31 |
|
|
* | move extra arguments to the back of the new.code() arglist | Jeremy Hylton | 2001-02-01 | 1 | -7/+24 |
|
|
* | new_instance(): Use PyInstance_NewRaw() instead of knowing too much | Fred Drake | 2001-01-28 | 1 | -15/+17 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -3/+8 |
|
|
* | Allow new.function() called with explicit 3rd arg of None, as | Guido van Rossum | 2000-11-13 | 1 | -1/+6 |
|
|
* | Fix the docstring for new.function(). | Fred Drake | 2000-10-10 | 1 | -1/+1 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -6/+12 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -18/+6 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 1 | -0/+1 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -6/+6 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 1 | -2/+15 |
|
|
* | Marc-Andre Lemburg's patch to support instance methods with other | Guido van Rossum | 1998-07-08 | 1 | -3/+15 |
|
|
* | I think there was a tiny bug in new_function() -- the 'defaults' | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | Two more arguments to newcodeobject -- first lineno and lineno table. | Guido van Rossum | 1997-01-24 | 1 | -4/+7 |
|
|
* | Add stacksize argument to new.code(). | Guido van Rossum | 1997-01-17 | 1 | -5/+6 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-10 | 1 | -81/+84 |
|
|
* | Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. | Guido van Rossum | 1996-11-21 | 1 | -25/+8 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Added new.instance(class, dict). | Guido van Rossum | 1996-06-17 | 1 | -0/+26 |
|
|
* | added new.classobj() | Guido van Rossum | 1996-01-12 | 1 | -0/+19 |
|
|
* | re-enable new.code(...) with new args | Guido van Rossum | 1995-09-30 | 1 | -3/+18 |
|
|
* | \temporary 'fix' for brokenness | Guido van Rossum | 1995-07-28 | 1 | -0/+6 |
|
|
* | Made some more things static, and other cleanup for new naming scheme | Guido van Rossum | 1995-01-17 | 1 | -1/+0 |
|
|
* | initmodule3 -> initmodule3 | Guido van Rossum | 1995-01-09 | 1 | -1/+2 |
|
|
* | totally revamped | Guido van Rossum | 1995-01-07 | 1 | -77/+112 |
|
|
* | don't use backslashes for continuation lines | Guido van Rossum | 1994-11-10 | 1 | -5/+5 |
|
|
* | Added some new modules | Guido van Rossum | 1994-05-23 | 1 | -0/+111 |
|
|