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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final tweaks for 2.2a3 distribution.
Jack Jansen
2001-09-08
1
-1/+1
*
Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.
Jack Jansen
2001-09-01
1
-7/+0
*
Added preferences/startup options for division warning
Jack Jansen
2001-09-01
1
-1/+6
*
The MacOS toolbox modules have acquired an _ in front of their name. Normal u...
Jack Jansen
2001-08-23
1
-1/+1
*
Split macglue.c into two: a new mactoolboxglue.c (in ./Python)
Jack Jansen
2001-08-08
2
-149/+2
*
Got rid of 68k-Mac and other outdated ifdefs.
Jack Jansen
2001-08-07
1
-5/+0
*
Bit another bullet: all toolbox modules are now in dynamically loaded modules...
Jack Jansen
2001-08-07
1
-1/+1
*
Bit the bullet and enabled garbage collection (finally).
Jack Jansen
2001-08-07
1
-4/+43
*
PyMac_GetFSSpec must be called via the dylib glue code on OSX.
Jack Jansen
2001-08-03
1
-0/+3
*
Merging appropriate 2.1.1 fixes back into the main trunk.
Jack Jansen
2001-08-03
2
-1/+4
*
config.h renamed to pyconfig.h
Jack Jansen
2001-07-27
1
-0/+0
*
Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an...
Jack Jansen
2001-07-08
1
-3/+8
*
Added the new unicode defines. Not really tested yet, but Python compiles aga...
Jack Jansen
2001-07-02
1
-0/+9
*
Updated to reflect the current state of config.h.in.
Jack Jansen
2001-05-23
1
-7/+10
*
Include Carbon/Carbon.h if appropriate.
Jack Jansen
2001-05-22
1
-5/+5
*
include Carbon/Carbon.h in stead of universal headers, if appropriate.
Jack Jansen
2001-05-19
2
-0/+9
*
Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py...
Jack Jansen
2001-05-17
1
-6/+23
*
Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha...
Jack Jansen
2001-05-12
1
-3/+10
*
Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API...
Jack Jansen
2001-05-12
1
-2/+2
*
- Raise console window on input. Fixes Carbon hang.
Jack Jansen
2001-04-25
2
-1/+2
*
Updated for 2.1b2 distribution.
Jack Jansen
2001-03-27
1
-1/+1
*
Files for second 2.1b1 distribution.
Jack Jansen
2001-03-15
1
-1/+1
*
Files for 2.1b1 distribution.
Jack Jansen
2001-03-06
1
-1/+1
*
2.1a2 distribution files.
Jack Jansen
2001-02-17
1
-1/+1
*
Brought in line with current config.h.in.
Jack Jansen
2001-02-12
1
-54/+151
*
Bit the bullet and added a private GUSISIOUX for Python. This makes the delay...
Jack Jansen
2001-02-11
2
-1/+4
*
Added prototype for DlgObj_WhichDialog()
Jack Jansen
2001-02-09
1
-0/+1
*
Qdoffs now exports the GWorldObj_{New,Convert} functions.
Jack Jansen
2000-12-12
1
-0/+4
*
Final version used for 2.0 distribution.
Jack Jansen
2000-10-22
1
-1/+1
*
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ...
Jack Jansen
2000-10-19
1
-0/+1
*
Made options global (as PyMac_options) so macosmodule can access it.
Jack Jansen
2000-10-13
1
-0/+2
*
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa...
Jack Jansen
2000-09-22
2
-16/+13
*
Added prototype for DlgObj_ConvertToWindow().
Jack Jansen
2000-08-25
1
-0/+1
*
Moved PyOS_StackCheck prototype to pythonrun.h
Jack Jansen
2000-08-07
1
-1/+0
*
Added more prototypes.
Jack Jansen
2000-07-24
1
-1/+1
*
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
Jack Jansen
2000-07-14
1
-8/+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
-0/+92
*
PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.
Jack Jansen
2000-07-14
1
-0/+2
*
Don't declare sync if we use gusi.
Jack Jansen
2000-07-14
1
-0/+2
*
Got rid of __SC__ ifdefs.
Jack Jansen
2000-07-11
1
-4/+0
*
ANSIfication step 2: make sure all needed prototypes are available, and all n...
Jack Jansen
2000-07-11
2
-4/+21
*
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
Jack Jansen
2000-07-11
3
-13/+13
*
PyMac_FindModuleExtension now uses a size_t as its size parameter for compati...
Jack Jansen
2000-07-03
1
-1/+1
*
Removed THINK_C support.
Jack Jansen
2000-06-04
3
-11/+2
*
Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, ...
Jack Jansen
2000-06-02
1
-3/+0
*
Fixed to work again without USE_GUSI and with USE_MSL_MALLOC
Jack Jansen
2000-05-12
1
-0/+12
*
Changed for the new preference resource version.
Jack Jansen
2000-05-07
1
-4/+6
*
Made the GUSI options work again with GUSI 2.
Jack Jansen
2000-04-21
1
-0/+4
*
Started on GUSI2 and threading support.
Jack Jansen
2000-04-07
1
-2/+3
[next]