1. 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
  2. 7a40179 Long time overdue: change sys.path defaults so that people will by Just van Rossum · 23 years ago
  3. 1690409 Updated to the current state of things (long overdue). by Jack Jansen · 23 years ago
  4. 686a4a6 Removed expat from the access paths, it isn't needed. by Jack Jansen · 23 years ago
  5. ce3016a Merged release21-maint changes. by Jack Jansen · 23 years ago
  6. 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
  7. 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
  8. 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
  9. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  10. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  11. 09379da Regenerated. by Jack Jansen · 23 years ago
  12. 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
  13. ab04653 Resource files for OSX Python.framework. Incomplete, and they should probably by Jack Jansen · 23 years ago
  14. 4795fcc Adapted for pymactoolbox.c and changed externals elsewhere. by Jack Jansen · 23 years ago
  15. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 23 years ago
  16. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
  17. c4dcb63 Brought up-to-date. by Jack Jansen · 23 years ago
  18. b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 23 years ago
  19. 71c5b02 Got rid of mactcp cruft, added Mlte and CF modules. by Jack Jansen · 23 years ago
  20. b927285 Removed unused variable. by Jack Jansen · 23 years ago
  21. cf68425 Yet another project. by Jack Jansen · 23 years ago
  22. 596e18a Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. by Jack Jansen · 23 years ago
  23. 8d319d4 Removed outdated stuff. by Jack Jansen · 23 years ago
  24. 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
  25. 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
  26. 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 23 years ago
  27. 4590049 Oops, arg type for the glue routine was wrong. by Jack Jansen · 23 years ago
  28. e6e745f Show the MacPython IDE version in the interactive banner. by Just van Rossum · 23 years ago
  29. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
  30. 3988358 If we use frameworks we should include CoreServices/CoreServices.h, not the by Jack Jansen · 23 years ago
  31. 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 23 years ago
  32. 446b3b2 ICFindConfigFile isn't needed, and it's gone under carbon. by Jack Jansen · 23 years ago
  33. 83e6ae9 EasyDialogs has a working version of this. by Jack Jansen · 23 years ago
  34. 7f9a63c These stopped working a long time ago, and they're not worth fixing. by Jack Jansen · 23 years ago
  35. 5150edd Obsolete, EasyDialogs has the same code (but working:-). by Jack Jansen · 23 years ago
  36. dffae32 Obsolete: uses old applescript support. by Jack Jansen · 23 years ago
  37. b4c975a Obsolete, uses the old non-package-based applescript suite support. by Jack Jansen · 23 years ago
  38. 7a9f955 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  39. 4369b00 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  40. 54ad7f5 Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality. by Jack Jansen · 23 years ago
  41. 3a22c86 Obsolete, superseded by :Mac:Demo:imgbrowse and friends. by Jack Jansen · 23 years ago
  42. ba24ace Obsolete, superseded by :Mac:Demo:TE by Jack Jansen · 23 years ago
  43. 5291fb1 Obsolete, superseded by :Mac:Demo:waste by Jack Jansen · 23 years ago
  44. 1cd9522 Obsolete, removed. by Jack Jansen · 23 years ago
  45. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  46. ddafd2b (Finally) converted to new-style args. by Jack Jansen · 23 years ago
  47. 2d713d1 Added descrobject.c and mysnprintf.c by Jack Jansen · 23 years ago
  48. 66298f1 Regenerated for new description stuff. by Jack Jansen · 23 years ago
  49. b4a7db7 config.h renamed to pyconfig.h by Jack Jansen · 23 years ago
  50. 8d2f3d6 ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero. by Jack Jansen · 23 years ago
  51. 5bb6ff9 Changed findertools.move() to move() in movetotrash. by Jack Jansen · 23 years ago
  52. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  53. 6f70d62 Used an adapted MethodGenerator to generate methods too for functions that have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). by Jack Jansen · 23 years ago
  54. 654c8db Typo in the classic mlte build line. by Jack Jansen · 23 years ago
  55. e85e4e4 The TNXDraw gworld argument is optional. by Jack Jansen · 23 years ago
  56. e160fe1 It now works under Carbon. Under Classic the scrollbars don't show by Jack Jansen · 23 years ago
  57. 1772009 Minimal text editor using MLTE (code based on wed.py, the waste demo). by Jack Jansen · 23 years ago
  58. f0ded2f Various small fixes. The demo now starts to limp along. by Jack Jansen · 23 years ago
  59. e160852 The constants for MLTE. by Jack Jansen · 23 years ago
  60. d4b8361 Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet). by Jack Jansen · 23 years ago
  61. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  62. 2aadb89 First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. by Jack Jansen · 23 years ago
  63. 2c278ed Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... by Jack Jansen · 23 years ago
  64. 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago
  65. 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 23 years ago
  66. 25ddc63 - minor cleanup, removed bogus comments by Just van Rossum · 23 years ago
  67. 924e18e don't crash when encountering bad marshal data by Just van Rossum · 23 years ago
  68. c90acb9 Do conversion of CFStrings to/from unicode. by unknown · 23 years ago
  69. d1054ef Set the default 8-bit encoding based on the system script and language. by unknown · 23 years ago
  70. f428aef Don't promise mac-japanese encoding as we don't have a codec for it. by unknown · 23 years ago
  71. 4542897 Added the new unicode defines. Not really tested yet, but Python compiles again at least. by Jack Jansen · 23 years ago
  72. 340d98f - Use weaklink generators so we can support OSX-only calls without crashing on OS9. by Jack Jansen · 23 years ago
  73. 7becc91 Added CFURL support, and got base chaining to really work. by Jack Jansen · 23 years ago
  74. bc7c896 CFArray, CFData and CFDictonary are now covered, but mainly opaque. by Jack Jansen · 23 years ago
  75. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago
  76. 686f9c3 First small step towards bgen-generated CoreFoundation. there is hardly any real functionality yet, but method chains seem to work, and so do Retain/Release semantics. by Jack Jansen · 23 years ago
  77. ba18673 Added a note about recompiling OSAm before distributing. by Jack Jansen · 23 years ago
  78. 639a740 Fixed typo in doc string. by Just van Rossum · 23 years ago
  79. 0297dca Fixed bug that prevented shared libs that are submodules of a by Just van Rossum · 23 years ago
  80. 19f273c WaitNextEvent short vs. unsigned short fix. by Jack Jansen · 23 years ago
  81. 1a3125e Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the unusual [cancel, no, yes] to the more standard [no, cancel, yes]. by Just van Rossum · 23 years ago
  82. 67456e8 don't blow up when the charno SyntaxError value is None by Just van Rossum · 23 years ago
  83. b10eb84 repaired expandselection and uncomment breakage by Just van Rossum · 23 years ago
  84. 50cb38d Added support for the gc module (!). by Just van Rossum · 23 years ago
  85. 2942131 Got rid of a silly #if. by Jack Jansen · 23 years ago
  86. b8248d8 Don't use extern when we mean staticforward (OSX gcc is picky about it). by Jack Jansen · 23 years ago
  87. 82bcbd0 {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them. by Jack Jansen · 23 years ago
  88. 3685a43 ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. by Jack Jansen · 23 years ago
  89. 6b9289f Added a const to shut up a compiler warning. by Jack Jansen · 23 years ago
  90. 4edc5eb Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o. by Jack Jansen · 23 years ago
  91. 8853b18 Removed some unused routines under Carbon. They caused compile errors with UH34. by Jack Jansen · 23 years ago
  92. ff75c21 Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead of Proc names for callback creation. by Jack Jansen · 23 years ago
  93. 5daef31 Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use modern (UPP in stead of Proc) names for callback object creation. by Jack Jansen · 23 years ago
  94. d700d79 Override bdb's canonic() method with a no-op: with bdb's version we couldn't edit breakpoints in file-less ("Untitled" script windows). Besides, we did't need it as we always use full path names anyway. by Just van Rossum · 23 years ago
  95. fb3e54f made 7-bit-clean. by Just van Rossum · 23 years ago
  96. dc3c617 Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid any further encoding conversion troubles. by Just van Rossum · 23 years ago
  97. 13a0172 Got rid of mactoolboxglue.c by Jack Jansen · 23 years ago
  98. 0c99575 Fixed an error in the signature of the QdRGB converter routines. by Jack Jansen · 23 years ago
  99. dac238b When reading from stdin (with the dialog box) use any partial line on by Jack Jansen · 23 years ago
  100. a5ca7dd One more macroman<->latin1 conversion victim. by Jack Jansen · 23 years ago