1. 95ffa23 Removed unused variables by Jack Jansen · 29 years ago
  2. 8426477 Modified/recreated to use keyword arguments by Jack Jansen · 29 years ago
  3. 96ebbd3 new after options; text.search; new image methods by Guido van Rossum · 29 years ago
  4. 275fbe2 Move some stuff around so customizations in Setup take precedence by Guido van Rossum · 29 years ago
  5. 896fc7e re-enable new.code(...) with new args by Guido van Rossum · 29 years ago
  6. 64b24fb clear quitMainLoop when we fall through the main loop by Guido van Rossum · 29 years ago
  7. 8988fb2 Initial revision by Guido van Rossum · 29 years ago
  8. c0e68d1 actualized example, catch EOFError, print retrieved lines if debugging>2 by Guido van Rossum · 29 years ago
  9. 928fced actualized example/reference, fix bug w/ nonnumeric port by Guido van Rossum · 29 years ago
  10. c7ae920 add flush_softspace() interface by Guido van Rossum · 29 years ago
  11. e3d9320 allow _ in attr names (Netscape!) by Guido van Rossum · 29 years ago
  12. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  13. 59c473b delete PyNothing_Check, which does not actually exist by Guido van Rossum · 29 years ago
  14. 05151e0 +aaron watters, +PSA, +GC, -lance, -beta by Guido van Rossum · 29 years ago
  15. 65126d5 entity definitions from HTML 2.0 std by Guido van Rossum · 29 years ago
  16. c52c1e9 Initial revision by Guido van Rossum · 29 years ago
  17. 59fcc5a Added some clarifications and fixed host names. by Jack Jansen · 29 years ago
  18. bc12873 Load toolbox modules "by hand" using imp, so this script should now by Jack Jansen · 29 years ago
  19. 3f14f4a Changed the way .rsrc and template are copied: hopefully this will by Jack Jansen · 29 years ago
  20. 9722ad8 Mac changes by Guido van Rossum · 29 years ago
  21. 453534a added verbose option; added ismap/align/width/height to handle_image args by Guido van Rossum · 29 years ago
  22. 3c0bfd0 fix <!...!> parsing; added verbose option; don't lowercase entityrefs by Guido van Rossum · 29 years ago
  23. 8421c4e actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon by Guido van Rossum · 29 years ago
  24. 3f6bb86 fix bogus resize length in nextc by Guido van Rossum · 29 years ago
  25. 194e20a add file parameter to all printing fns, default stderr by Guido van Rossum · 29 years ago
  26. 095e9c6 (py-align-multiline-strings-p): new variable by Barry Warsaw · 29 years ago
  27. 2242fd1 fix several bugs in tr argument lists by Guido van Rossum · 29 years ago
  28. e7abf4e remove Modules/Makefile on distclean by Guido van Rossum · 29 years ago
  29. 57855b1 added strftime by Guido van Rossum · 29 years ago
  30. ff84049 added psa plug by Guido van Rossum · 29 years ago
  31. dc3372e new exec syntax by Guido van Rossum · 29 years ago
  32. aada0d5 Initial revision by Guido van Rossum · 29 years ago
  33. 71b1a90 added getitem/setitem to Image class; changed call wrapping (again) by Guido van Rossum · 29 years ago
  34. 1c9daa8 handle missing QUERY_STRING by Guido van Rossum · 29 years ago
  35. 3b7b813 recognize a few more file types by Guido van Rossum · 29 years ago
  36. 54c1510 improved test/main program by Guido van Rossum · 29 years ago
  37. a1e7e62 fix bug with missing default for last arg (discovered by Tommy Burnette) by Guido van Rossum · 29 years ago
  38. befa14f #undef argument, for the Mac by Guido van Rossum · 29 years ago
  39. 020dfe7 include Python.h by Guido van Rossum · 29 years ago
  40. 650ae0a remove unwanted fatal() from err_badcall() by Guido van Rossum · 29 years ago
  41. 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
  42. 8ca687a use Py_PROTO macro by Guido van Rossum · 29 years ago
  43. 8ba873b adapted to K&R C by Guido van Rossum · 29 years ago
  44. 6f011d7 Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise by Sjoerd Mullender · 29 years ago
  45. 0c6563f (py-electric-colon): turn off electric behavior inside strings and comments. by Barry Warsaw · 29 years ago
  46. 57697af (python-mode): comment-multi-line must be nil for Emacs 19 by Barry Warsaw · 29 years ago
  47. c01c5c8 (py-compute-indentation): when inside a comment, indent to under the by Barry Warsaw · 29 years ago
  48. e77438c new version from configure.in by Guido van Rossum · 29 years ago
  49. 7c53b77 plug some leaks by Guido van Rossum · 29 years ago
  50. 1c20648 added SITEPATH and DESTPATH variables by Guido van Rossum · 29 years ago
  51. 55a214e on osf/1, never use gcc; added test for strftime() by Guido van Rossum · 29 years ago
  52. bbc3410 added 5th return item, clock time, to posix.times() by Guido van Rossum · 29 years ago
  53. a3127e8 added strop.translate(s, table) by Guido van Rossum · 29 years ago
  54. 8d8c1ee added time.strftime() by Guido van Rossum · 29 years ago
  55. 26ee809 added strftime by Guido van Rossum · 29 years ago
  56. f65f278 added string.translate(s, table) by Guido van Rossum · 29 years ago
  57. 1e15061 add realtime as 5th item to os.times() return value by Guido van Rossum · 29 years ago
  58. 93cf55e HP-Prec is not 64-bit by Guido van Rossum · 29 years ago
  59. a67dee3 move uncomfortable backslash by Guido van Rossum · 29 years ago
  60. 502d960 incompletely converted to Tk 4.0 by Guido van Rossum · 29 years ago
  61. c27e042 adapted to Tk 4.0 and CNRI man page locations by Guido van Rossum · 29 years ago
  62. 69428f1 improve fonts; Tk 4.0 aware by Guido van Rossum · 29 years ago
  63. bbf8175 simplified no Tk() sets _default_root by Guido van Rossum · 29 years ago
  64. 55618ef use $DISPLAY by Guido van Rossum · 29 years ago
  65. c66394d Initial revision by Guido van Rossum · 29 years ago
  66. 23d7b4b removed redundant C++ hack by Guido van Rossum · 29 years ago
  67. a0dfc7a fixed the test program by Guido van Rossum · 29 years ago
  68. aad8692 Initial revision by Guido van Rossum · 29 years ago
  69. a5773dd move constants to Tkconstants; added some; overridable error reporting; fix typo in propagate by Guido van Rossum · 29 years ago
  70. 1dc366f add (dummy) mode arg to open() by Guido van Rossum · 29 years ago
  71. edd6376 added read/writelines, bufsize to makefile, gethostbyaddr by Guido van Rossum · 29 years ago
  72. b9e39c8 Filter button should set selection's directory, too by Guido van Rossum · 29 years ago
  73. bf4d8f9 added OptionMenu class (tk_optionMenu interface) by Guido van Rossum · 29 years ago
  74. cf9e27c support value-less attributes, using regex.group() by Guido van Rossum · 29 years ago
  75. fd504d9 took out forms support (in favor a Grail extension) by Guido van Rossum · 29 years ago
  76. a89b1ba rationalized os.path.split() so split "/a/" yields "/a", "" by Guido van Rossum · 29 years ago
  77. 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 29 years ago
  78. 0f452fa Slightly reorganized so it is useable from another program, and by Jack Jansen · 29 years ago
  79. 54500bb Fixed typo by Jack Jansen · 29 years ago
  80. 8932a82 Projects used for 1.3b3 distribution (I promise I won't check them in by Jack Jansen · 29 years ago
  81. e83d201 Minor fix by Jack Jansen · 29 years ago
  82. 05249f96f Updated 1.3 relnotes and added top-level instructions by Jack Jansen · 29 years ago
  83. b39be21 Fixed to work on 68K (could be yet another optimizer bug or something) by Jack Jansen · 29 years ago
  84. 54bc679 patchlevel set to 1.3b3 by Jack Jansen · 29 years ago
  85. dffa123 Seems I had never checked the README file in... by Jack Jansen · 29 years ago
  86. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  87. 9119ccf Added List module by Jack Jansen · 29 years ago
  88. 847e89e Removed unused variables by Jack Jansen · 29 years ago
  89. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  90. 61c32fe Release notes for 1.3 by Jack Jansen · 29 years ago
  91. 6c60b6e Added version resource Added dialogs for initial preference file creation by Jack Jansen · 29 years ago
  92. e220f50 removed unused var by Jack Jansen · 29 years ago
  93. a6a55e9 Removed unused var by Jack Jansen · 29 years ago
  94. c9c99f2 Interactively create a distribution from a sourcetree. by Jack Jansen · 29 years ago
  95. 7c86b21 - Allow PythonApplet to be an alias - Correctly set bundle and init bits by Jack Jansen · 29 years ago
  96. 8094f0d Added functionality: locate CW projects, copy them, empty them and binhex them. by Jack Jansen · 29 years ago
  97. fbac4bb - imp seems to always want a file object arg by Jack Jansen · 29 years ago
  98. 0223aa1 Obscure bugfix by Jack Jansen · 29 years ago
  99. 0949055 its all in the name... by Jack Jansen · 29 years ago
  100. 8961847 Modeless dialog test by Jack Jansen · 29 years ago