Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e2052ab82aad273fa547fb91e09d63a15b3be305
/
Mac
/
Python
/
macimport.c
82a9b60
Use PyString_CHECK_INTERNED.
by Jack Jansen
· 22 years ago
603e76e
Fixed potential refcount problems with interned strings, adapted comments, added a bit more trace output if verbose > 1.
by Jack Jansen
· 22 years ago
b19444f
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings)
by Jack Jansen
· 23 years ago
101de91
Replace sprintf() with PyOS_snprintf().
by Jack Jansen
· 23 years ago
80c85d8
MacPython -vv equivalent printed incorrect filenames, fixed. Also
by Jack Jansen
· 23 years ago
b760923
Got rid of 68k-Mac and other outdated ifdefs.
by Jack Jansen
· 23 years ago
0297dca
Fixed bug that prevented shared libs that are submodules of a
by Just van Rossum
· 24 years ago
b45032e
Fixed a nasty slowdown in imports in frozen applications: the shortcut
by Jack Jansen
· 24 years ago
add8b24
Release a PYC resource after reading it. No need to keep it incore.
by Jack Jansen
· 24 years ago
9ae898b
ANSIfication step 2: make sure all needed prototypes are available, and all needed
by Jack Jansen
· 25 years ago
fe38d29
PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility.
by Jack Jansen
· 25 years ago
2d1306b
Started on GUSI2 and threading support.
by Jack Jansen
· 25 years ago
deff89c
Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.
by Jack Jansen
· 26 years ago
48a9c36
Mods by Just to allow aliases in sys.path entries
by Jack Jansen
· 26 years ago
b93f521
Support for freezing packages (Just).
by Jack Jansen
· 26 years ago
017e0ff
The PYD resource should now contain 2 strings: one for the ppc
by Jack Jansen
· 26 years ago
1e2260f
All import-related code has moved to macimport.c.
by Jack Jansen
· 27 years ago