COMMITS
/ Python/import.c August 11, 2000
T
Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they
Thomas Wouters committed
July 23, 2000
T
Oops. One of last nights ANSIfication patches accidentily upped the bytecode
Thomas Wouters committed
July 22, 2000
T
ANSIfy as many declarations as possible.
Thomas Wouters committed
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
July 11, 2000
J
Include macglue.h for some function prototypes, and renamed a few
Jack Jansen committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
July 1, 2000
G
Jack Jansen, Mac patch:
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
J
another typo caught by Rob Hooft
Jeremy Hylton committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
May 1, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
G
Robin Becker: The following patch seems to fix a module case bug in
Guido van Rossum committed
April 28, 2000
G
As Marc-Andre Lemburg points out, the magic number needs to change
Guido van Rossum committed
April 24, 2000
G
Jack Jansen: The new version of the GUSI i/o library on the Macintosh
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 22, 1999
G
Cleanup patches from Greg Stein:
Guido van Rossum committed
December 20, 1999
G
In _PyImport_Init(), dynamically construct the table of legal suffixes
Guido van Rossum committed
April 7, 1999
G
Changes by Mark Hammond for Windows CE. Mostly of the form
Guido van Rossum committed
January 27, 1999
B
PyImport_ReloadModule(): Nailed a small memory leak. In the
Barry Warsaw committed
December 21, 1998
G
Improve comment for PyImport_Import() as suggested by Bill Tutt.
Guido van Rossum committed
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed
October 22, 1998
G
Jim Fulton writes:
Guido van Rossum committed
October 12, 1998
G
Replace fprintf(stderr, ...) with PySys_WriteStderr(...).
Guido van Rossum committed
October 1, 1998
G
Renamed thread.h to pythread.h.
Guido van Rossum committed
G
While scalling sys.modules, skip entries that don't have string keys,
Guido van Rossum committed
September 14, 1998
G
Mac-specific mod to enable aliases on import paths.
Guido van Rossum committed
August 25, 1998
G
__file__ used to be always set to the .pyc (or .pyo) file, even if
Guido van Rossum committed
August 11, 1998
G
Patch by Just van Rossum that changes how we search for submodules of
Guido van Rossum committed
August 6, 1998
G
Added handling for Mac code resource modules (Jack Jansen).
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
July 1, 1998
G
Fix two smal memory leaks discovered by Vadim Chugunov.
Guido van Rossum committed
June 24, 1998
G
Ignore Windows case check for ALL CAPS 8.3 files
Guido van Rossum committed
May 19, 1998
G
Fix a curious bug: statements like "import sys.time" would succeed,
Guido van Rossum committed
May 14, 1998
G
New APIs for embedding applications that want to add their own entries
Guido van Rossum committed
April 11, 1998
G
Reject empty module names -- otherwise __import__("") does something
Guido van Rossum committed
April 10, 1998
G
Comment out a label on an #endif.
Guido van Rossum committed
G
Address warnings issued by the MSVC++ compiler
Guido van Rossum committed
March 5, 1998
G
Support for frozen packages, matching the revamped Tools/freeze.
Guido van Rossum committed
March 3, 1998
G
Oops -- overuse of dabbrev-expand introduced a strange bug, where
Guido van Rossum committed
G
Add a single Python-wide (!) lock on import. Only one thread at a
Guido van Rossum committed
February 19, 1998
G
Moved clear_carefully() to _PyModule_Clear() in moduleobject.c
Guido van Rossum committed
February 18, 1998
G
Small patches to the DJGPP version of check_case().
Guido van Rossum committed
February 13, 1998
G
Added DJGPP version of check_case(), by Pit Scrorpion (Hans Nowak).
Guido van Rossum committed
G
Add case checking feature on import.
Guido van Rossum committed
February 11, 1998
G
Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to
Guido van Rossum committed
February 6, 1998
G
Two more refinements of the cleanup process.
Guido van Rossum committed
January 19, 1998
G
Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They
Guido van Rossum committed
December 17, 1997
G
Oops! Should've renamed dos_8x3 to dos-8x3 here, too.
Guido van Rossum committed