| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 3 | -491/+0 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 2 | -2/+2 |
|
|
* | Merged revisions 56483-56491 via svnmerge from | Martin v. Löwis | 2007-07-22 | 1 | -5/+4 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -55/+54 |
|
|
* | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 1 | -24/+16 |
|
|
* | PyDoc_STR is always defined nowadays (and has been for quite some time:-) | Jack Jansen | 2003-11-19 | 1 | -3/+0 |
|
|
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 2 | -8/+0 |
|
|
* | Converted manually written code to the new K format specifier. | Jack Jansen | 2003-04-17 | 1 | -1/+1 |
|
|
* | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 1 | -2/+0 |
|
|
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 2 | -121/+4 |
|
|
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 1 | -1/+1 |
|
|
* | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 1 | -1/+1 |
|
|
* | Define PyDoc_STR if it isn't defined. This makes these modules compile | Jack Jansen | 2002-11-18 | 2 | -0/+6 |
|
|
* | Fixed the bugs in the constant definitions, and in the code to test | Jack Jansen | 2002-08-15 | 1 | -2/+2 |
|
|
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
|
|
* | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -5/+1 |
|
|
* | Replaced lots of PyMem_DEL() calls with PyObject_DEL(). | Jack Jansen | 2002-05-22 | 1 | -1/+1 |
|
|
* | Added support for the Carbon scrap manager (finally). | Jack Jansen | 2001-12-31 | 3 | -75/+314 |
|
|
* | Renamed. | Jack Jansen | 2001-08-23 | 1 | -260/+0 |
|
|
* | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 1 | -0/+260 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
|
|
* | Removed some unused routines under Carbon. They caused compile errors with UH34. | Jack Jansen | 2001-06-20 | 1 | -0/+3 |
|
|
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 2 | -1/+9 |
|
|
* | Got ZeroScrap() and PutScrap() to work under Carbon. | Jack Jansen | 2001-01-29 | 1 | -10/+21 |
|
|
* | Regenerated (and manually massaged for PutScrap) so it can be byuilt both for... | Jack Jansen | 2001-01-24 | 3 | -57/+148 |
|
|
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 1 | -5/+0 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -32/+3 |
|
|
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 1 | -1/+1 |
|
|
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -2/+4 |
|
|
* | Interface to the scrap manager | Jack Jansen | 1996-04-12 | 3 | -0/+308 |
|
|