summaryrefslogtreecommitdiff
path: root/Tools/bgen
Commit message (Expand)AuthorAgeFilesLines
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
* add a warning about bgen being removedBenjamin Peterson2008-06-011-0/+2
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* - tp_init shouldn't call base class tp_init by defaultJack Jansen2006-04-201-2/+3
* Whitespace normalization.Tim Peters2006-02-111-1/+1
* One more mod for support of C++ classes.Jack Jansen2006-02-101-1/+1
* For overriding C++ methods we also need to know whether a parameterJack Jansen2006-02-104-22/+45
* Fixed an oversight and a misunderstanding of PEP253:Jack Jansen2006-02-071-2/+20
* Whitespace normalization.Tim Peters2005-12-252-8/+7
* Enable optional "const" argument to _New routines.Jack Jansen2005-11-211-2/+3
* Added a class MallocHeapOutputBufferType for types that are passedJack Jansen2005-09-201-0/+29
* Added support for (optionally) bracketing calls withJack Jansen2005-09-201-0/+8
* Whitespace normalization.Tim Peters2005-07-171-5/+5
* Added an option to the scanner to generated marked-up HTML from the inputJack Jansen2005-07-171-6/+161
* Whitespace normalization.Tim Peters2005-07-107-29/+29
* Handle argref so it can be overridden more easily in a subclass.Jack Jansen2005-07-081-1/+1
* Allow for (optional) const declaration.Jack Jansen2005-07-054-20/+43
* Factored out the code that creates argument lists and formats for PyArg_ParseJack Jansen2005-07-031-19/+26
* Sigh, changed the argument names in the tp_init function: to make them beJack Jansen2005-07-031-7/+7
* Added methods mkvaluePreCheck and getargsPreCheck, which are called (forJack Jansen2005-07-013-1/+22
* More factorization: added a method getrvforcallit(). This allows a C++Jack Jansen2005-06-301-8/+8
* Added optional suppport for storage modifiers (virtual/static/inline/etc)Jack Jansen2005-06-293-2/+20
* More factorization to help C++ support.Jack Jansen2005-06-286-18/+51
* Normalize whitespace to avoid offending Bug Day volunteers.Tim Peters2005-06-245-13/+13
* Added a missing newline Output().Jack Jansen2005-06-231-0/+1
* Revamped type declaration so the basic routines return a list of strings.Jack Jansen2005-06-226-44/+47
* Added support for optional modifiers to functions/methods (such as C++ const,Jack Jansen2005-06-212-6/+19
* More factorization.Jack Jansen2005-06-162-3/+14
* More tweaks for C++ support. Still doesn't seem to break anything:-)Jack Jansen2005-06-143-10/+47
* Minor tweaks, to allow some (out-of-tree, until successful) tinkeringJack Jansen2005-06-102-11/+15
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1810-129/+126
* Call the correct tp_dealloc.Jack Jansen2004-07-151-2/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-32/+32
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-13/+0
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* 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