summaryrefslogtreecommitdiff
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* #Issue 11424: merged fix from 2.6.Vinay Sajip2011-03-078-40/+42
|\
| * Fix compiler warning about unused variables.Georg Brandl2010-10-171-5/+4
| * Merged revisions 85062 via svnmerge fromRonald Oussoren2010-09-281-1/+1
| * The code in _scproxy (a mac specific helper module toRonald Oussoren2010-06-221-1/+1
| * Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-0942-60600/+60600
| * This patch fixes the handling of a weak-linkedRonald Oussoren2010-04-201-5/+10
| * Ensure 'module removed' warning messages contain the word 'module' or 'package'.Mark Dickinson2010-04-035-5/+5
| * remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-083-0/+0
| * The 'Navigation Toolbox' is not available at all for 64-bitRonald Oussoren2009-09-221-22/+13
| * Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6Ronald Oussoren2009-09-201-0/+226
| * Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-gJeffrey Yasskin2009-05-292-13/+1
| * This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt)Ronald Oussoren2009-03-302-365/+368
| * Fix for issue #1113328.Ronald Oussoren2009-03-041-19/+23
| * Fix issue776533.Ronald Oussoren2009-02-171-0/+2
| * Fix for issue1594Ronald Oussoren2009-01-021-0/+9
* | Issue 9568: Fix test_urllib2_localnet on OS X 10.3.Barry Warsaw2010-08-161-1/+1
* | Merged revisions 82150 via svnmerge fromRonald Oussoren2010-06-271-1/+1
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-0942-60596/+60596
* | Merged revisions 80243 via svnmerge fromRonald Oussoren2010-04-201-5/+10
* | Merged revisions 75017 via svnmerge fromRonald Oussoren2009-09-221-22/+13
* | r74963 didn't include the merger of _scproxy.cRonald Oussoren2009-09-201-0/+226
* | Merged revisions 70713 via svnmerge fromRonald Oussoren2009-03-302-365/+368
|/
* Another fix for 4-way universal builds, use the right #ifndef guardRonald Oussoren2008-08-122-2/+2
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-0912-49/+49
* Fix build issue on OSX 10.4Ronald Oussoren2008-06-063-4/+11
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-0532-132/+617
* Renamed PyString to PyBytesChristian Heimes2008-05-2612-54/+54
* Make gestaltmodule.c 64-bit safe.Ronald Oussoren2008-05-181-1/+1
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-126-0/+17
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-2330-34/+0
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-1/+1
* This "fixes" compilation issues for the Carbon._OSA module on OSX LeopardRonald Oussoren2007-12-051-336/+0
* bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.Georg Brandl2007-09-123-0/+3
* Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but notRonald Oussoren2006-07-251-0/+0
* Add missing Py_DECREF.Thomas Heller2006-07-111-0/+1
* Fix whitespace, there are memory leaks in this module.Neal Norwitz2006-06-161-22/+17
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-043-3192/+0
* Convert more modules to METH_VARARGS.Georg Brandl2006-05-291-2/+2
* Correct None refcount issue in Mac modules. (Are theyGeorg Brandl2006-05-284-4/+4
* Fix bug #1000914 (again).Ronald Oussoren2006-05-201-9/+9
* Fix some warnings on Mac OS X 10.4Neal Norwitz2006-04-282-21/+5
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-171-8/+1
* Get rid of some warnings on MacNeal Norwitz2006-04-122-6/+3
* Get rid of some warnings.Neal Norwitz2006-03-201-2/+2
* Fix a couple of warnings on Mac OS X.Neal Norwitz2006-02-242-2/+2
* mwh pointed out _Filemodule.c is generated. So to fix the memory leakNeal Norwitz2006-01-251-4/+3
* This should fix a mem leak on the Mac. Brett tested it.Neal Norwitz2006-01-231-4/+3
* Whitespace normalization.Tim Peters2005-07-171-38/+38
* Fix for #1236090: FSSpec.as_pathname() crashes.Jack Jansen2005-07-122-2/+93
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-0329-1791/+1802