1. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  2. 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago
  3. 74311b2 1. Catch NameError on import (could be raised by case mismatch on Windows). by Guido van Rossum · 25 years ago
  4. 292dd2d Missed a few. by Guido van Rossum · 25 years ago
  5. ec9cca7 Rewritten based on TreeWidget.py by Guido van Rossum · 25 years ago
  6. 1ff48ec Object browser, based on TreeWidget.py. by Guido van Rossum · 25 years ago
  7. 7419f4b Tree widget done right. by Guido van Rossum · 25 years ago
  8. d3a518b As yet unused code for tool tips. by Guido van Rossum · 25 years ago
  9. ee03611 Ensure sys.argv[0] is the script name on Run Script. by Guido van Rossum · 25 years ago
  10. 96cf271 Move zoom height functionality to separate function. by Guido van Rossum · 25 years ago
  11. 5fac2ab Fix availability clause; mention availability of similar functionality by Fred Drake · 25 years ago
  12. 32465f4 A few icons used by ../TreeWidget.py and its callers. by Guido van Rossum · 25 years ago
  13. 8234dfc New version by Tim Peters improves block opening test. by Guido van Rossum · 25 years ago
  14. 116b31b Jack Jansen's patch to support file:///path/file/name URL syntax. by Guido van Rossum · 25 years ago
  15. fa8c3ea Greg McFarlane writes: Tkinter.Text.tag_add should take multiple by Guido van Rossum · 25 years ago
  16. f63b8cc posix_listdir(): When an error occurs, call by Barry Warsaw · 25 years ago
  17. f188242 Oops, forgot to remove the individual module indexes for lib & mac now by Fred Drake · 25 years ago
  18. 3c27ec2 Add <hr> after top navigation bar; now looks more like the rest of the by Fred Drake · 25 years ago
  19. d2a727f Hack: make sure LaTeX2HTML doesn't change -- to - in mkhowto description. by Fred Drake · 25 years ago
  20. 3aa70d6 Document the "pid" attribute of the Popen3 class. by Fred Drake · 25 years ago
  21. a7ce52b0 Typo reported by Gerry Wiener <wiener@rap.ucar.edu>: by Fred Drake · 25 years ago
  22. abc8cc6 Move some \index entries around so we can avoid using empty comments; by Fred Drake · 25 years ago
  23. 82f355a Change the example of configuring for large file support under Solaris by Fred Drake · 25 years ago
  24. a20fdcd Eugene Dvurechenski <jno@glas.net> says: by Barry Warsaw · 25 years ago
  25. 6b330ba8 "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
  26. fa2def2 (py-electric-backspace): I'm not sure this function should be special by Barry Warsaw · 25 years ago
  27. 53db859 (py-parse-state): When running under Emacs -- which doesn't have by Barry Warsaw · 25 years ago
  28. a8f99ba (py-statement-closes-block-p): Add a py-goto-initial-line which fixes by Barry Warsaw · 25 years ago
  29. c7ba080 Oliver Steele writes: by Just van Rossum · 25 years ago
  30. 8bfefce On HP-UX, -rpath is another option taking an argument that needs to go by Guido van Rossum · 25 years ago
  31. 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
  32. b6f8cf1 Rename History to IdleHistory. Add isatty() to pseudo files. by Guido van Rossum · 25 years ago
  33. 945507e Make initial stack viewer wider by Guido van Rossum · 25 years ago
  34. 2092b43 New wishes by Guido van Rossum · 25 years ago
  35. def2c96 Much improved autoindent and handling of tabs, by Tim Peters. by Guido van Rossum · 25 years ago
  36. c40c547 Map .js to application/x-javascript. by Fred Drake · 25 years ago
  37. 0eb7b2a Enhanced docstring and some comments. by Fred Drake · 25 years ago
  38. c4811d8 Modify to perform "---" to "&mdash;" conversion outside of by Fred Drake · 25 years ago
  39. c41e1e5 Remove the "---" to "&mdash;" conversion; this is wrong in verbatim by Fred Drake · 25 years ago
  40. 338da93 SET_LINE_NO ==> SET_LINENO by Fred Drake · 25 years ago
  41. 0e6444c Added "Learning Python" to the books section. by Fred Drake · 25 years ago
  42. 33378da Added paragraph explaininng the text/binary flavors of some methods, by Fred Drake · 25 years ago
  43. d1fb779 Document \e, \url. Add a few more comments about mkhowto. by Fred Drake · 25 years ago
  44. 4f52867 Don't \input boilerplate.tex, fill in the real stuff. 3rd party by Fred Drake · 25 years ago
  45. 87f768e Attempted to clarify usage of the \declaremodule macro somewhat; by Fred Drake · 25 years ago
  46. 3e4c614 define_module(): Check the module type for validity before using. by Fred Drake · 25 years ago
  47. 6682302 \declaremodule: Typo. by Fred Drake · 25 years ago
  48. 5bc8d99 \declaremodule: Make this more robust. Only attempt to add an index by Fred Drake · 25 years ago
  49. 8ee593c The conversion temporary files should not be ignored here anymore, by Fred Drake · 25 years ago
  50. dbc2d08 POP3.uidl(): Update description based on comments from Piers Lauder by Fred Drake · 25 years ago
  51. 361c048 POP3.uidl(): Update docstring based on comments from Piers Lauder by Fred Drake · 25 years ago
  52. dab4468 PyCObject_FromVoidPtr(): Clarify that the destr function will only be by Fred Drake · 25 years ago
  53. 431f0ce Small nits around some of the index entries. by Fred Drake · 25 years ago
  54. ab03215 make_index_entry(): Remove. Not only did this override the by Fred Drake · 25 years ago
  55. 76febdf make_index_entry(): Remove. This is overridden in python.perl and by Fred Drake · 25 years ago
  56. 7088df4 Removed old comments. by Fred Drake · 25 years ago
  57. 84bd6f3 Change the look of \seemodule output to fit in better. by Fred Drake · 25 years ago
  58. 03c05a5 Move the "See also:" section so it appears are part of the top HTML by Fred Drake · 25 years ago
  59. 184e836 Added module references; minor grammatical fixes. All suggested by Eric Raymond. by Fred Drake · 25 years ago
  60. 9ade7e0 Added missing comma, reported by Eric Raymond. by Fred Drake · 25 years ago
  61. e779d4f Lots of adjustments to deal with the document content now being stored by Fred Drake · 25 years ago
  62. 54fb7fb Some more fixes. by Fred Drake · 25 years ago
  63. b894370 Fixed some index entries. by Fred Drake · 25 years ago
  64. 2697694 ExtendedEsisBuilder.push(): Override inherited definition. We don't by Fred Drake · 25 years ago
  65. f79acbd Fix some bugs introduced in the previous checkin. by Fred Drake · 25 years ago
  66. 96c00b0 Define & use a Conversion object. It's still really ugly, but at by Fred Drake · 25 years ago
  67. b0bc7f2 Updated connect_ex() documentation based on comments in the newgroup by Fred Drake · 25 years ago
  68. a871c2e Make it work for "manual" documents as well as "howto" documents. by Fred Drake · 25 years ago
  69. 1ea7c75 Reflect recent patch for float % and divmod() by Tim Peters. Content by Fred Drake · 25 years ago
  70. 9263e78 Tim Peters writes: by Guido van Rossum · 25 years ago
  71. 8e40759 Nathan Paul Simons noticed that the grid_remove() method was missing. by Guido van Rossum · 25 years ago
  72. 3ed1be9 Regression test for date format code, by Mike Meyer. by Guido van Rossum · 25 years ago
  73. 4f13669 No need to import find(). (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  74. 73898c7 No need to import os or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  75. 96d80f9 No need to import sys. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  76. 138bdaf Typo. (Andrew Dalke, without kjpylint) by Guido van Rossum · 25 years ago
  77. 6952f17 No need to import string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  78. ff3932a No need to import os in test(). (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  79. 699f3bb Get rid of confusing 'global' statement in global code. by Guido van Rossum · 25 years ago
  80. 1e1cfa3 No need to import sys or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  81. 1cc2b9d Clarify why we define disco. Suggested by Andrew Dalke. by Guido van Rossum · 25 years ago
  82. 287b399 Clarify why we define error. Suggested by Andrew Dalke. by Guido van Rossum · 25 years ago
  83. db6d12c No need to import sys or linecache. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  84. 00245cf No need to import gmtime, ctime, asctime. by Guido van Rossum · 25 years ago
  85. 92b4451 Clarify why there are dynamic imports in AudioDev(). by Guido van Rossum · 25 years ago
  86. 5c071fa The _comp_data() function never worked, it contained a reference to by Guido van Rossum · 25 years ago
  87. f8fd11d No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  88. 3a64e05 No need to import sys, time, or socket. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  89. e6e8818 No need to import rfc822. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  90. 318a70d Tim Peters writes: by Guido van Rossum · 25 years ago
  91. 2d6a568 Tim Peters writes: by Guido van Rossum · 25 years ago
  92. b46413f The case-insensitive _Environ class was lacking a case-insensitive has_key(). by Guido van Rossum · 25 years ago
  93. 4437fdf Make sure latex2html doesn't produce a hard link between foo/foo.html by Fred Drake · 25 years ago
  94. d2d1eef Make sure latex2html doesn't produce a hard link from $part/$part.html by Fred Drake · 25 years ago
  95. 884df45 The 'copy_file()' and 'copy_tree()' functions in util.py now have by Greg Ward · 25 years ago
  96. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  97. 85460a5 updates for latest release by Barry Warsaw · 25 years ago
  98. 7238401 Support for using idle as a package. by Guido van Rossum · 25 years ago
  99. ab005d5 Revert constraint on the GIF wildcard; we missed a few! by Fred Drake · 25 years ago
  100. 7860812 Avoid listing files more than once (e.g. foomodule.so has two hits: by Guido van Rossum · 25 years ago