1. a89b1ba rationalized os.path.split() so split "/a/" yields "/a", "" by Guido van Rossum · 29 years ago
  2. 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 29 years ago
  3. 0f452fa Slightly reorganized so it is useable from another program, and by Jack Jansen · 29 years ago
  4. 54500bb Fixed typo by Jack Jansen · 29 years ago
  5. 8932a82 Projects used for 1.3b3 distribution (I promise I won't check them in by Jack Jansen · 29 years ago
  6. e83d201 Minor fix by Jack Jansen · 29 years ago
  7. 05249f96f Updated 1.3 relnotes and added top-level instructions by Jack Jansen · 29 years ago
  8. b39be21 Fixed to work on 68K (could be yet another optimizer bug or something) by Jack Jansen · 29 years ago
  9. 54bc679 patchlevel set to 1.3b3 by Jack Jansen · 29 years ago
  10. dffa123 Seems I had never checked the README file in... by Jack Jansen · 29 years ago
  11. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  12. 9119ccf Added List module by Jack Jansen · 29 years ago
  13. 847e89e Removed unused variables by Jack Jansen · 29 years ago
  14. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  15. 61c32fe Release notes for 1.3 by Jack Jansen · 29 years ago
  16. 6c60b6e Added version resource Added dialogs for initial preference file creation by Jack Jansen · 29 years ago
  17. e220f50 removed unused var by Jack Jansen · 29 years ago
  18. a6a55e9 Removed unused var by Jack Jansen · 29 years ago
  19. c9c99f2 Interactively create a distribution from a sourcetree. by Jack Jansen · 29 years ago
  20. 7c86b21 - Allow PythonApplet to be an alias - Correctly set bundle and init bits by Jack Jansen · 29 years ago
  21. 8094f0d Added functionality: locate CW projects, copy them, empty them and binhex them. by Jack Jansen · 29 years ago
  22. fbac4bb - imp seems to always want a file object arg by Jack Jansen · 29 years ago
  23. 0223aa1 Obscure bugfix by Jack Jansen · 29 years ago
  24. 0949055 its all in the name... by Jack Jansen · 29 years ago
  25. 8961847 Modeless dialog test by Jack Jansen · 29 years ago
  26. 423c798 copy() can now create destination path by Jack Jansen · 29 years ago
  27. f5101ee Constants useful when using macfs module by Jack Jansen · 29 years ago
  28. 13dc4f7 Fixed dialog-window event handling by Jack Jansen · 29 years ago
  29. 7765dbb Hexbinned CodeWarrior projects by Jack Jansen · 29 years ago
  30. f45e586 fix typo in bsddb entry by Guido van Rossum · 29 years ago
  31. 1100dca Initial revision by Guido van Rossum · 29 years ago
  32. 7e183e9 Documented new argument order. by Jack Jansen · 29 years ago
  33. 8b74512 Changed arguments and added a lot of functionality besides by Jack Jansen · 29 years ago
  34. ac4f8d3 Initial revision by Guido van Rossum · 29 years ago
  35. 4324536 forget previous change (content-encoding) by Guido van Rossum · 29 years ago
  36. a5cf179 encoding can be content-transfer-encoding or content-encoding by Guido van Rossum · 29 years ago
  37. ca44540 support overriding how to open unknown url types by Guido van Rossum · 29 years ago
  38. 92d0932 changed some commas into percent signs by Guido van Rossum · 29 years ago
  39. edb21c4 Fixed typo: == -> =. by Sjoerd Mullender · 29 years ago
  40. 4549b13 Documented binascii, binhex and uu modules. Put them in the by Jack Jansen · 29 years ago
  41. 6ec3c65 Implemented two new functions in sys: by Sjoerd Mullender · 29 years ago
  42. b0a2ce5 several new questions, 1.3 beta mentioned by Guido van Rossum · 29 years ago
  43. 740f357 Fixed calling of __del__ method with TRACE_REFS defined. by Sjoerd Mullender · 29 years ago
  44. 24260ec This commit was manufactured by cvs2svn to create tag 'r13beta1'. by cvs2svn · 29 years ago
  45. d4901c8 changes by Barry, e.g. font lock & email addresses by Guido van Rossum · 29 years ago
  46. e7017ba updates by Guido van Rossum · 29 years ago
  47. bf8e7d5 new stuff by Guido van Rossum · 29 years ago
  48. 7911813 new people by Guido van Rossum · 29 years ago
  49. 06f4289 many fixes by anonymous contributor by Guido van Rossum · 29 years ago
  50. d639b45 dbhash -> bsddb by Guido van Rossum · 29 years ago
  51. e03f277 fix bug in close() by Guido van Rossum · 29 years ago
  52. 66017aa fix leaks in keys(); fix bug in close() by Guido van Rossum · 29 years ago
  53. 0587011 rd_object() with exception is fatal error by Guido van Rossum · 29 years ago
  54. 69f6ee6 err_badcall() is fatal error by Guido van Rossum · 29 years ago
  55. 97162b5 exec() -> exec by Guido van Rossum · 29 years ago
  56. 9d8c5a4 add errno.h by Guido van Rossum · 29 years ago
  57. 84c8c7f 1.3b1 notes by Guido van Rossum · 29 years ago
  58. 45ee2ea improve ac_sys_system/release, add ac_syts_cpu by Guido van Rossum · 29 years ago
  59. d4c2646 Generated anew by Jack Jansen · 29 years ago
  60. b95ea18 Added ResObj_OptNew declaration by Jack Jansen · 29 years ago
  61. 91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned by Jack Jansen · 29 years ago
  62. 9f37c6d Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. by Jack Jansen · 29 years ago
  63. caf7505 Added WhichWindow function to obtain window object given WindowPtr (as by Jack Jansen · 29 years ago
  64. 2f21246 Test of list in dialog by Jack Jansen · 29 years ago
  65. b4e4783 Uses new FrameWork, has multiple windows by Jack Jansen · 29 years ago
  66. 8ce4d51 Different arg to GetEventHandler (but I cannot really remember fixing by Jack Jansen · 29 years ago
  67. 7e0da90 Made separate window class (and subclasses for special windows like by Jack Jansen · 29 years ago
  68. ac7c0df Indent bug by Jack Jansen · 29 years ago
  69. 9c4585a Removed addbase.__del__ because it can't work. by Sjoerd Mullender · 29 years ago
  70. ebed45f Documented MacOS module. by Jack Jansen · 29 years ago
  71. 0e13374 Documented PromptGetFile and optional prompt to GetDirectory. by Jack Jansen · 29 years ago
  72. 4518577 Fixed incorrect tex-code for readline by Jack Jansen · 29 years ago
  73. 479c1b3 Put debug output inside 'if DEBUG'. by Jack Jansen · 29 years ago
  74. 7a58336 Various fixes: missing imports, missing calls to by Jack Jansen · 29 years ago
  75. 01c2309 Useful routines on a mac: by Jack Jansen · 29 years ago
  76. 32486f5 Added PyMac_PromptGetFile, removed stuff gone to other sources. by Jack Jansen · 29 years ago
  77. 819f177 Lots of stuff moved to other files. by Jack Jansen · 29 years ago
  78. c2e6dd8 New file: list resource-ids in one place. by Jack Jansen · 29 years ago
  79. 56b14d4 Lots of stuff removed: gone to various other files. by Jack Jansen · 29 years ago
  80. 696c958 This is completely different from the old mainmain (which wasn't used by Jack Jansen · 29 years ago
  81. 12fce3e macgetpath - sys.path setting code factored out of config.c and by Jack Jansen · 29 years ago
  82. f717ac2 Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the by Jack Jansen · 29 years ago
  83. 0e1c0ce Renumbered dialogs: by Jack Jansen · 29 years ago
  84. d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a by Jack Jansen · 29 years ago
  85. 9c45a65 Added missing initializer and extra error check. by Jack Jansen · 29 years ago
  86. 9062fa2 Added prompts to various file-select dialogs Renumbered resources to above 512 by Jack Jansen · 29 years ago
  87. ad16927 Added List.slb alias by Jack Jansen · 29 years ago
  88. 3050a2d Binhexify any .rsrc file in a tree by Jack Jansen · 29 years ago
  89. eaeb1c8 Added missing 'leftchar' initializer. by Jack Jansen · 29 years ago
  90. dc977a9 Shuffled include's around (name conflict on Mac wrt teclick()) by Jack Jansen · 29 years ago
  91. 9d19a91 Added prompt to getfile dialog Renumbered resources by Jack Jansen · 29 years ago
  92. ec38010 Added basic mac documentation. by Jack Jansen · 29 years ago
  93. a4b1d00 Interface to the Mac List Manager. by Jack Jansen · 29 years ago
  94. f33a69f Temporary fix for access statement. Definition of Error was missing. by Sjoerd Mullender · 29 years ago
  95. e2cb727 exec() -> exec by Guido van Rossum · 29 years ago
  96. a49d94a test for specific bug in vars() by Guido van Rossum · 29 years ago
  97. 1d59df2 added select_present and select_range to Entry widget by Guido van Rossum · 29 years ago
  98. abad1cc renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely) by Guido van Rossum · 29 years ago
  99. e03a86c change default flag to match dbm/gdbm by Guido van Rossum · 29 years ago
  100. 1035a89 make sure the path ends in a slash in reload() by Guido van Rossum · 29 years ago