1. c6a681a remove C++ entries of the form Class::method by Guido van Rossum · 26 years ago
  2. d295f12 Make first raise argument optional by Guido van Rossum · 26 years ago
  3. 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 26 years ago
  4. e77a992 Add E_INDENT -- new error to check for bad indentation by Guido van Rossum · 26 years ago
  5. e2bb8bb Tons of new names... by Guido van Rossum · 26 years ago
  6. 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 26 years ago
  7. b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 26 years ago
  8. f2da4ed Add $(LIBS) to the pgen link line. by Guido van Rossum · 26 years ago
  9. 007bac3 Added smtplib.py (thanks, Guido!). by Fred Drake · 26 years ago
  10. 2cb824c Don't use \samp when \code is better. by Fred Drake · 26 years ago
  11. 5cca42e do_cmd_lineii(), by Fred Drake · 26 years ago
  12. 99c185e Add not_ and __not__. by Guido van Rossum · 26 years ago
  13. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 26 years ago
  14. 6b529ae Remove @webchecker.pickle in the "clean" target. by Fred Drake · 26 years ago
  15. 45c634e Work around a small (& annoying) limitation of the latex2html support for by Fred Drake · 26 years ago
  16. 8a254b5 Removed misleading comment about GNU software. This module and the zlib by Fred Drake · 26 years ago
  17. 45084ed Added note about current status of info generation. by Fred Drake · 26 years ago
  18. 2533281 Many markup changes (to \regexp, mostly) by Andrew M. Kuchling · 26 years ago
  19. 02a8e6b Update release number and date. by Fred Drake · 26 years ago
  20. 20ca917 Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 26 years ago
  21. 29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but by Guido van Rossum · 26 years ago
  22. c09e6b1 Clarify that put *blocks* when the queue is full. Add some blank by Guido van Rossum · 26 years ago
  23. 363ab1a Comment out the soundex section. by Fred Drake · 26 years ago
  24. eeec0af Piers' new version (but I unfolded a few doc strings). by Guido van Rossum · 26 years ago
  25. 2de75ec Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 26 years ago
  26. 9da3881 Use the correct URL to AMK's regex-to-re HOWTO! by Fred Drake · 26 years ago
  27. 54c3947 Updated URL to AMK's regex-to-re HOWTO. by Fred Drake · 26 years ago
  28. 5406e70 Added reference to AMK's HOWTO on the topic. by Fred Drake · 26 years ago
  29. 223395c Added imaplib. by Fred Drake · 26 years ago
  30. c2c07fa Piers Lauder's IMAP module. by Guido van Rossum · 26 years ago
  31. 03774bb Version with docstrings and some other changes, by Piers Lauder. by Guido van Rossum · 26 years ago
  32. b8efda0 Update URL to the related HOWTO document. by Fred Drake · 26 years ago
  33. bd40088 Add section for ni back in, but comment it out. by Fred Drake · 26 years ago
  34. eac469c Commented out sections on obsolete & Macintosh modules. by Fred Drake · 26 years ago
  35. f1b72dd Reduced description of the obsolete method Stats.ignore(). by Fred Drake · 26 years ago
  36. 3217be9 Relocating file to Lib/lib-old. by Fred Drake · 26 years ago
  37. 153165c Restore ni as an obsolete module. by Fred Drake · 26 years ago
  38. 058068d Nearly a complete re-write. by Fred Drake · 26 years ago
  39. 166abba Remove option to strip out <tt>...</tt> from index entry text; this is now by Fred Drake · 26 years ago
  40. ae2be71 Correct definition of CTIME. by Guido van Rossum · 26 years ago
  41. 685fe83 This really needs python 1.5 now... by Guido van Rossum · 26 years ago
  42. 3f3c25f Set flag to remove <tt>...</tt> markup from the index entries; it just ends up by Fred Drake · 26 years ago
  43. 2764dd3 Separate sections on anydbm and dumbdbm. by Fred Drake · 26 years ago
  44. 8e729ec Caught a few more spurious \setindexsubitem macros.... by Fred Drake · 26 years ago
  45. 5ab5503 Use {classdesc} and {memberdesc} where appropriate. by Fred Drake · 26 years ago
  46. a3f5c32 Removed unnecessary \setindexsubitem. by Fred Drake · 26 years ago
  47. 1ce3604 Separate UserDict and UserList documentation into separate sections. by Fred Drake · 26 years ago
  48. df0e3fc Markup nit. by Fred Drake · 26 years ago
  49. c708605 Added a reference to the discussion in Knuth's "Sorting and Searching", and by Fred Drake · 26 years ago
  50. 41565f6 Data attributes of objects should not be indexed with trailing parentheses! by Fred Drake · 26 years ago
  51. 396b827 Minor markup nit. by Fred Drake · 26 years ago
  52. 82d493f Fixed some index entries. by Fred Drake · 26 years ago
  53. 6b9ff72 Added entry for wdb. by Fred Drake · 26 years ago
  54. 810349b Fix the formatting of the list of fields in the disassemble() function. by Fred Drake · 26 years ago
  55. 272fb3a Added poplib. by Fred Drake · 26 years ago
  56. 484772d Dave Ascher's pop client code. by Guido van Rossum · 26 years ago
  57. 71543e1 Give in to tabnanny by Guido van Rossum · 26 years ago
  58. 8053d89 Add usage message when no arguments. by Guido van Rossum · 26 years ago
  59. f4b44fa Tim's latest version (supports old and new tokenize modules) by Guido van Rossum · 26 years ago
  60. 5d97ebf Got rid of redundant copy of telnetlib.py by Guido van Rossum · 26 years ago
  61. 986abac Give in to tabnanny by Guido van Rossum · 26 years ago
  62. 36dfbcf Version 1.0 is official! by Guido van Rossum · 26 years ago
  63. 72dc60c Untabified, for tabnanny. by Guido van Rossum · 26 years ago
  64. e4e4106 Reindented without tabs and with uniform 4 space indent. by Guido van Rossum · 26 years ago
  65. 1ae297a Remove some long obsolete files... by Guido van Rossum · 26 years ago
  66. f62cf61 Give in to tabnanny. by Guido van Rossum · 26 years ago
  67. 5810297 Correction to vonmisesvariate() by Magnus Kessler: it should take and by Guido van Rossum · 26 years ago
  68. 56c04b8 Restructured the event_* calls slightly -- there's really no need to by Guido van Rossum · 26 years ago
  69. af370ea Move a short paragraph outside the description of ASTType. by Fred Drake · 26 years ago
  70. 3179fe0 (imenu-example--python-class-regexp): Fix to recognize Module.Class in by Barry Warsaw · 26 years ago
  71. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  72. e795718 Change \sectcode to logical markup. by Fred Drake · 26 years ago
  73. fc57619 Remove obsolete \setindexsubitem macros. by Fred Drake · 26 years ago
  74. 71c1e50 Moved some things around. by Fred Drake · 26 years ago
  75. 13beac1 Removed obsolete \setindexsubitem macros. by Fred Drake · 26 years ago
  76. 85ea68b Added index entries. by Fred Drake · 26 years ago
  77. 81acc2e Remove obsolete \setindexsubitem macro. by Fred Drake · 26 years ago
  78. 61f45c7 Remove obsolete \setindexsubitem macro, by Fred Drake · 26 years ago
  79. b208f12 Added index entry. by Fred Drake · 26 years ago
  80. 8214334 Remove obsolete \setindexsubitem macro. by Fred Drake · 26 years ago
  81. 858f787 Fix index entry for HTMLParser class. by Fred Drake · 26 years ago
  82. 41788db Logical markup. by Fred Drake · 26 years ago
  83. 9b28fe2 Logical markup. by Fred Drake · 26 years ago
  84. e14dde2 Fixed description of similarity between m[name] and m.getheader(name), by Fred Drake · 26 years ago
  85. d275de9 Remove obsolete lines like this: by Fred Drake · 26 years ago
  86. 4bde97f Add fileinput section under Misc. Services. by Fred Drake · 26 years ago
  87. ea2f2b9 Use new index style for makeindex. by Fred Drake · 26 years ago
  88. 35ca0d6 Document fileinput. by Fred Drake · 26 years ago
  89. a8e262b Use the new index style when running makeindex. by Fred Drake · 26 years ago
  90. 10ad52e Minor cleanliness. by Fred Drake · 26 years ago
  91. 0a2eb13 Style specification for building *.ind from *.idx. This is needed to avoid by Fred Drake · 26 years ago
  92. bdc61b1 Relocating file to Lib/lib-old. by Fred Drake · 26 years ago
  93. a351f89 Relocating file to Lib/lib-old. by Fred Drake · 26 years ago
  94. f7d590c This was the reason a numeric array to a real power was not working. by Guido van Rossum · 26 years ago
  95. 88c6bdf posix->os. by Guido van Rossum · 26 years ago
  96. 8430c58 AMK's latest by Guido van Rossum · 26 years ago
  97. 07bcd99 Start at updating the template a little bit. There's a lot of stuff that's by Fred Drake · 26 years ago
  98. 47cfd03 Increase space between the end of a regexp and the little right floor symbol by Fred Drake · 26 years ago
  99. 042ff9e AMK's latest by Guido van Rossum · 26 years ago
  100. 104be4a Use %.17f to format floats/doubles by Guido van Rossum · 26 years ago