Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure 'module removed' warning messages contain the word 'module' or 'package'. | Mark Dickinson | 2010-04-03 | 5 | -5/+5 |
| | | | | | This should fix the test_py3kwarn failure on OS X. test_support.import_module also requires this. | ||||
* | remove svn:executable from scripts without a shebang line | Benjamin Peterson | 2010-03-08 | 3 | -0/+0 |
| | |||||
* | The 'Navigation Toolbox' is not available at all for 64-bit | Ronald Oussoren | 2009-09-22 | 1 | -22/+13 |
| | | | | | code, make this explicit in the C code to avoid confusing error messages during the build. | ||||
* | 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 |
| | | | | | | -Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without. There's still a batch of non-prototype warnings in Xlib.h that I don't know how to fix. | ||||
* | 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 |
| | | | | to detect the OSX 10.5 SDK. | ||||
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 12 | -49/+49 |
| | | | | | | | http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | This patch adds a new configure argument on OSX: --with-universal-archs=[32-bit|64-bit|all] When used with the --enable-universalsdk option this controls which CPU architectures are includes in the framework. The default is 32-bit, meaning i386 and ppc. The most useful alternative is 'all', which includes all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64). This includes limited support for the Carbon bindings in 64-bit mode as well, limited because (a) I haven't done extensive testing and (b) a large portion of the Carbon API's aren't available in 64-bit mode anyway. I've also duplicated a feature of Apple's build of python: setting the environment variable 'ARCHFLAGS' controls the '-arch' flags used for building extensions using distutils. | ||||
* | 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 ↵ | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
| | | | | | | imports by calling __import__ with an explicit level of 0 Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports | ||||
* | This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard | Ronald Oussoren | 2007-12-05 | 1 | -336/+0 |
| | | | | | | | | by purging bindings to OSA's debug API's. Those APIs we're completely unsupported on OSX 10.4 and are no longer available on OSX 10.5. Note that this patches a generated file. This is somewhat acceptable because regenerating the file is non-trivial and wouldn't use system headers anyway. | ||||
* | 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 |
| | | | | | | | | without causing problems for anyone that is on a case-insensitive filesystem). Setup.py tries to compile the MacOS extension from MacOSmodule.c, while the actual file is named macosmodule.c. This is no problem on the (default) case-insensitive filesystem, but doesn't work on case-sensitive filesystems. | ||||
* | 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 |
| | | | | still used?) | ||||
* | Fix bug #1000914 (again). | Ronald Oussoren | 2006-05-20 | 1 | -9/+9 |
| | | | | | | | | | This patches a file that is generated by bgen, however the code is now the same as a current copy of bgen would generate. Without this patch most types in the Carbon.CF module are unusable. I haven't managed to coax bgen into generating a complete copy of _CFmodule.c yet :-(, hence the manual patching. | ||||
* | 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 file (the source) must be fixed. Why isn't there a comment at the top saying the file is generated and why are both the source and generated file checked in? Bootstrap problem? Will backport. | ||||
* | 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 |
| | | | | | | Turns out patch #1035255 was incomplete, it only patched _Filemodule.c and not filesupport.py. So regenerating caused as_pathname() to go into an infinite loop. | ||||
* | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 29 | -1791/+1802 |
| | | | | they are now _self, _args and _kwds. | ||||
* | SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core | Raymond Hettinger | 2004-11-05 | 2 | -4/+100 |
| | | | | | | | | | | | | | (Contributed by Bob Ippolito.) This patch trims down the Python core on Darwin by making it independent of CoreFoundation and CoreServices. It does this by: Changed linker flags in configure/configure.in Removed the unused PyMac_GetAppletScriptFile Moved the implementation of PyMac_StrError to the MacOS module Moved the implementation of PyMac_GetFullPathname to the Carbon.File module | ||||
* | 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 |
| | | | | Fixed. | ||||
* | CFStringGetUnicode() returned an extra null character at the end of the string. | Jack Jansen | 2004-07-15 | 2 | -2/+2 |
| | | | | fixed. | ||||
* | 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 |
| | | | | building for that platform. | ||||
* | kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes. | Jack Jansen | 2004-02-24 | 2 | -1/+5 |
| | | | | Reported by Bob Ippolito. | ||||
* | Setup file to allow the QuickTime for 2.4 to be compiled | Jack Jansen | 2004-02-24 | 2 | -0/+17 |
| | | | | for MacPython 2.3 (and, hopefully, python 2.3 for windows too). | ||||
* | 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 |
| | | | | | the header file seems to be hand-written and missing the "const" keywords for input parameters passed by reference. | ||||
* | 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 |
| | | | | | | | | factory functions, so you can call quicktime functions that are implemented as methods on NULL too. Still don't allow quicktime functions to return NULL pointers, though: I think this always signals an error condition. |