1. 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 23 years ago
  2. 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 23 years ago
  3. ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 23 years ago
  4. 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
  5. 6529368 Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  6. 9cf00dd Updated to optionally use Carbon Scrap manager. by Jack Jansen · 23 years ago
  7. ad8381a Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  8. 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 23 years ago
  9. 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 23 years ago
  10. 20a03d1 made radio button labels readable under OSX by Just van Rossum · 23 years ago
  11. bdb9d48 half-hearted stab at supported the 2.2 object model better. by Just van Rossum · 23 years ago
  12. 31a4c22 added support for live feedback in scrollbars by Just van Rossum · 23 years ago
  13. cae6da6 - added support for ControlActionProcs, exposing the following calls: by Just van Rossum · 23 years ago
  14. b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
  15. 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
  16. 6bc62c4 Applying r22c1 branch mods back to the trunk. by Jack Jansen · 23 years ago
  17. 7eb48e3 Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ by Just van Rossum · 23 years ago
  18. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 23 years ago
  19. f30c3ad Added missing docstring by Just van Rossum · 23 years ago
  20. 66d78bf Added support for tab controls and initial (incomplete) support by Just van Rossum · 23 years ago
  21. 8208676 Patch #494553 by Donovan Preston: initial implementation by Just van Rossum · 23 years ago
  22. 086f7c3 There's a new include file AEInteraction.h which contains AESend and friends. by Jack Jansen · 23 years ago
  23. ec982e2 TickCount moved to a different header file. We manually added it back in here, for conveninece. by Jack Jansen · 23 years ago
  24. 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 23 years ago
  25. 6943444 Finally CW7 allows me to replace the continually-in-need-of-updating exports files with one 6-line anti-export-file. Yeah! (Thanks Alex, for reminding me:-) by Jack Jansen · 23 years ago
  26. 2c39115 Made event callbacks more rubust: keep an actual reference to the by Just van Rossum · 23 years ago
  27. 9635f33 Quick patch to allow building with Universal Headers 3.4. by Jack Jansen · 23 years ago
  28. 1b8bd94 The import of the scanner can also fail, cater for that. by Jack Jansen · 23 years ago
  29. 28f1401 We have strdup(), but not its prototype:-( by Jack Jansen · 23 years ago
  30. 031b779 Use getcwd(), not silly old getwd(). by Jack Jansen · 23 years ago
  31. 75401a0 Updated for CW7 by Jack Jansen · 23 years ago
  32. 8493771 Updated to CodeWarrior Pro 7. by Jack Jansen · 23 years ago
  33. 615e250 Many of the new calls are Carbon-only. Flagged them as such. by Jack Jansen · 23 years ago
  34. 81feb6c Add default values for options in the class init routine, not in the convenience wrapper function: distutils uses the class directly. Fixes bug #492665. by Jack Jansen · 23 years ago
  35. 7ec1c85 - "manage" controls created by CreateXxxXxxControl() functions. by Just van Rossum · 23 years ago
  36. 0441dbf OSX workaround: don't crash if the extentions folder can't be found. by Just van Rossum · 23 years ago
  37. 4f6c058 include the proper header for Mach-O by Just van Rossum · 23 years ago
  38. 663dd79 added CoreGraphics to build list by Just van Rossum · 23 years ago
  39. 11ccf3c added non-support for CoreGraphics... by Just van Rossum · 23 years ago
  40. d7fdba3 project file for CoreGraphics by Just van Rossum · 23 years ago
  41. 79e71f7 second CoreGraphics batch by Just van Rossum · 23 years ago
  42. c97eefc first checkin for CoreGraphics by Just van Rossum · 23 years ago
  43. d16199a fixed typo in my email address by Just van Rossum · 23 years ago
  44. d9c9b57 Don't barf when an AppleEvent was not handled. It's ok to ignore. by Just van Rossum · 23 years ago
  45. 3f4651e re-checkin as AppleSingle by Just van Rossum · 23 years ago
  46. 6c31459 Shut up gcc warning. by Jack Jansen · 23 years ago
  47. 3339fc9 Updated for 2.2 release. by Jack Jansen · 23 years ago
  48. aa6e83f added CarbonEvents by Just van Rossum · 23 years ago
  49. e0b9fdc Updated for Universal Headers 3.4. by Just van Rossum · 23 years ago
  50. 485d92e Support files for CarbonEvents by Just van Rossum · 23 years ago
  51. cddfc87 Added proper error checking in event callback handler by Just van Rossum · 23 years ago
  52. ff3a69c Ready for 2.2 distribution. by Jack Jansen · 23 years ago
  53. f8d6473 Exposed quite a few more calls. by Just van Rossum · 23 years ago
  54. c3baa0e Fixed to the extend that it now builds in CW6, and actually works a little. by Just van Rossum · 23 years ago
  55. 9493455 Updated for hfsplus module, new gusi libs. by Jack Jansen · 23 years ago
  56. 14666cc Added __members__ to FInfo object. by Just van Rossum · 23 years ago
  57. 52306a7 The new menu initialization code would also add the SIOUX menus if a (frozen) Python program had installed its own menubar previously. We now guard against this, with a bit of a hack: FrameWork uses the same Menu ID as Sioux, and the init code checks that the text in the menu is "About SIOUX" before replacing it. by Jack Jansen · 23 years ago
  58. b2fb202 Updated, and converted line-endings to unix-style (oops:-) by Jack Jansen · 23 years ago
  59. edeea04 Mods to make WASTE module compile and link for MachoPython. Not tested by Jack Jansen · 23 years ago
  60. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  61. 1f1e727 OSX tweak. by Just van Rossum · 23 years ago
  62. 59d5a9b Don't do App.DrawThemeListBoxFrame() upon activate: it starts by Just van Rossum · 23 years ago
  63. 2a42c3a Not being able to copy PythonCore to the system-folder is not a fatal error, on OSX the user may not have permission to do so. Also give a more informative message in this case. by Jack Jansen · 23 years ago
  64. 101de91 Replace sprintf() with PyOS_snprintf(). by Jack Jansen · 23 years ago
  65. a7594db Link more modules with weak import, and add CarbonAccessors.o to all relevant PowerPC toolbox modules. This, in combination with recent IDE mods, makes the IDE work again under MacOS 8.1. by Jack Jansen · 23 years ago
  66. 9145be4 Define NDEBUG if Py_DEBUG isn't defined. by Jack Jansen · 23 years ago
  67. b6b6c6c Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work. by Jack Jansen · 23 years ago
  68. 2009aa6 removed some dead code. by Just van Rossum · 23 years ago
  69. cee949f Removed old and broken AE-based browser controller, use webbrowser.py by Just van Rossum · 23 years ago
  70. 20ffa0e A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. The semantics aren't enough like system() to add this to the main Lib folder, but it is pretty useful nonetheless for selected people. by Jack Jansen · 23 years ago
  71. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  72. f376ef0 a whole bunch of OSX tweaks by Just van Rossum · 23 years ago
  73. c252e63 Add the MSL C library to the set of standard libraries by Jack Jansen · 23 years ago
  74. 439eaa9 Fixed various problems with command-dot handling (some very old): by Jack Jansen · 23 years ago
  75. 5cc6d6e Changed names, added bridge functions to macfs.fsref objects and by Jack Jansen · 23 years ago
  76. 2bf52da Added an error message when using FSRef objects on platforms that don't by Jack Jansen · 23 years ago
  77. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  78. 6952177 Added longlong routines. by Jack Jansen · 23 years ago
  79. f122d36 Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by the Metrowerks compiler for quite some time. by Jack Jansen · 23 years ago
  80. ae2df93 Removed unused variable. by Jack Jansen · 23 years ago
  81. 24aa3ce First couple of fixes to make it compile with Universal 3.3.2. by Jack Jansen · 23 years ago
  82. 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 · 23 years ago
  83. 9c2b514 Correctly builds the C module now. by Jack Jansen · 23 years ago
  84. bd00884 First tweaks to allow MacPython to be compiled with Universal Headers 3.4 by Jack Jansen · 23 years ago
  85. 34cbe71 Fixed broken newlines and changed module name. Still untested. by Jack Jansen · 23 years ago
  86. e8cbb9f Regenerated with CF accessors. by Jack Jansen · 23 years ago
  87. 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 · 23 years ago
  88. 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 23 years ago
  89. 80c85d8 MacPython -vv equivalent printed incorrect filenames, fixed. Also by Jack Jansen · 23 years ago
  90. 3b5074b added acces to the cellSize field, rewrote setattr code by Just van Rossum · 23 years ago
  91. b26fbc6 Rewritten the List Definition for the traceback window in Python, by Just van Rossum · 23 years ago
  92. dd4830a More List Manager interfacing: by Just van Rossum · 23 years ago
  93. 6b45b1e macdinking by Just van Rossum · 23 years ago
  94. 2dd4d16 use 32bit APIs for control values, refactor slightly by Just van Rossum · 23 years ago
  95. a73f78b use proper APIs for activate/deactivate by Just van Rossum · 23 years ago
  96. 9ae6f89 wintertime blues by Just van Rossum · 23 years ago
  97. 2d564fd removed import display hackery by Just van Rossum · 23 years ago
  98. f7f9388 some support for syntax coloring, disabled for now by Just van Rossum · 23 years ago
  99. 3160d95 changed the default font by Just van Rossum · 23 years ago
  100. 01c9805 fixed a non-Carbon Carbon import by Just van Rossum · 23 years ago