| Commit message (Expand) | Author | Age | Files | Lines |
* | Small patches to the DJGPP version of check_case(). | Guido van Rossum | 1998-02-18 | 1 | -1/+3 |
|
|
* | Added DJGPP version of check_case(), by Pit Scrorpion (Hans Nowak). | Guido van Rossum | 1998-02-13 | 1 | -0/+28 |
|
|
* | Add case checking feature on import. | Guido van Rossum | 1998-02-13 | 1 | -1/+78 |
|
|
* | Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to | Guido van Rossum | 1998-02-11 | 1 | -5/+25 |
|
|
* | Set Py_FrozenFlag, to suppress error messages from getpath.c. | Guido van Rossum | 1998-02-06 | 1 | -0/+2 |
|
|
* | Ehm, three unrelated changes. | Guido van Rossum | 1998-02-06 | 1 | -3/+31 |
|
|
* | Two more refinements of the cleanup process. | Guido van Rossum | 1998-02-06 | 1 | -3/+52 |
|
|
* | Protect PyErr_Format format string argument from overflow. | Guido van Rossum | 1998-01-19 | 1 | -1/+1 |
|
|
* | Protect PyErr_Format format string argument from overflow (ironically, | Guido van Rossum | 1998-01-19 | 1 | -1/+1 |
|
|
* | Add unistd.h for isatty(). | Guido van Rossum | 1998-01-19 | 1 | -0/+4 |
|
|
* | Better #ifdefs for NetBSD, taking into account that at least on netBSD | Guido van Rossum | 1998-01-19 | 1 | -3/+8 |
|
|
* | It seems obvious that when Py_Finalize() decides that there's nothing | Guido van Rossum | 1998-01-19 | 1 | -2/+2 |
|
|
* | Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They | Guido van Rossum | 1998-01-19 | 1 | -12/+98 |
|
|
* | Last-minute fix for Jim H: don't die after del sys.stdout | Guido van Rossum | 1997-12-31 | 1 | -2/+11 |
|
|
* | Plug the most annoying recursive printing problem -- reset '_' to None | Guido van Rossum | 1997-12-26 | 1 | -3/+8 |
|
|
* | Oops -- '(' is also a legal start character of a new format... | Guido van Rossum | 1997-12-19 | 1 | -0/+1 |
|
|
* | Oops! Should've renamed dos_8x3 to dos-8x3 here, too. | Guido van Rossum | 1997-12-17 | 1 | -3/+3 |
|
|
* | For base 10, cast unsigned long to long before testing overflow. | Guido van Rossum | 1997-12-15 | 1 | -2/+8 |
|
|
* | Need a cast when comparing type object in isinstance() | Guido van Rossum | 1997-12-10 | 1 | -1/+1 |
|
|
* | Add explicit check for correct next character in format at end of | Guido van Rossum | 1997-12-09 | 1 | -0/+7 |
|
|
* | Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected | Guido van Rossum | 1997-12-09 | 1 | -2/+2 |
|
|
* | Changed the finalization order again so that the reference count | Guido van Rossum | 1997-12-08 | 1 | -13/+18 |
|
|
* | Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. | Guido van Rossum | 1997-12-05 | 1 | -0/+5 |
|
|
* | Add the flag RTLD_GLOBAL to the dlopen() options. | Guido van Rossum | 1997-12-02 | 1 | -3/+7 |
|
|
* | Make stdin unbuffered too, when PYTHONUNBUFFERED is specified. | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
|
|
* | Support type objects in isinstance(). | Guido van Rossum | 1997-12-02 | 1 | -10/+15 |
|
|
* | Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, so | Guido van Rossum | 1997-11-25 | 1 | -16/+14 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 3 | -2/+44 |
|
|
* | Plug memory leak in Py_BuildValue when using {...} to construct dictionaries. | Guido van Rossum | 1997-11-20 | 1 | -3/+5 |
|
|
* | Fix importing of shared libraries from inside packages. | Guido van Rossum | 1997-11-19 | 2 | -3/+26 |
|
|
* | Two changes (here we go again :-( ). | Guido van Rossum | 1997-11-19 | 1 | -35/+3 |
|
|
* | Give more detailed error message when the argument count isn't right. | Guido van Rossum | 1997-11-19 | 1 | -4/+6 |
|
|
* | Fix memory leak in exec statement with code object -- the None returned | Guido van Rossum | 1997-11-11 | 1 | -2/+4 |
|
|
* | Undo half of the previous change :-( | Guido van Rossum | 1997-11-04 | 1 | -7/+6 |
|
|
* | Get rid of another reference to _PyImport_Inittab (now a static array) | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | The warning about thread still having a frame now only happens in | Guido van Rossum | 1997-11-03 | 1 | -1/+1 |
|
|
* | Two independent changes (alas): | Guido van Rossum | 1997-11-03 | 1 | -19/+16 |
|
|
* | New policy for package imports: only a directory containing | Guido van Rossum | 1997-10-31 | 1 | -2/+38 |
|
|
* | Instead of using _PyImport_Inittab[] directly, use the new "official" | Guido van Rossum | 1997-10-31 | 1 | -4/+8 |
|
|
* | Some patches to Lee Busby's fpectl mods that accidentally didn't make it | Guido van Rossum | 1997-10-20 | 1 | -2/+1 |
|
|
* | Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it. | Guido van Rossum | 1997-10-20 | 1 | -3/+10 |
|
|
* | Shared libraries didn't quite work under AIX because of the change in | Guido van Rossum | 1997-10-10 | 1 | -0/+11 |
|
|
* | Moved mac-specific speedup to a different place (Jack) | Guido van Rossum | 1997-10-08 | 1 | -5/+5 |
|
|
* | Fixed for WITHOUT_COMPLEX compilation (Jack) | Guido van Rossum | 1997-10-08 | 1 | -1/+2 |
|
|
* | New version of PyErr_NewException() that is compatible with -X option. | Guido van Rossum | 1997-10-03 | 1 | -14/+35 |
|
|
* | Initialize Py_UseClassExceptionsFlag to 1. | Guido van Rossum | 1997-10-03 | 1 | -1/+1 |
|
|
* | Remove unreachable "return 1" at end of ensure_fromlist(). | Guido van Rossum | 1997-10-03 | 1 | -1/+1 |
|
|
* | Fix small omission: with all the new code, sys.exit(None) would print | Guido van Rossum | 1997-10-03 | 1 | -0/+2 |
|
|
* | Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the | Guido van Rossum | 1997-09-30 | 1 | -12/+9 |
|
|
* | Fix a bug in this code that made it do the wrong thing when an option | Guido van Rossum | 1997-09-30 | 1 | -1/+4 |
|
|