Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more edits to make the text fit (jvr) | Just van Rossum | 2000-10-20 | 1 | -5/+4 |
| | |||||
* | oops, that one caused a syntax error... (jvr) | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
| | |||||
* | edits to make the 2.0 copyright fit in the about box again... (jvr) | Just van Rossum | 2000-10-20 | 1 | -8/+9 |
| | |||||
* | Cleaned uthread dependencies (jvr) | Just van Rossum | 2000-10-20 | 1 | -4/+8 |
| | |||||
* | Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵ | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
| | | | | there (but is disabled), functionality is not there. | ||||
* | fixed 2.0 compat bug | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
| | |||||
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ↵ | Jack Jansen | 2000-10-19 | 3 | -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 Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Ready for 2.0 | Jack Jansen | 2000-10-19 | 2 | -15/+18 |
| | |||||
* | Oops, all the options were off-by-one. Reported by Tom Bridgman. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Fixed balloon help for options. Sort-of reported by Russell Finn. | Jack Jansen | 2000-10-19 | 4 | -31/+35 |
| | |||||
* | Fixed balloon help for startup options. Reported by Russell Finn. | Jack Jansen | 2000-10-19 | 1 | -9/+13 |
| | |||||
* | Removed try/except TypeError around calling the ae handler function, it ↵ | Jack Jansen | 2000-10-19 | 1 | -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 Jansen | 2000-10-19 | 2 | -0/+0 |
| | |||||
* | Different phrasing of keepconsole options, suggested by David Goodger. | Jack Jansen | 2000-10-19 | 2 | -0/+0 |
| | |||||
* | Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the ↵ | Jack Jansen | 2000-10-19 | 1 | -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 Jansen | 2000-10-19 | 1 | -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 version | Jack Jansen | 2000-10-18 | 2 | -0/+0 |
| | |||||
* | Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵ | Jack Jansen | 2000-10-13 | 1 | -2/+5 |
| | | | | has been on top of it. | ||||
* | Added some of the new Numeric modules (which weren't rebuilt). | Jack Jansen | 2000-10-13 | 1 | -0/+1 |
| | |||||
* | If we're installing to another partition than the system partition offer to ↵ | Jack Jansen | 2000-10-13 | 2 | -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 Jansen | 2000-10-13 | 1 | -3/+4 |
| | |||||
* | Made options global (as PyMac_options) so macosmodule can access it. | Jack Jansen | 2000-10-13 | 1 | -0/+2 |
| | |||||
* | Vise archive templates used for 2.0c1 | Jack Jansen | 2000-10-12 | 1 | -0/+0 |
| | |||||
* | Disribution templates used for 2.0c1 | Jack Jansen | 2000-10-12 | 2 | -30/+33 |
| | |||||
* | Projects used for 2.0c1 | Jack Jansen | 2000-10-12 | 31 | -18/+13 |
| | |||||
* | Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ↵ | Jack Jansen | 2000-10-12 | 1 | -2/+6 |
| | | | | Overridable with a class variable keepconsole. | ||||
* | Added sha module, it's needed by the unicode stuff, it seems. | Jack Jansen | 2000-10-12 | 1 | -0/+2 |
| | |||||
* | Added a method KeepConsole so programs can override the Keep console open ↵ | Jack Jansen | 2000-10-12 | 1 | -0/+16 |
| | | | | option. | ||||
* | Made options global (as PyMac_options) so macosmodule can access it. | Jack Jansen | 2000-10-12 | 1 | -16/+16 |
| | |||||
* | Better exit handling. | Jack Jansen | 2000-10-12 | 2 | -2/+1 |
| | |||||
* | Updated for 2.0c1 | Jack Jansen | 2000-10-12 | 2 | -18/+22 |
| | |||||
* | Python implementation of strptime(). | Jack Jansen | 2000-10-12 | 1 | -0/+250 |
| | |||||
* | Extension to Findertools by Erik van Blokland. In Contrib because I don't ↵ | Jack Jansen | 2000-10-12 | 3 | -0/+797 |
| | | | | have the time to merge it into findertools before the distribution. | ||||
* | Readme and relnotes for intermediate 2.0b1+ release. | Jack Jansen | 2000-09-24 | 2 | -6/+18 |
| | |||||
* | Handle the ****/**** appleevent wildcard when called as a main program, so ↵ | Jack Jansen | 2000-09-24 | 1 | -1/+1 |
| | | | | that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it). | ||||
* | Added a workaround for shortcomings in the OSA support: there can be ↵ | Jack Jansen | 2000-09-24 | 2 | -5/+16 |
| | | | | class/property conflicts and passing classes as arguments doesn't work. The package now seems to work. | ||||
* | mkcwproject now works, but for one thing: the import of the XML document as ↵ | Jack Jansen | 2000-09-22 | 4 | -10/+16 |
| | | | | a project through AppleEvents. | ||||
* | Test files for mkcwproject | Jack Jansen | 2000-09-22 | 2 | -0/+223 |
| | |||||
* | More bits and pieces of project generation. | Jack Jansen | 2000-09-22 | 5 | -10/+119 |
| | |||||
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵ | Jack Jansen | 2000-09-22 | 8 | -46/+97 |
| | | | | Default is "unseen output". Upped the Popt version number. | ||||
* | Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy ↵ | Jack Jansen | 2000-09-22 | 4 | -0/+614 |
| | | | | visualiser and QuickTime to images. | ||||
* | Allow lists of files/fsspecs as the source for copy() and move(). By | Jack Jansen | 2000-09-22 | 1 | -2/+12 |
| | | | | Bill Bedford, slightly edited by me. | ||||
* | Various tweaks and bugfixes to GetArgv. It now appears good enough for ↵ | Jack Jansen | 2000-09-21 | 1 | -10/+10 |
| | | | | Distutils. | ||||
* | Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ↵ | Jack Jansen | 2000-09-19 | 2 | -4/+236 |
| | | | | create a unix-style sys.argv. | ||||
* | This will eventually evolve into a package that creates CodeWarrior projects ↵ | Jack Jansen | 2000-09-15 | 5 | -0/+845 |
| | | | | 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. | ||||
* | Read a QuickTime movie and return the frames. | Jack Jansen | 2000-09-15 | 1 | -0/+276 |
| | |||||
* | Added a note about gdbm. | Jack Jansen | 2000-09-14 | 1 | -1/+3 |
| | | | | Changed the stackless note. | ||||
* | Added a note about getting CarbonLib as a way to get a new ↵ | Jack Jansen | 2000-09-14 | 1 | -6/+13 |
| | | | | Appearance/NavServices. Added Luc Lefebvre to the thanks-list. | ||||
* | Fixes that should make it possible to run Python on machines without ↵ | Jack Jansen | 2000-09-14 | 1 | -0/+5 |
| | | | | NavServices installed. |