summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy visual...Jack Jansen2000-09-224-0/+614
* Allow lists of files/fsspecs as the source for copy() and move(). ByJack Jansen2000-09-221-2/+12
* Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut...Jack Jansen2000-09-211-10/+10
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ...Jack Jansen2000-09-192-4/+236
* This will eventually evolve into a package that creates CodeWarrior projects ...Jack Jansen2000-09-155-0/+845
* Read a QuickTime movie and return the frames.Jack Jansen2000-09-151-0/+276
* Added a note about gdbm.Jack Jansen2000-09-141-1/+3
* Added a note about getting CarbonLib as a way to get a new Appearance/NavServ...Jack Jansen2000-09-141-6/+13
* Fixes that should make it possible to run Python on machines without NavServi...Jack Jansen2000-09-141-0/+5
* Fixes that should make it possible to run Python on machines without NavServi...Jack Jansen2000-09-143-0/+0
* Removed exceptions from the required modules (it's builtin nowadays)Jack Jansen2000-09-141-2/+2
* Added Qdoffs and (optionally) icglue modules.Jack Jansen2000-09-141-0/+8
* Added USE_IC and USE_PYEXPATJack Jansen2000-09-141-0/+2
* Not relevant anymore, as pyexpat has moved to another maintainer.Jack Jansen2000-09-132-53/+0
* Include Numerical header files in developer distribution.Jack Jansen2000-09-131-6/+19
* Added a note that multiple threads breaks command-.Jack Jansen2000-09-121-0/+2
* Moved to Unsupported.Jack Jansen2000-09-1210-0/+18
* Upped SIZE to 16MB so IDE can run test.autotest (sigh).Jack Jansen2000-09-111-0/+0
* Final tweaks for 2.0b1Jack Jansen2000-09-1134-8/+42
* This shouldn't have been here in the first place.Jack Jansen2000-09-101-241/+0
* Release notes for 2.0b1. It is not much, but I can't find all the info back:-(Jack Jansen2000-09-101-11/+14
* Don't include various of the Lib:plat-* folders.Jack Jansen2000-09-101-4/+17
* The logic for finding long matches before short ones was wrong (why did I nev...Jack Jansen2000-09-101-7/+7
* Updated for 2.0b1Jack Jansen2000-09-105-148/+126
* First attempt at a 2.0b1 installerJack Jansen2000-09-081-0/+0
* Updated for .0b1 distributionJack Jansen2000-09-083-86/+113
* Some of the types are signed 8 bit ints. Fixed.Jack Jansen2000-09-082-10/+10
* PyOS_CheckStack now understands multiple threads. Other threads are not stack...Jack Jansen2000-09-081-2/+14
* Removed 68K support.Jack Jansen2000-09-0835-0/+8
* Got rid of Py_FatalError calls.Jack Jansen2000-09-085-12/+6
* Use same short banner message as unix/win Python.Jack Jansen2000-09-081-3/+7
* Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.Jack Jansen2000-09-081-1/+4
* Removed 68k support, added pyexpat, adapted for new NumPy.Jack Jansen2000-09-082-2/+2
* How-to document for using Python for CGI scripting. Not complete and untested...Jack Jansen2000-08-251-0/+53
* Last set of CW Pro 5 projects (probably)Jack Jansen2000-08-2531-15/+41
* Include xx project, exclude all the others.Jack Jansen2000-08-251-67/+67
* Added prototype for DlgObj_ConvertToWindow().Jack Jansen2000-08-251-0/+1
* Added routine DlgObj_ConvertToWindow().Jack Jansen2000-08-253-2/+43
* Added a prototype for mstats().Jack Jansen2000-08-251-0/+2
* Window objects now also have an AutoDispose funcpointer (set for our windows,...Jack Jansen2000-08-253-23/+61
* Call GetDialogWindow to convert dialogs to windows.Jack Jansen2000-08-251-6/+6
* HMGetBalloonWindow should try to return an existing window.Jack Jansen2000-08-252-1/+3
* - Added pyexpat.Jack Jansen2000-08-251-3/+9
* Don't use our own malloc any more. It made test_longexp crash due to its opti...Jack Jansen2000-08-256-7/+36
* Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2.Jack Jansen2000-08-251-0/+2
* Removed debug output.Jack Jansen2000-08-251-3/+0
* Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep...Jack Jansen2000-08-251-3/+6
* Regenerated to take advantage of support for multiple names for a single prop...Jack Jansen2000-08-2210-105/+37
* Only output the code to alias properties if the names aren't the same.Jack Jansen2000-08-221-0/+2
* - identify() enum names.Jack Jansen2000-08-201-2/+3