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
*
Fix compiler warning about unused variables.
Georg Brandl
2010-10-17
1
-5/+4
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-644/+644
*
Ensure 'module removed' warning messages contain the word 'module' or 'package'.
Mark Dickinson
2010-04-03
1
-1/+1
*
The 'Navigation Toolbox' is not available at all for 64-bit
Ronald Oussoren
2009-09-22
1
-22/+13
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-3/+3
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
1
-8/+39
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-3/+3
*
Add warnings to and deprecated all those Mac modules
Benjamin Peterson
2008-05-12
1
-0/+3
*
Fix a couple of warnings on Mac OS X.
Neal Norwitz
2006-02-24
1
-1/+1
*
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Jack Jansen
2003-11-20
1
-1/+0
*
Getting rid of one more TARGET_API_MAC_OSX.
Jack Jansen
2003-11-19
1
-7/+0
*
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
Jack Jansen
2003-11-19
1
-4/+0
*
Oops, 'k' is the new format code for un unchecked 32 bit quantity,
Jack Jansen
2003-04-17
1
-4/+4
*
Converted manually written code to the new K format specifier.
Jack Jansen
2003-04-17
1
-5/+5
*
Removed unused variable
Jack Jansen
2003-03-07
1
-1/+0
*
Fixed the first two bugs in the new file dialogs (found by Just):
Jack Jansen
2003-01-17
1
-10/+11
*
For reasons unknown previewProc and filterProc were disabled. Enabled them.
Jack Jansen
2003-01-17
1
-4/+2
*
- Various tweaks to shut up compiler warnings.
Jack Jansen
2002-12-23
1
-6/+6
*
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Jack Jansen
2002-12-12
1
-4/+0
*
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