1. 3f36a08 Cast f.tell() result to int() in _addval(), so it works even on by Guido van Rossum · 25 years ago
  2. 74109a1 Describe namedcolors.txt by Barry Warsaw · 25 years ago
  3. 3e9c75d An alternative Netscape database by Barry Warsaw · 25 years ago
  4. a25223f Describe how to load a new database by Barry Warsaw · 25 years ago
  5. 821d8b7 Describe the Color database files by Barry Warsaw · 25 years ago
  6. 6e7f6ea Put the 'File' menu on the menubar even when modal, so users can get by Barry Warsaw · 25 years ago
  7. 3f01c72 Tim Peter's sister's 140 named colors that NS and MSIE understand by Barry Warsaw · 25 years ago
  8. a04988a The "Web-safe" colors (all #rrggbb style) by Barry Warsaw · 25 years ago
  9. 375b116 The HTML 4.0 guaranteed colors. by Barry Warsaw · 25 years ago
  10. d515a7e Set the version number to 1.0 -- I think it's stable enough by Barry Warsaw · 25 years ago
  11. 0604d72 Lots of changes to support loading alternative color name database. by Barry Warsaw · 25 years ago
  12. 0ec1493 Some changes (maybe not enough?) to make it work on Windows with local by Guido van Rossum · 25 years ago
  13. 26c2cb4 Tim Peters strikes again: by Guido van Rossum · 25 years ago
  14. c020e2d Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except for the readme filename. Untested too, because I don't have ADD/IAD installed yet. by Jack Jansen · 25 years ago
  15. d9f3c94 added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr by Just van Rossum · 25 years ago
  16. f98e692 removed two redundant lines -- jvr by Just van Rossum · 25 years ago
  17. dcf17f3 mhlib is now documented. by Fred Drake · 25 years ago
  18. a496664 Markup consistency. by Fred Drake · 25 years ago
  19. 1c7cd63 Nits. by Fred Drake · 25 years ago
  20. 957ac3f Add section for the sha module. by Fred Drake · 25 years ago
  21. ea424e1 Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. by Guido van Rossum · 25 years ago
  22. 154fc6d Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(), by Fred Drake · 25 years ago
  23. 24aca83 Fixed typo and font-control problem reported by Detlef Lannert by Fred Drake · 25 years ago
  24. 29cf682 Clarifications on the first(), next(), and previous() functions, based by Fred Drake · 25 years ago
  25. 8611921 Fix a grammatical error reported by Detlef Lannert by Fred Drake · 25 years ago
  26. ec8b905 Fix a couple of typos reported by Detlef Lannert by Fred Drake · 25 years ago
  27. 16214fb Fix a couple of grammatical errors reported by Detlef Lannert by Fred Drake · 25 years ago
  28. 4aa4f30 Work-around LaTeX2HTML space-dropping bug. by Fred Drake · 25 years ago
  29. 87b8f31 Fixed some logical markup nits. by Fred Drake · 25 years ago
  30. deb7e09 Logical markup. by Fred Drake · 25 years ago
  31. 806764b No, __repr__() does not accept a parameter other than self. by Fred Drake · 25 years ago
  32. 0fbec55 Shorten the section title. by Fred Drake · 25 years ago
  33. c2aadcd Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers by Barry Warsaw · 25 years ago
  34. eea97ea Shorten the section title. by Fred Drake · 25 years ago
  35. 86bd5e4 Shorten the section title. by Fred Drake · 25 years ago
  36. 7475e04f Work around a space-dropping problem in LaTeX2HTML. by Fred Drake · 25 years ago
  37. ae35aa8 Added "See also" sections linking to binascii. by Fred Drake · 25 years ago
  38. ee4d54e Refer to the binhex module, not the non-existent hexbin module. by Fred Drake · 25 years ago
  39. 26f7cfe9 Fix some glaring markup consistency problems (presentation was broken). by Fred Drake · 25 years ago
  40. 10682c2 Added a couple more requests from users. by Fred Drake · 25 years ago
  41. 812860e Hack places where '--' should appear as literal output but the -- was by Fred Drake · 25 years ago
  42. d960dc8 Fix square brackets around optional parameters to macros. by Fred Drake · 25 years ago
  43. 7a737df General small improvements and fixes. by Fred Drake · 25 years ago
  44. 9dd5209 Provide full arguments to __import__ so it works in packagized IDLE. by Guido van Rossum · 25 years ago
  45. 06b787b Bunch of updates necessary due to recent changes; added docs for File by Guido van Rossum · 25 years ago
  46. dc7bfc4 Remove obsolete 'script' menu. by Guido van Rossum · 25 years ago
  47. 4c6d0c7 Several wishes fulfilled. by Guido van Rossum · 25 years ago
  48. 70f6d99 Moved classes OnDemandOutputWindow and PseudoFile here, by Guido van Rossum · 25 years ago
  49. 1f3de5d Mostly rewritten. Instead of the old Run module and Debug module, by Guido van Rossum · 25 years ago
  50. 3af507d - made "Save options..." dialog more generic, so it's also usable from RoboFog by Just van Rossum · 25 years ago
  51. 6c487c4 fixed glitch when scrolling very long files -- jvr by Just van Rossum · 25 years ago
  52. ffbe687 Make internal module references hyperlinks wherever it makes sense. by Fred Drake · 25 years ago
  53. 7b8b125 Remove bogus characters in code sample. by Fred Drake · 25 years ago
  54. 27f550c Nits: document use of $IDLESTARTUP; display idle version by Guido van Rossum · 25 years ago
  55. fcf94d4 Work around LaTeX2HTML comment-handling bug. by Fred Drake · 25 years ago
  56. 4a406c6 Shorten the section title. by Fred Drake · 25 years ago
  57. e1e1488 New version to celebrate new command line by Guido van Rossum · 25 years ago
  58. 3d0ff00 Added flush(), for completeness. by Guido van Rossum · 25 years ago
  59. eeb8807 A lot of changes to make the command line more useful. You can now do: by Guido van Rossum · 25 years ago
  60. c4a623e Add command line flags to just list the files that contain the by Fred Drake · 25 years ago
  61. c8c40ff Added a "See also" section with some external references. by Fred Drake · 25 years ago
  62. 4e28c59 Markup nits. by Fred Drake · 25 years ago
  63. b7168c3 Clean up lots of mark up. by Fred Drake · 25 years ago
  64. 79936fe Added descriptions of the various exceptions, based on the docstrings. by Fred Drake · 25 years ago
  65. c8993aa Logical markup and small nits. by Fred Drake · 25 years ago
  66. 12a9569 Make some module references hyperlinks. by Fred Drake · 25 years ago
  67. b774550 Minor logical markup nits. by Fred Drake · 25 years ago
  68. dd6c6d9 Clean up some mark up. by Fred Drake · 25 years ago
  69. e2effbd Fix minor (English) usage nits. by Fred Drake · 25 years ago
  70. bcd5454 Reference to urllib module can be a hyperlink. by Fred Drake · 25 years ago
  71. 4429772 Fix dropped space in the HTML output. by Fred Drake · 25 years ago
  72. babdda5 Make reference to the socket module a hyperlink. by Fred Drake · 25 years ago
  73. bf0f434 Shorten the section title. by Fred Drake · 25 years ago
  74. 47894d2 Don't describe this module as being a popen() wrapper; that's a little by Fred Drake · 25 years ago
  75. a694e00 Remove \platform declaration; this module is generic. by Fred Drake · 25 years ago
  76. 5254a6d Move stat to the Generic chapter. by Fred Drake · 25 years ago
  77. ca69a03 Don't refer to the system documentation as "man pages"; too by Fred Drake · 25 years ago
  78. 7bf96ca Make an assertion. by Fred Drake · 25 years ago
  79. 6532b9b Updated a comment and the release number. by Fred Drake · 25 years ago
  80. 9f5362b Some more TODO items. Made up my mind about command line args, by Guido van Rossum · 25 years ago
  81. 2ea30f4 Add warning that last() and previous() don't work for hashtable by Fred Drake · 25 years ago
  82. e62e76c Super-elegant patch by Tim Peters that speeds up colorization by Guido van Rossum · 25 years ago
  83. 693a2c6 Script to locate uses of \module where the module referred to is not by Fred Drake · 25 years ago
  84. e0208cc Add a couple of items. by Fred Drake · 25 years ago
  85. adade92 Fill in a lot of the blanks. Add a start to the LaTeX primer section. by Fred Drake · 25 years ago
  86. 30a535c Added support for adding environment/macro parameters more cleanly: by Fred Drake · 25 years ago
  87. eda232f Allow longer strings (up to 80 chars each) for version, build, compiler info. by Guido van Rossum · 25 years ago
  88. b9f1f6d Misc. markup nits. by Fred Drake · 25 years ago
  89. 2dabd81 Fix markup typo. by Fred Drake · 25 years ago
  90. d146edf Mark the "Notes:" sections under tables the same way it's done by Fred Drake · 25 years ago
  91. b11d108 The version information here was checked good in 1999, not 199. ;-) by Fred Drake · 25 years ago
  92. 2799f9d Reflow paragraph to work around LaTeX2HTML dropping a space. by Fred Drake · 25 years ago
  93. 6d20caa Reflow paragraph to work around LaTeX2HTML dropping a space. by Fred Drake · 25 years ago
  94. 543e19d Small nits, more hyperlinks. by Fred Drake · 25 years ago
  95. 048b75b Make references to whrandom hyperlinks. by Fred Drake · 25 years ago
  96. ec6baaf Small markup nits. by Fred Drake · 25 years ago
  97. 54f2fdd Make the names of the referenced modules hyperlinks; they had not been by Fred Drake · 25 years ago
  98. 02e8c0f Nits. Reference to signal module becomes a hyperlink. by Fred Drake · 25 years ago
  99. 283c588 Work around LaTeX2HTML comment-handling bug. by Fred Drake · 25 years ago
  100. 318c0b1 Logical markup nits. by Fred Drake · 25 years ago