| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. | Guido van Rossum | 1998-04-10 | 1 | -0/+1 |
* | Add checking for inconsistent tab usage | Guido van Rossum | 1998-04-09 | 2 | -3/+49 |
* | Add $(LIBS) to the pgen link line. | Guido van Rossum | 1998-04-09 | 1 | -1/+2 |
* | 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 |
* | Patch for QNX, by Chris Herborth. | Guido van Rossum | 1997-12-02 | 1 | -2/+2 |
* | This fix (across 4 files in 3 directories) solves a subtle problem with | Guido van Rossum | 1997-11-14 | 1 | -0/+5 |
* | Renamed Py_input_hook to PyOS_InputHook. | Guido van Rossum | 1997-08-11 | 1 | -3/+3 |
* | Move GNU readline interface to ../Modules/readline.c. | Guido van Rossum | 1997-08-05 | 1 | -78/+3 |
* | Added finalization routines. | Guido van Rossum | 1997-08-02 | 2 | -1/+44 |
* | Finally plug the memory leak caused by syntax error (including | Guido van Rossum | 1997-07-27 | 1 | -1/+4 |
* | New build procedure. | Guido van Rossum | 1997-07-19 | 1 | -15/+20 |
* | Oops, missed some renamings. | Guido van Rossum | 1997-05-07 | 1 | -1/+1 |
* | Another directory quickly renamed. | Guido van Rossum | 1997-04-29 | 18 | -205/+218 |
* | 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 |
* | Remove two unised variables. | Guido van Rossum | 1997-04-09 | 1 | -2/+0 |
* | Support for alternative string quotes (a"xx", b"xx", c"xx", ...). | Guido van Rossum | 1997-04-06 | 1 | -4/+9 |
* | Allow leading underscore in keywords. | Guido van Rossum | 1997-04-02 | 1 | -1/+1 |
* | Restructured quite a bit, hopefully Lee Busby will find this useful. | Guido van Rossum | 1997-02-18 | 1 | -50/+82 |
* | Added decl for Py_AddPendingCall and include mymalloc.h, all to keep | Guido van Rossum | 1997-02-14 | 1 | -0/+4 |
* | In the Unix version, arrange for sigcheck() to be called via | Guido van Rossum | 1997-01-21 | 1 | -0/+3 |
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 | 5 | -10/+10 |
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-02 | 6 | -20/+29 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 20 | -251/+391 |
* | Explicitly call rl_initialize(). | Guido van Rossum | 1996-09-13 | 1 | -1/+5 |
* | Always include config.h | Guido van Rossum | 1996-08-19 | 2 | -5/+0 |
* | Only define PyOS_ReadlineInit if WITH_READLINE defined. | Guido van Rossum | 1996-05-24 | 1 | -0/+2 |
* | Separate readline initialization into new function PyOS_ReadlineInit(). | Guido van Rossum | 1996-04-09 | 1 | -7/+14 |
* | use only j for imaginary constants | Guido van Rossum | 1996-01-26 | 1 | -2/+2 |