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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added CF module build and project generation (carbon only).
Jack Jansen
2001-06-26
2
-0/+5
*
First small step towards bgen-generated CoreFoundation. there is hardly any r...
Jack Jansen
2001-06-26
3
-0/+666
*
Added a note about recompiling OSAm before distributing.
Jack Jansen
2001-06-26
1
-0/+1
*
Fixed typo in doc string.
Just van Rossum
2001-06-26
1
-1/+1
*
Fixed bug that prevented shared libs that are submodules of a
Just van Rossum
2001-06-26
1
-1/+1
*
WaitNextEvent short vs. unsigned short fix.
Jack Jansen
2001-06-25
1
-1/+1
*
Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the un...
Just van Rossum
2001-06-22
1
-0/+0
*
don't blow up when the charno SyntaxError value is None
Just van Rossum
2001-06-21
1
-1/+3
*
repaired expandselection and uncomment breakage
Just van Rossum
2001-06-21
1
-4/+5
*
Added support for the gc module (!).
Just van Rossum
2001-06-21
1
-0/+6
*
Got rid of a silly #if.
Jack Jansen
2001-06-20
1
-1/+1
*
Don't use extern when we mean staticforward (OSX gcc is picky about it).
Jack Jansen
2001-06-20
3
-24/+5
*
{Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For no...
Jack Jansen
2001-06-20
2
-36/+5
*
ANSIfied function headers to shut up compiler warnings on OSX/Mach-o.
Jack Jansen
2001-06-20
4
-4/+4
*
Added a const to shut up a compiler warning.
Jack Jansen
2001-06-20
2
-2/+2
*
Reversed the order of the checks for None or a Dialog where a Window is expec...
Jack Jansen
2001-06-20
2
-22/+8
*
Removed some unused routines under Carbon. They caused compile errors with UH34.
Jack Jansen
2001-06-20
1
-0/+3
*
Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead o...
Jack Jansen
2001-06-20
2
-3/+18
*
Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use mod...
Jack Jansen
2001-06-20
1
-6/+12
*
Override bdb's canonic() method with a no-op: with bdb's version we couldn't ...
Just van Rossum
2001-06-20
1
-0/+5
*
made 7-bit-clean.
Just van Rossum
2001-06-19
1
-2/+2
*
Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid an...
Just van Rossum
2001-06-19
14
-84/+86
*
Got rid of mactoolboxglue.c
Jack Jansen
2001-06-13
1
-0/+0
*
Fixed an error in the signature of the QdRGB converter routines.
Jack Jansen
2001-06-13
2
-4/+4
*
When reading from stdin (with the dialog box) use any partial line on
Jack Jansen
2001-05-26
1
-1/+8
*
One more macroman<->latin1 conversion victim.
Jack Jansen
2001-05-23
1
-19/+19
*
Updated to reflect the current state of config.h.in.
Jack Jansen
2001-05-23
1
-7/+10
*
removed a routine that has moved to macglue.c
Jack Jansen
2001-05-22
1
-21/+0
*
Include Carbon/Carbon.h if appropriate.
Jack Jansen
2001-05-22
1
-5/+5
*
Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.
Jack Jansen
2001-05-22
4
-1/+5
*
Simple script to regenerate all bgen-generated modules.
Jack Jansen
2001-05-22
1
-0/+38
*
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...
Jack Jansen
2001-05-22
41
-5765/+2230
*
Fixed changed UPP routines names. The module now compiles and loads.
Jack Jansen
2001-05-22
1
-3/+7
*
Fixed a nasty slowdown in imports in frozen applications: the shortcut
Jack Jansen
2001-05-22
1
-18/+32
*
Another include Carbon/Carbon.h
Jack Jansen
2001-05-19
1
-0/+4
*
Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should
Jack Jansen
2001-05-19
2
-40/+60
*
Ifdeffed a few more sections. All functionality that is relevant on MacOSX
Jack Jansen
2001-05-19
1
-4/+13
*
Include Carbon/Carbon.h in stead of universal headers, if appropriate.
Jack Jansen
2001-05-19
3
-8/+28
*
include Carbon/Carbon.h in stead of universal headers, if appropriate.
Jack Jansen
2001-05-19
2
-0/+9
*
Merged mactoolboxglue.c into macglue.c. A later step will be to separate out
Jack Jansen
2001-05-19
2
-108/+106
*
Added pymactoolboxglue.c and changed the exported symbols having to do with t...
Jack Jansen
2001-05-17
3
-38/+204
*
Dynamically loaded toolbox modules don't need to link against each other anym...
Jack Jansen
2001-05-17
1
-21/+26
*
Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py...
Jack Jansen
2001-05-17
2
-6/+131
*
First step in porting MacPython modules to OSX/unix: break all references bet...
Jack Jansen
2001-05-17
26
-2/+463
*
Fixed macroman<->latin1 conversion. Some chars don't
Jack Jansen
2001-05-17
48
-232/+234
*
Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, bu...
Jack Jansen
2001-05-17
7
-25/+25
*
Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge...
Jack Jansen
2001-05-15
1
-13/+13
*
Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=...
Jack Jansen
2001-05-14
14
-0/+14
*
Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha...
Jack Jansen
2001-05-12
3
-54/+55
*
Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API...
Jack Jansen
2001-05-12
4
-23/+26
[next]