- 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
- 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
- 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
- 202355a Build _AE too. by Jack Jansen · 22 years ago
- dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
- 24884f7 Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed. by Just van Rossum · 22 years ago
- 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
- ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
- 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
- cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
- 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
- e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
- b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
- 761b609 hardcode some resources, removing annoying Widgets.rsrc dependency by Just van Rossum · 22 years ago
- da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
- 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 22 years ago
- d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
- e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
- 62a103b workaround so the (otherwise still broken) IDE can at least quit in the Python 2.2 Jaguar addon install by Just van Rossum · 22 years ago
- db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
- e6de56e make the --link option match the original: just symlink the executable by Just van Rossum · 22 years ago
- 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
- 224405f Replaced the bundle building code with calls to the new bundlebuilder by Just van Rossum · 22 years ago
- f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 22 years ago
- 7fd69ad fixed stupid bug by Just van Rossum · 22 years ago
- ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 22 years ago
- 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
- ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 22 years ago
- 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
- 1b99896 dded cvsignores. by Jack Jansen · 22 years ago
- d8d7bbe Minimal instructions on building a MacPython-OSX addon for Apple's by Jack Jansen · 22 years ago
- 1ebcc44 Build PythonLauncher for MacPython-OSX 2.2 as well. by Jack Jansen · 22 years ago
- e374692 This file is now generated dynamically. by Jack Jansen · 22 years ago
- db951c3 removed a redundant .strip(); made a doc string more or less tell the truth by Just van Rossum · 22 years ago
- 247e16e No need to import __builtin__, spotted by Skip. by Just van Rossum · 22 years ago
- 0ec2744 Pure Python implementation of a plist generator/parser. by Just van Rossum · 22 years ago
- 293fdeb Another workaround, to find the IDE directory when we're in MacPython-OSX by Jack Jansen · 22 years ago
- 9725735 Define PyDoc_STR if it isn't defined. This makes these modules compile by Jack Jansen · 22 years ago
- 5efbbcd Build waste, _Help and _Scrap too. by Jack Jansen · 22 years ago
- 26e6be3 First stab at a Makefile that will create a MacPython that uses the by Jack Jansen · 22 years ago
- 4ea1f45 Go from filename to FSSpec via FSRefs, to work around outdated macfs module by Jack Jansen · 22 years ago
- d892d4e Make the Resources directory if needed. by Jack Jansen · 22 years ago
- 180ceed Python 2.2 as installed by Apple has a version of _Res that is too old. We by Jack Jansen · 22 years ago
- 25e61d9 Added a hack so we can build applets with a MacPython that uses the by Jack Jansen · 22 years ago
- b54a6ce A script to run applets. Originally by Just, slightly modified by me. by Jack Jansen · 22 years ago
- eb34229 - Use imp to find appletrawmain.py in stead of hand-crafting the path by Jack Jansen · 22 years ago
- 7d996a2 - Building IDE is optional on waste being available, similar to building by Jack Jansen · 22 years ago
- dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
- 65fe8dd Script to create .app bundles. Largely untested. by Jack Jansen · 22 years ago
- 37e4772 Forward port of 1.12.14.3 (which has an incorrect log message): by Jack Jansen · 22 years ago
- b1248ce Under Jaguar it seems that 'errn' return value keyword parameters don't by Jack Jansen · 22 years ago
- 7b02551 'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed. by Just van Rossum · 22 years ago
- 7aa7f2e cd to users home dir if no current dir has been set. Fixes bug #625734 by Just van Rossum · 22 years ago
- 3c4dee4 make sure the object browser can't crash because when the list data gets bigger than 32kB by Just van Rossum · 22 years ago
- b7dd494 add ./ to configure command so it actually works verbatim by Just van Rossum · 22 years ago
- 89841bd Shut up FutureWarnings about hex constants. by Jack Jansen · 22 years ago
- 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
- e87ed57 Patch by Tony Lownds: add the Resources directory to sys.path. by Jack Jansen · 22 years ago
- 10c6eda Mode rU for universal newlines, not rT. Spotted by Guido. by Jack Jansen · 22 years ago
- ec694c3 Pass None to AHGotoPage(). by Jack Jansen · 22 years ago
- f6b3fdd The debugger source view only understood mac-style linefeeds. Fixed. by Jack Jansen · 22 years ago
- 93ad6a7 Converted to Vise 8. by Jack Jansen · 22 years ago
- 17d67f0 All set for 2.3 installer, except for upgrade of Vise version. by Jack Jansen · 22 years ago
- a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
- 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
- 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
- 796e5f7 Next few steps towards a 2.3 installer. by Jack Jansen · 22 years ago
- 481fddf First steps towards a 2.3 installer. by Jack Jansen · 22 years ago
- 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
- bc60354 Import Carbon.AH, not Carbon.Help by Jack Jansen · 22 years ago
- 7f677f4 Reorganized order of help menu, and don't show Carbon documentation by Jack Jansen · 22 years ago
- 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 22 years ago
- b341011 Added carbon Help module. by Jack Jansen · 22 years ago
- 521dd9f Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and this is probably a better fix than lowering the recursion limit. by Jack Jansen · 22 years ago
- fdf427f Updated the notes on building a binary installer. by Jack Jansen · 22 years ago
- 997429a The script was very sloppy about which variables held source pathnames by Jack Jansen · 22 years ago
- 1f74ed8 Fixed a typo in the binary install notes by Jack Jansen · 22 years ago
- 3a70e3f Get rid of non-ascii characters. by Jack Jansen · 22 years ago
- 82a9b60 Use PyString_CHECK_INTERNED. by Jack Jansen · 22 years ago
- 8ba4220 Started on documentation for building a MacOSX binary installer. Unfinished. by Jack Jansen · 22 years ago
- 3337ea7 Remove .pyo files too. by Jack Jansen · 22 years ago
- a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago
- 94fab76 Generate pythonw.sh on the fly. by Jack Jansen · 22 years ago
- e3d9f40 Pass -x badsyntax to compileall. by Jack Jansen · 22 years ago
- b2d2bc9 Implemented the Help menu. The Python manual can be viewed (if installed) by Jack Jansen · 22 years ago
- 6be8956 If there's an environment variable PYTHONIDEPATH it points to the IDE by Jack Jansen · 22 years ago
- f94cadf MenuID's are signed. by Jack Jansen · 22 years ago
- fe9acde Typecode for AHTOCType was wrong. Fixed. by Jack Jansen · 22 years ago
- 4e39949 Initialize self._helpmenu earlier, so we can use gethelpmenu() while by Jack Jansen · 22 years ago
- bdbff73 Fix for Jaguar: use ln for installing symlinks, install no longer works. by Jack Jansen · 22 years ago
- b05e056 On Jaguar the default mode for files in the installed product is 444 (or 555) by Jack Jansen · 22 years ago
- f21b706 Added support for the help menu. Application.gethelpmenu() will return it. by Jack Jansen · 22 years ago
- 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
- afb7632 Don't copy the documentation when using Python.app as an applet template. by Jack Jansen · 22 years ago
- 278a3a2 Distutils-based script by Bill Fancher to download the Python documentation by Jack Jansen · 22 years ago
- 4684a09 - Install a symlink to the documentation (which lives in the framework) by Jack Jansen · 22 years ago
- f90367c This file never made it to the repository, somehow. by Jack Jansen · 22 years ago
- 5472376 These were regenerated some time ago (with ascii chars only and by Jack Jansen · 22 years ago
- 4f2d89f Interface to Apple Help Viewer. by Jack Jansen · 22 years ago
- fd372aa Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, by Jack Jansen · 22 years ago