/tools/
span='5'>
* Fix by Eric Raymond: make the code that looks for various bits ofGuido van Rossum2000-03-311-15/+30
* Marc-Andre Lemburg: add new string token types u"..." and ur"..."Guido van Rossum2000-03-101-0/+10
* Make sure that -t and -tt also work on strings passed to compile().Guido van Rossum1998-12-211-0/+7
* One more fprintf bites the dist -- use PySys_WriteStderrGuido van Rossum1998-12-041-1/+1
* Need to add default decl of DL_IMPORT, for mymalloc.hGuido van Rossum1998-12-041-0/+6
* Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.Guido van Rossum1998-10-071-2/+7
* The previous fix was still broken; the Py_END_ALLOW_THREADS macro wasGuido van Rossum1998-08-291-1/+3
* We now assume that PyOS_Readline() is called with the interpreter lockGuido van Rossum1998-08-271-11/+3
* Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...).Guido van Rossum1998-08-251-5/+6
* Add a version of PySys_WriteStderr() that writes to stderr, so we canGuido van Rossum1998-08-251-0/+27
* There's a bunch of files that shouldn't be included in libpython*.a!Guido van Rossum1998-08-091-4/+5
* Make new gcc -Wall happyGuido van Rossum1998-04-102-2/+2
* Declare and use Py_TabcheckFlag here.Guido van Rossum1998-04-101-0/+8
* Add dummy Py_VerboseFlag now that it's referenced in parsetok.c.Guido van Rossum1998-04-101-0/+1
* Add checking for inconsistent tab usageGuido van Rossum1998-04-092-3/+49
* Add $(LIBS) to the pgen link line.Guido van Rossum1998-04-091-1/+2
* Swap two statements in the dedent check loop. This makes absolutelyGuido van Rossum1998-02-161-1/+1
* Fixed the bug in searching for triple quotes -- change the 'quote2'Guido van Rossum1998-02-161-2/+2
* tok_nextc() should return unsigned characters, to avoid mistakingGuido van Rossum1998-01-191-2/+10
* Patch for QNX, by Chris Herborth.Guido van Rossum1997-12-021-2/+2
* This fix (across 4 files in 3 directories) solves a subtle problem withGuido van Rossum1997-11-141-0/+5
* Renamed Py_input_hook to PyOS_InputHook.Guido van Rossum1997-08-111-3/+3
* Move GNU readline interface to ../Modules/readline.c.Guido van Rossum1997-08-051-78/+3
* Added finalization routines.Guido van Rossum1997-08-02