1. b5ec5e4 Contributed code that converts Python source files to any combination of tabs/spaces for indenting. by Jack Jansen · 24 years ago
  2. cb54be8 Added support for adding libraries. by Jack Jansen · 24 years ago
  3. c10a11b Generate plugin projects automatically using mkcwproject. There are as of yet only by Jack Jansen · 24 years ago
  4. 707e964 Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals. by Jack Jansen · 24 years ago
  5. 6f484cb Close the project after building it, so that building umpteen projects doesn't keep all the projects open. by Jack Jansen · 24 years ago
  6. 00429db Getting rid of 68K targets. by Jack Jansen · 24 years ago
  7. 2e42bdd Added a note about removing preferences and .pyc files when you move the Python installation. by Jack Jansen · 24 years ago
  8. 8063cbf No reason to keep "Run as Python" in binhex form anymore, just put the binary in the repository. by Jack Jansen · 24 years ago
  9. 704925c Last CW Pro 5.3 projects. by Jack Jansen · 24 years ago
  10. 185f42d struct.pack has become picky about h (short) and H (unsigned short). by Jack Jansen · 24 years ago
  11. 339ecc6 Updated because developer option isn't distributed separately anymore. by Jack Jansen · 24 years ago
  12. 5c35f5a Removed, no longer pertinent. by Jack Jansen · 24 years ago
  13. 87f204a Final version used for 2.0 distribution. by Jack Jansen · 24 years ago
  14. ff88e46 more edits to make the text fit (jvr) by Just van Rossum · 24 years ago
  15. 17f944b oops, that one caused a syntax error... (jvr) by Just van Rossum · 24 years ago
  16. c924661 edits to make the 2.0 copyright fit in the about box again... (jvr) by Just van Rossum · 24 years ago
  17. a1a3356 Cleaned uthread dependencies (jvr) by Just van Rossum · 24 years ago
  18. 0f2fd16 Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there. by Just van Rossum · 24 years ago
  19. 6508c7c fixed 2.0 compat bug by Just van Rossum · 24 years ago
  20. 8413b47 Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. by Jack Jansen · 24 years ago
  21. f1a0a4b Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. by Jack Jansen · 24 years ago
  22. 538bd13 Ready for 2.0 by Jack Jansen · 24 years ago
  23. 3e3eb3e Oops, all the options were off-by-one. Reported by Tom Bridgman. by Jack Jansen · 24 years ago
  24. 635a044 Fixed balloon help for options. Sort-of reported by Russell Finn. by Jack Jansen · 24 years ago
  25. b8bb3fe Fixed balloon help for startup options. Reported by Russell Finn. by Jack Jansen · 24 years ago
  26. 62e3843 Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K. by Jack Jansen · 24 years ago
  27. 136815d Oops, not only the Popt versions were wrong, the resources were also short. by Jack Jansen · 24 years ago
  28. 9ec8c06 Different phrasing of keepconsole options, suggested by David Goodger. by Jack Jansen · 24 years ago
  29. 7490236 Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit. by Jack Jansen · 24 years ago
  30. fd9925a Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). by Jack Jansen · 24 years ago
  31. 7941036 Updated Popt resources to current version by Jack Jansen · 24 years ago
  32. ab49e88 Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it. by Jack Jansen · 24 years ago
  33. 8c94d5e Added some of the new Numeric modules (which weren't rebuilt). by Jack Jansen · 24 years ago
  34. 52b5b02 If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. by Jack Jansen · 24 years ago
  35. 31e7c9c Updated with cmd-. fix and PythonCore copy option. by Jack Jansen · 24 years ago
  36. d5fd45f Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  37. 1ea8949 Vise archive templates used for 2.0c1 by Jack Jansen · 24 years ago
  38. 2a92f0b Disribution templates used for 2.0c1 by Jack Jansen · 24 years ago
  39. 3714516 Projects used for 2.0c1 by Jack Jansen · 24 years ago
  40. f2bd9ee Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole. by Jack Jansen · 24 years ago
  41. 6433fdf Added sha module, it's needed by the unicode stuff, it seems. by Jack Jansen · 24 years ago
  42. b19c667 Added a method KeepConsole so programs can override the Keep console open option. by Jack Jansen · 24 years ago
  43. dc86f9e Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  44. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  45. de51909 Updated for 2.0c1 by Jack Jansen · 24 years ago
  46. 816cf9d Python implementation of strptime(). by Jack Jansen · 24 years ago
  47. 14126df Extension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution. by Jack Jansen · 24 years ago
  48. 46e1302 Readme and relnotes for intermediate 2.0b1+ release. by Jack Jansen · 24 years ago
  49. 55a0bde Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it). by Jack Jansen · 24 years ago
  50. 486f138 Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work. by Jack Jansen · 24 years ago
  51. 4a75158 mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents. by Jack Jansen · 24 years ago
  52. 9a8df7d Test files for mkcwproject by Jack Jansen · 24 years ago
  53. 07642c3 More bits and pieces of project generation. by Jack Jansen · 24 years ago
  54. 4a5eb96 Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. by Jack Jansen · 24 years ago
  55. d35509a Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy visualiser and QuickTime to images. by Jack Jansen · 24 years ago
  56. fdd2269 Allow lists of files/fsspecs as the source for copy() and move(). By by Jack Jansen · 24 years ago
  57. 0bb0a90 Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils. by Jack Jansen · 24 years ago
  58. f86eda5 Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv. by Jack Jansen · 24 years ago
  59. 76167fe This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all. by Jack Jansen · 24 years ago
  60. a647f57 Read a QuickTime movie and return the frames. by Jack Jansen · 24 years ago
  61. 2d017ec Added a note about gdbm. Changed the stackless note. by Jack Jansen · 24 years ago
  62. 965226b Added a note about getting CarbonLib as a way to get a new Appearance/NavServices. Added Luc Lefebvre to the thanks-list. by Jack Jansen · 24 years ago
  63. 04b8549 Fixes that should make it possible to run Python on machines without NavServices installed. by Jack Jansen · 24 years ago
  64. 5c204ae Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled. by Jack Jansen · 24 years ago
  65. b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
  66. 2cecd41 Added Qdoffs and (optionally) icglue modules. by Jack Jansen · 24 years ago
  67. 68f9d95 Added USE_IC and USE_PYEXPAT by Jack Jansen · 24 years ago
  68. a5fa1ff Not relevant anymore, as pyexpat has moved to another maintainer. by Jack Jansen · 24 years ago
  69. ea7ce10 Include Numerical header files in developer distribution. by Jack Jansen · 24 years ago
  70. df13b9f Added a note that multiple threads breaks command-. by Jack Jansen · 24 years ago
  71. 9c940ca Moved to Unsupported. by Jack Jansen · 24 years ago
  72. 4b9f493 Upped SIZE to 16MB so IDE can run test.autotest (sigh). by Jack Jansen · 24 years ago
  73. 26d7c14 Final tweaks for 2.0b1 by Jack Jansen · 24 years ago
  74. 8de9f81 This shouldn't have been here in the first place. by Jack Jansen · 24 years ago
  75. e9e0d47 Release notes for 2.0b1. It is not much, but I can't find all the info back:-( by Jack Jansen · 24 years ago
  76. 9f4ab87 Don't include various of the Lib:plat-* folders. by Jack Jansen · 24 years ago
  77. eb43b30 The logic for finding long matches before short ones was wrong (why did I never notice this??!?), fixed. by Jack Jansen · 24 years ago
  78. 8a6cdcc Updated for 2.0b1 by Jack Jansen · 24 years ago
  79. e1c9e85 First attempt at a 2.0b1 installer by Jack Jansen · 24 years ago
  80. 082bdbb Updated for .0b1 distribution by Jack Jansen · 24 years ago
  81. 97ed907 Some of the types are signed 8 bit ints. Fixed. by Jack Jansen · 24 years ago
  82. 53bafd9 PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack. by Jack Jansen · 24 years ago
  83. 93e5d54 Removed 68K support. Getting ready for 2.0b1 release. by Jack Jansen · 24 years ago
  84. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 24 years ago
  85. 65c3ee0 Use same short banner message as unix/win Python. by Jack Jansen · 24 years ago
  86. 85cacf2 Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. by Jack Jansen · 24 years ago
  87. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 24 years ago
  88. ab0280d How-to document for using Python for CGI scripting. Not complete and untested, but I'm checking it in so it won't get lost. by Jack Jansen · 24 years ago
  89. be80fa2 Last set of CW Pro 5 projects (probably) by Jack Jansen · 24 years ago
  90. 3e98501 Include xx project, exclude all the others. by Jack Jansen · 24 years ago
  91. 7a1b6fe Added prototype for DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago
  92. b8c4c7b Added routine DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago
  93. 8748a0b Added a prototype for mstats(). by Jack Jansen · 24 years ago
  94. 0aee0e6 Window objects now also have an AutoDispose funcpointer (set for our windows, cleared for foreign windows). Needed mainly for Carbon (where we don't know about the windows belonging to our dialogs). by Jack Jansen · 24 years ago
  95. 0c1836f Call GetDialogWindow to convert dialogs to windows. by Jack Jansen · 24 years ago
  96. d8b382d HMGetBalloonWindow should try to return an existing window. by Jack Jansen · 24 years ago
  97. cdb3483 - Added pyexpat. - Renamed socket to _socket. by Jack Jansen · 24 years ago
  98. e4cd2f2 Don't use our own malloc any more. It made test_longexp crash due to its optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-( by Jack Jansen · 24 years ago
  99. a9f56e5 Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. by Jack Jansen · 24 years ago
  100. 6be3480 Removed debug output. by Jack Jansen · 24 years ago