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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The 'Navigation Toolbox' is not available at all for 64-bit
Ronald Oussoren
2009-09-22
1
-22/+13
*
Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
Ronald Oussoren
2009-09-20
1
-0/+226
*
Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g
Jeffrey Yasskin
2009-05-29
2
-13/+1
*
This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt)
Ronald Oussoren
2009-03-30
2
-365/+368
*
Fix for issue #1113328.
Ronald Oussoren
2009-03-04
1
-19/+23
*
Fix issue776533.
Ronald Oussoren
2009-02-17
1
-0/+2
*
Fix for issue1594
Ronald Oussoren
2009-01-02
1
-0/+9
*
Another fix for 4-way universal builds, use the right #ifndef guard
Ronald Oussoren
2008-08-12
2
-2/+2
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
12
-49/+49
*
Fix build issue on OSX 10.4
Ronald Oussoren
2008-06-06
3
-4/+11
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
32
-132/+617
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
12
-54/+54
*
Make gestaltmodule.c 64-bit safe.
Ronald Oussoren
2008-05-18
1
-1/+1
*
Add warnings to and deprecated all those Mac modules
Benjamin Peterson
2008-05-12
6
-0/+17
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
30
-34/+0
*
Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...
Christian Heimes
2008-01-03
1
-1/+1
*
This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard
Ronald Oussoren
2007-12-05
1
-336/+0
*
bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.
Georg Brandl
2007-09-12
3
-0/+3
*
Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not
Ronald Oussoren
2006-07-25
1
-0/+0
*
Add missing Py_DECREF.
Thomas Heller
2006-07-11
1
-0/+1
*
Fix whitespace, there are memory leaks in this module.
Neal Norwitz
2006-06-16
1
-22/+17
*
Drop Mac wrappers for the WASTE library.
Ronald Oussoren
2006-06-04
3
-3192/+0
*
Convert more modules to METH_VARARGS.
Georg Brandl
2006-05-29
1
-2/+2
*
Correct None refcount issue in Mac modules. (Are they
Georg Brandl
2006-05-28
4
-4/+4
*
Fix bug #1000914 (again).
Ronald Oussoren
2006-05-20
1
-9/+9
*
Fix some warnings on Mac OS X 10.4
Neal Norwitz
2006-04-28
2
-21/+5
*
This patches fixes a number of byteorder problems in MacOSX specific code.
Ronald Oussoren
2006-04-17
1
-8/+1
*
Get rid of some warnings on Mac
Neal Norwitz
2006-04-12
2
-6/+3
*
Get rid of some warnings.
Neal Norwitz
2006-03-20
1
-2/+2
*
Fix a couple of warnings on Mac OS X.
Neal Norwitz
2006-02-24
2
-2/+2
*
mwh pointed out _Filemodule.c is generated. So to fix the memory leak
Neal Norwitz
2006-01-25
1
-4/+3
*
This should fix a mem leak on the Mac. Brett tested it.
Neal Norwitz
2006-01-23
1
-4/+3
*
Whitespace normalization.
Tim Peters
2005-07-17
1
-38/+38
*
Fix for #1236090: FSSpec.as_pathname() crashes.
Jack Jansen
2005-07-12
2
-2/+93
*
Updated (and regenerated) for name change in tp_init method arguments:
Jack Jansen
2005-07-03
29
-1791/+1802
*
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Raymond Hettinger
2004-11-05
2
-4/+100
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
71
-5849/+5823
*
The CF inheritance could cause double frees of the underlying objects.
Jack Jansen
2004-07-15
2
-0/+11
*
CFStringGetUnicode() returned an extra null character at the end of the string.
Jack Jansen
2004-07-15
2
-2/+2
*
Make CF module PEP253 based (finally).
Jack Jansen
2004-07-15
2
-110/+669
*
Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085.
Jack Jansen
2004-07-15
1
-4/+0
*
CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when
Jack Jansen
2004-06-02
1
-0/+7
*
kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.
Jack Jansen
2004-02-24
2
-1/+5
*
Setup file to allow the QuickTime for 2.4 to be compiled
Jack Jansen
2004-02-24
2
-0/+17
*
More cases of input parameters passed by reference without const.
Jack Jansen
2004-01-11
3
-15/+19
*
Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy:
Jack Jansen
2004-01-11
3
-1/+1636
*
Added support for APIs in MediaHandlers.h.
Jack Jansen
2004-01-09
2
-1/+1940
*
Allow passing NULL pointers by passing None. This also works for the
Jack Jansen
2004-01-04
2
-69/+88
*
Added interfaces for most of the stuff in QuickTimeComponents.h.
Jack Jansen
2004-01-03
3
-3/+9804
*
Added support for ImageCompression.h APIs.
Jack Jansen
2004-01-02
3
-1/+4309
[next]