1. 3f247ad Nits corrected by Fred by Guido van Rossum · 28 years ago
  2. 3c602d7 (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated by Fred Drake · 28 years ago
  3. e9c515a (Canvas.py): Added definition of CanvasItem.cget() as suggested by by Fred Drake · 28 years ago
  4. a1560cf - Simplified inheritance structure (still not good enough) by Jack Jansen · 28 years ago
  5. b1667ef Menu callbacks can be strings, in which case they will be looked up in by Jack Jansen · 28 years ago
  6. e7b9fde 1. Correct typo in FileWrapper.close() (fix by AMK). by Guido van Rossum · 28 years ago
  7. 13bfbe7 Fixed PM debugging by Jack Jansen · 28 years ago
  8. 5c30388 Disabled splash screen, added ShowMessage by Jack Jansen · 28 years ago
  9. 4892ab7 The Window Independent Tracer (which will probably move elsewhere once by Jack Jansen · 28 years ago
  10. f5b31c9 Changed about box to come up invisibly (so we can move it to the right by Jack Jansen · 28 years ago
  11. 0e06e7e About boxes should be at 20% of screen height, not halfway by Jack Jansen · 28 years ago
  12. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 28 years ago
  13. d96cb50 Added support for GetDialogWindow and other accessor functions by Jack Jansen · 28 years ago
  14. 0d1069e Finally *tested* effect of fg and bg yield values (and changed them:-) by Jack Jansen · 28 years ago
  15. d617c57 Changed default background yield time to 1 tick by Jack Jansen · 28 years ago
  16. b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 28 years ago
  17. 977fbf2 raise aetools.Error in stead of MacOS.Error on server-generated errors by Jack Jansen · 28 years ago
  18. 433a48e Regenerated to use aetools.Error in stead of MacOS.Error. by Jack Jansen · 28 years ago
  19. c46f56e - Added optional "start" argument to TalkTo initialializer, which by Jack Jansen · 28 years ago
  20. 0585d41 Convenience routines: wrappers around some of the scriptable finder by Jack Jansen · 28 years ago
  21. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  22. bdf03a0 - Regenerated suites - Use (and document) "start" argument to TalkTo initializer by Jack Jansen · 28 years ago
  23. 35bfd3f Created Finder 7.0 AE interface and a test program that uses the by Jack Jansen · 28 years ago
  24. 6244867 Revamped test case and updated doc string. by Guido van Rossum · 28 years ago
  25. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 28 years ago
  26. ef5cd05 Calling Application._quit() is now preferred over raising self. by Jack Jansen · 28 years ago
  27. 4cb9454 Added _quit() method similar to FrameWork in stead of setting by Jack Jansen · 28 years ago
  28. 647535d - Use a flag (self.quitting) as preferred method of exiting mainloop by Jack Jansen · 28 years ago
  29. 29a3355 Added macostools.touch() calls to inform the finder of our changes. by Jack Jansen · 28 years ago
  30. 57d53a9 - Optionally copy file times for copy/copytree (default on) by Jack Jansen · 28 years ago
  31. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 28 years ago
  32. 0bdf979 Added [GS]etDates methods to get and set creation, modification and by Jack Jansen · 28 years ago
  33. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  34. 0bc253d Explicitly call rl_initialize(). by Guido van Rossum · 28 years ago
  35. 2404858 Oops... Need to clear c_error before calling c_quot(). by Guido van Rossum · 28 years ago
  36. 3be12e9 Properly(?) implemented remainder and divmod (Tim Hochberg) by Guido van Rossum · 28 years ago
  37. 934a4ce Show names of locals in disco (Ka-Ping Yee) by Guido van Rossum · 28 years ago
  38. dc082eb Added editline fix by Guido van Rossum · 28 years ago
  39. 3f3691e (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, by Fred Drake · 28 years ago
  40. be5e342 Note obsolescence by Guido van Rossum · 28 years ago
  41. 07886d0 Rationalize MS #ifdefs by Guido van Rossum · 28 years ago
  42. f156f50 Correct typo: return -1 for error, not 0 by Guido van Rossum · 28 years ago
  43. 3863abb Correct typo: return -1 for error, not NULL by Guido van Rossum · 28 years ago
  44. c35f933 Add text of argument to errors for atoi(), atol(), atof(). by Guido van Rossum · 28 years ago
  45. 6beb479 Force O_BINARY in flags if defined, for e.g. Microsoft platforms. by Guido van Rossum · 28 years ago
  46. 622f577 Dynamically initialize ob_type field, for Windows DLL by Guido van Rossum · 28 years ago
  47. c864364 Added lockf() call by Guido van Rossum · 28 years ago
  48. 6fe01d4 Added Setup.local feature; make shared libs readonly by Guido van Rossum · 28 years ago
  49. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  50. d4ab3cd Raise exception instead of dropping imag part for conversion to int, by Guido van Rossum · 28 years ago
  51. 22a85e5 More detailed error message about exception in __del__ by Guido van Rossum · 28 years ago
  52. b7fc304 Correct typo in setattr: return -1 for error, not NULL by Guido van Rossum · 28 years ago
  53. e1607a8 (parsermodule.c): Fixed sloppy typo: '==' -> '=' by Fred Drake · 28 years ago
  54. 4b7d5a4 (libparser.tex): Revised parser module documentation; improved logical by Fred Drake · 28 years ago
  55. 36f219d More performance and layout improvements by Fred by Guido van Rossum · 28 years ago
  56. 2f66663 Added long getopt docs; by Fred by Guido van Rossum · 28 years ago
  57. eddcb3b Multiply by 1000003 instead of 3 in string hach by Guido van Rossum · 28 years ago
  58. b23a60f Get rid of bogus MSC_VER undef of CHECK() by Guido van Rossum · 28 years ago
  59. c8ce571 Rationalized PC compiler defines: require MS_WINDOWS or __BORLANDC__ by Guido van Rossum · 28 years ago
  60. 1550ff7 Layout and cleanup by Fred by Guido van Rossum · 28 years ago
  61. 28d4ba2 Another batch... by Guido van Rossum · 28 years ago
  62. c458e94 Rewrite sections on GUI and DOS/Windows, various other small edits, by Guido van Rossum · 28 years ago
  63. 6e8ec59 Implement lower by calling lower, not lift. by Guido van Rossum · 28 years ago
  64. 6b7a7e9 Bug fixes in index&icursor suggested by Nils Fischbeck. by Guido van Rossum · 28 years ago
  65. ee09fc1 Don't dump core on complex % or divmod -- raise a TypeError exception. by Guido van Rossum · 28 years ago
  66. 946cf89 Improvement suggested by Sjoerd: use $(MAKE) by Guido van Rossum · 28 years ago
  67. 5f18d6c Reformatted with 4 spaces indent. by Guido van Rossum · 28 years ago
  68. 49604d3 20% speedup by Fred by Guido van Rossum · 28 years ago
  69. 151fcfd Zapped obsolete opcode LOAD_GLOBALS. by Guido van Rossum · 28 years ago
  70. 04831d1 Use 574PATH, not $(PATH) -- it's a shell variable by Guido van Rossum · 28 years ago
  71. 563e708 the usual by Guido van Rossum · 28 years ago
  72. 2bb4f55 Shortened some lines by Guido van Rossum · 28 years ago
  73. 1631cbe Added Makefile.pre.in, my generic makefile by Guido van Rossum · 28 years ago
  74. f62e5bf Update based on Python 1.4b3. by Guido van Rossum · 28 years ago
  75. 694f701 Rewritten by Ka-Ping Yee. by Guido van Rossum · 28 years ago
  76. ba885ff Added linux2 specific code :-( by Guido van Rossum · 28 years ago
  77. 5f8ea10 Fix bogus len() call by Guido van Rossum · 28 years ago
  78. ec577d5 Correct sys.path[0] when used stand-alone by Guido van Rossum · 28 years ago
  79. 974e46c Fix type in loop stripping '__.' from name by Guido van Rossum · 28 years ago
  80. 2ea0509 close module file after loading by Guido van Rossum · 28 years ago
  81. be0a8a6 Added bastion and (dummy) rexec docs by Guido van Rossum · 28 years ago
  82. c05797d Fixed coerce docs by Guido van Rossum · 28 years ago
  83. e6ad891 One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5. by Guido van Rossum · 28 years ago
  84. cc88341 Changes to setpythonpath(): by Guido van Rossum · 28 years ago
  85. 688bbfc simpler version of the previous fix by Guido van Rossum · 28 years ago
  86. 8535b29 compatibility changes suggested by Jack, by Guido van Rossum · 28 years ago
  87. 4b6b579 Changes for NeXT by Lele by Guido van Rossum · 28 years ago
  88. 6f2260e Fixed nextstep buglet; check for libreadline w/o libterm* by Guido van Rossum · 28 years ago
  89. 2c349bb Rewritten by Lars Wizenius to add long options by Guido van Rossum · 28 years ago
  90. 8727df4 Removed some obsolete questions and references to version 1.2. by Guido van Rossum · 28 years ago
  91. daed771 Py_GetProgramName turns out not to be obsolete (used by _tkinter). by Jack Jansen · 28 years ago
  92. ffb170e PPC companion to Python68KSmall. by Jack Jansen · 28 years ago
  93. 4bc0566 It turns out that Py_GetProgramName is used after all... by Jack Jansen · 28 years ago
  94. 1247a46 Fixed to use appletbundle in stead of bundle resource file by Jack Jansen · 28 years ago
  95. d9877c1 Code to add shlib resource fork was not enabled, also made project by Jack Jansen · 28 years ago
  96. e1c3f36 Documented preliminary CGI applet. by Jack Jansen · 28 years ago
  97. 09da209 Added ref to cgi.html by Jack Jansen · 28 years ago
  98. 5a1a175 Example CGI applet by Jack Jansen · 28 years ago
  99. f4c4f9e (preliminary) framework for scriptable applications by Jack Jansen · 28 years ago
  100. f428c9e Turned off debugging output by Jack Jansen · 28 years ago