- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
- ba68752 This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard by Ronald Oussoren · 17 years ago
- 07752ab bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 17 years ago
- 158ad59 Whitespace changes to make the source more compliant with PEP8 (SF#1589070) by Ronald Oussoren · 18 years ago
- aa56096 Fix a number of typos in strings and comments (sf#1589070) by Ronald Oussoren · 18 years ago
- ef3f32f Whitespace normalization. by Tim Peters · 18 years ago
- 74d3eef MacOSX: fix permission problem in the generated installer by Ronald Oussoren · 18 years ago
- b80b6e1 MacOSX: add more logic to recognize the correct startup file to patch to the by Ronald Oussoren · 18 years ago
- 3778bf5 Fix for bug #1570284 by Ronald Oussoren · 18 years ago
- 5b5d110 Add version number to the link to the python documentation in by Ronald Oussoren · 18 years ago
- a6790f1 Tweak Mac/Makefile in to ensure that pythonw gets rebuild when the major version by Ronald Oussoren · 18 years ago
- 3564c46 Port of revision 51902 in release25-maint to the trunk by Ronald Oussoren · 18 years ago
- 63083c3 Fix a glaring error and update some version numbers. by Ronald Oussoren · 18 years ago
- 5fb9c20 Updated documentation for the script that builds the OSX installer. by Ronald Oussoren · 18 years ago
- 26cad08 This fixes bug #1527397: PythonLauncher runs scripts with the wrong working by Ronald Oussoren · 18 years ago
- 0f53bb1 Make sure the postinstall action that optionally updates the user's profile by Ronald Oussoren · 18 years ago
- 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 18 years ago
- bfbfe1f Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not by Ronald Oussoren · 18 years ago
- dd82734 Add missing Py_DECREF. by Thomas Heller · 18 years ago
- 9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that by Ronald Oussoren · 18 years ago
- 3e8d2f6 Use a path without a double slash to compile the .py files after installation by Ronald Oussoren · 18 years ago
- f3f31ab Drop the calldll demo's for macos, calldll isn't present anymore, no need by Ronald Oussoren · 18 years ago
- d2842a6 MacOSX: Add a message to the first screen of the installer that tells by Ronald Oussoren · 18 years ago
- 274facf Fix whitespace, there are memory leaks in this module. by Neal Norwitz · 18 years ago
- c555554 - Change fixapplepython23.py to ensure that it will run with /usr/bin/python by Ronald Oussoren · 18 years ago
- 4fbb080 Use configure to substitute the correct prefix instead of hardcoding by Ronald Oussoren · 18 years ago
- ae6a5a7 Whitespace normalization. by Tim Peters · 18 years ago
- 4b7a6c8 * If BuildApplet.py is used as an applet it starts with a version of by Ronald Oussoren · 18 years ago
- 750e920 - Patch the correct version of python in the Info.plists at build time, instead by Ronald Oussoren · 18 years ago
- 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
- 32f5d8f Move Mac/OSX/* one level up by Ronald Oussoren · 18 years ago
- 0e5b70d mv Mac/OSX/BuildScript one level up by Ronald Oussoren · 18 years ago
- c629be8 Move Mac/OSX/PythonLauncher one level up by Ronald Oussoren · 18 years ago
- 8ec9f86 Move Mac/OSX/Tools one level up by Ronald Oussoren · 18 years ago
- 704fbe4 A quick hack to ensure the right key-bindings for IDLE on osx: install patched by Ronald Oussoren · 18 years ago
- 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
- fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
- f70b14f "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with by Ronald Oussoren · 18 years ago
- a4136e1 Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) by Neal Norwitz · 18 years ago
- bf92f46 Convert more modules to METH_VARARGS. by Georg Brandl · 18 years ago
- 5f6861d Correct None refcount issue in Mac modules. (Are they still used?) by Georg Brandl · 18 years ago
- 7e8053f Whitespace normalization. by Tim Peters · 18 years ago
- 7361236 - Remove previous version of the binary distribution script for OSX by Ronald Oussoren · 18 years ago
- 072a24c Fix buglet in postinstall script, it would generate an invalid .cshrc file. by Ronald Oussoren · 18 years ago
- 8ff672e Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
- 211219a Whitespace normalization. by Tim Peters · 18 years ago
- 69c3476 An improved script for building the binary distribution on MacOSX. by Ronald Oussoren · 18 years ago
- da89b99 Avoid creating a mess when installing a framework for the second time. by Ronald Oussoren · 18 years ago
- 306b1f3 Fix bug #1000914 (again). by Ronald Oussoren · 18 years ago
- bf91f78 * Change working directory to the users home by Ronald Oussoren · 18 years ago
- 3e3cb79 Fix some minor issues with the generated application bundles on MacOSX by Ronald Oussoren · 18 years ago
- cbd7b75 Whitespace normalization. by Tim Peters · 18 years ago
- 1003448 I missed one small detail in my rewrite of the osx build files: the path by Ronald Oussoren · 18 years ago
- ff8c022 A first cut at replacing the icons on MacOS X. This replaces all icons by icons by Ronald Oussoren · 18 years ago
- 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
- 82d4cc2 Fix some warnings on Mac OS X 10.4 by Neal Norwitz · 19 years ago
- 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 19 years ago
- 1bd7127 Get rid of some warnings on Mac by Neal Norwitz · 19 years ago
- c3264e5 Get rid of some warnings. by Neal Norwitz · 19 years ago
- 8786eb5 Fix a couple of warnings on Mac OS X. by Neal Norwitz · 19 years ago
- 73afe9a mwh pointed out _Filemodule.c is generated. So to fix the memory leak by Neal Norwitz · 19 years ago
- 8ac83f3 This should fix a mem leak on the Mac. Brett tested it. by Neal Norwitz · 19 years ago
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
- db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
- 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
- f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
- d7b76e9 Fix for #1236090: FSSpec.as_pathname() crashes. by Jack Jansen · 19 years ago
- 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 19 years ago
- e890682 Whitespace normalization. by Tim Peters · 20 years ago
- 6d22b56 Updated to work with current Python docs setup, and added a minimal README. by Jack Jansen · 20 years ago
- 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
- 5a3c7c3 Oops, there was a tab in there. by Jack Jansen · 20 years ago
- 30620ac Workaround for the fact that urllib2 doesn't default to "file:" urls. by Jack Jansen · 20 years ago
- 6458598 Create the wrapper scripts for gcc/g++ too. by Jack Jansen · 20 years ago
- 935ca10 Just passing -undefined dynamic_lookup isn't enough: we also need to set by Jack Jansen · 20 years ago
- 078824e4 Added quotes around the destroot arguments, so empty destroot works. by Jack Jansen · 20 years ago
- de2ecb8 Updated version numbers. by Jack Jansen · 20 years ago
- c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
- 6116f07 A script to fix Apple-installed Python 2.3 (and a test whether the user by Jack Jansen · 20 years ago
- 98809b7 Very minor grammatical fix and removal of a tab. by Brett Cannon · 20 years ago
- ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 20 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
- 122f87f The interpreter popup was never filled with any data, fixed. Fixes #775878. by Jack Jansen · 20 years ago
- 6e3b425 Made preference window resizable (and do the most logical thing on resize) by Jack Jansen · 20 years ago
- 31bca4e Cleaned up list of interpreters. by Jack Jansen · 20 years ago
- ad1654e After more than two years of puzzlement Jurjen Bos found the reason for by Jack Jansen · 20 years ago
- 4f90137 - Added a note about fixversions.py - Ran it. by Jack Jansen · 20 years ago
- 7323f08 A script to fix version strings in .plist files. by Jack Jansen · 20 years ago
- ce17cf6 The CF inheritance could cause double frees of the underlying objects. Fixed. by Jack Jansen · 20 years ago
- d9e50f5 CFStringGetUnicode() returned an extra null character at the end of the string. by Jack Jansen · 20 years ago
- 3bfc28c Make CF module PEP253 based (finally). by Jack Jansen · 20 years ago
- 7569450 Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. by Jack Jansen · 20 years ago
- 0701bd6 Fix for #860242: use correct names in the "save preferences" dialog. by Jack Jansen · 20 years ago
- 30184f3 - Fix for #862941: "run with commandline python" crashed. Fixed. by Jack Jansen · 20 years ago
- 7637574 On startup, attempt to set the working directory to $HOME. by Jack Jansen · 20 years ago
- 8d562e6 Very large scripts folders could crash the IDE, because it runs out by Jack Jansen · 20 years ago
- 29eb8c3 Do an actual test for xcodebuild, in stead of relying on the user to by Jack Jansen · 20 years ago
- 43285d4 CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when by Jack Jansen · 20 years ago
- fe99927 - Allow easy opening of experimental database, if pimp >= 0.4 by Jack Jansen · 21 years ago