| Commit message (Expand) | Author | Age | Files | Lines |
* | Included assert.h in Python.h -- it's absurd that this basic tool of | Tim Peters | 2000-07-23 | 1 | -1/+1 |
|
|
* | -- changed w_more to take an integer instead of a char | Fredrik Lundh | 2000-07-23 | 1 | -2/+2 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -59/+22 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -6/+4 |
|
|
* | 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 |
|
|
* | Urmpf. Quality control on this patch lapsed a bit. :-( | Guido van Rossum | 2000-06-28 | 1 | -2/+6 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-28 | 1 | -3/+22 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). | Guido van Rossum | 2000-03-10 | 1 | -5/+42 |
|
|
* | The previous checkin contained an experiment of Greg Stein's that wasn't | Guido van Rossum | 1998-10-08 | 1 | -1/+1 |
|
|
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 1 | -2/+15 |
|
|
* | When unmarshalling, add test for negative lengths on strings, tuples | Guido van Rossum | 1998-06-08 | 1 | -2/+14 |
|
|
* | Remove unnecessary PyErr_Clear(). | Guido van Rossum | 1998-05-14 | 1 | -1/+0 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -4/+7 |
|
|
* | Plugged a leak. (The same as the one plugged in compile.c -- forgot | Guido van Rossum | 1997-07-26 | 1 | -0/+1 |
|
|
* | PyFile_WriteString now returns an error indicator instead of calling | Guido van Rossum | 1997-05-22 | 1 | -2/+2 |
|
|
* | Quickly renamed the remaining files -- this directory is done. | Guido van Rossum | 1997-04-29 | 1 | -156/+161 |
|
|
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -3/+3 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -1/+9 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1997-02-14 | 1 | -1/+1 |
|
|
* | Marshal the line number table of code objects. | Guido van Rossum | 1997-01-24 | 1 | -1/+9 |
|
|
* | Marshal the new stacksize item in code objects. | Guido van Rossum | 1997-01-17 | 1 | -1/+3 |
|
|
* | Better way to handle 64-bit ints, keeping gcc -Wall happy. | Guido van Rossum | 1996-12-10 | 1 | -30/+18 |
|
|
* | Tentative changes to make this work better on 64-bit machines. | Guido van Rossum | 1996-12-05 | 1 | -3/+66 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Ellipses -> Ellipsis rename (the dictionary really says that it should | Guido van Rossum | 1996-10-11 | 1 | -6/+6 |
|
|
* | Added *PyMarshal_WriteObjectToString() (moved the relevant code there | Guido van Rossum | 1996-08-19 | 1 | -18/+25 |
|
|
* | Changes for slice and ellipses | Guido van Rossum | 1996-07-30 | 1 | -0/+7 |
|
|
* | Py_complex; and WITHOUT_COMPLEX added to getargs.c | Guido van Rossum | 1996-07-21 | 1 | -1/+1 |
|
|
* | Jeremy's patches for more robust handling of unmarshallable types. | Guido van Rossum | 1996-06-26 | 1 | -5/+22 |
|
|
* | Plug memory leak (variable names in code objects were being leaked!) | Guido van Rossum | 1996-05-28 | 1 | -0/+1 |
|
|
* | changes for complex numbers | Guido van Rossum | 1996-01-12 | 1 | -0/+47 |
|
|
* | Made a bit more robust against out-of-memory situations | Jack Jansen | 1995-10-27 | 1 | -12/+35 |
|
|
* | rd_object() with exception is fatal error | Guido van Rossum | 1995-08-28 | 1 | -0/+1 |
|
|
* | keyword arguments and faster calls | Guido van Rossum | 1995-07-18 | 1 | -3/+13 |
|
|
* | various tuple related optimizations; remove unused b/w compat code from ceval.c | Guido van Rossum | 1995-03-09 | 1 | -9/+18 |
|
|
* | hope to fix DEC Alpha gcc problems by declaring ints instead of longs | Guido van Rossum | 1995-02-17 | 1 | -9/+9 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 | 1 | -0/+8 |
|
|
* | Plug memory leak for code objects | Guido van Rossum | 1994-10-05 | 1 | -0/+1 |
|
|
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -16/+3 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -1/+0 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -9/+6 |
|
|
* | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 1 | -1/+15 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -1/+3 |
|
|
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 1 | -95/+256 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Shut up lint. | Guido van Rossum | 1992-03-27 | 1 | -2/+2 |
|
|