| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 3 | -3192/+0 |
|
|
* | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 1 | -204/+206 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -351/+350 |
|
|
* | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 2 | -12/+4 |
|
|
* | PyDoc_STR is always defined nowadays (and has been for quite some time:-) | Jack Jansen | 2003-11-19 | 1 | -3/+0 |
|
|
* | WASTEconst.py goes one level above the toolbox directory. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|
* | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 2 | -34/+72 |
|
|
* | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 1 | -2/+2 |
|
|
* | Get rid of support for Universal Headers older than 3.4 and various other | Jack Jansen | 2002-12-13 | 2 | -14/+6 |
|
|
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 2 | -28/+86 |
|
|
* | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 2 | -22/+42 |
|
|
* | Define PyDoc_STR if it isn't defined. This makes these modules compile | Jack Jansen | 2002-11-18 | 3 | -1/+7 |
|
|
* | Added PyDoc_STR's. | Jack Jansen | 2002-08-22 | 1 | -112/+112 |
|
|
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
|
|
* | Fixed the last two bgen-based modules to be buildable on OSX. | Jack Jansen | 2002-08-05 | 1 | -4/+5 |
|
|
* | Got rid of staticforward. | Jack Jansen | 2002-08-05 | 1 | -2/+2 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -2/+2 |
|
|
* | Regenerated. | Jack Jansen | 2002-04-23 | 1 | -2/+2 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-24 | 1 | -0/+18 |
|
|
* | - Updated to Waste 2.0. | Jack Jansen | 2002-01-11 | 3 | -497/+936 |
|
|
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+4 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -6/+2 |
|
|
* | A few more gcc warnings bite the dust. | Jack Jansen | 2001-09-05 | 1 | -3/+14 |
|
|
* | Added a const to shut up a compiler warning. | Jack Jansen | 2001-06-20 | 2 | -2/+2 |
|
|
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 1 | -304/+104 |
|
|
* | Quick (manual) fix to make the module compile with Waste 2.0. TBD later. | Jack Jansen | 2001-01-24 | 1 | -1/+1 |
|
|
* | Some of the types are signed 8 bit ints. Fixed. | Jack Jansen | 2000-09-08 | 2 | -10/+10 |
|
|
* | Got rid of Py_FatalError calls. | Jack Jansen | 2000-09-08 | 1 | -1/+1 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -41/+31 |
|
|
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi... | Jack Jansen | 2000-07-07 | 1 | -2/+2 |
|
|
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 2 | -2/+2 |
|
|
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -2/+4 |
|
|
* | Added WEGetTabSize and WESetTabSize, at Just's request | Jack Jansen | 1998-03-02 | 2 | -0/+42 |
|
|
* | Updated for Waste 1.3 | Jack Jansen | 1998-02-20 | 2 | -23/+287 |
|
|
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -1/+9 |
|
|
* | Added #include <WETabs.h>, which had somehow gone missing | Jack Jansen | 1997-08-27 | 3 | -4/+20 |
|
|
* | Added support for tab hooks | Jack Jansen | 1996-10-23 | 2 | -0/+59 |
|
|
* | Fixed object-handler-install bug | Jack Jansen | 1996-10-01 | 1 | -1/+1 |
|
|
* | Fixed bug in object-handler install arg handling | Jack Jansen | 1996-10-01 | 1 | -1/+1 |
|
|
* | Upgraded to Waste 1.2f | Jack Jansen | 1996-08-06 | 3 | -98/+114 |
|
|
* | Fixed callback handling on 68K machines. | Jack Jansen | 1996-05-20 | 2 | -16/+22 |
|
|
* | Added support for callbacks (for embedded objects) | Jack Jansen | 1996-05-07 | 3 | -4/+453 |
|
|
* | Made style and soup handles optional | Jack Jansen | 1996-04-23 | 3 | -17/+27 |
|
|
* | An interface to WASTE, an all-singing-all-dancing TextEdit replacement | Jack Jansen | 1996-04-16 | 3 | -0/+1955 |
|
|