summaryrefslogtreecommitdiffstats
path: root/Tools/bgen
Commit message (Expand)AuthorAgeFilesLines
* Updated the doc strings to refer to PyArg_Parse and Py_BuildValue in steadJack Jansen2003-01-241-4/+7
* Sigh, due to sloppiness on my part bgen has become pretty mixed up wrt. tabsJack Jansen2003-01-1913-2168/+2168
* Oops, old-style types don't have a tp_free slot. Call PyObject_FreeJack Jansen2002-12-231-2/+6
* Always use self->ob_type->tp_free when freeing an object.Jack Jansen2002-12-191-1/+1
* Always output an inheritance-aware version of the xxxx_Check() macro. AlsoJack Jansen2002-12-191-5/+1
* Added an optional longname argument to Module, which gives the full,Jack Jansen2002-12-171-2/+7
* Fixed typo.Jack Jansen2002-12-051-1/+1
* Added PEP253 support.Jack Jansen2002-12-031-11/+114
* Fixed two silly bugs in the PEP252 support code, added an assertJack Jansen2002-11-281-3/+10
* Added a class PEP252Mixin. By adding this to your ObjectDefinition youJack Jansen2002-11-251-2/+127
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-113-23/+19
* Moved CoreFoundation type support to bgen/macsupport.Jack Jansen2002-08-221-0/+11
* iUse PyDoc_STR() around docstrings.Jack Jansen2002-08-161-1/+1
* Be a lot less verbose by default.Jack Jansen2002-08-052-6/+7
* Fixed to run better in unix-Python, and to cater for bgenlocationsJack Jansen2002-08-051-3/+7
* Moved bgenlocations to the Mac/Lib directory. Not perfect, but better thanJack Jansen2002-08-051-13/+0
* Specify pathnames in a way that works on both OS9 and OSX.Jack Jansen2002-08-041-3/+3
* Use universal newline input when scanning header files.Jack Jansen2002-08-041-3/+3
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* escape 8-bit chars when generating .py files. fixes bug #566302Just van Rossum2002-06-091-1/+16
* Converted to use re in stead of regex and regsub (finally:-).Jack Jansen2002-04-231-54/+65
* Oops: we used PyMem_DEL() to clean up objects, and that's a problem sinceJack Jansen2002-04-191-1/+1
* - Added support for inherent pointer types (typedefs of arrays)Jack Jansen2002-04-121-0/+34
* Give type name when complaining about using input-only type for outputJack Jansen2002-04-121-2/+2
* Some structures should be passed to Py_BuildValue by reference, not by value,Jack Jansen2002-03-182-2/+10
* Added some support for Uicode arguments. Still leaves something to be desired...Jack Jansen2002-01-013-1/+23
* Updated to current pathnames.Jack Jansen2002-01-011-3/+3
* Small change to allow for generation of QuickTime module for Windows.Jack Jansen2001-12-181-0/+4
* OSX tweak: recognize both EXTERN_API_C and EXTERN_API declarations.Just van Rossum2001-12-121-2/+2
* The module generator now tells its object generators about the module name (t...Jack Jansen2001-12-092-1/+9
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+2
* Don't initialize tp_type statically, it won't work on Windows. SpottedJack Jansen2001-11-141-1/+1
* Don't override asplit_pat in Scanner_UH3. No reason to do so, and it brokeJack Jansen2001-10-301-1/+0
* Only output the buffer size error label if it is used.Jack Jansen2001-09-052-3/+7
* Don't use a default "int" return type, gcc gives a warning about it.Jack Jansen2001-09-041-1/+1
* Fixes by Thomas Heller:Jack Jansen2001-08-275-12/+13
* Oops, left in a debug statement. It's gone now.Jack Jansen2001-07-171-1/+0
* Allow [] after a parameter name. We currently take this to be the same as * i...Jack Jansen2001-07-131-13/+7
* Added WeakLink...Generator classes (should have done that ages ago). These ch...Jack Jansen2001-07-012-0/+22
* Make basechain a class variable in stead of initializing it in __init__. That...Jack Jansen2001-06-281-1/+1
* Added a couple more types that Apple has taken a fancy to.Jack Jansen2001-06-271-1/+3
* Added a Parser_OSX class that can parse new-style (C-only) headers,Jack Jansen2001-06-261-4/+19
* Generate prototype-style function headers in stead of K&R style. Makes life e...Jack Jansen2001-05-193-33/+12
* Dialog and Window objects are (finally) different beasts.Jack Jansen2001-02-271-2/+1
* Use the filename, not the pathname, in the definitions fileJack Jansen2001-02-271-1/+1
* Optionally weed out duplicate prototypes for the same function (whichJack Jansen2000-12-123-3/+11
* Adapted to new standard for initmodule() routine: don't callJack Jansen2000-12-121-2/+1
* Various new standard types.Jack Jansen2000-12-121-1/+16
* Added support for generating a single module from multiple .h files.Jack Jansen2000-12-121-3/+20
* Modified the standard mac preamble so we include pymactoolbox.h inJack Jansen2000-07-151-35/+1