Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e98839a1f48b2915f1cc747884e64f4d6e4c8e7a
/
Mac
/
Modules
/
Nav.c
5640ce2
MacOS X: Enable 4-way universal builds
by Ronald Oussoren
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
2368193
Add warnings to and deprecated all those Mac modules
by Benjamin Peterson
· 17 years ago
8786eb5
Fix a couple of warnings on Mac OS X.
by Neal Norwitz
· 19 years ago
7107c1a
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
by Jack Jansen
· 22 years ago
bc2fbc7
Getting rid of one more TARGET_API_MAC_OSX.
by Jack Jansen
· 22 years ago
37249c5
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
by Jack Jansen
· 22 years ago
84c2b1b
Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'.
by Jack Jansen
· 22 years ago
ecc6635
Converted manually written code to the new K format specifier.
by Jack Jansen
· 22 years ago
45f5c4a
Removed unused variable
by Jack Jansen
· 22 years ago
e58962a
Fixed the first two bugs in the new file dialogs (found by Just):
by Jack Jansen
· 23 years ago
c99b675
For reasons unknown previewProc and filterProc were disabled. Enabled them.
by Jack Jansen
· 23 years ago
b734869
- Various tweaks to shut up compiler warnings.
by Jack Jansen
· 23 years ago
6c7e326
Getting rid of pre-Carbon (MacOS8) support. All code depending on
by Jack Jansen
· 23 years ago
4b5c7a4
Allow access to the returned value(s) as FSRefs. Unfortunately for some
by Jack Jansen
· 23 years ago
938ace6
staticforward bites the dust.
by Jeremy Hylton
· 23 years ago
0e2f798
Replaced lots of PyMem_DEL() calls with PyObject_DEL().
by Jack Jansen
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 24 years ago
1767f93
Added prototypes to silence gcc strict-prototype warnings.
by Jack Jansen
· 24 years ago
569ba10
Don't call PyMac_HandleEvent in unix-Python
by Jack Jansen
· 24 years ago
1129671
Fixed changed UPP routines names. The module now compiles and loads.
by Jack Jansen
· 24 years ago
c33a423
Treat an empty kwdict argument the same as a missing one.
by Jack Jansen
· 25 years ago
04b8549
Fixes that should make it possible to run Python on machines without NavServices installed.
by Jack Jansen
· 25 years ago
fa1e27d
Got rid of Py_FatalError calls.
by Jack Jansen
· 25 years ago
74a1e63
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
by Jack Jansen
· 25 years ago
9d8b96c
pymactoolbox.h contains protoypes for all externally visible toolbox module
by Jack Jansen
· 25 years ago
e79dc76
Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open.
by Jack Jansen
· 25 years ago
9d61d1b
Got rid of PyMem_XDEL.
by Jack Jansen
· 25 years ago
2c6cf97
Handling of defaultLocation argument was wrong, causing a crash when used. Fixed.
by Jack Jansen
· 26 years ago
77abc43
Added a line about passing None as eventProc to the docstring to get movable
by Jack Jansen
· 26 years ago
a07431f
Finished (I think), but only very lightly tested. Should now have full interface: all
by Jack Jansen
· 26 years ago
e1a45b3
Allow keyword arguments, and the dialog is now actually shown. No way to
by Jack Jansen
· 26 years ago
e91a29d
Navigation Services module. Started from scratch, as Joe's module exported too little for my needs.
by Jack Jansen
· 26 years ago