1. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 23 years ago
  2. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 23 years ago
  3. b30e106 Python is a Shell, not a Viewer. by Jack Jansen · 23 years ago
  4. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 23 years ago
  5. fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
  6. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 23 years ago
  7. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 23 years ago
  8. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 23 years ago
  9. 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
  10. f911423 Added pythonpath.r to the developer distribution. It's by Jack Jansen · 23 years ago
  11. f6af601 Template for an OSX PythonInterpreter application. by Jack Jansen · 23 years ago
  12. d043ab6 Photoshop sources for icon files. Not pretty, but hey! I'm not an by Jack Jansen · 23 years ago
  13. 13b54a9 Added the last few missing files, and put everything in the right packages. by Jack Jansen · 23 years ago
  14. 6114297 Silly typos. by Jack Jansen · 23 years ago
  15. 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 23 years ago
  16. 38c4dd4 Regenerated, mainly for new GC routines. by Jack Jansen · 23 years ago
  17. b18ced2 xx.prj has been replaced by xx.mcp. by Jack Jansen · 23 years ago
  18. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  19. 62d24a0 Don't call PyMac_HandleEvent if we're in unix-Python. by Jack Jansen · 23 years ago
  20. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 23 years ago
  21. 0de279b Updated the Popt resources for the applets to the newest version. by Jack Jansen · 23 years ago
  22. ff5d8aa Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  23. a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  24. 7561d9e Added all the new files in the right packages and file groups (I think, untested). by Jack Jansen · 23 years ago
  25. 1da6eb0 Superseded by the (generated) xx.mcp. by Jack Jansen · 23 years ago
  26. ba0ba41 Case mismatch in "import Types". Apparently nobody has looked at this for a looooong time. Reported by Chris Smith. by Jack Jansen · 23 years ago
  27. 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 · 23 years ago
  28. 34eaf86 Started on the 2.2a2 installer by Jack Jansen · 23 years ago
  29. 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 23 years ago
  30. 028f2d5 Started on release notes and readme for 2.2a2. by Jack Jansen · 23 years ago
  31. 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 · 23 years ago
  32. e7d8322 exceptions was missing from the module list. Added. by Jack Jansen · 23 years ago
  33. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  34. a5d7da5 need() now returns the refno of the resource file opened, or None if the by Jack Jansen · 23 years ago
  35. de3226f Module to help other modules locate their resources. It currently knows about by Jack Jansen · 23 years ago
  36. 8f2b13e These have long outlived there usefulness, in my opinion. Moved to Unsupported. by Jack Jansen · 23 years ago
  37. de1d495 Added Dean Draayer to the thank you list. by Jack Jansen · 23 years ago
  38. 911e87d Patch by Dean Draayer: support for indeterminate progress bars. You by Jack Jansen · 23 years ago
  39. 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 · 23 years ago
  40. 60aa4cc Updated to the current state of affairs. by Jack Jansen · 23 years ago
  41. 1c2a2b7 Added targets for building the Carbon and Classic interpreter if you don't want to go through fullbuild.py. by Jack Jansen · 23 years ago
  42. dc4d925 - A forgotten "from Carbon". by Jack Jansen · 23 years ago
  43. 4d3052a A few forgotten "from Carbon"s. by Jack Jansen · 23 years ago
  44. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  45. 6dba6bc Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules. by Jack Jansen · 23 years ago
  46. 75a2f85 Last renamed module that wasn't removed yet. by Jack Jansen · 23 years ago
  47. cf144b0 Wrapper modules underound the toolbox modules, which now have an _ prepended. by Jack Jansen · 23 years ago
  48. 25a5bd7 Renamed. by Jack Jansen · 23 years ago
  49. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 23 years ago
  50. 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 · 23 years ago
  51. 404e0b7 These long dead files somehow got revived. Killed them (but for how long? :-). by Jack Jansen · 23 years ago
  52. 0e53685 This file has been dead for aeons. I have no idea how it suddenly by Jack Jansen · 23 years ago
  53. a0f4369 Oops, these compatibility modules were missing. Which went unnoticed because their companions had been put in the wrong place. by Jack Jansen · 23 years ago
  54. 7586b04 Various toolbox modules were generated in lib-dynload accidentally by Jack Jansen · 23 years ago
  55. d0688eb Oops, this file shouldn't have been removed. by Jack Jansen · 23 years ago
  56. 914f9e9 The destination folder is now :Lib:lib-dynload by Jack Jansen · 23 years ago
  57. f60edf8 PATCHLEVEL is outdated, use PY_VERSION. by Jack Jansen · 23 years ago
  58. ad251c7 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  59. d39c246 Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox modules this is overridden to put them in :Mac:Lib:Carbon. by Jack Jansen · 23 years ago
  60. edb17c9 Compatibility modules. lib-compat is on the default sys.path for MacPython 2.2, and each of these modules imports * from its namesake in the Carbon package. by Jack Jansen · 23 years ago
  61. 63f6b49 Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package. by Jack Jansen · 23 years ago
  62. ab98ae9 The modules with toolbox constants. by Jack Jansen · 23 years ago
  63. 06eb422 Carbon is now a package encapsulating all the toolbox modules. Carbon is not by Jack Jansen · 23 years ago
  64. 52caac1 Moved here form lib-toolbox, for lack of a better place to go. by Jack Jansen · 23 years ago
  65. d0fc42f Moved here from lib-toolbox, where they should never have been in the first place (all the other stuff there wa generated with bgen). by Jack Jansen · 23 years ago
  66. 42b1539 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  67. 106fcea Temporarily disabled the import hook. It breaks with the package-based by Jack Jansen · 23 years ago
  68. 13dca1d Got rid of all the plugin xml files: they are generated, and by Jack Jansen · 23 years ago
  69. e791a64 If genpluginprojects is called from fullbuild we set the Python source directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one. by Jack Jansen · 23 years ago
  70. 7a40179 Long time overdue: change sys.path defaults so that people will by Just van Rossum · 23 years ago
  71. 1690409 Updated to the current state of things (long overdue). by Jack Jansen · 23 years ago
  72. 686a4a6 Removed expat from the access paths, it isn't needed. by Jack Jansen · 23 years ago
  73. ce3016a Merged release21-maint changes. by Jack Jansen · 23 years ago
  74. 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 · 23 years ago
  75. b598222 Before asking the finder to start the application (if start=1 is specified), check that it isn't incidentally running already. by Jack Jansen · 23 years ago
  76. fb513a2 Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-) by Jack Jansen · 23 years ago
  77. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  78. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  79. 09379da Regenerated. by Jack Jansen · 23 years ago
  80. 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
  81. ab04653 Resource files for OSX Python.framework. Incomplete, and they should probably by Jack Jansen · 23 years ago
  82. 4795fcc Adapted for pymactoolbox.c and changed externals elsewhere. by Jack Jansen · 23 years ago
  83. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 23 years ago
  84. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
  85. c4dcb63 Brought up-to-date. by Jack Jansen · 23 years ago
  86. b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 23 years ago
  87. 71c5b02 Got rid of mactcp cruft, added Mlte and CF modules. by Jack Jansen · 23 years ago
  88. b927285 Removed unused variable. by Jack Jansen · 23 years ago
  89. cf68425 Yet another project. by Jack Jansen · 23 years ago
  90. 596e18a Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. by Jack Jansen · 23 years ago
  91. 8d319d4 Removed outdated stuff. by Jack Jansen · 23 years ago
  92. 179e085 Project files for the new plugin modules, plus a few that hadn't been added yet but should have been. by Jack Jansen · 23 years ago
  93. 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 · 23 years ago
  94. 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 23 years ago
  95. 4590049 Oops, arg type for the glue routine was wrong. by Jack Jansen · 23 years ago
  96. e6e745f Show the MacPython IDE version in the interactive banner. by Just van Rossum · 23 years ago
  97. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
  98. 3988358 If we use frameworks we should include CoreServices/CoreServices.h, not the by Jack Jansen · 23 years ago
  99. 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 23 years ago
  100. 446b3b2 ICFindConfigFile isn't needed, and it's gone under carbon. by Jack Jansen · 23 years ago