1. 658cef0 Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! by Fred Drake · 26 years ago
  2. 8387af6 If a control has no refcon pointing back to the Python object we create a new by Jack Jansen · 26 years ago
  3. d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 26 years ago
  4. 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 26 years ago
  5. bf5a6d2 Fixed tons of small markup problems. by Fred Drake · 26 years ago
  6. 3fce883 Vladimir has restructured his code somewhat so that the blocks are now by Guido van Rossum · 26 years ago
  7. 4edf656 Remove stuff with unsure copyright status by Guido van Rossum · 26 years ago
  8. 9a4da08 Change #! line to modern usage; also chmod +x by Guido van Rossum · 26 years ago
  9. 7e75c94 Change #! line to modern usage by Guido van Rossum · 26 years ago
  10. b3a20bc Added availabililty annotations to respond to concerns of /F. by Fred Drake · 26 years ago
  11. 4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II by Fred Drake · 26 years ago
  12. 93503ca Fixup the module keys. There were some problems with hosting / processing by Fred Drake · 26 years ago
  13. be110c1 Updates based on comments from /F. by Fred Drake · 26 years ago
  14. 367ac80 From: Sjoerd Mullender by Guido van Rossum · 26 years ago
  15. f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, by Guido van Rossum · 26 years ago
  16. dd58416 Don't crash when sys.path contains an empty string. by Guido van Rossum · 26 years ago
  17. 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 26 years ago
  18. 49c7bc4 This file was never supposed to be part of IDLE. by Guido van Rossum · 26 years ago
  19. b62e877 - Don't crash in the case where a superclass is a string instead of a by Guido van Rossum · 26 years ago
  20. cbd9870 Added .rdf and .xsl as application/xml types. (.rdf is for the by Fred Drake · 26 years ago
  21. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 26 years ago
  22. a060fb2 Alas, Vladimir's patch caused a bus error (probably double by Guido van Rossum · 26 years ago
  23. 881928f Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 26 years ago
  24. da084ed Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 26 years ago
  25. ee84d59 Lots of nits to respond to various comments from users. by Fred Drake · 26 years ago
  26. 9537586 Added some clarification on CWGUSI building and pathnames as they come by Jack Jansen · 26 years ago
  27. d6e8713 Add PathBrowser to File module by Guido van Rossum · 26 years ago
  28. a917af7 "Path browser" - 4 scrolled lists displaying: by Guido van Rossum · 26 years ago
  29. dc424be New utility: multiple scrolled lists in parallel by Guido van Rossum · 26 years ago
  30. ac1cb16 - White background. by Guido van Rossum · 26 years ago
  31. 29aab75 open_http also had the 'data is None' test backwards. don't call with the by Guido van Rossum · 26 years ago
  32. dc12ec8 Fix a number of typos and small grammatical nits pointed out by Detlef by Fred Drake · 26 years ago
  33. 496bc7f Call Py_SetProgramName() instead of redefining getprogramname(), by Guido van Rossum · 26 years ago
  34. eb894eb Always test for an error return (usually NULL or -1) without setting by Guido van Rossum · 26 years ago
  35. d3eb577 Patch by Chris Herborth for BeOS code. He writes: by Guido van Rossum · 26 years ago
  36. d2cd6f8 Small change by Jack Jansen. by Guido van Rossum · 26 years ago
  37. db75afe Added collapse_ws option. by Greg Ward · 26 years ago
  38. a4e6ae6 Offscreen bitmap support, first stab. PixMaps are still treated as ordinary by Jack Jansen · 26 years ago
  39. 6a51b37 Added Qdoffs module. by Jack Jansen · 26 years ago
  40. 4100900 Added a rewrite rule so the Str255 argument of GetControlTitle is seen as by Jack Jansen · 26 years ago
  41. 39fc1bc Added note about __builtin__._ to section dicussing classes of by Fred Drake · 26 years ago
  42. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 26 years ago
  43. 5b6334f Added App module (appearance manager interface). And of course codewarrior by Jack Jansen · 26 years ago
  44. e32596b Interface to the appearance manager. by Jack Jansen · 26 years ago
  45. e4349e8 Re-generated with OSStatus treated like OSErr (i.e. not returned, but raising by Jack Jansen · 26 years ago
  46. 1acb874 Oops, missed a couple of substitutions in the templates. by Fred Drake · 26 years ago
  47. b41f97d Pass in the 'Send comments to ...' on the mkmodindex command line, by Fred Drake · 26 years ago
  48. 5f7832d Allow many more aspects of the generated page to be parameterized, and by Fred Drake · 26 years ago
  49. 6de28bd Added "Internet Config" to index. by Fred Drake · 26 years ago
  50. 62cc360 add_module_idx(): If \ignorePlatformAnnotation is used, only ignore by Fred Drake · 26 years ago
  51. 35c3ffd Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported by Fred Drake · 26 years ago
  52. fc372aa added hasclosebox attr (jstrout) -- jvr by Just van Rossum · 26 years ago
  53. aaa0d9a Record the value of $TEXINPUTS in the transcript. by Fred Drake · 26 years ago
  54. d8ee0e6 Oops, missed version number for pdfTeX. Updated. by Fred Drake · 26 years ago
  55. 41dee84 Lots of small updates. by Fred Drake · 26 years ago
  56. b1d8398 Obsolete; use the Python version instead. by Fred Drake · 26 years ago
  57. 6b12b1e Switch to the Python version of mkhowto. by Fred Drake · 26 years ago
  58. 8b88093 Re-written mkhowto in Python; this should be at least a little more portable. by Fred Drake · 26 years ago
  59. 749f943 process(): New function that contains the "orchestration" of the by Fred Drake · 26 years ago
  60. 7c8754f process(): New function that contains the "orchestration" of the by Fred Drake · 26 years ago
  61. aa99a50 Be a little more friendly for the generation of the text version: for by Fred Drake · 26 years ago
  62. a54a887 "\platform{UNIX}" should really be spelled "\platform{Unix}". by Fred Drake · 26 years ago
  63. f6863c1 Added \platform annotations. by Fred Drake · 26 years ago
  64. 46a9438 Add information about adding the portability statement. by Fred Drake · 26 years ago
  65. 7f492ad Be more flexible to support platform annotations. by Fred Drake · 26 years ago
  66. 75ab7a6 Clean up *.pla files -- platform annotation information. by Fred Drake · 26 years ago
  67. 521835c Ignore *.pla -- the platform annotation information. Also, remove it for by Fred Drake · 26 years ago
  68. d70091e Ignore *.pla -- the platform annotation information. by Fred Drake · 26 years ago
  69. 0c275fa Added support for \platform, \platformof, and \ignorePlatformAnnotation. by Fred Drake · 26 years ago
  70. 557460c swallow_newline(): Removed function; not really needed. Modified all call by Fred Drake · 26 years ago
  71. 2383f6d Improve handling of module index, to deal with platform annotations a little by Fred Drake · 26 years ago
  72. 01bc01c Changes to accomodate the global module index and platform annotations. by Fred Drake · 26 years ago
  73. 368b16a Only use 4 columns in the module index, to accomodate platform annotations. by Fred Drake · 26 years ago
  74. 1271005 added "Save options" menu to popup so users can set the creator of scripts -- jvr by Just van Rossum · 26 years ago
  75. f4b0681 changed creator to 'Pide' -- jvr by Just van Rossum · 26 years ago
  76. 4798c4e added kludge so edit menus work in W.ModalDialogs -- jvr by Just van Rossum · 26 years ago
  77. 6f0e55a updated 'vers' resource -- jvr by Just van Rossum · 26 years ago
  78. 3853be8 reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr by Just van Rossum · 26 years ago
  79. 867dc25 added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be 'Pide' -- jvr by Just van Rossum · 26 years ago
  80. 24f7b23 Set the signature for the IDE "by hand", the bundle is already included in the by Jack Jansen · 26 years ago
  81. 1e4cc33 Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc. by Jack Jansen · 26 years ago
  82. d4bdbf1 added "dummy" makeopenwindowsmenu method to simplify making a standalone W app -- jvr by Just van Rossum · 26 years ago
  83. 96b64d0 open res file(s) read only; upped __version__ -- jvr by Just van Rossum · 26 years ago
  84. 43b34da extract_tb(): Only describe this function once. Problem reported by by Fred Drake · 26 years ago
  85. 3906363 Typo: "Availabilty" --> "Availability" Thanks to /F! by Fred Drake · 26 years ago
  86. ca37995 added slight delay in Scrollbar.click() for more intuitive response -- jvr by Just van Rossum · 26 years ago
  87. 68922f0 fixed "crashing" bug when scripts folder as stored in prefs file does not exist. by Just van Rossum · 26 years ago
  88. cf2efc6 Uncommented AskYesNoCancel docstring (how did it get commented in the first place?) by Jack Jansen · 26 years ago
  89. b30f52a http_error had the 'data is None' test backwards. don't call with the by Jeremy Hylton · 26 years ago
  90. f90b002 change indentation from 8 spaces to 4 spaces by Jeremy Hylton · 26 years ago
  91. 547c3f1 pleasing the tabnanny by Jeremy Hylton · 26 years ago
  92. bff3ae1 Oops, one more "x, y, z" to convert... by Fred Drake · 26 years ago
  93. 8720917 Adjusted comment at the top to be less confusing, following Fredrik by Fred Drake · 26 years ago
  94. 51027c4 Added note about comments, from Christopher Petrilli. by Fred Drake · 26 years ago
  95. 16e81f4 Update some of the top comments and shorten title of the first section. by Fred Drake · 26 years ago
  96. e1c717b Moved whatsound to lib-old/, since it was declared obsolete and is documented by Fred Drake · 26 years ago
  97. 0652a4e Use sndhdr instead of the obsolete whatsound module. by Fred Drake · 26 years ago
  98. dbc8364 When performing a POST request, i.e. when the second argument to by Jeremy Hylton · 26 years ago
  99. 093c97a ignore_from_idx(): Fixed bug in regular expression. by Fred Drake · 26 years ago
  100. 684f78f Add target for modindex.html; a combined lib+mac module index. Also by Fred Drake · 26 years ago