| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Install into /Applications/Python in stead of into /Applications. | Jack Jansen | 2002-07-31 | 1 | -8/+23 |
|
|
* | Install into /Applications/Python in stead of into /Applications. | Jack Jansen | 2002-07-31 | 1 | -3/+2 |
|
|
* | Implemented starting Python in a terminal window. The implementation isn't | Jack Jansen | 2002-07-31 | 5 | -6/+177 |
|
|
* | First stab at the launcher application. This will be run when the user | Jack Jansen | 2002-07-29 | 24 | -0/+1413 |
|
|
* | Added a __contains__ method. | Jack Jansen | 2002-07-26 | 1 | -0/+3 |
|
|
* | Fixed potential refcount problems with interned strings, adapted comments, ad... | Jack Jansen | 2002-07-22 | 1 | -6/+16 |
|
|
* | Finally found out why te cf project sometimes worked and someimes didn't. Fix... | Jack Jansen | 2002-07-22 | 1 | -1/+1 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 15 | -37/+37 |
|
|
* | fixed wrong classic MacOS pathname assumption | Just van Rossum | 2002-07-12 | 1 | -1/+1 |
|
|
* | minor fixes, removed obsolete warning | Just van Rossum | 2002-07-12 | 1 | -10/+3 |
|
|
* | Got rid of symlink target, and in stead have "make dontinstallmacsubtree" | Jack Jansen | 2002-07-08 | 1 | -8/+8 |
|
|
* | Define WITH_PYMALLOC as 1 | Jack Jansen | 2002-07-08 | 1 | -1/+1 |
|
|
* | - Got rid if WITH_CYCLE_GC | Jack Jansen | 2002-07-07 | 3 | -19/+6 |
|
|
* | Started on support for using standard setup.py to build at least | Jack Jansen | 2002-06-27 | 1 | -43/+66 |
|
|
* | Disabled non-carbon builds (for the moment still optional) and made | Jack Jansen | 2002-06-26 | 2 | -20/+27 |
|
|
* | Make the prototype match the declaration in the GUSI header files. | Jack Jansen | 2002-06-26 | 1 | -3/+3 |
|
|
* | Changed some prototypes to match the exact definition in some faraway Apple | Jack Jansen | 2002-06-26 | 2 | -4/+4 |
|
|
* | In plugin projects use (by default) the new mwerks_shcarbon_pch | Jack Jansen | 2002-06-26 | 1 | -1/+1 |
|
|
* | Close the project after generating it, so we don't keep a gazillion project | Jack Jansen | 2002-06-26 | 1 | -0/+1 |
|
|
* | - Got rid of non-carbon builds | Jack Jansen | 2002-06-26 | 5 | -0/+0 |
|
|
* | Turns out GetArgv() options can be 4-tuples too, with the last value being th... | Jack Jansen | 2002-06-26 | 1 | -3/+9 |
|
|
* | - Got rid of non-carbon stuff | Jack Jansen | 2002-06-23 | 12 | -181/+25 |
|
|
* | Patch #557719 by Tony Lownds, slightly massaged by me: streamline the | Jack Jansen | 2002-06-21 | 2 | -10/+27 |
|
|
* | - Got rid of newmodule.c | Jack Jansen | 2002-06-20 | 4 | -3/+1 |
|
|
* | Open the source file in universal newline mode. | Jack Jansen | 2002-06-20 | 1 | -1/+1 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 2 | -5/+0 |
|
|
* | Patch #568235: Add posix.setpgid. | Martin v. Löwis | 2002-06-13 | 1 | -0/+3 |
|
|
* | - Better commandline interface to BuildApplet, complete with options, | Jack Jansen | 2002-06-09 | 3 | -49/+159 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 1 | -0/+3 |
|
|
* | fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). | Just van Rossum | 2002-06-05 | 2 | -2/+9 |
|
|
* | Allow the shared library initialization routine to be overridden with an init... | Jack Jansen | 2002-05-23 | 4 | -5/+10 |
|
|
* | Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read | Jack Jansen | 2002-05-23 | 1 | -3/+14 |
|
|
* | Regenerated from new Universal Headers. | Jack Jansen | 2002-05-22 | 16 | -261/+717 |
|
|
* | Allow the script to have not only a TEXT filetype but also a null filetype (t... | Jack Jansen | 2002-05-22 | 1 | -1/+3 |
|
|
* | Replaced lots of PyMem_DEL() calls with PyObject_DEL(). | Jack Jansen | 2002-05-22 | 9 | -16/+16 |
|
|
* | Enable WITH_PYMALLOC. | Jack Jansen | 2002-05-22 | 1 | -1/+1 |
|
|
* | Added 2 more addresses to send release notifications to. | Jack Jansen | 2002-05-22 | 1 | -0/+2 |
|
|
* | Added typechecking to the individual python->CF converters, so we can use the... | Jack Jansen | 2002-05-13 | 1 | -2/+16 |
|
|
* | Added CFPreferences support. Added these as functions, not methods, which see... | Jack Jansen | 2002-05-13 | 3 | -3/+372 |
|
|
* | - Better exception when a NULL CF object is encountered. | Jack Jansen | 2002-05-12 | 3 | -16/+168 |
|
|
* | - Get data from CFData objects as Python strings and vv. | Jack Jansen | 2002-05-10 | 2 | -1/+34 |
|
|
* | Fixed string and dict conversion, and implemented booleans and numbers (int a... | Jack Jansen | 2002-05-08 | 1 | -14/+49 |
|
|
* | Partial fix for string handling. Null byte TBD. | Jack Jansen | 2002-05-08 | 1 | -2/+4 |
|
|
* | More support for bridging between Python and CoreFoundation objects. Still un... | Jack Jansen | 2002-05-07 | 3 | -6/+131 |
|
|
* | Added pycfbridge.c | Jack Jansen | 2002-05-07 | 1 | -0/+0 |
|
|
* | Added enumobject.c | Jack Jansen | 2002-05-07 | 2 | -0/+0 |
|
|
* | Fixed a mistake on my part when regenerating: removed a bogus import of Appls... | Jack Jansen | 2002-05-07 | 1 | -2/+0 |
|
|
* | First steps towards a generalized converter of Python object | Jack Jansen | 2002-05-05 | 2 | -0/+217 |
|
|
* | Regenerated. | Jack Jansen | 2002-04-24 | 1 | -4/+4 |
|
|
* | Regenerated. | Jack Jansen | 2002-04-23 | 20 | -47/+47 |
|
|