Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop Mac wrappers for the WASTE library. | Ronald Oussoren | 2006-06-04 | 9 | -5160/+1 | |
| | ||||||
* | "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with | Ronald Oussoren | 2006-06-04 | 1 | -0/+1 | |
| | | | | the right compiler flags. | |||||
* | Remove Mac OS 9 support ↵ | Neal Norwitz | 2006-06-03 | 74 | -12895/+0 | |
| | | | | (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) | |||||
* | 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?) | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-26 | 1 | -1/+1 | |
| | ||||||
* | - Remove previous version of the binary distribution script for OSX | Ronald Oussoren | 2006-05-26 | 15 | -663/+87 | |
| | | | | | | | - Some small bugfixes for the IDLE.app wrapper - Tweaks to build-installer to ensure that python gets build in the right way, including sqlite3. - Updated readme files | |||||
* | Fix buglet in postinstall script, it would generate an invalid .cshrc file. | Ronald Oussoren | 2006-05-26 | 1 | -1/+1 | |
| | ||||||
* | Add missing svn:eol-style property to text files. | Tim Peters | 2006-05-23 | 1 | -1013/+1013 | |
| | ||||||
* | Whitespace normalization. | Tim Peters | 2006-05-23 | 1 | -1013/+1013 | |
| | ||||||
* | An improved script for building the binary distribution on MacOSX. | Ronald Oussoren | 2006-05-23 | 9 | -0/+1246 | |
| | ||||||
* | Avoid creating a mess when installing a framework for the second time. | Ronald Oussoren | 2006-05-23 | 1 | -2/+7 | |
| | ||||||
* | 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. | |||||
* | * Change working directory to the users home | Ronald Oussoren | 2006-05-19 | 1 | -3/+11 | |
| | | | | | | | directory, that makes the file open/save dialogs more useable. * Don't use argv emulator, its not needed for idle. | |||||
* | Fix some minor issues with the generated application bundles on MacOSX | Ronald Oussoren | 2006-05-18 | 7 | -9/+70 | |
| | ||||||
* | Whitespace normalization. | Tim Peters | 2006-05-16 | 1 | -2/+2 | |
| | ||||||
* | I missed one small detail in my rewrite of the osx build files: the path | Ronald Oussoren | 2006-05-14 | 1 | -2/+2 | |
| | | | | to the Python.app template. | |||||
* | A first cut at replacing the icons on MacOS X. This replaces all icons by icons | Ronald Oussoren | 2006-05-14 | 10 | -0/+3 | |
| | | | | | | | based on the new python.org logo. These are also the first icons that are "proper" OSX icons. These icons were created by Jacob Rus. | |||||
* | Rework the build system for osx applications: | Ronald Oussoren | 2006-05-14 | 17 | -956/+505 | |
| | | | | | | | | | | | * Don't use xcodebuild for building PythonLauncher, but use a normal unix makefile. This makes it a lot easier to use the same build flags as for the rest of python (e.g. make a universal version of python launcher) * Convert the mac makefile-s to makefile.in-s and use configure to set makefile variables instead of forwarding them as command-line arguments * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw' * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow easier modification of the bundle contents later on. | |||||
* | 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 | |
| | ||||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 3 | -6/+0 | |
| | | | | properties now. | |||||
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 1 | -1/+1 | |
| | ||||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -6/+6 | |
| | ||||||
* | 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. | |||||
* | Whitespace normalization. | Tim Peters | 2005-04-20 | 1 | -1/+1 | |
| | ||||||
* | Updated to work with current Python docs setup, and added a minimal README. | Jack Jansen | 2005-04-17 | 2 | -13/+54 | |
| | ||||||
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -7/+6 | |
| | ||||||
* | Oops, there was a tab in there. | Jack Jansen | 2005-01-07 | 1 | -1/+1 | |
| | ||||||
* | Workaround for the fact that urllib2 doesn't default to "file:" urls. | Jack Jansen | 2005-01-07 | 1 | -0/+2 | |
| | ||||||
* | Create the wrapper scripts for gcc/g++ too. | Jack Jansen | 2005-01-01 | 1 | -26/+50 | |
| | ||||||
* | Just passing -undefined dynamic_lookup isn't enough: we also need to set | Jack Jansen | 2004-12-28 | 1 | -1/+1 | |
| | | | | | | the MACOSX_DEPLOYMENT_TARGET environment variable to 10.3 when calling the loader. And we do this with "env" because distutils apparently doesn't understand environment variable assignments before command names. | |||||
* | Added quotes around the destroot arguments, so empty destroot works. | Jack Jansen | 2004-12-27 | 1 | -7/+7 | |
| | ||||||
* | Updated version numbers. | Jack Jansen | 2004-12-27 | 12 | -31/+32 | |
| | ||||||
* | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot | Jack Jansen | 2004-12-27 | 2 | -4/+15 | |
| | | | | | | | option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3. | |||||
* | A script to fix Apple-installed Python 2.3 (and a test whether the user | Jack Jansen | 2004-12-26 | 2 | -1/+103 | |
| | | | | | | | | | | | | needs to run it in the Makefile). After installing a newer framework Python the apple-installed Python can no longer build extension modules, because they will inadvertantly be linked against the newer framework. This script modifies lib/config/Makefile so it will link extensions with "-undefined dynamic_lookup", which forestalls this problem. Will backport to 2.4 and 2.3. | |||||
* | Very minor grammatical fix and removal of a tab. | Brett Cannon | 2004-12-06 | 1 | -2/+2 | |
| | ||||||
* | 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 | 153 | -21673/+21620 | |
| | ||||||
* | The interpreter popup was never filled with any data, fixed. | Jack Jansen | 2004-07-16 | 2 | -4/+11 | |
| | | | | Fixes #775878. | |||||
* | Made preference window resizable (and do the most logical thing on resize) | Jack Jansen | 2004-07-16 | 2 | -3/+7 | |
| | ||||||
* | Cleaned up list of interpreters. | Jack Jansen | 2004-07-16 | 1 | -16/+8 | |
| | ||||||
* | After more than two years of puzzlement Jurjen Bos found the reason for | Jack Jansen | 2004-07-15 | 1 | -2/+0 | |
| | | | | | the double-scroll problem: when you pass a tracker function to TrackControl you shouldn't call your hit function again afterwards. Fixes #711989. |