1. d92b7a0 Updated URL. by Jack Jansen · 22 years ago
  2. 601b2fd Backport of select parts of release22-maint (up to 1.38.4.2.2.3). by Jack Jansen · 22 years ago
  3. ca80002 Added Christopher Smith. by Jack Jansen · 22 years ago
  4. c6d2a20 Removed note on test_time failing. by Jack Jansen · 22 years ago
  5. 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 22 years ago
  6. 117dbdf Added an optional file with MacErrors.h extensions: IC errors aren't in there. by Jack Jansen · 22 years ago
  7. a258324 Enable universal newline support for MacPython. by Jack Jansen · 22 years ago
  8. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  9. 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
  10. 85705e7 Got rid of obsolete defines. by Jack Jansen · 22 years ago
  11. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 22 years ago
  12. cc8258d Added boolobject.c by Jack Jansen · 22 years ago
  13. 5159f1d Got rid of ifdefs for long-obsolete GUSI versions and other lurkers. by Jack Jansen · 22 years ago
  14. 32baa2c These are long obsolete. Get rid of them. by Jack Jansen · 22 years ago
  15. 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
  16. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  17. e9c0358 e macresource.need() to open the W resource file in the application init by Jack Jansen · 22 years ago
  18. 8f3078b Got the example program to work in MachoPython. by Jack Jansen · 22 years ago
  19. ff773eb Added a "run with commandline Python" flag. Works in MachoPython, should work by Jack Jansen · 22 years ago
  20. e7f776a Suite to talk to the OSX Terminal application. by Jack Jansen · 22 years ago
  21. ad5dcaf Got rid of obsolete way to get at various toolbox types. by Jack Jansen · 22 years ago
  22. 77afbc0 Add Mac/Lib/lib-scriptpackages to sys.path too. by Jack Jansen · 22 years ago
  23. 4092606 Modified to allow it to run in MachoPython in a reasonable way. It still by Jack Jansen · 22 years ago
  24. 61ef790 Auxiliary files used by BuildApplet for MachoPython. by Jack Jansen · 22 years ago
  25. 8134976 Auxiliary files for building the IDE applet. Running the IDE through by Jack Jansen · 22 years ago
  26. 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 22 years ago
  27. 96f9e08 Missed one version number. by Jack Jansen · 22 years ago
  28. bdcb1c4 First stab at an icon for the IDE. by Jack Jansen · 22 years ago
  29. ca3d307 repair damage: canceling the "save options" dialog now works again. by Just van Rossum · 22 years ago
  30. 8bb61c8 repair damage: now works again as a CFM app. by Just van Rossum · 22 years ago
  31. 9a38947 Completely revamped newline handling. PyEdit is now newline-preserving by Jack Jansen · 22 years ago
  32. e0ba087 Allow file without filetype as long as they end in ".py". by Jack Jansen · 22 years ago
  33. b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 22 years ago
  34. 32f782c Don't attempt to create a dummy fsspec if the user cancelled out, just by Jack Jansen · 22 years ago
  35. d21c9f4 Re-raise the Res.Error if the file doesn't exist. by Jack Jansen · 22 years ago
  36. 2cce33f Added -Wno-long-double by Jack Jansen · 22 years ago
  37. c5fa303 Changed visible name (in dock, menubar) of the interpreter to PythonW. by Jack Jansen · 22 years ago
  38. 3cef721 Allow .pyc files as applets as well as .py files. .py files have by Jack Jansen · 22 years ago
  39. 5053b70 If the file has no resource fork first check to see whether it's a by Jack Jansen · 22 years ago
  40. 695b33b Removed debug. by Jack Jansen · 22 years ago
  41. 0035fb2 In MachoPython print "Pythonw" in banner to distinguish from command-line by Jack Jansen · 22 years ago
  42. 0cd0e65 Added target "installunixprograms" which installs python and pythonw in by Jack Jansen · 22 years ago
  43. ab10ce6 Shell script that invokes Python.app from the command line. Called pythonw by Jack Jansen · 22 years ago
  44. 4e6d13c Make object browser work in OSX (by rewriting the old browser by Just van Rossum · 22 years ago
  45. a516a59 Include obmalloc.c in the build. by Jack Jansen · 22 years ago
  46. 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
  47. 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
  48. 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
  49. 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 22 years ago
  50. 9051e0e - Weaklink InterfaceLib in _Res module by Jack Jansen · 22 years ago
  51. 562baab Added an open_pathname() method which opens a resource file by pathname, by Jack Jansen · 22 years ago
  52. b9e6661 For reasons I don't fully understand we sometimes get unexpected events by Jack Jansen · 22 years ago
  53. 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 22 years ago
  54. 99286f9 New checkin to convert from BinHex to AppleSingle encoding. by Jack Jansen · 22 years ago
  55. ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 22 years ago
  56. 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
  57. a1e5da9 Applet icon. by Jack Jansen · 22 years ago
  58. 86c4d64 Modifed for new included expat. by Jack Jansen · 22 years ago
  59. 648c892 Updated for new included expat and new waste. by Jack Jansen · 22 years ago
  60. a2168ec mkalias() now also works for folders. Fixes bug #515830. by Just van Rossum · 22 years ago
  61. 3014ce9 CGStubLib wasn't weak-linked, fixed. 221 candidate. by Jack Jansen · 22 years ago
  62. dd989e1 Added ClipCGContextToRegion() from Quickdraw.h. by Just van Rossum · 22 years ago
  63. 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 22 years ago
  64. 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 22 years ago
  65. 6a60915 Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated. by Jack Jansen · 22 years ago
  66. e62ceac Added SndRecord and (classic only) SndRecordToFile. by Jack Jansen · 22 years ago
  67. 5bb8f78 Added support for unicode strings (utxt). by Jack Jansen · 22 years ago
  68. 4014401 Added minimal support for floating windows. by Just van Rossum · 22 years ago
  69. bf0a908 Don't append quit menu when on OSX, it is special and automatic there. by Just van Rossum · 22 years ago
  70. 4e72038 Flush screen buffer upon console.flush() and output.flush(). by Just van Rossum · 22 years ago
  71. c7dd34b Added a note about compiler warnings. by Jack Jansen · 22 years ago
  72. fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 22 years ago
  73. 402dd6e Added contributors. by Jack Jansen · 22 years ago
  74. 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 22 years ago
  75. c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 22 years ago
  76. b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 22 years ago
  77. bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 22 years ago
  78. 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 22 years ago
  79. c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 22 years ago
  80. 685d46f Newer names for various error include files. by Jack Jansen · 22 years ago
  81. a618c3f Build _tkinter for Carbon too. by Jack Jansen · 22 years ago
  82. 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 22 years ago
  83. 368875c Regenerated to take advantage of new _builtinSuites package. by Jack Jansen · 22 years ago
  84. d50c66b A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. by Jack Jansen · 22 years ago
  85. eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 23 years ago
  86. a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
  87. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
  88. c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 23 years ago
  89. ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 23 years ago
  90. 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 23 years ago
  91. fdc8d75 Include errors.rsrc in the Python.app resource file, so the error strings by Jack Jansen · 23 years ago
  92. 32d1a3b Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. by Jack Jansen · 23 years ago
  93. d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 23 years ago
  94. 51e77e1 Regenerated from UH 3.4. Candidate for 2.2.1. by Jack Jansen · 23 years ago
  95. 8aa4987 Removed references to download of Waste. by Jack Jansen · 23 years ago
  96. 4a667c7 CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. by Jack Jansen · 23 years ago
  97. 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 23 years ago
  98. b99e521 - Updated to Waste 2.0. by Jack Jansen · 23 years ago
  99. 00638bd Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau. by Jack Jansen · 23 years ago
  100. f706b1c Updated for CW7 and Tcl/Tk 8.3.4. by Jack Jansen · 23 years ago