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