| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate plugin projects automatically using mkcwproject. There are as of yet... | Jack Jansen | 2000-11-26 | 1 | -0/+43 |
|
|
* | Added MathLib and InterfaceLib. Added Python:Include so #include "package/fil... | Jack Jansen | 2000-11-19 | 1 | -4/+49 |
|
|
* | Close the project after building it, so that building umpteen projects doesn'... | Jack Jansen | 2000-11-19 | 1 | -0/+1 |
|
|
* | Getting rid of 68K targets. | Jack Jansen | 2000-11-14 | 11 | -2150/+99 |
|
|
* | Added a note about removing preferences and .pyc files when you move the Pyth... | Jack Jansen | 2000-11-14 | 1 | -9/+13 |
|
|
* | No reason to keep "Run as Python" in binhex form anymore, just put the binary... | Jack Jansen | 2000-11-10 | 1 | -0/+1 |
|
|
* | Last CW Pro 5.3 projects. | Jack Jansen | 2000-11-07 | 1 | -0/+0 |
|
|
* | struct.pack has become picky about h (short) and H (unsigned short). | Jack Jansen | 2000-10-22 | 2 | -2/+2 |
|
|
* | Updated because developer option isn't distributed separately anymore. | Jack Jansen | 2000-10-22 | 1 | -14/+2 |
|
|
* | Removed, no longer pertinent. | Jack Jansen | 2000-10-22 | 1 | -0/+0 |
|
|
* | Final version used for 2.0 distribution. | Jack Jansen | 2000-10-22 | 33 | -17/+32 |
|
|
* | 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 there... | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
|
|
* | 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 |
|
|
* | 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 masks... | Jack Jansen | 2000-10-19 | 1 | -8/+6 |
|
|
* | 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 s... | Jack Jansen | 2000-10-19 | 1 | -0/+2 |
|
|
* | Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. Thi... | Jack Jansen | 2000-10-19 | 1 | -4/+1 |
|
|
* | 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 h... | Jack Jansen | 2000-10-13 | 1 | -2/+5 |
|
|
* | 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 c... | Jack Jansen | 2000-10-13 | 2 | -1/+16 |
|
|
* | 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 |
|
|
* | 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 opt... | Jack Jansen | 2000-10-12 | 1 | -0/+16 |
|
|
* | 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 hav... | Jack Jansen | 2000-10-12 | 3 | -0/+797 |
|
|
* | 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 th... | Jack Jansen | 2000-09-24 | 1 | -1/+1 |
|
|
* | Added a workaround for shortcomings in the OSA support: there can be class/pr... | Jack Jansen | 2000-09-24 | 2 | -5/+16 |
|
|
* | mkcwproject now works, but for one thing: the import of the XML document as ... | Jack Jansen | 2000-09-22 | 4 | -10/+16 |
|
|
* | Test files for mkcwproject | Jack Jansen | 2000-09-22 | 2 | -0/+223 |
|
|