1. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 24 years ago
  2. f30c3ad Added missing docstring by Just van Rossum · 24 years ago
  3. 66d78bf Added support for tab controls and initial (incomplete) support by Just van Rossum · 24 years ago
  4. 8208676 Patch #494553 by Donovan Preston: initial implementation by Just van Rossum · 24 years ago
  5. 086f7c3 There's a new include file AEInteraction.h which contains AESend and friends. by Jack Jansen · 24 years ago
  6. ec982e2 TickCount moved to a different header file. We manually added it back in here, for conveninece. by Jack Jansen · 24 years ago
  7. 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 24 years ago
  8. 2c39115 Made event callbacks more rubust: keep an actual reference to the by Just van Rossum · 24 years ago
  9. 9635f33 Quick patch to allow building with Universal Headers 3.4. by Jack Jansen · 24 years ago
  10. 615e250 Many of the new calls are Carbon-only. Flagged them as such. by Jack Jansen · 24 years ago
  11. 7ec1c85 - "manage" controls created by CreateXxxXxxControl() functions. by Just van Rossum · 24 years ago
  12. 4f6c058 include the proper header for Mach-O by Just van Rossum · 24 years ago
  13. 79e71f7 second CoreGraphics batch by Just van Rossum · 24 years ago
  14. 6c31459 Shut up gcc warning. by Jack Jansen · 24 years ago
  15. e0b9fdc Updated for Universal Headers 3.4. by Just van Rossum · 24 years ago
  16. cddfc87 Added proper error checking in event callback handler by Just van Rossum · 24 years ago
  17. f8d6473 Exposed quite a few more calls. by Just van Rossum · 24 years ago
  18. c3baa0e Fixed to the extend that it now builds in CW6, and actually works a little. by Just van Rossum · 24 years ago
  19. 14666cc Added __members__ to FInfo object. by Just van Rossum · 24 years ago
  20. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
  21. 101de91 Replace sprintf() with PyOS_snprintf(). by Jack Jansen · 24 years ago
  22. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 24 years ago
  23. 5cc6d6e Changed names, added bridge functions to macfs.fsref objects and by Jack Jansen · 24 years ago
  24. 2bf52da Added an error message when using FSRef objects on platforms that don't by Jack Jansen · 24 years ago
  25. df222d2 Added hfsplusapi module. by Jack Jansen · 24 years ago
  26. ae2df93 Removed unused variable. by Jack Jansen · 24 years ago
  27. 24aa3ce First couple of fixes to make it compile with Universal 3.3.2. by Jack Jansen · 24 years ago
  28. e9b2a05 HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he sent me, except for the namechange (fmgr->hfsplus). by Jack Jansen · 24 years ago
  29. 9c2b514 Correctly builds the C module now. by Jack Jansen · 24 years ago
  30. bd00884 First tweaks to allow MacPython to be compiled with Universal Headers 3.4 by Jack Jansen · 24 years ago
  31. 34cbe71 Fixed broken newlines and changed module name. Still untested. by Jack Jansen · 24 years ago
  32. 52e9045 Carbon Event Manager module donated by Donovan Preston. Checked in as I received them (except for namechange), these will not work as-is, that'll be fixed in a later checkin. by Jack Jansen · 24 years ago
  33. 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 24 years ago
  34. 3b5074b added acces to the cellSize field, rewrote setattr code by Just van Rossum · 24 years ago
  35. dd4830a More List Manager interfacing: by Just van Rossum · 24 years ago
  36. 01a9462 Under MachO-Python unconditionally import macfsn. by Jack Jansen · 24 years ago
  37. ab57c7d Moved macfsn hackery from macmain.c to macfsmodule.c so it loads by Just van Rossum · 24 years ago
  38. e54968a Some escaped newlines had spaces between the backslash and the newline. Also slightly changed the comment on xstat(). by Jack Jansen · 24 years ago
  39. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 24 years ago
  40. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 24 years ago
  41. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 24 years ago
  42. fd06486 Shut up many more gcc warnings. by Jack Jansen · 24 years ago
  43. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 24 years ago
  44. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 24 years ago
  45. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 24 years ago
  46. 06d2e1a Regenerated without default int return types. by Jack Jansen · 24 years ago
  47. 6114297 Silly typos. by Jack Jansen · 24 years ago
  48. 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 24 years ago
  49. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 24 years ago
  50. 62d24a0 Don't call PyMac_HandleEvent if we're in unix-Python. by Jack Jansen · 24 years ago
  51. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 24 years ago
  52. e7d8322 exceptions was missing from the module list. Added. by Jack Jansen · 24 years ago
  53. 75a2f85 Last renamed module that wasn't removed yet. by Jack Jansen · 24 years ago
  54. 25a5bd7 Renamed. by Jack Jansen · 24 years ago
  55. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 24 years ago
  56. 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
  57. d7b568a test_glob found a nasty bug in GUSI opendir(): it will not fail when called on files, but in stead open the parent directory! We now explicitly test for the argument being a directory and simulate ENOTDIR otherwise. by Jack Jansen · 24 years ago
  58. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 24 years ago
  59. b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 24 years ago
  60. 71c5b02 Got rid of mactcp cruft, added Mlte and CF modules. by Jack Jansen · 24 years ago
  61. b927285 Removed unused variable. by Jack Jansen · 24 years ago
  62. 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 24 years ago
  63. 4590049 Oops, arg type for the glue routine was wrong. by Jack Jansen · 24 years ago
  64. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 24 years ago
  65. 3988358 If we use frameworks we should include CoreServices/CoreServices.h, not the by Jack Jansen · 24 years ago
  66. 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 24 years ago
  67. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 24 years ago
  68. ddafd2b (Finally) converted to new-style args. by Jack Jansen · 24 years ago
  69. 6f70d62 Used an adapted MethodGenerator to generate methods too for functions that have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). by Jack Jansen · 24 years ago
  70. e85e4e4 The TNXDraw gworld argument is optional. by Jack Jansen · 24 years ago
  71. f0ded2f Various small fixes. The demo now starts to limp along. by Jack Jansen · 24 years ago
  72. d4b8361 Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet). by Jack Jansen · 24 years ago
  73. 2aadb89 First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. by Jack Jansen · 24 years ago
  74. 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 24 years ago
  75. c90acb9 Do conversion of CFStrings to/from unicode. by unknown · 24 years ago
  76. 340d98f - Use weaklink generators so we can support OSX-only calls without crashing on OS9. by Jack Jansen · 24 years ago
  77. 7becc91 Added CFURL support, and got base chaining to really work. by Jack Jansen · 24 years ago
  78. bc7c896 CFArray, CFData and CFDictonary are now covered, but mainly opaque. by Jack Jansen · 24 years ago
  79. 686f9c3 First small step towards bgen-generated CoreFoundation. there is hardly any real functionality yet, but method chains seem to work, and so do Retain/Release semantics. by Jack Jansen · 24 years ago
  80. 50cb38d Added support for the gc module (!). by Just van Rossum · 24 years ago
  81. 2942131 Got rid of a silly #if. by Jack Jansen · 24 years ago
  82. b8248d8 Don't use extern when we mean staticforward (OSX gcc is picky about it). by Jack Jansen · 24 years ago
  83. 82bcbd0 {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them. by Jack Jansen · 24 years ago
  84. 3685a43 ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. by Jack Jansen · 24 years ago
  85. 6b9289f Added a const to shut up a compiler warning. by Jack Jansen · 24 years ago
  86. 4edc5eb Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o. by Jack Jansen · 24 years ago
  87. 8853b18 Removed some unused routines under Carbon. They caused compile errors with UH34. by Jack Jansen · 24 years ago
  88. ff75c21 Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead of Proc names for callback creation. by Jack Jansen · 24 years ago
  89. 0c99575 Fixed an error in the signature of the QdRGB converter routines. by Jack Jansen · 24 years ago
  90. 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
  91. 1129671 Fixed changed UPP routines names. The module now compiles and loads. by Jack Jansen · 24 years ago
  92. f316330 Ifdeffed a few more sections. All functionality that is relevant on MacOSX by Jack Jansen · 24 years ago
  93. 6143d53 Include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 24 years ago
  94. 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
  95. 0194ad5 Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes by Jack Jansen · 24 years ago
  96. 6e68a7e Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation. by Jack Jansen · 24 years ago
  97. c54be42 Check RefCon backpointer to python object with IsPointerValid() before dereferencing it (carbon only). by Jack Jansen · 24 years ago
  98. aabdb0d Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 24 years ago
  99. abd703d FindFolder argument is a short, not an unsigned short. by Jack Jansen · 24 years ago
  100. 043732e Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier. by Jack Jansen · 24 years ago