| Commit message (Expand) | Author | Age | Files | Lines |
* | Fis SF bug #442647: not all forms of legal future statements were | Guido van Rossum | 2001-07-19 | 1 | -3/+9 |
|
|
* | Add a really stupid warning about 'yield' used as an identifier. | Guido van Rossum | 2001-07-17 | 1 | -0/+12 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 1 | -5/+22 |
|
|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 2 | -3/+36 |
|
|
* | SF but #417587: compiler warnings compiling 2.1. | Tim Peters | 2001-04-21 | 1 | -3/+0 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 2 | -0/+17 |
|
|
* | Take output filenames as arguments instead of hard-coding them. | Neil Schemenauer | 2001-02-16 | 1 | -9/+14 |
|
|
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -103/+0 |
|
|
* | Fix a bug in stack overflow error handling. This fixes half of Bug | Guido van Rossum | 2000-10-02 | 1 | -1/+1 |
|
|
* | More limits.h stuff in node.c. | Tim Peters | 2000-09-26 | 1 | -9/+1 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -3/+0 |
|
|
* | Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined | Vladimir Marangozov | 2000-09-03 | 1 | -6/+6 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 20 | -180/+0 |
|
|
* | Added a little more dependency information. | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | Charles Waldman's patch to reinitialize the interpreter lock after a | Guido van Rossum | 2000-08-27 | 1 | -0/+3 |
|
|
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 2 | -0/+106 |
|
|
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -1/+6 |
|
|
* | Simplified inclusions and avoid prototypes copied in from elsewhere. | Fred Drake | 2000-08-23 | 1 | -12/+1 |
|
|
* | PyParser_ParseString(): When the err_ret structure is initialized, the | Barry Warsaw | 2000-08-18 | 1 | -0/+2 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -2/+1 |
|
|
* | Removed all instances of RETSIGTYPE from the source code: signal | Tim Peters | 2000-07-23 | 1 | -3/+2 |
|
|
* | Recent ANSIfication introduced a couple instances of | Tim Peters | 2000-07-23 | 1 | -3/+1 |
|
|
* | Remember to return something if RETSIGTYPE is not 'void'. Do we still need | Thomas Wouters | 2000-07-22 | 1 | -0/+3 |
|
|
* | Mass ANSIfication. | Thomas Wouters | 2000-07-22 | 16 | -330/+123 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 4 | -13/+20 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 16 | -54/+51 |
|
|
* | 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 | 20 | -120/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 20 | -429/+129 |
|
|
* | Trent Mick: familiar simple Win64 patches | Guido van Rossum | 2000-06-28 | 4 | -11/+14 |
|
|
* | Jack Jansen: Removed Macintosh tab-guessing code | Guido van Rossum | 2000-06-28 | 1 | -7/+0 |
|
|
* | Add new parser error code, E_OVERFLOW. This error is returned when | Jeremy Hylton | 2000-06-20 | 2 | -17/+23 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 4 | -15/+18 |
|
|
* | Ignore a bunch of generated files. | Barry Warsaw | 2000-05-02 | 1 | -0/+3 |
|
|
* | Only write message about changed Tab size with -v. | Guido van Rossum | 2000-04-03 | 1 | -1/+2 |
|
|
* | Fix by Eric Raymond: make the code that looks for various bits of | Guido van Rossum | 2000-03-31 | 1 | -15/+30 |
|
|
* | Marc-Andre Lemburg: add new string token types u"..." and ur"..." | Guido van Rossum | 2000-03-10 | 1 | -0/+10 |
|
|
* | Make sure that -t and -tt also work on strings passed to compile(). | Guido van Rossum | 1998-12-21 | 1 | -0/+7 |
|
|
* | One more fprintf bites the dist -- use PySys_WriteStderr | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Need to add default decl of DL_IMPORT, for mymalloc.h | Guido van Rossum | 1998-12-04 | 1 | -0/+6 |
|
|
* | Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. | Guido van Rossum | 1998-10-07 | 1 | -2/+7 |
|
|
* | The previous fix was still broken; the Py_END_ALLOW_THREADS macro was | Guido van Rossum | 1998-08-29 | 1 | -1/+3 |
|
|
* | We now assume that PyOS_Readline() is called with the interpreter lock | Guido van Rossum | 1998-08-27 | 1 | -11/+3 |
|
|
* | Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). | Guido van Rossum | 1998-08-25 | 1 | -5/+6 |
|
|
* | Add a version of PySys_WriteStderr() that writes to stderr, so we can | Guido van Rossum | 1998-08-25 | 1 | -0/+27 |
|
|
* | There's a bunch of files that shouldn't be included in libpython*.a! | Guido van Rossum | 1998-08-09 | 1 | -4/+5 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 2 | -2/+2 |
|
|
* | Declare and use Py_TabcheckFlag here. | Guido van Rossum | 1998-04-10 | 1 | -0/+8 |
|
|