| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiler warning on HP-UX. | Neal Norwitz | 2002-11-02 | 1 | -2/+2 |
|
|
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 1 | -2/+2 |
|
|
* | Removed reliance on gcc/C99 extension. | Tim Peters | 2002-09-03 | 1 | -1/+3 |
|
|
* | Ignore encoding declarations inside strings. Fixes #603509. | Martin v. Löwis | 2002-09-03 | 1 | -1/+16 |
|
|
* | Squash a few calls to the hideously expensive PyObject_CallObject(o,a) | Guido van Rossum | 2002-08-16 | 1 | -3/+14 |
|
|
* | provide less mysterious error messages when seeing end-of-line in | Skip Montanaro | 2002-08-15 | 1 | -3/+6 |
|
|
* | Use Py_FatalError instead of abort. | Martin v. Löwis | 2002-08-07 | 1 | -2/+3 |
|
|
* | Fix PEP 263 code --without-unicode. Fixes #591943. | Martin v. Löwis | 2002-08-07 | 1 | -0/+18 |
|
|
* | Added a cast to shut up a compiler warning. | Jack Jansen | 2002-08-05 | 1 | -1/+1 |
|
|
* | Add 1 to lineno in deprecation warning. Fixes #590888. | Martin v. Löwis | 2002-08-05 | 1 | -1/+3 |
|
|
* | Make pgen compile with pydebug. Duplicate normalized names, as it may | Martin v. Löwis | 2002-08-04 | 1 | -2/+6 |
|
|
* | Group statements properly. | Martin v. Löwis | 2002-08-04 | 1 | -6/+12 |
|
|
* | Repaired a fatal compiler error in the debug build: it's not clear what | Tim Peters | 2002-08-04 | 1 | -1/+1 |
|
|
* | Squash compiler wng about signed-vs-unsigned mismatch. | Tim Peters | 2002-08-04 | 1 | -1/+1 |
|
|
* | Patch #534304: Implement phase 1 of PEP 263. | Martin v. Löwis | 2002-08-04 | 1 | -8/+440 |
|
|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -4/+5 |
|
|
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -3/+22 |
|
|
* | SF bug [#455775] float parsing discrepancy. | Tim Peters | 2001-08-27 | 1 | -5/+8 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+13 |
|
|
* | SF but #417587: compiler warnings compiling 2.1. | Tim Peters | 2001-04-21 | 1 | -3/+0 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 1 | -0/+94 |
|
|
* | Mass ANSIfication. | Thomas Wouters | 2000-07-22 | 1 | -25/+12 |
|
|
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 1 | -9/+5 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -4/+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 |
|
|
* | Trent Mick: familiar simple Win64 patches | Guido van Rossum | 2000-06-28 | 1 | -3/+3 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -6/+7 |
|
|
* | 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 |
|
|
* | One more fprintf bites the dist -- use PySys_WriteStderr | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). | Guido van Rossum | 1998-08-25 | 1 | -5/+6 |
|
|
* | Add checking for inconsistent tab usage | Guido van Rossum | 1998-04-09 | 1 | -3/+43 |
|
|
* | Swap two statements in the dedent check loop. This makes absolutely | Guido van Rossum | 1998-02-16 | 1 | -1/+1 |
|
|
* | Fixed the bug in searching for triple quotes -- change the 'quote2' | Guido van Rossum | 1998-02-16 | 1 | -2/+2 |
|
|
* | tok_nextc() should return unsigned characters, to avoid mistaking | Guido van Rossum | 1998-01-19 | 1 | -2/+10 |
|
|
* | Another directory quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -25/+27 |
|
|
* | Now that the string-sig has settled on r"obin" strings, restrict the | Guido van Rossum | 1997-04-25 | 1 | -3/+7 |
|
|
* | (Jack:) On the Mac, give syntax error on \r. | Guido van Rossum | 1997-04-11 | 1 | -0/+11 |
|
|
* | Support for alternative string quotes (a"xx", b"xx", c"xx", ...). | Guido van Rossum | 1997-04-06 | 1 | -4/+9 |
|
|
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 | 1 | -1/+1 |
|
|
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-02 | 1 | -1/+0 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | use only j for imaginary constants | Guido van Rossum | 1996-01-26 | 1 | -2/+2 |
|
|
* | changes for pow(**) and complex | Guido van Rossum | 1996-01-12 | 1 | -1/+17 |
|
|
* | fix bogus resize length in nextc | Guido van Rossum | 1995-09-21 | 1 | -1/+1 |
|
|
* | ignore control-l in whitespace | Guido van Rossum | 1995-07-07 | 1 | -1/+3 |
|
|
* | replace "\r\n" with "\n" at line end (Jim Ahlstrom) | Guido van Rossum | 1995-06-14 | 1 | -0/+8 |
|
|