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
*
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
Jack Jansen
2003-02-21
1
-1/+1
*
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
Jack Jansen
2003-01-08
1
-1/+1
*
Got rid of outdated defines.
Jack Jansen
2002-12-14
1
-12/+0
*
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Jack Jansen
2002-12-12
1
-6/+0
*
Fixed typo spotted by Whomas Touters.
Jack Jansen
2002-09-10
1
-1/+1
*
Added include guards and C++ extern "C" {} constructs. Partial fix for #607253.
Jack Jansen
2002-09-10
4
-1/+37
*
Define WITH_PYMALLOC as 1
Jack Jansen
2002-07-08
1
-1/+1
*
- Got rid if WITH_CYCLE_GC
Jack Jansen
2002-07-07
1
-3/+0
*
- Got rid of newmodule.c
Jack Jansen
2002-06-20
1
-1/+1
*
Patch #568235: Add posix.setpgid.
Martin v. Löwis
2002-06-13
1
-0/+3
*
Patch #505375: Make doc strings optional.
Martin v. Löwis
2002-06-09
1
-0/+3
*
Enable WITH_PYMALLOC.
Jack Jansen
2002-05-22
1
-1/+1
*
Enable universal newline support for MacPython.
Jack Jansen
2002-04-14
1
-0/+3
*
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
Jack Jansen
2002-04-11
1
-6/+0
*
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen
2002-04-11
1
-1/+1
*
Merging changes from release22-branch.
Jack Jansen
2001-12-27
1
-1/+1
*
Applying r22c1 branch mods back to the trunk.
Jack Jansen
2001-12-20
1
-1/+1
*
We have strdup(), but not its prototype:-(
Jack Jansen
2001-12-14
2
-3/+1
*
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
Jack Jansen
2001-11-30
1
-1/+1
*
Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by t...
Jack Jansen
2001-11-06
1
-2/+2
*
Tweaks for MacPython 2.2b1
Jack Jansen
2001-10-23
1
-1/+1
*
Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler
Jack Jansen
2001-10-08
1
-0/+19
*
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
Jack Jansen
2001-09-10
1
-1/+0
*
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
[next]