735 Commits (3d53d8756f0403eec6a4e12f183103d651bed6c5)

Author SHA1 Message Date
Fred Drake 4c82b2366f Trent Mick <trentm@activestate.com>: 26 years ago
Jeremy Hylton 9262b8ab1f another typo caught by Rob Hooft 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 27 years ago
Guido van Rossum 96774c1347 Marc-Andre Lemburg: 27 years ago
Guido van Rossum 22b65a8edc Robin Becker: The following patch seems to fix a module case bug in 27 years ago
Guido van Rossum 1cb6cd0ec5 As Marc-Andre Lemburg points out, the magic number needs to change 27 years ago
Guido van Rossum b33aa1a51e Jack Jansen: The new version of the GUSI i/o library on the Macintosh 27 years ago
Guido van Rossum 43713e5a28 Massive patch by Skip Montanaro to add ":name" to as many 27 years ago
Guido van Rossum 96a8fb7e99 Cleanup patches from Greg Stein: 27 years ago
Guido van Rossum ed1170e49f In _PyImport_Init(), dynamically construct the table of legal suffixes 27 years ago
Guido van Rossum 2571cc8bf5 Changes by Mark Hammond for Windows CE. Mostly of the form 28 years ago
Barry Warsaw 3879333b9e PyImport_ReloadModule(): Nailed a small memory leak. In the 28 years ago
Guido van Rossum 6058eb49ee Improve comment for PyImport_Import() as suggested by Bill Tutt. 28 years ago
Guido van Rossum 65d5b5763c Thanks to Chris Herborth, the thread primitives now have proper Py* 28 years ago
Guido van Rossum 66468568df Jim Fulton writes: 28 years ago
Guido van Rossum 2f3667a7b9 Replace fprintf(stderr, ...) with PySys_WriteStderr(...). 28 years ago
Guido van Rossum 49b560698b Renamed thread.h to pythread.h. 28 years ago
Guido van Rossum 566373e974 While scalling sys.modules, skip entries that don't have string keys, 28 years ago
Guido van Rossum a0f0a33d05 Mac-specific mod to enable aliases on import paths. 28 years ago
Guido van Rossum afd3daedde __file__ used to be always set to the .pyc (or .pyo) file, even if 28 years ago
Guido van Rossum 0506a431d5 Patch by Just van Rossum that changes how we search for submodules of 28 years ago
Guido van Rossum 0f84a349bb Added handling for Mac code resource modules (Jack Jansen). 28 years ago
Guido van Rossum 1a8791e0b8 Changes for BeOS, QNX and long long, by Chris Herborth. 28 years ago
Guido van Rossum b68cd421e1 Fix two smal memory leaks discovered by Vadim Chugunov. 28 years ago
Guido van Rossum 323bf5e1f7 Ignore Windows case check for ALL CAPS 8.3 files 28 years ago
Guido van Rossum 9c0afe5dc7 Fix a curious bug: statements like "import sys.time" would succeed, 29 years ago
Guido van Rossum 09cae1f8cd New APIs for embedding applications that want to add their own entries 29 years ago
Guido van Rossum 111c20b992 Reject empty module names -- otherwise __import__("") does something 29 years ago
Guido van Rossum 8766a7797e Comment out a label on an #endif. 29 years ago
Guido van Rossum 39b0f8976c Address warnings issued by the MSVC++ compiler 29 years ago
Guido van Rossum a5568d349b Support for frozen packages, matching the revamped Tools/freeze. 29 years ago
Guido van Rossum d65911b3f3 Oops -- overuse of dabbrev-expand introduced a strange bug, where 29 years ago
Guido van Rossum 75acc9ca1c Add a single Python-wide (!) lock on import. Only one thread at a 29 years ago
Guido van Rossum 05f9dce34f Moved clear_carefully() to _PyModule_Clear() in moduleobject.c 29 years ago
Guido van Rossum aeca79b0f6 Small patches to the DJGPP version of check_case(). 29 years ago
Guido van Rossum 4d1b3b921d Added DJGPP version of check_case(), by Pit Scrorpion (Hans Nowak). 29 years ago
Guido van Rossum 0980bd9233 Add case checking feature on import. 29 years ago
Guido van Rossum e32bf6ead2 Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to 29 years ago
Guido van Rossum a0fec2b5df Two more refinements of the cleanup process. 29 years ago
Guido van Rossum 758eec0172 Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They 29 years ago
Guido van Rossum e8c27bb3ea Oops! Should've renamed dos_8x3 to dos-8x3 here, too. 29 years ago
Guido van Rossum 595d7ba069 Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. 29 years ago
Guido van Rossum 197346fafe New policy for package imports: only a directory containing 29 years ago
Guido van Rossum 771c6c8f7a Instead of using _PyImport_Inittab[] directly, use the new "official" 29 years ago
Guido van Rossum 9a61dc90e2 Moved mac-specific speedup to a different place (Jack) 29 years ago
Guido van Rossum a7f2e813c9 Remove unreachable "return 1" at end of ensure_fromlist(). 29 years ago
Guido van Rossum 0207e6de38 Added docstrings. Not for the obsolete functions though. 29 years ago
Guido van Rossum c172f26861 Deleted find_module_in_package and find_module_in_directory -- they 29 years ago
Guido van Rossum a86f77d4dd Crrected a flow control error that caused the wrong error message when 29 years ago
Guido van Rossum 9905ef9669 Added support for __all__, which should be a list of modules to be 29 years ago