COMMITS
/ Mac/Python/macimport.c September 6, 2002
J
Use PyString_CHECK_INTERNED.
Jack Jansen committed
July 22, 2002
April 11, 2002
December 5, 2001
J
Replace sprintf() with PyOS_snprintf().
Jack Jansen committed
November 5, 2001
J
MacPython -vv equivalent printed incorrect filenames, fixed. Also
Jack Jansen committed
August 7, 2001
J
Got rid of 68k-Mac and other outdated ifdefs.
Jack Jansen committed
June 26, 2001
J
Fixed bug that prevented shared libs that are submodules of a
Just van Rossum committed
May 22, 2001
J
Fixed a nasty slowdown in imports in frozen applications: the shortcut
Jack Jansen committed
February 21, 2001
J
Release a PYC resource after reading it. No need to keep it incore.
Jack Jansen committed
July 11, 2000
J
ANSIfication step 2: make sure all needed prototypes are available, and all needed
Jack Jansen committed
July 3, 2000
J
PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility.
Jack Jansen committed
April 7, 2000
J
Started on GUSI2 and threading support.
Jack Jansen committed
October 12, 1998
J
Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.
Jack Jansen committed
September 7, 1998
J
Mods by Just to allow aliases in sys.path entries
Jack Jansen committed
August 18, 1998
J
Support for freezing packages (Just).
Jack Jansen committed
July 31, 1998
J
The PYD resource should now contain 2 strings: one for the ppc
Jack Jansen committed
July 13, 1998
J
All import-related code has moved to macimport.c.
Jack Jansen committed