1. f7f9388 some support for syntax coloring, disabled for now by Just van Rossum · 24 years ago
  2. 3160d95 changed the default font by Just van Rossum · 24 years ago
  3. 01c9805 fixed a non-Carbon Carbon import by Just van Rossum · 24 years ago
  4. 64350b4 - rearranged some imports by Just van Rossum · 24 years ago
  5. 2e9e71f rearranged some imports by Just van Rossum · 24 years ago
  6. 95837f1 We always install the Sioux menubar, in stead of only when no menubar by Jack Jansen · 24 years ago
  7. 01a9462 Under MachO-Python unconditionally import macfsn. by Jack Jansen · 24 years ago
  8. 67050d2 Workaround for odd problem on my machine: without this I get a traceback by Just van Rossum · 24 years ago
  9. ab57c7d Moved macfsn hackery from macmain.c to macfsmodule.c so it loads by Just van Rossum · 24 years ago
  10. 05a56b8 call the correct base method (found due to better inheritance checking in 2.2) by Just van Rossum · 24 years ago
  11. d17f4bd Regenerated by Jack Jansen · 24 years ago
  12. fb57c43 Added structseq.c by Just van Rossum · 24 years ago
  13. 1a29ed7 Added Donovan Preston and reformatted to 80-char lines. by Jack Jansen · 24 years ago
  14. 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 · 24 years ago
  15. e4df3fd Files used for MacPython 2.2b1 distribution. by Jack Jansen · 24 years ago
  16. f0a2ac9 Moved PythonScript to unsupported at Bill Bedford's request. It'll go by Jack Jansen · 24 years ago
  17. e674ca7 Added various tidbits. by Jack Jansen · 24 years ago
  18. 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
  19. 9ca14ec New URL for Joe Strouts example page. by Jack Jansen · 24 years ago
  20. 6f1da00 Added _hotshot. by Jack Jansen · 24 years ago
  21. a43ad36 quit() wasn't included in the suite. This is a quick manual patch to add it. by Jack Jansen · 24 years ago
  22. 5d528b7 Tweaks for MacPython 2.2b1 by Jack Jansen · 24 years ago
  23. 8626aeb Tweaks for MacPython 2.2b1. by Jack Jansen · 24 years ago
  24. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 24 years ago
  25. b088dd4a Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed. by Jack Jansen · 24 years ago
  26. e67dab3 Updated, and added a very terse description of PyMac_SetConsoleHandler(). by Jack Jansen · 24 years ago
  27. 893b0ab Fixed the embedding demo to correctly show the use of by Jack Jansen · 24 years ago
  28. 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 · 24 years ago
  29. 509ad42 Brought up to date with the current state of affairs. by Jack Jansen · 24 years ago
  30. b58f1c0 Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler by Jack Jansen · 24 years ago
  31. 144d387 Added weakrefobject.c and regenerated .exp files. by Jack Jansen · 24 years ago
  32. c72d4cd Fixed old bug (caused by careless Carbonizing) that noone noticed until by Just van Rossum · 24 years ago
  33. 998a40a Mods by Donovan Preston (with changes by me to make them "go with the flow") by Jack Jansen · 24 years ago
  34. 0b60772 - Removed the . in the extensions. by Jack Jansen · 24 years ago
  35. be67f8a removed debug print. by Jack Jansen · 24 years ago
  36. 408c16f Added a note about making sure the Lac/Lib directory is in sys.path. by Jack Jansen · 24 years ago
  37. 6438e1d Failing to import macfsn is not a fatal error. by Jack Jansen · 24 years ago
  38. cf03193 Implemented PyMac_GetFullPathname for MacPython. by Jack Jansen · 24 years ago
  39. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 24 years ago
  40. c6249e9 Superseded by Python 2.2.vct. by Jack Jansen · 24 years ago
  41. c432cba Install the dialog resources into the application bundle. The EasyDialogs by Jack Jansen · 24 years ago
  42. eb30843 Don't call MacOS.SchedParams() in MachO, it doesn't exist. by Jack Jansen · 24 years ago
  43. a48d4ea Minimal module to decode AppleSingle files (the way resource files are by Jack Jansen · 24 years ago
  44. f7e5714 Final tweaks for 2.2a3 distribution. by Jack Jansen · 24 years ago
  45. 02646fe Oops, this file is very outdated. Removed. by Jack Jansen · 24 years ago
  46. 71707f3 Patch by Mark Day to allow from __future__ imports. Looks harmless by Jack Jansen · 24 years ago
  47. 0511b76 Minimal instructions for using the Makefile here. Also a clear by Jack Jansen · 24 years ago
  48. 638e5e3 Added targets to install the application, and to install mac-additions by Jack Jansen · 24 years ago
  49. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 24 years ago
  50. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 24 years ago
  51. b30e106 Python is a Shell, not a Viewer. by Jack Jansen · 24 years ago
  52. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 24 years ago
  53. fd06486 Shut up many more gcc warnings. by Jack Jansen · 24 years ago
  54. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 24 years ago
  55. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 24 years ago
  56. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 24 years ago
  57. 06d2e1a Regenerated without default int return types. by Jack Jansen · 24 years ago
  58. f911423 Added pythonpath.r to the developer distribution. It's by Jack Jansen · 24 years ago
  59. f6af601 Template for an OSX PythonInterpreter application. by Jack Jansen · 24 years ago
  60. d043ab6 Photoshop sources for icon files. Not pretty, but hey! I'm not an by Jack Jansen · 24 years ago
  61. 13b54a9 Added the last few missing files, and put everything in the right packages. by Jack Jansen · 24 years ago
  62. 6114297 Silly typos. by Jack Jansen · 24 years ago
  63. 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 24 years ago
  64. 38c4dd4 Regenerated, mainly for new GC routines. by Jack Jansen · 24 years ago
  65. b18ced2 xx.prj has been replaced by xx.mcp. by Jack Jansen · 24 years ago
  66. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 24 years ago
  67. 62d24a0 Don't call PyMac_HandleEvent if we're in unix-Python. by Jack Jansen · 24 years ago
  68. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 24 years ago
  69. 0de279b Updated the Popt resources for the applets to the newest version. by Jack Jansen · 24 years ago
  70. ff5d8aa Added preferences/startup options for division warning by Jack Jansen · 24 years ago
  71. a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 24 years ago
  72. 7561d9e Added all the new files in the right packages and file groups (I think, untested). by Jack Jansen · 24 years ago
  73. 1da6eb0 Superseded by the (generated) xx.mcp. by Jack Jansen · 24 years ago
  74. ba0ba41 Case mismatch in "import Types". Apparently nobody has looked at this for a looooong time. Reported by Chris Smith. by Jack Jansen · 24 years ago
  75. b214c36 We should look in the directory containing the module, not in the module itself, when we're looking for the resource file. by Jack Jansen · 24 years ago
  76. 34eaf86 Started on the 2.2a2 installer by Jack Jansen · 24 years ago
  77. 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 24 years ago
  78. 028f2d5 Started on release notes and readme for 2.2a2. by Jack Jansen · 24 years ago
  79. 3070ee6 Experimental feature: allow \n as well as \r as newline for text files, by breaking in to the lowlevel I/O system. Can be disabled by defining WITHOUT_UNIX_NEWLINES. by Jack Jansen · 24 years ago
  80. e7d8322 exceptions was missing from the module list. Added. by Jack Jansen · 24 years ago
  81. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 24 years ago
  82. a5d7da5 need() now returns the refno of the resource file opened, or None if the by Jack Jansen · 24 years ago
  83. de3226f Module to help other modules locate their resources. It currently knows about by Jack Jansen · 24 years ago
  84. 8f2b13e These have long outlived there usefulness, in my opinion. Moved to Unsupported. by Jack Jansen · 24 years ago
  85. de1d495 Added Dean Draayer to the thank you list. by Jack Jansen · 24 years ago
  86. 911e87d Patch by Dean Draayer: support for indeterminate progress bars. You by Jack Jansen · 24 years ago
  87. 206bd57 When we're freezing to sourcecode and one of the modules is a dynamic module that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. by Jack Jansen · 24 years ago
  88. 60aa4cc Updated to the current state of affairs. by Jack Jansen · 24 years ago
  89. 1c2a2b7 Added targets for building the Carbon and Classic interpreter if you don't want to go through fullbuild.py. by Jack Jansen · 24 years ago
  90. dc4d925 - A forgotten "from Carbon". by Jack Jansen · 24 years ago
  91. 4d3052a A few forgotten "from Carbon"s. by Jack Jansen · 24 years ago
  92. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 24 years ago
  93. 6dba6bc Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules. by Jack Jansen · 24 years ago
  94. 75a2f85 Last renamed module that wasn't removed yet. by Jack Jansen · 24 years ago
  95. cf144b0 Wrapper modules underound the toolbox modules, which now have an _ prepended. by Jack Jansen · 24 years ago
  96. 25a5bd7 Renamed. by Jack Jansen · 24 years ago
  97. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 24 years ago
  98. 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
  99. 404e0b7 These long dead files somehow got revived. Killed them (but for how long? :-). by Jack Jansen · 24 years ago
  100. 0e53685 This file has been dead for aeons. I have no idea how it suddenly by Jack Jansen · 24 years ago