| Commit message (Expand) | Author | Age | Files | Lines |
* | PyImport_ReloadModule(): Nailed a small memory leak. In the | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
|
|
* | Improve comment for PyImport_Import() as suggested by Bill Tutt. | Guido van Rossum | 1998-12-21 | 1 | -1/+4 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -7/+7 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1998-10-22 | 1 | -0/+1 |
|
|
* | Replace fprintf(stderr, ...) with PySys_WriteStderr(...). | Guido van Rossum | 1998-10-12 | 1 | -22/+22 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | While scalling sys.modules, skip entries that don't have string keys, | Guido van Rossum | 1998-10-01 | 1 | -4/+4 |
|
|
* | Mac-specific mod to enable aliases on import paths. | Guido van Rossum | 1998-09-14 | 1 | -9/+26 |
|
|
* | __file__ used to be always set to the .pyc (or .pyo) file, even if | Guido van Rossum | 1998-08-25 | 1 | -1/+2 |
|
|
* | Patch by Just van Rossum that changes how we search for submodules of | Guido van Rossum | 1998-08-11 | 1 | -19/+20 |
|
|
* | Added handling for Mac code resource modules (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -0/+10 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -1/+1 |
|
|
* | Fix two smal memory leaks discovered by Vadim Chugunov. | Guido van Rossum | 1998-07-01 | 1 | -3/+2 |
|
|
* | Ignore Windows case check for ALL CAPS 8.3 files | Guido van Rossum | 1998-06-24 | 1 | -1/+39 |
|
|
* | Fix a curious bug: statements like "import sys.time" would succeed, | Guido van Rossum | 1998-05-19 | 1 | -3/+10 |
|
|
* | New APIs for embedding applications that want to add their own entries | Guido van Rossum | 1998-05-14 | 1 | -0/+58 |
|
|
* | Reject empty module names -- otherwise __import__("") does something | Guido van Rossum | 1998-04-11 | 1 | -0/+5 |
|
|
* | Comment out a label on an #endif. | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
|
|
* | Address warnings issued by the MSVC++ compiler | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
|
|
* | Support for frozen packages, matching the revamped Tools/freeze. | Guido van Rossum | 1998-03-05 | 1 | -14/+60 |
|
|
* | Oops -- overuse of dabbrev-expand introduced a strange bug, where | Guido van Rossum | 1998-03-03 | 1 | -1/+1 |
|
|
* | Add a single Python-wide (!) lock on import. Only one thread at a | Guido van Rossum | 1998-03-03 | 1 | -8/+71 |
|
|
* | Moved clear_carefully() to _PyModule_Clear() in moduleobject.c | Guido van Rossum | 1998-02-19 | 1 | -69/+31 |
|
|
* | 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 |
|
|
* | Two more refinements of the cleanup process. | Guido van Rossum | 1998-02-06 | 1 | -3/+52 |
|
|
* | Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They | Guido van Rossum | 1998-01-19 | 1 | -12/+98 |
|
|
* | Oops! Should've renamed dos_8x3 to dos-8x3 here, too. | Guido van Rossum | 1997-12-17 | 1 | -3/+3 |
|
|
* | Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. | Guido van Rossum | 1997-12-05 | 1 | -0/+5 |
|
|
* | 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 |
|
|
* | Moved mac-specific speedup to a different place (Jack) | Guido van Rossum | 1997-10-08 | 1 | -5/+5 |
|
|
* | Remove unreachable "return 1" at end of ensure_fromlist(). | Guido van Rossum | 1997-10-03 | 1 | -1/+1 |
|
|
* | Added docstrings. Not for the obsolete functions though. | Guido van Rossum | 1997-09-09 | 1 | -6/+46 |
|
|
* | Deleted find_module_in_package and find_module_in_directory -- they | Guido van Rossum | 1997-09-09 | 1 | -53/+0 |
|
|
* | Crrected a flow control error that caused the wrong error message when | Guido van Rossum | 1997-09-09 | 1 | -22/+6 |
|
|
* | Added support for __all__, which should be a list of modules to be | Guido van Rossum | 1997-09-08 | 1 | -3/+16 |
|
|
* | Bugfix: import A.B from inside package was busted by mark_miss optimization. | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
|
|
* | Significant speedup -- when a submodule imports a global module, add a | Guido van Rossum | 1997-09-06 | 1 | -5/+20 |
|
|
* | Fix reload() for package submodules. | Guido van Rossum | 1997-09-06 | 1 | -2/+24 |
|
|
* | Phase two of package import. "import a.b.c" and all variants now do the | Guido van Rossum | 1997-09-06 | 1 | -17/+299 |
|
|
* | First part of package support. | Guido van Rossum | 1997-09-05 | 1 | -130/+441 |
|
|
* | Keep gcc -Wall happy | Guido van Rossum | 1997-08-15 | 1 | -1/+0 |
|
|
* | Added Jim Fulton's PyImport_Import(), which calls whatever | Guido van Rossum | 1997-08-14 | 1 | -0/+78 |
|
|
* | Use string interning and caching to get speedups on the mac (Jack). | Guido van Rossum | 1997-08-12 | 1 | -1/+17 |
|
|
* | New rules for deleting modules. Rather than having an elaborate | Guido van Rossum | 1997-08-05 | 1 | -1/+29 |
|
|
* | The last of the mass checkins for separate (sub)interpreters. | Guido van Rossum | 1997-08-02 | 1 | -46/+120 |
|
|
* | Removed some variables that are used to exchange data between import.c and | Guido van Rossum | 1997-07-21 | 1 | -2/+2 |
|
|