summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/waste/wastesupport.py
Commit message (Expand)AuthorAgeFilesLines
* Merge the rest of the trunk.Thomas Wouters2006-06-081-444/+0
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-221/+220
* PyDoc_STR is always defined nowadays (and has been for quite some time:-)Jack Jansen2003-11-191-3/+0
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-16/+34
* Get rid of support for Universal Headers older than 3.4 and various otherJack Jansen2002-12-131-7/+3
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-2/+2
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-2/+2
* Define PyDoc_STR if it isn't defined. This makes these modules compileJack Jansen2002-11-181-0/+3
* Got rid of staticforward.Jack Jansen2002-08-051-2/+2
* - Updated to Waste 2.0.Jack Jansen2002-01-111-0/+4
* Added a const to shut up a compiler warning.Jack Jansen2001-06-201-1/+1
* Some of the types are signed 8 bit ints. Fixed.Jack Jansen2000-09-081-2/+2
* Got rid of Py_FatalError calls.Jack Jansen2000-09-081-1/+1
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-071-2/+2
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-1/+1
* Added WEGetTabSize and WESetTabSize, at Just's requestJack Jansen1998-03-021-0/+6
* Added #include <WETabs.h>, which had somehow gone missingJack Jansen1997-08-271-0/+10
* Added support for tab hooksJack Jansen1996-10-231-0/+8
* Fixed bug in object-handler install arg handlingJack Jansen1996-10-011-1/+1
* Upgraded to Waste 1.2fJack Jansen1996-08-061-0/+1
* Fixed callback handling on 68K machines.Jack Jansen1996-05-201-8/+11
* Added support for callbacks (for embedded objects)Jack Jansen1996-05-071-2/+214
* Made style and soup handles optionalJack Jansen1996-04-231-4/+5
* An interface to WASTE, an all-singing-all-dancing TextEdit replacementJack Jansen1996-04-161-0/+186