1. a1e5da9 Applet icon. by Jack Jansen · 22 years ago
  2. 86c4d64 Modifed for new included expat. by Jack Jansen · 22 years ago
  3. 648c892 Updated for new included expat and new waste. by Jack Jansen · 22 years ago
  4. a2168ec mkalias() now also works for folders. Fixes bug #515830. by Just van Rossum · 22 years ago
  5. 3014ce9 CGStubLib wasn't weak-linked, fixed. 221 candidate. by Jack Jansen · 22 years ago
  6. dd989e1 Added ClipCGContextToRegion() from Quickdraw.h. by Just van Rossum · 22 years ago
  7. 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 22 years ago
  8. 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 22 years ago
  9. 6a60915 Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated. by Jack Jansen · 22 years ago
  10. e62ceac Added SndRecord and (classic only) SndRecordToFile. by Jack Jansen · 22 years ago
  11. 5bb8f78 Added support for unicode strings (utxt). by Jack Jansen · 22 years ago
  12. 4014401 Added minimal support for floating windows. by Just van Rossum · 22 years ago
  13. bf0a908 Don't append quit menu when on OSX, it is special and automatic there. by Just van Rossum · 22 years ago
  14. 4e72038 Flush screen buffer upon console.flush() and output.flush(). by Just van Rossum · 22 years ago
  15. c7dd34b Added a note about compiler warnings. by Jack Jansen · 22 years ago
  16. fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 22 years ago
  17. 402dd6e Added contributors. by Jack Jansen · 22 years ago
  18. 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 22 years ago
  19. c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 22 years ago
  20. b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 22 years ago
  21. bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 22 years ago
  22. 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 22 years ago
  23. c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 22 years ago
  24. 685d46f Newer names for various error include files. by Jack Jansen · 22 years ago
  25. a618c3f Build _tkinter for Carbon too. by Jack Jansen · 22 years ago
  26. 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 22 years ago
  27. 368875c Regenerated to take advantage of new _builtinSuites package. by Jack Jansen · 22 years ago
  28. d50c66b A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. by Jack Jansen · 22 years ago
  29. eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 22 years ago
  30. a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 22 years ago
  31. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 22 years ago
  32. c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 22 years ago
  33. ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 22 years ago
  34. 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 22 years ago
  35. fdc8d75 Include errors.rsrc in the Python.app resource file, so the error strings by Jack Jansen · 22 years ago
  36. 32d1a3b Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. by Jack Jansen · 22 years ago
  37. d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 22 years ago
  38. 51e77e1 Regenerated from UH 3.4. Candidate for 2.2.1. by Jack Jansen · 22 years ago
  39. 8aa4987 Removed references to download of Waste. by Jack Jansen · 22 years ago
  40. 4a667c7 CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. by Jack Jansen · 22 years ago
  41. 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 22 years ago
  42. b99e521 - Updated to Waste 2.0. by Jack Jansen · 22 years ago
  43. 00638bd Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau. by Jack Jansen · 22 years ago
  44. f706b1c Updated for CW7 and Tcl/Tk 8.3.4. by Jack Jansen · 22 years ago
  45. 6c6b079 Added the modules I missed first time around. Still not good enough, though: bgerror does a "package require msgcat" and I don't see a way to put packages into resources. Off to the mactcl list for help... by Jack Jansen · 22 years ago
  46. 4b36735 Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. by Just van Rossum · 22 years ago
  47. e0b1e6a Updated for CW7 and Tcl/Tk 8.3.4. Also added a few other things by Jack Jansen · 22 years ago
  48. 850bbcd Upgraded _tkinter to Tcl/Tk 8.3.4. by Jack Jansen · 22 years ago
  49. ec0107f Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. by Just van Rossum · 23 years ago
  50. ca3b2ff Today's Carbon Toolbox addition: QDTextBounds() by Just van Rossum · 23 years ago
  51. 6253a11 Added support for DrawThemeButton() and friends. by Just van Rossum · 23 years ago
  52. 8a107fb Whoops, it's late -- generated output now matches what's checked in... by Just van Rossum · 23 years ago
  53. eae9504 Q&D support for ThemeDrawingState objects. by Just van Rossum · 23 years ago
  54. c4cf27e - added support for UserPaneKeyDownProc and UserPaneFocusProc by Just van Rossum · 23 years ago
  55. a22a7b7 UH 3.4 checkin that I had forgotten about. by Jack Jansen · 23 years ago
  56. 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 23 years ago
  57. 7d1d396 Callback error handling improvements: by Just van Rossum · 23 years ago
  58. 3e584aa Ugh, by all means, _do_ report exceptions somehow ;-) by Just van Rossum · 23 years ago
  59. 43c2de23 fixed SetEventParameter() signature: removed unneccesary length arg. by Just van Rossum · 23 years ago
  60. 8edfc54 The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. by Just van Rossum · 23 years ago
  61. 4b51785 In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] by Jack Jansen · 23 years ago
  62. 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 23 years ago
  63. 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 23 years ago
  64. ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 23 years ago
  65. 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
  66. 6529368 Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  67. 9cf00dd Updated to optionally use Carbon Scrap manager. by Jack Jansen · 23 years ago
  68. ad8381a Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  69. 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 23 years ago
  70. 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 23 years ago
  71. 20a03d1 made radio button labels readable under OSX by Just van Rossum · 23 years ago
  72. bdb9d48 half-hearted stab at supported the 2.2 object model better. by Just van Rossum · 23 years ago
  73. 31a4c22 added support for live feedback in scrollbars by Just van Rossum · 23 years ago
  74. cae6da6 - added support for ControlActionProcs, exposing the following calls: by Just van Rossum · 23 years ago
  75. b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
  76. 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
  77. 6bc62c4 Applying r22c1 branch mods back to the trunk. by Jack Jansen · 23 years ago
  78. 7eb48e3 Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ by Just van Rossum · 23 years ago
  79. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 23 years ago
  80. f30c3ad Added missing docstring by Just van Rossum · 23 years ago
  81. 66d78bf Added support for tab controls and initial (incomplete) support by Just van Rossum · 23 years ago
  82. 8208676 Patch #494553 by Donovan Preston: initial implementation by Just van Rossum · 23 years ago
  83. 086f7c3 There's a new include file AEInteraction.h which contains AESend and friends. by Jack Jansen · 23 years ago
  84. ec982e2 TickCount moved to a different header file. We manually added it back in here, for conveninece. by Jack Jansen · 23 years ago
  85. 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 23 years ago
  86. 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
  87. 2c39115 Made event callbacks more rubust: keep an actual reference to the by Just van Rossum · 23 years ago
  88. 9635f33 Quick patch to allow building with Universal Headers 3.4. by Jack Jansen · 23 years ago
  89. 1b8bd94 The import of the scanner can also fail, cater for that. by Jack Jansen · 23 years ago
  90. 28f1401 We have strdup(), but not its prototype:-( by Jack Jansen · 23 years ago
  91. 031b779 Use getcwd(), not silly old getwd(). by Jack Jansen · 23 years ago
  92. 75401a0 Updated for CW7 by Jack Jansen · 23 years ago
  93. 8493771 Updated to CodeWarrior Pro 7. by Jack Jansen · 23 years ago
  94. 615e250 Many of the new calls are Carbon-only. Flagged them as such. by Jack Jansen · 23 years ago
  95. 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
  96. 7ec1c85 - "manage" controls created by CreateXxxXxxControl() functions. by Just van Rossum · 23 years ago
  97. 0441dbf OSX workaround: don't crash if the extentions folder can't be found. by Just van Rossum · 23 years ago
  98. 4f6c058 include the proper header for Mach-O by Just van Rossum · 23 years ago
  99. 663dd79 added CoreGraphics to build list by Just van Rossum · 23 years ago
  100. 11ccf3c added non-support for CoreGraphics... by Just van Rossum · 23 years ago