1. c361f94 Got rid of symlink target, and in stead have "make dontinstallmacsubtree" by Jack Jansen · 22 years ago
  2. 77d0717 Define WITH_PYMALLOC as 1 by Jack Jansen · 22 years ago
  3. 059ed83 - Got rid if WITH_CYCLE_GC by Jack Jansen · 22 years ago
  4. 1892cf0 Started on support for using standard setup.py to build at least by Jack Jansen · 22 years ago
  5. c70815a Disabled non-carbon builds (for the moment still optional) and made by Jack Jansen · 22 years ago
  6. e0c62b4 Make the prototype match the declaration in the GUSI header files. by Jack Jansen · 22 years ago
  7. 027f672 Changed some prototypes to match the exact definition in some faraway Apple by Jack Jansen · 22 years ago
  8. 440a36f In plugin projects use (by default) the new mwerks_shcarbon_pch by Jack Jansen · 22 years ago
  9. bc5e145 Close the project after generating it, so we don't keep a gazillion project by Jack Jansen · 22 years ago
  10. 7504dfe - Got rid of non-carbon builds by Jack Jansen · 22 years ago
  11. 09c7343 Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. by Jack Jansen · 22 years ago
  12. bdac001 - Got rid of non-carbon stuff by Jack Jansen · 22 years ago
  13. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  14. fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 22 years ago
  15. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 22 years ago
  16. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  17. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  18. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 22 years ago
  19. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  20. 84fca94 fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). by Just van Rossum · 22 years ago
  21. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 22 years ago
  22. dc74568 Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read by Jack Jansen · 22 years ago
  23. a43b2c4 Regenerated from new Universal Headers. by Jack Jansen · 22 years ago
  24. a7f4ded Allow the script to have not only a TEXT filetype but also a null filetype (to enable files to be created from the Unix side of OSX to be droppable on the MacPython interpreter). by Jack Jansen · 22 years ago
  25. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 22 years ago
  26. 422cdde Enable WITH_PYMALLOC. by Jack Jansen · 22 years ago
  27. 94ce52e Added 2 more addresses to send release notifications to. by Jack Jansen · 22 years ago
  28. eaba9d7 Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. by Jack Jansen · 22 years ago
  29. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 22 years ago
  30. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 22 years ago
  31. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 22 years ago
  32. 4225132 Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! by Jack Jansen · 22 years ago
  33. 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 22 years ago
  34. 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 22 years ago
  35. cb37646 Added pycfbridge.c by Jack Jansen · 22 years ago
  36. 0627c3e Added enumobject.c by Jack Jansen · 22 years ago
  37. ead4c80 Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. by Jack Jansen · 22 years ago
  38. efaffae First steps towards a generalized converter of Python object by Jack Jansen · 22 years ago
  39. 65300f1 Regenerated. by Jack Jansen · 22 years ago
  40. 033b79c Regenerated. by Jack Jansen · 22 years ago
  41. 95df3fd Second part of fix for #493826: regenerated suite modules so errn exists but == 0 doesn't signal an error. by Jack Jansen · 22 years ago
  42. 1898353 First part of fix for #493826: if 'errn' key exists in return value this doesn't necesarily signal an error, only if the value is non-zero it does. This by Jack Jansen · 22 years ago
  43. 656b735 Backport of 1.6.4.2.2.3 from release22-maint branch. by Jack Jansen · 22 years ago
  44. d92b7a0 Updated URL. by Jack Jansen · 22 years ago
  45. 601b2fd Backport of select parts of release22-maint (up to 1.38.4.2.2.3). by Jack Jansen · 22 years ago
  46. ca80002 Added Christopher Smith. by Jack Jansen · 22 years ago
  47. c6d2a20 Removed note on test_time failing. by Jack Jansen · 22 years ago
  48. 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 22 years ago
  49. 117dbdf Added an optional file with MacErrors.h extensions: IC errors aren't in there. by Jack Jansen · 22 years ago
  50. a258324 Enable universal newline support for MacPython. by Jack Jansen · 22 years ago
  51. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  52. 68c7e26 Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle so we don't shoot ourselves in the foot later. by Jack Jansen · 22 years ago
  53. 85705e7 Got rid of obsolete defines. by Jack Jansen · 22 years ago
  54. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 22 years ago
  55. cc8258d Added boolobject.c by Jack Jansen · 22 years ago
  56. 5159f1d Got rid of ifdefs for long-obsolete GUSI versions and other lurkers. by Jack Jansen · 22 years ago
  57. 32baa2c These are long obsolete. Get rid of them. by Jack Jansen · 22 years ago
  58. b19444f Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings) by Jack Jansen · 22 years ago
  59. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  60. e9c0358 e macresource.need() to open the W resource file in the application init by Jack Jansen · 22 years ago
  61. 8f3078b Got the example program to work in MachoPython. by Jack Jansen · 22 years ago
  62. ff773eb Added a "run with commandline Python" flag. Works in MachoPython, should work by Jack Jansen · 22 years ago
  63. e7f776a Suite to talk to the OSX Terminal application. by Jack Jansen · 22 years ago
  64. ad5dcaf Got rid of obsolete way to get at various toolbox types. by Jack Jansen · 22 years ago
  65. 77afbc0 Add Mac/Lib/lib-scriptpackages to sys.path too. by Jack Jansen · 22 years ago
  66. 4092606 Modified to allow it to run in MachoPython in a reasonable way. It still by Jack Jansen · 22 years ago
  67. 61ef790 Auxiliary files used by BuildApplet for MachoPython. by Jack Jansen · 22 years ago
  68. 8134976 Auxiliary files for building the IDE applet. Running the IDE through by Jack Jansen · 22 years ago
  69. 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 22 years ago
  70. 96f9e08 Missed one version number. by Jack Jansen · 22 years ago
  71. bdcb1c4 First stab at an icon for the IDE. by Jack Jansen · 22 years ago
  72. ca3d307 repair damage: canceling the "save options" dialog now works again. by Just van Rossum · 22 years ago
  73. 8bb61c8 repair damage: now works again as a CFM app. by Just van Rossum · 22 years ago
  74. 9a38947 Completely revamped newline handling. PyEdit is now newline-preserving by Jack Jansen · 22 years ago
  75. e0ba087 Allow file without filetype as long as they end in ".py". by Jack Jansen · 22 years ago
  76. b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 22 years ago
  77. 32f782c Don't attempt to create a dummy fsspec if the user cancelled out, just by Jack Jansen · 22 years ago
  78. d21c9f4 Re-raise the Res.Error if the file doesn't exist. by Jack Jansen · 22 years ago
  79. 2cce33f Added -Wno-long-double by Jack Jansen · 22 years ago
  80. c5fa303 Changed visible name (in dock, menubar) of the interpreter to PythonW. by Jack Jansen · 22 years ago
  81. 3cef721 Allow .pyc files as applets as well as .py files. .py files have by Jack Jansen · 22 years ago
  82. 5053b70 If the file has no resource fork first check to see whether it's a by Jack Jansen · 22 years ago
  83. 695b33b Removed debug. by Jack Jansen · 22 years ago
  84. 0035fb2 In MachoPython print "Pythonw" in banner to distinguish from command-line by Jack Jansen · 22 years ago
  85. 0cd0e65 Added target "installunixprograms" which installs python and pythonw in by Jack Jansen · 22 years ago
  86. ab10ce6 Shell script that invokes Python.app from the command line. Called pythonw by Jack Jansen · 22 years ago
  87. 4e6d13c Make object browser work in OSX (by rewriting the old browser by Just van Rossum · 22 years ago
  88. a516a59 Include obmalloc.c in the build. by Jack Jansen · 22 years ago
  89. 714d726 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 22 years ago
  90. 9d79990 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 22 years ago
  91. 5ee24ae Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 22 years ago
  92. 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 22 years ago
  93. 9051e0e - Weaklink InterfaceLib in _Res module by Jack Jansen · 22 years ago
  94. 562baab Added an open_pathname() method which opens a resource file by pathname, by Jack Jansen · 22 years ago
  95. b9e6661 For reasons I don't fully understand we sometimes get unexpected events by Jack Jansen · 22 years ago
  96. 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 22 years ago
  97. 99286f9 New checkin to convert from BinHex to AppleSingle encoding. by Jack Jansen · 22 years ago
  98. ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 22 years ago
  99. cb6cf13 Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291. by Jack Jansen · 22 years ago
  100. a1e5da9 Applet icon. by Jack Jansen · 22 years ago