1. 14666cc Added __members__ to FInfo object. by Just van Rossum · 23 years ago
  2. 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
  3. b2fb202 Updated, and converted line-endings to unix-style (oops:-) by Jack Jansen · 23 years ago
  4. edeea04 Mods to make WASTE module compile and link for MachoPython. Not tested by Jack Jansen · 23 years ago
  5. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  6. 1f1e727 OSX tweak. by Just van Rossum · 23 years ago
  7. 59d5a9b Don't do App.DrawThemeListBoxFrame() upon activate: it starts by Just van Rossum · 23 years ago
  8. 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
  9. 101de91 Replace sprintf() with PyOS_snprintf(). by Jack Jansen · 23 years ago
  10. 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
  11. 9145be4 Define NDEBUG if Py_DEBUG isn't defined. by Jack Jansen · 23 years ago
  12. 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
  13. 2009aa6 removed some dead code. by Just van Rossum · 23 years ago
  14. cee949f Removed old and broken AE-based browser controller, use webbrowser.py by Just van Rossum · 23 years ago
  15. 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
  16. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  17. f376ef0 a whole bunch of OSX tweaks by Just van Rossum · 23 years ago
  18. c252e63 Add the MSL C library to the set of standard libraries by Jack Jansen · 23 years ago
  19. 439eaa9 Fixed various problems with command-dot handling (some very old): by Jack Jansen · 23 years ago
  20. 5cc6d6e Changed names, added bridge functions to macfs.fsref objects and by Jack Jansen · 23 years ago
  21. 2bf52da Added an error message when using FSRef objects on platforms that don't by Jack Jansen · 23 years ago
  22. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  23. 6952177 Added longlong routines. by Jack Jansen · 23 years ago
  24. 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
  25. ae2df93 Removed unused variable. by Jack Jansen · 23 years ago
  26. 24aa3ce First couple of fixes to make it compile with Universal 3.3.2. by Jack Jansen · 23 years ago
  27. 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
  28. 9c2b514 Correctly builds the C module now. by Jack Jansen · 23 years ago
  29. bd00884 First tweaks to allow MacPython to be compiled with Universal Headers 3.4 by Jack Jansen · 23 years ago
  30. 34cbe71 Fixed broken newlines and changed module name. Still untested. by Jack Jansen · 23 years ago
  31. e8cbb9f Regenerated with CF accessors. by Jack Jansen · 23 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 · 23 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 · 23 years ago
  34. 80c85d8 MacPython -vv equivalent printed incorrect filenames, fixed. Also by Jack Jansen · 23 years ago
  35. 3b5074b added acces to the cellSize field, rewrote setattr code by Just van Rossum · 23 years ago
  36. b26fbc6 Rewritten the List Definition for the traceback window in Python, by Just van Rossum · 23 years ago
  37. dd4830a More List Manager interfacing: by Just van Rossum · 23 years ago
  38. 6b45b1e macdinking by Just van Rossum · 23 years ago
  39. 2dd4d16 use 32bit APIs for control values, refactor slightly by Just van Rossum · 23 years ago
  40. a73f78b use proper APIs for activate/deactivate by Just van Rossum · 23 years ago
  41. 9ae6f89 wintertime blues by Just van Rossum · 23 years ago
  42. 2d564fd removed import display hackery by Just van Rossum · 23 years ago
  43. f7f9388 some support for syntax coloring, disabled for now by Just van Rossum · 23 years ago
  44. 3160d95 changed the default font by Just van Rossum · 23 years ago
  45. 01c9805 fixed a non-Carbon Carbon import by Just van Rossum · 23 years ago
  46. 64350b4 - rearranged some imports by Just van Rossum · 23 years ago
  47. 2e9e71f rearranged some imports by Just van Rossum · 23 years ago
  48. 95837f1 We always install the Sioux menubar, in stead of only when no menubar by Jack Jansen · 23 years ago
  49. 01a9462 Under MachO-Python unconditionally import macfsn. by Jack Jansen · 23 years ago
  50. 67050d2 Workaround for odd problem on my machine: without this I get a traceback by Just van Rossum · 23 years ago
  51. ab57c7d Moved macfsn hackery from macmain.c to macfsmodule.c so it loads by Just van Rossum · 23 years ago
  52. 05a56b8 call the correct base method (found due to better inheritance checking in 2.2) by Just van Rossum · 23 years ago
  53. d17f4bd Regenerated by Jack Jansen · 23 years ago
  54. fb57c43 Added structseq.c by Just van Rossum · 23 years ago
  55. 1a29ed7 Added Donovan Preston and reformatted to 80-char lines. by Jack Jansen · 23 years ago
  56. 5ded1bf Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and understand the __main__.py convention used there for applets. This gives us applets that work on both OS9 and OSX! (Although "applet" may not be the correct word for something that is going to be multimegabyte:-). by Jack Jansen · 23 years ago
  57. e4df3fd Files used for MacPython 2.2b1 distribution. by Jack Jansen · 23 years ago
  58. f0a2ac9 Moved PythonScript to unsupported at Bill Bedford's request. It'll go by Jack Jansen · 23 years ago
  59. e674ca7 Added various tidbits. by Jack Jansen · 23 years ago
  60. e54968a Some escaped newlines had spaces between the backslash and the newline. Also slightly changed the comment on xstat(). by Jack Jansen · 23 years ago
  61. 9ca14ec New URL for Joe Strouts example page. by Jack Jansen · 23 years ago
  62. 6f1da00 Added _hotshot. by Jack Jansen · 23 years ago
  63. a43ad36 quit() wasn't included in the suite. This is a quick manual patch to add it. by Jack Jansen · 23 years ago
  64. 5d528b7 Tweaks for MacPython 2.2b1 by Jack Jansen · 23 years ago
  65. 8626aeb Tweaks for MacPython 2.2b1. by Jack Jansen · 23 years ago
  66. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  67. b088dd4a Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed. by Jack Jansen · 23 years ago
  68. e67dab3 Updated, and added a very terse description of PyMac_SetConsoleHandler(). by Jack Jansen · 23 years ago
  69. 893b0ab Fixed the embedding demo to correctly show the use of by Jack Jansen · 23 years ago
  70. a0472f7 Mods by Alexandre Parenteau to allow embedding programs to disable the MacPython console window completely, and optionally route console output (and input) to routines provided by the embedding app. by Jack Jansen · 23 years ago
  71. 509ad42 Brought up to date with the current state of affairs. by Jack Jansen · 23 years ago
  72. b58f1c0 Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler by Jack Jansen · 23 years ago
  73. 144d387 Added weakrefobject.c and regenerated .exp files. by Jack Jansen · 23 years ago
  74. c72d4cd Fixed old bug (caused by careless Carbonizing) that noone noticed until by Just van Rossum · 23 years ago
  75. 998a40a Mods by Donovan Preston (with changes by me to make them "go with the flow") by Jack Jansen · 23 years ago
  76. 0b60772 - Removed the . in the extensions. by Jack Jansen · 23 years ago
  77. be67f8a removed debug print. by Jack Jansen · 23 years ago
  78. 408c16f Added a note about making sure the Lac/Lib directory is in sys.path. by Jack Jansen · 23 years ago
  79. 6438e1d Failing to import macfsn is not a fatal error. by Jack Jansen · 23 years ago
  80. cf03193 Implemented PyMac_GetFullPathname for MacPython. by Jack Jansen · 23 years ago
  81. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  82. c6249e9 Superseded by Python 2.2.vct. by Jack Jansen · 23 years ago
  83. c432cba Install the dialog resources into the application bundle. The EasyDialogs by Jack Jansen · 23 years ago
  84. eb30843 Don't call MacOS.SchedParams() in MachO, it doesn't exist. by Jack Jansen · 23 years ago
  85. a48d4ea Minimal module to decode AppleSingle files (the way resource files are by Jack Jansen · 23 years ago
  86. f7e5714 Final tweaks for 2.2a3 distribution. by Jack Jansen · 23 years ago
  87. 02646fe Oops, this file is very outdated. Removed. by Jack Jansen · 23 years ago
  88. 71707f3 Patch by Mark Day to allow from __future__ imports. Looks harmless by Jack Jansen · 23 years ago
  89. 0511b76 Minimal instructions for using the Makefile here. Also a clear by Jack Jansen · 23 years ago
  90. 638e5e3 Added targets to install the application, and to install mac-additions by Jack Jansen · 23 years ago
  91. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 23 years ago
  92. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 23 years ago
  93. b30e106 Python is a Shell, not a Viewer. by Jack Jansen · 23 years ago
  94. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 23 years ago
  95. fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
  96. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 23 years ago
  97. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 23 years ago
  98. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 23 years ago
  99. 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
  100. f911423 Added pythonpath.r to the developer distribution. It's by Jack Jansen · 23 years ago