1. 9c5b61b Patch #567296 by Pim Buurman, slightly modified by me so it can be disabled by Jack Jansen · 22 years ago
  2. 137d8c5 Wrapper around _IBCarbon. by Jack Jansen · 22 years ago
  3. 94caa78 Patch by Ronald Oussoren: if there's a .lproj in the extras list also by Jack Jansen · 22 years ago
  4. 0a9d755 In copy() don't try to obtain an FSSpec until we know the destination by Jack Jansen · 22 years ago
  5. 20417bc Better output for errors, and some progress reports. by Jack Jansen · 22 years ago
  6. c4ff194 Fixed the last two bgen-based modules to be buildable on OSX. by Jack Jansen · 22 years ago
  7. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 22 years ago
  8. ff8dec7 Got rid of staticforward. by Jack Jansen · 22 years ago
  9. a4741ff This can now run under unix-Python too. You have to pass the folder by Jack Jansen · 22 years ago
  10. 6573f31 Moved bgenlocations to the Mac/Lib directory. Not perfect, but better than by Jack Jansen · 22 years ago
  11. ace9d95 Renamed Py_Main to PyMac_Main as it has a different signature than the "normal" Py_Main, and that signature has appeared in a .h file. by Jack Jansen · 22 years ago
  12. 3bd3fed Added _IBCarbon module. by Jack Jansen · 22 years ago
  13. 83f5c38 The definitions for IBCarbonRuntime.h by Jack Jansen · 22 years ago
  14. acbaefd Updated to something that works on my system, and regenerated module. by Jack Jansen · 22 years ago
  15. 0c06992 Donovan Preston's interface to IBCarbon, allowing you to use Interface by Jack Jansen · 22 years ago
  16. d64845d Mkdirs() failed when provided with unix pathnames. Fixed. by Jack Jansen · 22 years ago
  17. 0e0a479 Added an icon for .pyw files. by Jack Jansen · 22 years ago
  18. 2f8816f An icon for .pyw files. Yes, it's lousy, I know.... by Jack Jansen · 22 years ago
  19. 940dc92 Build the IDE last, as it may fail because of waste missing. by Jack Jansen · 22 years ago
  20. 0fdaee7 Added a lot more information on framework builds, the various .app's, by Jack Jansen · 22 years ago
  21. 337f85d Updated for the new path to Python.app. by Jack Jansen · 22 years ago
  22. f80798b When building the IDE check that waste is available, to forestall by Jack Jansen · 22 years ago
  23. 940e970 Also create BuildApplet. It's useful enough as a standalone application. by Jack Jansen · 22 years ago
  24. 3e6c80b Hmm, in some cases we don't seem to get our scriptname in argv[0]. by Jack Jansen · 22 years ago
  25. ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 22 years ago
  26. a9454e2 Oops, the -psn stuff is in argv[1], of course. by Jack Jansen · 22 years ago
  27. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  28. 94416e5 Got rid of a couple of OS9-isms. by Jack Jansen · 22 years ago
  29. 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 22 years ago
  30. 6e1986b - Remove -psn-xxxx argument added by the Finder. by Jack Jansen · 22 years ago
  31. f4f6d48 Construct a sys.argv from the initial AppleEvent sent by the finder by Jack Jansen · 22 years ago
  32. d05e181 Slightly better error message in case of missing resources. by Jack Jansen · 22 years ago
  33. be3e1f7 Python.app is now a hidden application, deep in the framework. It will by Jack Jansen · 22 years ago
  34. 2fc993d Python.app no longer advertises that it can handle .py and .pyc files, by Jack Jansen · 22 years ago
  35. 0a3d606 Only show the UI for selecting options if the ALT key was depressed while by Jack Jansen · 22 years ago
  36. cce7e34 - Install into /Applications/Python in stead of into /Applications. by Jack Jansen · 22 years ago
  37. 40e2e51 Install into /Applications/Python in stead of into /Applications. by Jack Jansen · 22 years ago
  38. b7276cd Implemented starting Python in a terminal window. The implementation isn't by Jack Jansen · 22 years ago
  39. 3bbb617 First stab at the launcher application. This will be run when the user by Jack Jansen · 22 years ago
  40. c7554e2 Added a __contains__ method. by Jack Jansen · 22 years ago
  41. 603e76e Fixed potential refcount problems with interned strings, adapted comments, added a bit more trace output if verbose > 1. by Jack Jansen · 22 years ago
  42. 66e794d Finally found out why te cf project sometimes worked and someimes didn't. Fixed it. by Jack Jansen · 22 years ago
  43. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  44. 979c537 fixed wrong classic MacOS pathname assumption by Just van Rossum · 22 years ago
  45. 2ad9419 minor fixes, removed obsolete warning by Just van Rossum · 22 years ago
  46. c361f94 Got rid of symlink target, and in stead have "make dontinstallmacsubtree" by Jack Jansen · 22 years ago
  47. 77d0717 Define WITH_PYMALLOC as 1 by Jack Jansen · 22 years ago
  48. 059ed83 - Got rid if WITH_CYCLE_GC by Jack Jansen · 22 years ago
  49. 1892cf0 Started on support for using standard setup.py to build at least by Jack Jansen · 22 years ago
  50. c70815a Disabled non-carbon builds (for the moment still optional) and made by Jack Jansen · 22 years ago
  51. e0c62b4 Make the prototype match the declaration in the GUSI header files. by Jack Jansen · 22 years ago
  52. 027f672 Changed some prototypes to match the exact definition in some faraway Apple by Jack Jansen · 22 years ago
  53. 440a36f In plugin projects use (by default) the new mwerks_shcarbon_pch by Jack Jansen · 22 years ago
  54. bc5e145 Close the project after generating it, so we don't keep a gazillion project by Jack Jansen · 22 years ago
  55. 7504dfe - Got rid of non-carbon builds by Jack Jansen · 22 years ago
  56. 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
  57. bdac001 - Got rid of non-carbon stuff by Jack Jansen · 22 years ago
  58. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  59. fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 22 years ago
  60. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 22 years ago
  61. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  62. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  63. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 22 years ago
  64. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  65. 84fca94 fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). by Just van Rossum · 22 years ago
  66. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 22 years ago
  67. dc74568 Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read by Jack Jansen · 22 years ago
  68. a43b2c4 Regenerated from new Universal Headers. by Jack Jansen · 22 years ago
  69. 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
  70. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 22 years ago
  71. 422cdde Enable WITH_PYMALLOC. by Jack Jansen · 22 years ago
  72. 94ce52e Added 2 more addresses to send release notifications to. by Jack Jansen · 22 years ago
  73. 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
  74. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 22 years ago
  75. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 22 years ago
  76. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 22 years ago
  77. 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
  78. 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 22 years ago
  79. 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 22 years ago
  80. cb37646 Added pycfbridge.c by Jack Jansen · 22 years ago
  81. 0627c3e Added enumobject.c by Jack Jansen · 22 years ago
  82. ead4c80 Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. by Jack Jansen · 22 years ago
  83. efaffae First steps towards a generalized converter of Python object by Jack Jansen · 22 years ago
  84. 65300f1 Regenerated. by Jack Jansen · 22 years ago
  85. 033b79c Regenerated. by Jack Jansen · 22 years ago
  86. 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
  87. 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
  88. 656b735 Backport of 1.6.4.2.2.3 from release22-maint branch. by Jack Jansen · 22 years ago
  89. d92b7a0 Updated URL. by Jack Jansen · 22 years ago
  90. 601b2fd Backport of select parts of release22-maint (up to 1.38.4.2.2.3). by Jack Jansen · 22 years ago
  91. ca80002 Added Christopher Smith. by Jack Jansen · 22 years ago
  92. c6d2a20 Removed note on test_time failing. by Jack Jansen · 22 years ago
  93. 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 22 years ago
  94. 117dbdf Added an optional file with MacErrors.h extensions: IC errors aren't in there. by Jack Jansen · 22 years ago
  95. a258324 Enable universal newline support for MacPython. by Jack Jansen · 22 years ago
  96. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  97. 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
  98. 85705e7 Got rid of obsolete defines. by Jack Jansen · 22 years ago
  99. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 22 years ago
  100. cc8258d Added boolobject.c by Jack Jansen · 22 years ago