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
/
Modules
/
Nav.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow access to the returned value(s) as FSRefs. Unfortunately for some
Jack Jansen
2002-11-22
1
-2/+38
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-1/+1
*
Replaced lots of PyMem_DEL() calls with PyObject_DEL().
Jack Jansen
2002-05-22
1
-1/+1
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1/+1
*
Added prototypes to silence gcc strict-prototype warnings.
Jack Jansen
2001-09-04
1
-81/+27
*
Don't call PyMac_HandleEvent in unix-Python
Jack Jansen
2001-09-02
1
-0/+2
*
Fixed changed UPP routines names. The module now compiles and loads.
Jack Jansen
2001-05-22
1
-3/+7
*
Treat an empty kwdict argument the same as a missing one.
Jack Jansen
2001-01-19
1
-20/+20
*
Fixes that should make it possible to run Python on machines without NavServi...
Jack Jansen
2000-09-14
1
-0/+5
*
Got rid of Py_FatalError calls.
Jack Jansen
2000-09-08
1
-3/+0
*
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
Jack Jansen
2000-07-14
1
-1/+1
*
pymactoolbox.h contains protoypes for all externally visible toolbox module
Jack Jansen
2000-07-14
1
-8/+1
*
Made the core toolbox modules carbon-compatible using the new greylist featur...
Jack Jansen
2000-06-02
1
-1/+12
*
Got rid of PyMem_XDEL.
Jack Jansen
2000-05-05
1
-7/+7
*
Handling of defaultLocation argument was wrong, causing a crash when used. Fi...
Jack Jansen
2000-01-13
1
-1/+16
*
Added a line about passing None as eventProc to the docstring to get movable
Jack Jansen
1999-12-17
1
-0/+1
*
Finished (I think), but only very lightly tested. Should now have full interf...
Jack Jansen
1999-12-17
1
-104/+413
*
Allow keyword arguments, and the dialog is now actually shown. No way to
Jack Jansen
1999-12-16
1
-29/+53
*
Navigation Services module. Started from scratch, as Joe's module exported to...
Jack Jansen
1999-12-16
1
-0/+618