Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fixes that should make it possible to run Python on machines without ↵ | Jack Jansen | 2000-09-14 | 3 | -0/+0 |
| | | | | NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled. | ||||
* | Removed exceptions from the required modules (it's builtin nowadays) | Jack Jansen | 2000-09-14 | 1 | -2/+2 |
| | | | | Added _winreg to the non-required modules. | ||||
* | Added Qdoffs and (optionally) icglue modules. | Jack Jansen | 2000-09-14 | 1 | -0/+8 |
| | |||||
* | Added USE_IC and USE_PYEXPAT | Jack Jansen | 2000-09-14 | 1 | -0/+2 |
| | |||||
* | Not relevant anymore, as pyexpat has moved to another maintainer. | Jack Jansen | 2000-09-13 | 2 | -53/+0 |
| | |||||
* | Include Numerical header files in developer distribution. | Jack Jansen | 2000-09-13 | 1 | -6/+19 |
| | |||||
* | Added a note that multiple threads breaks command-. | Jack Jansen | 2000-09-12 | 1 | -0/+2 |
| | |||||
* | Moved to Unsupported. | Jack Jansen | 2000-09-12 | 10 | -0/+18 |
| | |||||
* | Upped SIZE to 16MB so IDE can run test.autotest (sigh). | Jack Jansen | 2000-09-11 | 1 | -0/+0 |
| | |||||
* | Final tweaks for 2.0b1 | Jack Jansen | 2000-09-11 | 34 | -8/+42 |
| | |||||
* | This shouldn't have been here in the first place. | Jack Jansen | 2000-09-10 | 1 | -241/+0 |
| | |||||
* | Release notes for 2.0b1. It is not much, but I can't find all the info back:-( | Jack Jansen | 2000-09-10 | 1 | -11/+14 |
| | |||||
* | Don't include various of the Lib:plat-* folders. | Jack Jansen | 2000-09-10 | 1 | -4/+17 |
| | |||||
* | The logic for finding long matches before short ones was wrong (why did I ↵ | Jack Jansen | 2000-09-10 | 1 | -7/+7 |
| | | | | never notice this??!?), fixed. | ||||
* | Updated for 2.0b1 | Jack Jansen | 2000-09-10 | 5 | -148/+126 |
| | |||||
* | First attempt at a 2.0b1 installer | Jack Jansen | 2000-09-08 | 1 | -0/+0 |
| | |||||
* | Updated for .0b1 distribution | Jack Jansen | 2000-09-08 | 3 | -86/+113 |
| | |||||
* | Some of the types are signed 8 bit ints. Fixed. | Jack Jansen | 2000-09-08 | 2 | -10/+10 |
| | |||||
* | PyOS_CheckStack now understands multiple threads. Other threads are not ↵ | Jack Jansen | 2000-09-08 | 1 | -2/+14 |
| | | | | stack-checked, but at least they don't appear to always be out of stack. | ||||
* | Removed 68K support. | Jack Jansen | 2000-09-08 | 35 | -0/+8 |
| | | | | Getting ready for 2.0b1 release. | ||||
* | Got rid of Py_FatalError calls. | Jack Jansen | 2000-09-08 | 5 | -12/+6 |
| | |||||
* | Use same short banner message as unix/win Python. | Jack Jansen | 2000-09-08 | 1 | -3/+7 |
| | |||||
* | Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. | Jack Jansen | 2000-09-08 | 1 | -1/+4 |
| | |||||
* | Removed 68k support, added pyexpat, adapted for new NumPy. | Jack Jansen | 2000-09-08 | 2 | -2/+2 |
| | |||||
* | How-to document for using Python for CGI scripting. Not complete and ↵ | Jack Jansen | 2000-08-25 | 1 | -0/+53 |
| | | | | untested, but I'm checking it in so it won't get lost. | ||||
* | Last set of CW Pro 5 projects (probably) | Jack Jansen | 2000-08-25 | 31 | -15/+41 |
| | |||||
* | Include xx project, exclude all the others. | Jack Jansen | 2000-08-25 | 1 | -67/+67 |
| | |||||
* | Added prototype for DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 1 | -0/+1 |
| | |||||
* | Added routine DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 3 | -2/+43 |
| | | | | | GetDialogWindow() returns an existing window. Added a comment that the methodchain Dialogs->Windows is suspect under Carbon/MacOSX, but we need it under Carbon. No solution yet:-( | ||||
* | Added a prototype for mstats(). | Jack Jansen | 2000-08-25 | 1 | -0/+2 |
| | |||||
* | Window objects now also have an AutoDispose funcpointer (set for our ↵ | Jack Jansen | 2000-08-25 | 3 | -23/+61 |
| | | | | | | windows, cleared for foreign windows). Needed mainly for Carbon (where we don't know about the windows belonging to our dialogs). Fixed a few calls that return an ExistingWindow. | ||||
* | Call GetDialogWindow to convert dialogs to windows. | Jack Jansen | 2000-08-25 | 1 | -6/+6 |
| | |||||
* | HMGetBalloonWindow should try to return an existing window. | Jack Jansen | 2000-08-25 | 2 | -1/+3 |
| | |||||
* | - Added pyexpat. | Jack Jansen | 2000-08-25 | 1 | -3/+9 |
| | | | | - Renamed socket to _socket. |