| Commit message (Expand) | Author | Age | Files | Lines |
* | Py_Initialize(): move the call to _PyImport_FixupExtension() to after | Barry Warsaw | 1997-09-18 | 1 | -1/+1 |
|
|
* | PyErr_Print(): When printing a class exception, try to dig out the | Barry Warsaw | 1997-09-16 | 1 | -6/+21 |
|
|
* | Fixed some details of printing the str() of an exception. This fixes | Guido van Rossum | 1997-09-05 | 1 | -2/+6 |
|
|
* | Two independent changes (oops): | Guido van Rossum | 1997-08-29 | 1 | -4/+35 |
|
|
* | Added Py_UseClassExceptionsFlag, the variable containing the state of | Barry Warsaw | 1997-08-29 | 1 | -5/+106 |
|
|
* | PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointer | Barry Warsaw | 1997-08-26 | 1 | -2/+4 |
|
|
* | Added new Py_IsInitalized() API function to test the 'initialized' flag. | Guido van Rossum | 1997-08-22 | 1 | -0/+8 |
|
|
* | Use a counter instead of a Boolean to check for initialized; n calls | Guido van Rossum | 1997-08-20 | 1 | -5/+5 |
|
|
* | Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini() | Guido van Rossum | 1997-08-05 | 1 | -36/+43 |
|
|
* | The last of the mass checkins for separate (sub)interpreters. | Guido van Rossum | 1997-08-02 | 1 | -59/+193 |
|
|
* | Moved some stuff here from main.c (part of a big restructuring - wait | Guido van Rossum | 1997-07-19 | 1 | -1/+26 |
|
|
* | Can't return 0 from void function... | Guido van Rossum | 1997-05-23 | 1 | -1/+1 |
|
|
* | Py_FlushLine and PyFile_WriteString now return error indicators | Guido van Rossum | 1997-05-22 | 1 | -30/+41 |
|
|
* | Added a space in an error message | Guido van Rossum | 1997-05-22 | 1 | -1/+1 |
|
|
* | Instead of importing graminit.h whenever one of the three grammar 'root' | Guido van Rossum | 1997-05-07 | 1 | -4/+3 |
|
|
* | Keep MS compiler happy: use (int)strlen() when comparing; make sure | Guido van Rossum | 1997-05-06 | 1 | -2/+8 |
|
|
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -8/+42 |
|
|
* | Allow passing a .pyo file. | Guido van Rossum | 1997-04-02 | 1 | -5/+8 |
|
|
* | Greatly renamed. Not a very thorough job -- I'm going to restructure | Guido van Rossum | 1997-03-05 | 1 | -210/+211 |
|
|
* | Added new global flag variable Py_InteractiveFlag and new function | Guido van Rossum | 1997-02-14 | 1 | -1/+22 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -0/+4 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Rationalized MS ifdefs | Guido van Rossum | 1996-09-11 | 1 | -2/+2 |
|
|
* | rename printrefs, getobjects to _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -1/+1 |
|
|
* | Use new names for debug macros. Don't include pythonrun.h. | Guido van Rossum | 1996-05-22 | 1 | -6/+5 |
|
|
* | Add'l change for NT (Mark H.). | Guido van Rossum | 1996-04-09 | 1 | -0/+1 |
|
|
* | Moved mac-specific exit handling to macmain.c | Jack Jansen | 1995-10-27 | 1 | -21/+4 |
|
|
* | keep exitfunc alive while calling it | Guido van Rossum | 1995-10-07 | 1 | -0/+2 |
|
|
* | #undef argument, for the Mac | Guido van Rossum | 1995-09-18 | 1 | -0/+1 |
|
|
* | mac CW-only fix for messy windows upon exit | Jack Jansen | 1995-07-29 | 1 | -1/+1 |
|
|
* | keyword arguments and faster calls | Guido van Rossum | 1995-07-18 | 1 | -10/+3 |
|
|
* | flush stdout before writing to stderr in print_error() | Guido van Rossum | 1995-03-30 | 1 | -0/+1 |
|
|
* | fix dusty debugging macros | Guido van Rossum | 1995-03-29 | 1 | -2/+2 |
|
|
* | In NT, write fatal() msg to debugging device | Guido van Rossum | 1995-03-14 | 1 | -0/+10 |
|
|
* | mac changes: | Jack Jansen | 1995-02-13 | 1 | -0/+8 |
|
|
* | print class name for exceptions that are classes | Guido van Rossum | 1995-02-07 | 1 | -2/+14 |
|
|
* | Under CodeWarrior, make the window go away on exit(0) | Jack Jansen | 1995-02-02 | 1 | -0/+11 |
|
|
* | Think C mod to suppress pausing at normal exit | Guido van Rossum | 1995-01-30 | 1 | -0/+8 |
|
|
* | make call_pyc_file static | Guido van Rossum | 1995-01-26 | 1 | -1/+4 |
|
|
* | use getbuiltins() everywhere, it defaults to getbuiltidict() | Guido van Rossum | 1995-01-12 | 1 | -1/+1 |
|
|
* | __builtins__ mods (and sys_checkinterval for ceval.c) | Guido van Rossum | 1995-01-09 | 1 | -0/+20 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -5/+6 |
|
|
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 | 1 | -8/+7 |
|
|
* | Removed extraneous fclose() in case of .pyc file argument | Jack Jansen | 1994-12-14 | 1 | -1/+1 |
|
|
* | * Python/pythonrun.c: add string "Python" to fatal error message | Guido van Rossum | 1994-09-29 | 1 | -1/+1 |
|
|
* | * Python/pythonrun.c (print_error): print only last line of | Guido van Rossum | 1994-09-19 | 1 | -0/+12 |
|
|
* | * Import/pythonrun.h, Python/{import,pythonrun}.c, | Guido van Rossum | 1994-09-14 | 1 | -1/+47 |
|
|
* | added Py_AtExit() -- register cleanup functions for C modules | Guido van Rossum | 1994-09-07 | 1 | -0/+16 |
|
|
* | * Python/pythonrun.c (print_error): added INCREF/DECREF pair -- | Guido van Rossum | 1994-08-29 | 1 | -82/+170 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -1/+1 |
|
|