summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Got it working for all important plugins, and moved it from Build to scripts.Jack Jansen2000-12-032-43/+108
|
* Contributed code that converts Python source files to any combination of ↵Jack Jansen2000-11-292-0/+201
| | | | tabs/spaces for indenting.
* Added support for adding libraries.Jack Jansen2000-11-266-3/+35
| | | | Added support for project-relative and absolute path names in the search path entries.
* Generate plugin projects automatically using mkcwproject. There are as of ↵Jack Jansen2000-11-261-0/+43
| | | | | | yet only three modules done (and one doesn't work:-), the rest TBD.
* Added MathLib and InterfaceLib. Added Python:Include so #include ↵Jack Jansen2000-11-191-4/+49
| | | | "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals.
* Close the project after building it, so that building umpteen projects ↵Jack Jansen2000-11-191-0/+1
| | | | doesn't keep all the projects open.
* Getting rid of 68K targets.Jack Jansen2000-11-1411-2150/+99
| | | | Started to rename projects to the de-facto standard .mcp extension.
* Added a note about removing preferences and .pyc files when you move the ↵Jack Jansen2000-11-141-9/+13
| | | | Python installation.
* No reason to keep "Run as Python" in binhex form anymore, just put the ↵Jack Jansen2000-11-101-0/+1
| | | | binary in the repository.
* Last CW Pro 5.3 projects.Jack Jansen2000-11-071-0/+0
|
* struct.pack has become picky about h (short) and H (unsigned short).Jack Jansen2000-10-222-2/+2
|
* Updated because developer option isn't distributed separately anymore.Jack Jansen2000-10-221-14/+2
|
* Removed, no longer pertinent.Jack Jansen2000-10-221-0/+0
|
* Final version used for 2.0 distribution.Jack Jansen2000-10-2233-17/+32
|
* more edits to make the text fit (jvr)Just van Rossum2000-10-201-5/+4
|
* oops, that one caused a syntax error... (jvr)Just van Rossum2000-10-201-1/+1
|
* edits to make the 2.0 copyright fit in the about box again... (jvr)Just van Rossum2000-10-201-8/+9
|
* Cleaned uthread dependencies (jvr)Just van Rossum2000-10-201-4/+8
|
* Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵Just van Rossum2000-10-201-22/+63
| | | | there (but is disabled), functionality is not there.
* fixed 2.0 compat bugJust van Rossum2000-10-201-1/+1
|
* Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ↵Jack Jansen2000-10-193-0/+23
| | | | window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
* Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.Jack Jansen2000-10-191-0/+1
|
* Ready for 2.0Jack Jansen2000-10-192-15/+18
|
* Oops, all the options were off-by-one. Reported by Tom Bridgman.Jack Jansen2000-10-191-0/+1
|
* Fixed balloon help for options. Sort-of reported by Russell Finn.Jack Jansen2000-10-194-31/+35
|
* Fixed balloon help for startup options. Reported by Russell Finn.Jack Jansen2000-10-191-9/+13
|
* Removed try/except TypeError around calling the ae handler function, it ↵Jack Jansen2000-10-191-8/+6
| | | | masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
* Oops, not only the Popt versions were wrong, the resources were also short.Jack Jansen2000-10-192-0/+0
|
* Different phrasing of keepconsole options, suggested by David Goodger.Jack Jansen2000-10-192-0/+0
|
* Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the ↵Jack Jansen2000-10-191-0/+2
| | | | same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit.
* Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. ↵Jack Jansen2000-10-191-4/+1
| | | | This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before).
* Updated Popt resources to current versionJack Jansen2000-10-182-0/+0
|
* Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵Jack Jansen2000-10-131-2/+5
| | | | has been on top of it.
* Added some of the new Numeric modules (which weren't rebuilt).Jack Jansen2000-10-131-0/+1
|
* If we're installing to another partition than the system partition offer to ↵Jack Jansen2000-10-132-1/+16
| | | | copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
* Updated with cmd-. fix and PythonCore copy option.Jack Jansen2000-10-131-3/+4
|
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-131-0/+2
|
* Vise archive templates used for 2.0c1Jack Jansen2000-10-121-0/+0
|
* Disribution templates used for 2.0c1Jack Jansen2000-10-122-30/+33
|
* Projects used for 2.0c1Jack Jansen2000-10-1231-18/+13
|
* Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ↵Jack Jansen2000-10-121-2/+6
| | | | Overridable with a class variable keepconsole.
* Added sha module, it's needed by the unicode stuff, it seems.Jack Jansen2000-10-121-0/+2
|
* Added a method KeepConsole so programs can override the Keep console open ↵Jack Jansen2000-10-121-0/+16
| | | | option.
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-121-16/+16
|
* Better exit handling.Jack Jansen2000-10-122-2/+1
|
* Updated for 2.0c1Jack Jansen2000-10-122-18/+22
|
* Python implementation of strptime().Jack Jansen2000-10-121-0/+250
|
* Extension to Findertools by Erik van Blokland. In Contrib because I don't ↵Jack Jansen2000-10-123-0/+797
| | | | have the time to merge it into findertools before the distribution.
* Readme and relnotes for intermediate 2.0b1+ release.Jack Jansen2000-09-242-6/+18
|
* Handle the ****/**** appleevent wildcard when called as a main program, so ↵Jack Jansen2000-09-241-1/+1
| | | | that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it).