| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -31/+29 |
|
|
* | 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 |
|
|
* | Trent Mick's Win64 changes: size_t vs. int or long; also some overflow | Guido van Rossum | 2000-06-28 | 1 | -1/+1 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -11/+14 |
|
|
* | Add useless 'return 1' to prtrace() to shut up VC++. | Guido van Rossum | 2000-05-04 | 1 | -0/+1 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+2 |
|
|
* | Charles Waldman writes: | Guido van Rossum | 2000-04-21 | 1 | -14/+13 |
|
|
* | Skip Montanaro: add string precisions to calls to PyErr_Format | Guido van Rossum | 2000-04-10 | 1 | -1/+1 |
|
|
* | Thomas Heller fixes a typo in an error message. | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | rename args variable in CALL_FUNCTION to callargs (avoids name | Jeremy Hylton | 2000-03-31 | 1 | -8/+11 |
|
|
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 1 | -12/+21 |
|
|
* | eval_code2(): Oops, in the last checkin, we shouldn't check for | Barry Warsaw | 2000-03-29 | 1 | -6/+2 |
|
|
* | eval_code2(): In the extended calling syntax opcodes, you must check | Barry Warsaw | 2000-03-29 | 1 | -0/+8 |
|
|
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -119/+160 |
|
|
* | Allow using long integers as slice indexes | Andrew M. Kuchling | 2000-02-23 | 1 | -2/+34 |
|
|
* | Remove comment that Guido agree's doesn't make sense: | Fred Drake | 2000-02-21 | 1 | -2/+0 |
|
|
* | Fix a bug in exec_statement() noted incidentally by Tim Peters in | Guido van Rossum | 2000-01-12 | 1 | -20/+13 |
|
|
* | Change the last PyErr_Format %s format to %.400s. | Guido van Rossum | 1999-11-15 | 1 | -1/+1 |
|
|
* | Fix PR117. The error message is "keywords must be strings". Perhaps | Guido van Rossum | 1999-10-26 | 1 | -0/+5 |
|
|
* | call_trace(): A fix for PR#73, if an exception occurred in the | Barry Warsaw | 1999-09-08 | 1 | -0/+8 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 1999-06-22 | 1 | -2/+2 |
|
|
* | Changes by Mark Hammond for Windows CE. Mostly of the form | Guido van Rossum | 1999-04-07 | 1 | -0/+2 |
|
|
* | Always test for an error return (usually NULL or -1) without setting | Guido van Rossum | 1999-03-09 | 1 | -3/+4 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -13/+13 |
|
|
* | Use PyThreadState_GET() macro. | Guido van Rossum | 1998-12-21 | 1 | -1/+1 |
|
|
* | Use PyInt_AS_LONG macro instead of explicit inlining. | Guido van Rossum | 1998-12-04 | 1 | -6/+6 |
|
|
* | Whoops! One the "redundant" initializations removed by Vladimir in | Guido van Rossum | 1998-11-23 | 1 | -2/+2 |
|
|
* | Remove some redundant initializations -- patch by Vladimir Marangozov. | Guido van Rossum | 1998-11-17 | 1 | -4/+4 |
|
|
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 1 | -5/+8 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | Add the type of the object to the error message about calling a non-function. | Guido van Rossum | 1998-08-25 | 1 | -3/+5 |
|
|
* | In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and | Guido van Rossum | 1998-08-04 | 1 | -3/+1 |
|
|
* | # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining. | Guido van Rossum | 1998-07-08 | 1 | -3/+3 |
|
|
* | Marc-Andre Lemburg's patch to support instance methods with other | Guido van Rossum | 1998-07-08 | 1 | -0/+5 |
|
|
* | Moved cmp_member() to abstract.c, as PySequence_Contains() [with | Guido van Rossum | 1998-05-22 | 1 | -53/+2 |
|
|
* | Since PyDict_GetItem() can't raise an exception any more, there's no | Guido van Rossum | 1998-05-14 | 1 | -3/+0 |
|
|
* | DELETE_FAST should issue an exception when the local variable is undefined. | Guido van Rossum | 1998-05-12 | 1 | -0/+7 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -1/+2 |
|
|
* | Make first raise argument optional | Guido van Rossum | 1998-04-09 | 1 | -0/+12 |
|
|
* | Last-minute fix for Jim H: don't die after del sys.stdout | Guido van Rossum | 1997-12-31 | 1 | -2/+11 |
|
|
* | Plug the most annoying recursive printing problem -- reset '_' to None | Guido van Rossum | 1997-12-26 | 1 | -3/+8 |
|
|
* | Give more detailed error message when the argument count isn't right. | Guido van Rossum | 1997-11-19 | 1 | -4/+6 |
|
|
* | Fix memory leak in exec statement with code object -- the None returned | Guido van Rossum | 1997-11-11 | 1 | -2/+4 |
|
|
* | Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the | Guido van Rossum | 1997-09-30 | 1 | -12/+9 |
|
|
* | First part of package support. | Guido van Rossum | 1997-09-05 | 1 | -10/+4 |
|
|
* | Inline PyObject_CallObject (Marc-Andre Lemburg). | Guido van Rossum | 1997-08-30 | 1 | -0/+5 |
|
|
* | eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the | Barry Warsaw | 1997-08-28 | 1 | -2/+2 |
|
|
* | unpack_sequence(): In finally clause, watch out for Py_DECREF | Barry Warsaw | 1997-08-25 | 1 | -2/+2 |
|
|
* | eval_code2(): collapsed the implementations of UNPACK_TUPLE and | Barry Warsaw | 1997-08-25 | 1 | -33/+74 |
|
|