Jack Jansen
|
2e42bddbe9
|
Added a note about removing preferences and .pyc files when you move the Python installation.
|
2000-11-14 20:37:37 +00:00 |
Jack Jansen
|
8063cbf42b
|
No reason to keep "Run as Python" in binhex form anymore, just put the binary in the repository.
|
2000-11-10 22:38:31 +00:00 |
Jack Jansen
|
704925c774
|
Last CW Pro 5.3 projects.
|
2000-11-07 21:07:33 +00:00 |
Jack Jansen
|
185f42d917
|
struct.pack has become picky about h (short) and H (unsigned short).
|
2000-10-22 21:59:23 +00:00 |
Jack Jansen
|
339ecc61f8
|
Updated because developer option isn't distributed separately anymore.
|
2000-10-22 21:57:12 +00:00 |
Jack Jansen
|
5c35f5aeee
|
Removed, no longer pertinent.
|
2000-10-22 21:55:03 +00:00 |
Jack Jansen
|
87f204ad77
|
Final version used for 2.0 distribution.
|
2000-10-22 21:54:33 +00:00 |
Just van Rossum
|
ff88e460aa
|
more edits to make the text fit (jvr)
|
2000-10-20 07:49:00 +00:00 |
Just van Rossum
|
17f944b6f3
|
oops, that one caused a syntax error... (jvr)
|
2000-10-20 07:40:30 +00:00 |
Just van Rossum
|
c924661508
|
edits to make the 2.0 copyright fit in the about box again... (jvr)
|
2000-10-20 07:35:33 +00:00 |
Just van Rossum
|
a1a335641b
|
Cleaned uthread dependencies (jvr)
|
2000-10-20 06:37:11 +00:00 |
Just van Rossum
|
0f2fd16d15
|
Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there.
|
2000-10-20 06:36:30 +00:00 |
Just van Rossum
|
6508c7c7e8
|
fixed 2.0 compat bug
|
2000-10-20 06:34:57 +00:00 |
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 |