1. f75225b - tp_init shouldn't call base class tp_init by default by Jack Jansen · 18 years ago
  2. cbcdfdc Whitespace normalization. by Tim Peters · 18 years ago
  3. c492502 One more mod for support of C++ classes. by Jack Jansen · 18 years ago
  4. 03904bf For overriding C++ methods we also need to know whether a parameter by Jack Jansen · 18 years ago
  5. 35f82d7 Fixed an oversight and a misunderstanding of PEP253: by Jack Jansen · 18 years ago
  6. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  7. 09eef17 Enable optional "const" argument to _New routines. by Jack Jansen · 19 years ago
  8. 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
  9. b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
  10. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  11. 149787e Added an option to the scanner to generated marked-up HTML from the input by Jack Jansen · 19 years ago
  12. 7d66b00 Whitespace normalization. by Tim Peters · 19 years ago
  13. 6d394d9 Handle argref so it can be overridden more easily in a subclass. by Jack Jansen · 19 years ago
  14. 0257424 Allow for (optional) const declaration. by Jack Jansen · 19 years ago
  15. a6af76c Factored out the code that creates argument lists and formats for PyArg_Parse by Jack Jansen · 19 years ago
  16. 7b8f0a1 Sigh, changed the argument names in the tp_init function: to make them be by Jack Jansen · 19 years ago
  17. a660caf Added methods mkvaluePreCheck and getargsPreCheck, which are called (for by Jack Jansen · 19 years ago
  18. 62cc123 More factorization: added a method getrvforcallit(). This allows a C++ by Jack Jansen · 19 years ago
  19. d4128f3 Added optional suppport for storage modifiers (virtual/static/inline/etc) by Jack Jansen · 19 years ago
  20. b6216dd More factorization to help C++ support. by Jack Jansen · 19 years ago
  21. 527c469 Normalize whitespace to avoid offending Bug Day volunteers. by Tim Peters · 19 years ago
  22. c700110 Added a missing newline Output(). by Jack Jansen · 19 years ago
  23. ab16c35 Revamped type declaration so the basic routines return a list of strings. by Jack Jansen · 19 years ago
  24. 8ceeaba Added support for optional modifiers to functions/methods (such as C++ const, by Jack Jansen · 19 years ago
  25. 2ab0ae6 More factorization. by Jack Jansen · 19 years ago
  26. d6d2c0d More tweaks for C++ support. Still doesn't seem to break anything:-) by Jack Jansen · 19 years ago
  27. bf7255f Minor tweaks, to allow some (out-of-tree, until successful) tinkering with C++. by Jack Jansen · 19 years ago
  28. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  29. c572e42 Call the correct tp_dealloc. by Jack Jansen · 20 years ago
  30. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  31. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  32. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  33. c971387 Updated the doc strings to refer to PyArg_Parse and Py_BuildValue in stead by Jack Jansen · 22 years ago
  34. 2cf08ab Sigh, due to sloppiness on my part bgen has become pretty mixed up wrt. tabs by Jack Jansen · 22 years ago
  35. 15721c5 Oops, old-style types don't have a tp_free slot. Call PyObject_Free by Jack Jansen · 22 years ago
  36. 77e8ad4 Always use self->ob_type->tp_free when freeing an object. by Jack Jansen · 22 years ago
  37. 5bb2f64 Always output an inheritance-aware version of the xxxx_Check() macro. Also by Jack Jansen · 22 years ago
  38. ff38505 Added an optional longname argument to Module, which gives the full, by Jack Jansen · 22 years ago
  39. dd888a6 Fixed typo. by Jack Jansen · 22 years ago
  40. 99899b9 Added PEP253 support. by Jack Jansen · 22 years ago
  41. 27a4450 Fixed two silly bugs in the PEP252 support code, added an assert by Jack Jansen · 22 years ago
  42. 3d654d6 Added a class PEP252Mixin. By adding this to your ObjectDefinition you by Jack Jansen · 22 years ago
  43. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  44. f34a8bc Moved CoreFoundation type support to bgen/macsupport. by Jack Jansen · 22 years ago
  45. 44b99e0 iUse PyDoc_STR() around docstrings. by Jack Jansen · 22 years ago
  46. 11845e0 Be a lot less verbose by default. by Jack Jansen · 22 years ago
  47. ac7cb05 Fixed to run better in unix-Python, and to cater for bgenlocations by Jack Jansen · 22 years ago
  48. 6573f31 Moved bgenlocations to the Mac/Lib directory. Not perfect, but better than by Jack Jansen · 22 years ago
  49. 7ea8143 Specify pathnames in a way that works on both OS9 and OSX. by Jack Jansen · 22 years ago
  50. bae7734 Use universal newline input when scanning header files. by Jack Jansen · 22 years ago
  51. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  52. ec5d6b9 escape 8-bit chars when generating .py files. fixes bug #566302 by Just van Rossum · 22 years ago
  53. 3adf8d1 Converted to use re in stead of regex and regsub (finally:-). by Jack Jansen · 22 years ago
  54. a6aa71d Oops: we used PyMem_DEL() to clean up objects, and that's a problem since by Jack Jansen · 22 years ago
  55. ededa90 - Added support for inherent pointer types (typedefs of arrays) by Jack Jansen · 22 years ago
  56. da70485 Give type name when complaining about using input-only type for output or v.v. by Jack Jansen · 22 years ago
  57. 89dbd97 Some structures should be passed to Py_BuildValue by reference, not by value, by Jack Jansen · 22 years ago
  58. dcfc202 Added some support for Uicode arguments. Still leaves something to be desired, especially because of poor unicode support in PyArg_ParseTuple. by Jack Jansen · 23 years ago
  59. f147238 Updated to current pathnames. by Jack Jansen · 23 years ago
  60. 6f4f8c7 Small change to allow for generation of QuickTime module for Windows. by Jack Jansen · 23 years ago
  61. b48f1d3 OSX tweak: recognize both EXTERN_API_C and EXTERN_API declarations. by Just van Rossum · 23 years ago
  62. 5801a2d The module generator now tells its object generators about the module name (through the new setmodulename() method). If the module name has been set the object generators output it as part of the tp_name field for the object type. by Jack Jansen · 23 years ago
  63. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  64. 1062e70 Don't initialize tp_type statically, it won't work on Windows. Spotted by Jack Jansen · 23 years ago
  65. fc6a892 Don't override asplit_pat in Scanner_UH3. No reason to do so, and it broke by Jack Jansen · 23 years ago
  66. 5a1516b Only output the buffer size error label if it is used. by Jack Jansen · 23 years ago
  67. d157b37 Don't use a default "int" return type, gcc gives a warning about it. by Jack Jansen · 23 years ago
  68. 9403591 Fixes by Thomas Heller: by Jack Jansen · 23 years ago
  69. 3d3a91c Oops, left in a debug statement. It's gone now. by Jack Jansen · 23 years ago
  70. b2a1de4 Allow [] after a parameter name. We currently take this to be the same as * in front, which isn't 100% correct but good enough. by Jack Jansen · 23 years ago
  71. eefac35 Added WeakLink...Generator classes (should have done that ages ago). These check the c-function pointer for being NULL before calling it and raise UnimplementedError if it is. by Jack Jansen · 23 years ago
  72. 1319abf Make basechain a class variable in stead of initializing it in __init__. That way it's more easily overridden. by Jack Jansen · 23 years ago
  73. 4f0f158 Added a couple more types that Apple has taken a fancy to. by Jack Jansen · 23 years ago
  74. ff1cc90 Added a Parser_OSX class that can parse new-style (C-only) headers, by Jack Jansen · 23 years ago
  75. 656fe69 Generate prototype-style function headers in stead of K&R style. Makes life easier with gcc -Wstrict-function-prototypes. by Jack Jansen · 23 years ago
  76. 8a69373 Dialog and Window objects are (finally) different beasts. by Jack Jansen · 23 years ago
  77. d67566b Use the filename, not the pathname, in the definitions file by Jack Jansen · 23 years ago
  78. 27489d4 Optionally weed out duplicate prototypes for the same function (which by Jack Jansen · 24 years ago
  79. c1a4a04 Adapted to new standard for initmodule() routine: don't call by Jack Jansen · 24 years ago
  80. 7e0c005 Various new standard types. by Jack Jansen · 24 years ago
  81. b8c6863 Added support for generating a single module from multiple .h files. by Jack Jansen · 24 years ago
  82. c8081e9 Modified the standard mac preamble so we include pymactoolbox.h in by Jack Jansen · 24 years ago
  83. 629eee0 ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the by Jack Jansen · 24 years ago
  84. e3889da Make a distinction between shorts and unsigned shorts. by Jack Jansen · 24 years ago
  85. b7c298f Jack Jansen: Support for conditional inclusion of methods and functions by Guido van Rossum · 24 years ago
  86. e56b4cf Jack Jansen: A few new types needed by new API calls. by Guido van Rossum · 24 years ago
  87. f158887 Two patches from Jack Jansen: by Guido van Rossum · 25 years ago
  88. fa968ac Patches by Jack Jansen: new type OptionalInBuffer allows by Guido van Rossum · 25 years ago
  89. c7e7c60 New mixin class that defines cmp and hash that use by Guido van Rossum · 25 years ago
  90. d2cd6f8 Small change by Jack Jansen. by Guido van Rossum · 25 years ago
  91. 92f01c5 accept * in return value type and convert it to _ptr after the by Guido van Rossum · 26 years ago
  92. db9a7b9 Style and StyleParameter are two different types. (Jack) by Guido van Rossum · 26 years ago
  93. 8b3c30c class ByAddressType, a simple Type but passed by address even on input. (Jack) by Guido van Rossum · 26 years ago
  94. 557f446 Patches from Jack for new Apple headers by Guido van Rossum · 26 years ago
  95. 8450370 Generate new style exception initializer (Jack). by Guido van Rossum · 27 years ago
  96. 03be7f5 Changes by jack so the generated modules export their types to Python. by Guido van Rossum · 27 years ago
  97. dd6798c Added NumVersion definition. by Guido van Rossum · 28 years ago
  98. c30461d Insert filename in IOError message. by Guido van Rossum · 28 years ago
  99. e47d5f9 Addition by Jack to test for missing type support by Guido van Rossum · 28 years ago
  100. 814842f Removed most of the README text since it is all about the Mac specific by Guido van Rossum · 28 years ago