- c76473d Fix Mac build, patch #1091 by Humberto Diogenes. by Georg Brandl · 18 years ago
- e45be28 Convert raise statements in Lib/plat-{mac,os2emx}. by Collin Winter · 18 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
- b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 19 years ago
- c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 21 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- d69b744 If not icon file is specified use the default Python Applet icons. Fixes 719303. by Jack Jansen · 22 years ago
- 0ae3220 Detabbed. by Jack Jansen · 22 years ago
- cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 22 years ago
- 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 22 years ago
- 9f59d52 Enable argv emulation if required. by Jack Jansen · 22 years ago
- f59c6fa When in MacPython-OSX use bundlebuilder to create .app bundles. by Jack Jansen · 22 years ago
- 769e1ff Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode. by Jack Jansen · 23 years ago
- cc94764 Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. by Jack Jansen · 23 years ago
- 4e051d4 add newline to source before compilation by Just van Rossum · 23 years ago
- 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 23 years ago[Renamed from Mac/Lib/buildtools.py]
- 25e61d9 Added a hack so we can build applets with a MacPython that uses the by Jack Jansen · 23 years ago
- eb34229 - Use imp to find appletrawmain.py in stead of hand-crafting the path by Jack Jansen · 23 years ago
- dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 23 years ago
- afb7632 Don't copy the documentation when using Python.app as an applet template. by Jack Jansen · 23 years ago
- 58ba80a Refuse to run if the last bit of the destination path contains a # character. by Jack Jansen · 23 years ago
- 94caa78 Patch by Ronald Oussoren: if there's a .lproj in the extras list also by Jack Jansen · 23 years ago
- ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 23 years ago
- 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 23 years ago
- 5d09904 Open the source file in universal newline mode. by Jack Jansen · 23 years ago
- 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 23 years ago
- 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 23 years ago
- b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 23 years ago
- 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 24 years ago
- a4f8e58 Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa. by Jack Jansen · 24 years ago
- 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 25 years ago
- b70699b Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't by Jack Jansen · 26 years ago
- 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 26 years ago
- 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
- 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 27 years ago
- 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 27 years ago
- 813c997 Common code for BuildApplet, BuildApplication and fullbuild (Just) by Jack Jansen · 27 years ago