Jack Jansen
|
8413b47ba7
|
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
|
2000-10-19 22:02:16 +00:00 |
Jack Jansen
|
f1a0a4be63
|
Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.
|
2000-10-19 22:00:01 +00:00 |
Jack Jansen
|
538bd13911
|
Ready for 2.0
|
2000-10-19 21:58:27 +00:00 |
Jack Jansen
|
3e3eb3e822
|
Oops, all the options were off-by-one. Reported by Tom Bridgman.
|
2000-10-19 21:50:54 +00:00 |
Jack Jansen
|
635a044b87
|
Fixed balloon help for options. Sort-of reported by Russell Finn.
|
2000-10-19 21:22:46 +00:00 |
Jack Jansen
|
b8bb3fe410
|
Fixed balloon help for startup options. Reported by Russell Finn.
|
2000-10-19 21:22:20 +00:00 |
Jack Jansen
|
62e3843ca7
|
Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
|
2000-10-19 20:49:12 +00:00 |
Jack Jansen
|
136815d939
|
Oops, not only the Popt versions were wrong, the resources were also short.
|
2000-10-19 20:34:14 +00:00 |
Jack Jansen
|
9ec8c0600a
|
Different phrasing of keepconsole options, suggested by David Goodger.
|
2000-10-19 20:33:41 +00:00 |
Jack Jansen
|
749023695e
|
Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the 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.
|
2000-10-19 20:32:35 +00:00 |
Jack Jansen
|
fd9925af56
|
Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. 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).
|
2000-10-19 20:31:51 +00:00 |
Jack Jansen
|
7941036c4b
|
Updated Popt resources to current version
|
2000-10-18 09:13:45 +00:00 |
Jack Jansen
|
ab49e88116
|
Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.
|
2000-10-13 23:35:04 +00:00 |
Jack Jansen
|
8c94d5eb0e
|
Added some of the new Numeric modules (which weren't rebuilt).
|
2000-10-13 23:34:06 +00:00 |
Jack Jansen
|
52b5b0221f
|
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
|
2000-10-13 23:33:34 +00:00 |
Jack Jansen
|
31e7c9c6d6
|
Updated with cmd-. fix and PythonCore copy option.
|
2000-10-13 23:32:44 +00:00 |
Jack Jansen
|
d5fd45ffa5
|
Made options global (as PyMac_options) so macosmodule can access it.
|
2000-10-13 19:44:40 +00:00 |
Jack Jansen
|
1ea894949f
|
Vise archive templates used for 2.0c1
|
2000-10-12 21:45:05 +00:00 |
Jack Jansen
|
2a92f0b541
|
Disribution templates used for 2.0c1
|
2000-10-12 21:44:06 +00:00 |
Jack Jansen
|
3714516a8f
|
Projects used for 2.0c1
|
2000-10-12 21:42:51 +00:00 |
Jack Jansen
|
f2bd9ee357
|
Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole.
|
2000-10-12 21:25:37 +00:00 |
Jack Jansen
|
6433fdf1fe
|
Added sha module, it's needed by the unicode stuff, it seems.
|
2000-10-12 21:24:24 +00:00 |
Jack Jansen
|
b19c667d94
|
Added a method KeepConsole so programs can override the Keep console open option.
|
2000-10-12 21:24:05 +00:00 |
Jack Jansen
|
dc86f9ebf9
|
Made options global (as PyMac_options) so macosmodule can access it.
|
2000-10-12 21:23:19 +00:00 |
Jack Jansen
|
6ab2cb6696
|
Better exit handling.
|
2000-10-12 21:22:26 +00:00 |
Jack Jansen
|
de51909d19
|
Updated for 2.0c1
|
2000-10-12 21:21:43 +00:00 |
Jack Jansen
|
816cf9d1b4
|
Python implementation of strptime().
|
2000-10-12 21:20:41 +00:00 |
Jack Jansen
|
14126df562
|
Extension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution.
|
2000-10-12 21:20:11 +00:00 |
Jack Jansen
|
46e13027a8
|
Readme and relnotes for intermediate 2.0b1+ release.
|
2000-09-24 22:01:53 +00:00 |
Jack Jansen
|
55a0bde290
|
Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it).
|
2000-09-24 22:00:11 +00:00 |
Jack Jansen
|
486f138224
|
Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work.
|
2000-09-24 21:56:43 +00:00 |
Jack Jansen
|
4a751580ca
|
mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents.
|
2000-09-22 23:54:07 +00:00 |
Jack Jansen
|
9a8df7db6b
|
Test files for mkcwproject
|
2000-09-22 23:28:40 +00:00 |
Jack Jansen
|
07642c3689
|
More bits and pieces of project generation.
|
2000-09-22 23:26:55 +00:00 |
Jack Jansen
|
4a5eb967b8
|
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number.
|
2000-09-22 21:50:11 +00:00 |
Jack Jansen
|
d35509a82d
|
Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy visualiser and QuickTime to images.
|
2000-09-22 12:46:19 +00:00 |
Jack Jansen
|
fdd2269fcc
|
Allow lists of files/fsspecs as the source for copy() and move(). By
Bill Bedford, slightly edited by me.
|
2000-09-22 12:17:14 +00:00 |
Jack Jansen
|
0bb0a90b20
|
Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils.
|
2000-09-21 22:01:08 +00:00 |
Jack Jansen
|
f86eda5d19
|
Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv.
|
2000-09-19 22:42:38 +00:00 |
Jack Jansen
|
76167fecc1
|
This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all.
|
2000-09-15 22:44:08 +00:00 |
Jack Jansen
|
a647f577f0
|
Read a QuickTime movie and return the frames.
|
2000-09-15 13:43:46 +00:00 |
Jack Jansen
|
2d017ec9fb
|
Added a note about gdbm.
Changed the stackless note.
|
2000-09-14 21:02:22 +00:00 |
Jack Jansen
|
965226bb36
|
Added a note about getting CarbonLib as a way to get a new Appearance/NavServices. Added Luc Lefebvre to the thanks-list.
|
2000-09-14 20:58:24 +00:00 |
Jack Jansen
|
04b85498b8
|
Fixes that should make it possible to run Python on machines without NavServices installed.
|
2000-09-14 20:47:00 +00:00 |
Jack Jansen
|
5c204ae15f
|
Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled.
|
2000-09-14 20:46:19 +00:00 |
Jack Jansen
|
b15491ef14
|
Removed exceptions from the required modules (it's builtin nowadays)
Added _winreg to the non-required modules.
|
2000-09-14 13:36:06 +00:00 |
Jack Jansen
|
2cecd4115c
|
Added Qdoffs and (optionally) icglue modules.
|
2000-09-14 13:34:20 +00:00 |
Jack Jansen
|
68f9d95c10
|
Added USE_IC and USE_PYEXPAT
|
2000-09-14 13:33:01 +00:00 |
Jack Jansen
|
a5fa1ff8f6
|
Not relevant anymore, as pyexpat has moved to another maintainer.
|
2000-09-13 19:59:49 +00:00 |
Jack Jansen
|
ea7ce10800
|
Include Numerical header files in developer distribution.
|
2000-09-13 19:58:40 +00:00 |