1. 1dde7b7 Typos detected by Sjoerd by Guido van Rossum · 28 years ago
  2. c153d12 Got rid of almost totally obsolete Demo/www subdir. by Guido van Rossum · 28 years ago
  3. a58d89e 'documented' resource-number useage of EditPythonPrefs by Jack Jansen · 28 years ago
  4. 145c92d Moved resources to 510/511: the numbers above 512 gave problems when by Jack Jansen · 28 years ago
  5. 11b6d24 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of by Fred Drake · 28 years ago
  6. 43e6661 Add a dependency on clobber to the boot target. Now, if you run "make by Guido van Rossum · 28 years ago
  7. b030bc0 Fix some cases where self.openedurl wasn't set. by Guido van Rossum · 28 years ago
  8. b5fa1cb Don't add names that start with _ by Guido van Rossum · 28 years ago
  9. 5f2aa71 (Makefile): Push texi2html.py options into a make variable. by Fred Drake · 28 years ago
  10. 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 28 years ago
  11. 0b95abc (Makefile): Add libformatter.tex to the library document dependencies. by Fred Drake · 28 years ago
  12. 8f92595 (libhtmllib.tex, libsgmllib.tex, libformatter.tex): by Fred Drake · 28 years ago
  13. 7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. by Fred Drake · 28 years ago
  14. e1980ed (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib by Fred Drake · 28 years ago
  15. 0eb8837 Prepared for Tk windowing implementation by Jack Jansen · 28 years ago
  16. b96aeaf tweaked some of the positions of interface elements. by Jack Jansen · 28 years ago
  17. ca8cdc6 (formatter.py): Simplify NullFormatter definition of add_hor_rule() to match by Fred Drake · 28 years ago
  18. 53e84d5 (lib.tex): Added entry for formatter module. by Fred Drake · 28 years ago
  19. 08d301e (libwww.tex): Added entry for formatter module. by Fred Drake · 28 years ago
  20. e83b30d (libformatter.tex): Added documentation for abstract writer/formatter model by Fred Drake · 28 years ago
  21. 58d7f69 (libhtmllib.tex): Revised documentation for HTML support. by Fred Drake · 28 years ago
  22. 42439ad (libsgmllib.tex): Revised documentation for SGML support. by Fred Drake · 28 years ago
  23. 5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. by Guido van Rossum · 28 years ago
  24. f17fa68 Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee by Guido van Rossum · 28 years ago
  25. 434882e Added 'static' target; add variable TARGET replacing python by Guido van Rossum · 28 years ago
  26. 8a91302 Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp. by Guido van Rossum · 28 years ago
  27. 0983315 Toss the outdated QuickRef. by Guido van Rossum · 28 years ago
  28. a635184 Add waitflag to down_sema(). by Guido van Rossum · 28 years ago
  29. 6e8583d Check for NULL pointer returned from localtime()/gmtime(). by Guido van Rossum · 28 years ago
  30. c196202 Speedup of makeresult() by keeping a filler of (-1, -1) around. by Guido van Rossum · 28 years ago
  31. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  32. 5b1d9ba Remove RCS crud... Sigh... by Guido van Rossum · 28 years ago
  33. a4a7527 Removed RCS crud from official Python release version. by Guido van Rossum · 28 years ago
  34. b8cc6ae The usual... Sigh... by Guido van Rossum · 28 years ago
  35. 6592f88 Removed debugging print statement by Guido van Rossum · 28 years ago
  36. edaf1c9 Simple test module for strop. by Guido van Rossum · 28 years ago
  37. 3159e1e Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  38. 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  39. b7f48e3 Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  40. 3c7739a Create img modules for cfm68k too. by Jack Jansen · 28 years ago
  41. a97b8ee Set the __file__ attribute of the imported module in both versions of by Guido van Rossum · 28 years ago
  42. ccd8b19 Add provisions to set the (to be documented!) instance variable by Guido van Rossum · 28 years ago
  43. 36fc11e Compromise on test in find_class(): a user-defined function is okay, by Guido van Rossum · 28 years ago
  44. cab3c3b (Tkinter.py): Improve application basename determination to make .py and by Fred Drake · 28 years ago
  45. 4be63d1 Added getparamnames() to Message class -- return a list of all by Guido van Rossum · 28 years ago
  46. 8299e46 Don't auto-install on import. This slows down apps that use by Guido van Rossum · 28 years ago
  47. 3faf9b4 (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette(). by Fred Drake · 28 years ago
  48. 6f1ee20 Use mac_image (from cmif stuff) by Jack Jansen · 28 years ago
  49. 30fe363 Fixed progressbar cleanup by Jack Jansen · 28 years ago
  50. a0ca4c4 Replace all uses of strncmp (in split, find, rfind) with memcmp, so by Guido van Rossum · 28 years ago
  51. fe779a1 Don't mix stdout/stderr. by Guido van Rossum · 28 years ago
  52. 7df3606 Fixed object-handler-install bug by Jack Jansen · 28 years ago
  53. 9f2ff91 Fixed bug in object-handler install arg handling by Jack Jansen · 28 years ago
  54. cfb60ee Fixed very nasty null-dereferencing bug in DisposeControl/destroy object. by Jack Jansen · 28 years ago
  55. cc778eb Add main program similar to pdb. by Guido van Rossum · 28 years ago
  56. 7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the by Barry Warsaw · 28 years ago
  57. 24611f8 Always open file objects in binary mode. by Guido van Rossum · 28 years ago
  58. 336c699 Fix subtle bug detected by Jim F. by Guido van Rossum · 28 years ago
  59. dfd9cb1 Don't die if an ok file method (e.g. fileno) doesn't exist. by Guido van Rossum · 28 years ago
  60. eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 28 years ago
  61. 05cf7e0 Added VCHECK compile time option that fills allocated and freed blocks by Jack Jansen · 28 years ago
  62. e86cbc4 Protect '&' signs with '\' in description of PyNumber_Coerce. by Guido van Rossum · 28 years ago
  63. 3f247ad Nits corrected by Fred by Guido van Rossum · 28 years ago
  64. 3c602d7 (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated by Fred Drake · 28 years ago
  65. e9c515a (Canvas.py): Added definition of CanvasItem.cget() as suggested by by Fred Drake · 28 years ago
  66. a1560cf - Simplified inheritance structure (still not good enough) by Jack Jansen · 28 years ago
  67. b1667ef Menu callbacks can be strings, in which case they will be looked up in by Jack Jansen · 28 years ago
  68. e7b9fde 1. Correct typo in FileWrapper.close() (fix by AMK). by Guido van Rossum · 28 years ago
  69. 13bfbe7 Fixed PM debugging by Jack Jansen · 28 years ago
  70. 5c30388 Disabled splash screen, added ShowMessage by Jack Jansen · 28 years ago
  71. 4892ab7 The Window Independent Tracer (which will probably move elsewhere once by Jack Jansen · 28 years ago
  72. f5b31c9 Changed about box to come up invisibly (so we can move it to the right by Jack Jansen · 28 years ago
  73. 0e06e7e About boxes should be at 20% of screen height, not halfway by Jack Jansen · 28 years ago
  74. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 28 years ago
  75. d96cb50 Added support for GetDialogWindow and other accessor functions by Jack Jansen · 28 years ago
  76. 0d1069e Finally *tested* effect of fg and bg yield values (and changed them:-) by Jack Jansen · 28 years ago
  77. d617c57 Changed default background yield time to 1 tick by Jack Jansen · 28 years ago
  78. b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 28 years ago
  79. 977fbf2 raise aetools.Error in stead of MacOS.Error on server-generated errors by Jack Jansen · 28 years ago
  80. 433a48e Regenerated to use aetools.Error in stead of MacOS.Error. by Jack Jansen · 28 years ago
  81. c46f56e - Added optional "start" argument to TalkTo initialializer, which by Jack Jansen · 28 years ago
  82. 0585d41 Convenience routines: wrappers around some of the scriptable finder by Jack Jansen · 28 years ago
  83. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  84. bdf03a0 - Regenerated suites - Use (and document) "start" argument to TalkTo initializer by Jack Jansen · 28 years ago
  85. 35bfd3f Created Finder 7.0 AE interface and a test program that uses the by Jack Jansen · 28 years ago
  86. 6244867 Revamped test case and updated doc string. by Guido van Rossum · 28 years ago
  87. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 28 years ago
  88. ef5cd05 Calling Application._quit() is now preferred over raising self. by Jack Jansen · 28 years ago
  89. 4cb9454 Added _quit() method similar to FrameWork in stead of setting by Jack Jansen · 28 years ago
  90. 647535d - Use a flag (self.quitting) as preferred method of exiting mainloop by Jack Jansen · 28 years ago
  91. 29a3355 Added macostools.touch() calls to inform the finder of our changes. by Jack Jansen · 28 years ago
  92. 57d53a9 - Optionally copy file times for copy/copytree (default on) by Jack Jansen · 28 years ago
  93. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 28 years ago
  94. 0bdf979 Added [GS]etDates methods to get and set creation, modification and by Jack Jansen · 28 years ago
  95. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  96. 0bc253d Explicitly call rl_initialize(). by Guido van Rossum · 28 years ago
  97. 2404858 Oops... Need to clear c_error before calling c_quot(). by Guido van Rossum · 28 years ago
  98. 3be12e9 Properly(?) implemented remainder and divmod (Tim Hochberg) by Guido van Rossum · 28 years ago
  99. 934a4ce Show names of locals in disco (Ka-Ping Yee) by Guido van Rossum · 28 years ago
  100. dc082eb Added editline fix by Guido van Rossum · 28 years ago