Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -6/+6 |
| | | | | PyArg_ParseTuple() format string arguments as possible. | ||||
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 1 | -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 other | Guido van Rossum | 1998-07-08 | 1 | -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 Rossum | 1998-05-22 | 1 | -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 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 |