index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Mac
/
Python
/
macimport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use PyString_CHECK_INTERNED.
Jack Jansen
2002-09-06
1
-3/+3
*
Fixed potential refcount problems with interned strings, adapted comments, ad...
Jack Jansen
2002-07-22
1
-6/+16
*
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now...
Jack Jansen
2002-04-11
1
-41/+0
*
Replace sprintf() with PyOS_snprintf().
Jack Jansen
2001-12-05
1
-4/+4
*
MacPython -vv equivalent printed incorrect filenames, fixed. Also
Jack Jansen
2001-11-05
1
-11/+1
*
Got rid of 68k-Mac and other outdated ifdefs.
Jack Jansen
2001-08-07
1
-6/+0
*
Fixed bug that prevented shared libs that are submodules of a
Just van Rossum
2001-06-26
1
-1/+1
*
Fixed a nasty slowdown in imports in frozen applications: the shortcut
Jack Jansen
2001-05-22
1
-18/+32
*
Release a PYC resource after reading it. No need to keep it incore.
Jack Jansen
2001-02-21
1
-0/+2
*
ANSIfication step 2: make sure all needed prototypes are available, and all n...
Jack Jansen
2000-07-11
1
-0/+2
*
PyMac_FindModuleExtension now uses a size_t as its size parameter for compati...
Jack Jansen
2000-07-03
1
-1/+1
*
Started on GUSI2 and threading support.
Jack Jansen
2000-04-07
1
-4/+4
*
Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.
Jack Jansen
1998-10-12
1
-4/+3
*
Mods by Just to allow aliases in sys.path entries
Jack Jansen
1998-09-07
1
-0/+20
*
Support for freezing packages (Just).
Jack Jansen
1998-08-18
1
-1/+32
*
The PYD resource should now contain 2 strings: one for the ppc
Jack Jansen
1998-07-31
1
-2/+10
*
All import-related code has moved to macimport.c.
Jack Jansen
1998-07-13
1
-0/+416