1. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  2. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
  3. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  4. e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 18 years ago
  5. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 18 years ago
  6. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 18 years ago
  7. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  8. 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 20 years ago
  9. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  10. 67ff6d9 Finished update to UH 3.4.2. by Jack Jansen · 22 years ago
  11. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 22 years ago
  12. e48cef7 Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: MacOS9isms. by Jack Jansen · 22 years ago
  13. bc4ded9b Give a better error message when a string of the wrong size is by Jack Jansen · 22 years ago
  14. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 23 years ago
  15. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 23 years ago
  16. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 23 years ago
  17. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 23 years ago
  18. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 23 years ago
  19. 4993188 Regenerated with PyDoc_STR() around docstrings. by Jack Jansen · 23 years ago
  20. 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 23 years ago
  21. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 23 years ago
  22. ff8dec7 Got rid of staticforward. by Jack Jansen · 23 years ago
  23. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  24. 033b79c Regenerated. by Jack Jansen · 23 years ago
  25. 714d726 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
  26. 9d79990 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
  27. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 24 years ago
  28. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
  29. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 24 years ago
  30. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 24 years ago
  31. fd06486 Shut up many more gcc warnings. by Jack Jansen · 24 years ago
  32. 06d2e1a Regenerated without default int return types. by Jack Jansen · 24 years ago
  33. 25a5bd7 Renamed. by Jack Jansen · 24 years ago
  34. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 24 years ago
  35. 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 24 years ago
  36. 3685a43 ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. by Jack Jansen · 24 years ago
  37. 0c99575 Fixed an error in the signature of the QdRGB converter routines. by Jack Jansen · 24 years ago
  38. fa77e1a Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python. by Jack Jansen · 24 years ago
  39. 0e04eec First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers. by Jack Jansen · 24 years ago
  40. d6b2aeb QDFlushPortBuffer() has an optional region argument. by Jack Jansen · 25 years ago
  41. dc2ac8d3 Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now. by Jack Jansen · 25 years ago
  42. 87eb4f8 New internal function BMObj_NewCopied() which copies the BitMap. Used to get the screenBits bitmap. by Jack Jansen · 25 years ago
  43. 5c3c58b Accessor functions for regions and such expect an existing region as parameter. Fixed for grafport attribute access. by Jack Jansen · 25 years ago
  44. f47075e Blacklisted (for the time being) the functions that have a component argument. Don't want to drag the Cm module into the core set too. by Jack Jansen · 25 years ago
  45. bd58eda Implemented direct attribute access for Carbon builds and accessor functions for non-carbon builds. by Jack Jansen · 25 years ago
  46. 723ad8a More toolbox modules adapted to Universal Headers 3.3.2. by Jack Jansen · 25 years ago
  47. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 25 years ago
  48. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 25 years ago
  49. 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 25 years ago
  50. fd78de3 Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. by Jack Jansen · 25 years ago
  51. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 25 years ago
  52. 484be61 Added methods getdata() and putdata() to obtain the data in a bitmap. by Jack Jansen · 25 years ago
  53. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 26 years ago
  54. d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 27 years ago
  55. 29bfea9 Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). by Jack Jansen · 27 years ago
  56. e180d99 Grmpf, a lot more routines have gotten a "Mac" prefix for their by Jack Jansen · 27 years ago
  57. 7f725e4 SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. by Jack Jansen · 27 years ago
  58. 1c4e614 Re-generated from new (3.1) universal headers by Jack Jansen · 27 years ago
  59. 0c4d947 Replaced addpack by handcrafted code to find the bgen stuff. by Jack Jansen · 27 years ago
  60. e742a82 Regenerated because of confusion with Style/StyleParameter and by Jack Jansen · 27 years ago
  61. 21f9687 Regenerated from Universal Headers 3.0.1. Some new calls are by Jack Jansen · 27 years ago
  62. a755e68 Export type objects to Python by Jack Jansen · 28 years ago
  63. 69b43ed Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no by Jack Jansen · 28 years ago
  64. 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
  65. 3355be3 Added _id attribute to GrafPort objects (real id of grafport, numeric) by Jack Jansen · 29 years ago
  66. ded81a1 Removed ...gen.py files from repository by Jack Jansen · 29 years ago
  67. 46d9e79 bgen-generators now drop the python definition file straight in the by Jack Jansen · 29 years ago
  68. bdd0747 Fixed access to Quickdraw globals. Unfortunately, they now have to be by Jack Jansen · 30 years ago
  69. 61f3df4 Added rgbFgColor and a few other members of CGrafPort by Jack Jansen · 30 years ago
  70. 3a50f8a - Added FontInfo support - Added (read-)access to members of [C]GrafPort object by Jack Jansen · 30 years ago
  71. 1d8ede7 Fixed GetPen and SetPt arguments by Jack Jansen · 30 years ago
  72. 04a02e7 Added support for PenState and Patterns (and the accompanying qd globals) by Jack Jansen · 30 years ago
  73. b539406 Added support for cursors, and a way to get at the qd global 'arrow' by Jack Jansen · 30 years ago
  74. 425e9eb - Added color window/pixmap support by Jack Jansen · 30 years ago
  75. 232f3cd Added support for RGB objects (tuples in python) by Jack Jansen · 30 years ago
  76. 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 30 years ago
  77. 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 30 years ago
  78. 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 30 years ago
  79. d4c2646 Generated anew by Jack Jansen · 30 years ago
  80. 7d0bc83 Ported to Universal Header 2.0.1f (i.e. CW6) by Jack Jansen · 30 years ago
  81. b81cf9d Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
  82. e56db43 first cut at the whole quickdraw.h header file ... by Guido van Rossum · 30 years ago
  83. 17448e2 Committed a more or less working version. by Guido van Rossum · 31 years ago