| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -29/+29 |
|
|
* | Include limits.h if we have it. | Jack Jansen | 2000-07-03 | 1 | -0/+3 |
|
|
* | 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 <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|
* | Trent Mick's Win64 changes: size_t vs. int or long; also some overflow | Guido van Rossum | 2000-06-28 | 1 | -8/+12 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -1/+1 |
|
|
* | Charles G Waldman: | Guido van Rossum | 2000-04-28 | 1 | -36/+49 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-13 | 1 | -2/+23 |
|
|
* | Patch by Vladimir Marangozov to include the function name when | Guido van Rossum | 2000-04-10 | 1 | -2/+6 |
|
|
* | Vladimir Marangozov: This fixes the line number in the string | Guido van Rossum | 2000-04-07 | 1 | -4/+2 |
|
|
* | remove reference (vestigal) to CALL_FUNCTION_STAR | Jeremy Hylton | 2000-03-29 | 1 | -1/+1 |
|
|
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -2/+23 |
|
|
* | Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). | Guido van Rossum | 2000-03-10 | 1 | -3/+22 |
|
|
* | The cleanup code in com-init() at label fail_0000 should remove | Guido van Rossum | 1999-12-20 | 1 | -1/+1 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
|
|
* | Implement -OO; "unsafe" optimization that removes docstrings. | Guido van Rossum | 1999-01-28 | 1 | -0/+3 |
|
|
* | Remove prototypes for PyOS_strto[u]l -- Chris Herborth. | Guido van Rossum | 1998-12-10 | 1 | -3/+0 |
|
|
* | Add more SET_LINENO instructions in long argument lists | Guido van Rossum | 1998-12-10 | 1 | -1/+7 |
|
|
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 1 | -6/+17 |
|
|
* | Eh, better error message for the previous change. It now says | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
|
|
* | Treat def f(a, b=1, c): ... as an error (missing default for c) | Guido van Rossum | 1998-10-02 | 1 | -7/+4 |
|
|
* | Comment out the print statement about underflow. (This only seems to | Guido van Rossum | 1998-08-25 | 1 | -2/+2 |
|
|
* | Since PyDict_GetItem() can't raise an exception any more, there's no | Guido van Rossum | 1998-05-14 | 1 | -1/+0 |
|
|
* | Make first raise argument optional | Guido van Rossum | 1998-04-09 | 1 | -6/+10 |
|
|
* | Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it. | Guido van Rossum | 1997-10-20 | 1 | -3/+10 |
|
|
* | Fixed for WITHOUT_COMPLEX compilation (Jack) | Guido van Rossum | 1997-10-08 | 1 | -1/+2 |
|
|
* | Cprrect stuoid tyops -- was comparing variabes with themselves because | Guido van Rossum | 1997-08-29 | 1 | -3/+3 |
|
|
* | Plug a leak in code_dealloc() (and reordered the deallocs to match the | Guido van Rossum | 1997-07-25 | 1 | -3/+2 |
|
|
* | Fix bug reported by Just: anonymous arguments used for tuples should | Guido van Rossum | 1997-07-10 | 1 | -1/+3 |
|
|
* | PyObject_Compare can raise an exception now. | Guido van Rossum | 1997-05-23 | 1 | -1/+2 |
|
|
* | Indent the #error directives so a classic K&R cpp doesn't see them. | Guido van Rossum | 1997-05-20 | 1 | -3/+3 |
|
|
* | Get rid of obsolete support for access statement. | Guido van Rossum | 1997-05-09 | 1 | -67/+0 |
|
|
* | Instead of importing graminit.h whenever one of the three grammar 'root' | Guido van Rossum | 1997-05-07 | 1 | -0/+14 |
|
|
* | Quickly renamed the remaining files -- this directory is done. | Guido van Rossum | 1997-04-29 | 1 | -312/+331 |
|
|
* | Tweaks to keep the Microsoft compiler quier. | Guido van Rossum | 1997-04-09 | 1 | -1/+4 |
|
|
* | Support for alternative string quotes (a"xx", b"xx", c"xx", ...). | Guido van Rossum | 1997-04-06 | 1 | -3/+6 |
|
|
* | Added assert statement. | Guido van Rossum | 1997-04-02 | 1 | -0/+45 |
|
|
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -2/+2 |
|
|
* | Fix dumb bug calling parsestrplus with wrong node as argument. | Guido van Rossum | 1997-03-11 | 1 | -1/+3 |
|
|
* | Added support for ``if __debug__:'' -- if -O is given, this form is | Guido van Rossum | 1997-03-11 | 1 | -2/+90 |
|
|
* | Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this is | Guido van Rossum | 1997-03-03 | 1 | -4/+7 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -2/+9 |
|
|
* | Instead of emitting SET_LINENO instructions, generate a line number | Guido van Rossum | 1997-01-24 | 1 | -6/+102 |
|
|
* | Remove unused variable. | Guido van Rossum | 1997-01-18 | 1 | -1/+0 |
|
|
* | Intern all names and varnames in newcodeobject(), plus those string | Guido van Rossum | 1997-01-18 | 1 | -7/+22 |
|
|
* | Add co_stacksize field to codeobject structure, and stacksize argument | Guido van Rossum | 1997-01-17 | 1 | -62/+253 |
|
|
* | Check for duplicate keyword arguments at compile time. | Guido van Rossum | 1997-01-06 | 1 | -12/+20 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -2/+1 |
|
|