1. c303e67 The built-in exceptions are not still strings, so make no claims about them. by Fred Drake · 26 years ago
  2. c94d934 In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the by Fred Drake · 26 years ago
  3. 1072e46 Added a simpler, working {verbatim} support that generates legitimate HTML. by Fred Drake · 26 years ago
  4. b73bc31 Removed partially broken {verbatim} support. by Fred Drake · 26 years ago
  5. ee60191 Lighten up tables. by Fred Drake · 26 years ago
  6. 17e5640 Change order of \seemodule macros at end of pickle module section. by Fred Drake · 26 years ago
  7. 9463de2 Document cPickle and cStringIO. by Fred Drake · 26 years ago
  8. 10032eb Module docstring indicated seek() isn't implemented, but it is. by Fred Drake · 26 years ago
  9. fab2f34 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 26 years ago
  10. 7e9383a Add a comment to indicate the methods of the StringIO are being discussed... by Fred Drake · 26 years ago
  11. 111c20b Reject empty module names -- otherwise __import__("") does something weird! by Guido van Rossum · 26 years ago
  12. 70c460c Remove imaplib from the undocumented list. by Fred Drake · 26 years ago
  13. a38a286 Include () after function name. by Fred Drake · 26 years ago
  14. 0d213d3 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 26 years ago
  15. 2b8c95e Minor housing cleaning in HTML that gets generated. by Fred Drake · 26 years ago
  16. 34672db Remove over-active replace-string turds. by Fred Drake · 26 years ago
  17. eb90946 Some robustness checks in Py_ReprLeave() in the unlikely event someone by Guido van Rossum · 26 years ago
  18. 8f6b958 Use {memberdesc} to mark the instance attributes. by Fred Drake · 26 years ago
  19. 7dba8e2 Hmmm... better add some \label macros for logical addressing while I'm at it. by Fred Drake · 26 years ago
  20. 2a37455 It's "Lauder", not "Lauders"! by Fred Drake · 26 years ago
  21. 9d4b6c5 Update the module index support to use the changed field separator for the by Fred Drake · 26 years ago
  22. e5cf53a Formatting nits. by Fred Drake · 26 years ago
  23. eb4ed15 Shift index entries around a little so the HTML doesn't have weird spacing. by Fred Drake · 26 years ago
  24. 1e0f8bf Add imaplib to appropriate lists. by Fred Drake · 26 years ago
  25. 36751b0 Remove obsolete module soundex from list of modules. by Fred Drake · 26 years ago
  26. c48b772 Remove obsolete module rand from list of modules. by Fred Drake · 26 years ago
  27. 89de314 First cut at documentation for imaplib. Based on original documentation by by Fred Drake · 26 years ago
  28. 756a9e8 do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. by Fred Drake · 26 years ago
  29. be14e69 New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN! by Guido van Rossum · 26 years ago
  30. 5c7e8cd Avoid using the obsolete rand module; and improve the randomness by Guido van Rossum · 26 years ago
  31. 5fb2b61 Set version and title to Python 1.5.1. by Guido van Rossum · 26 years ago
  32. 52f4915 Oops, ".\DLLs" should be in the default path now. by Guido van Rossum · 26 years ago
  33. 38d8f4e New version doesn't require REV1 capability. by Guido van Rossum · 26 years ago
  34. c74521a Oops -- remove some debug print statements! by Guido van Rossum · 26 years ago
  35. cecadc4 Move #include <sys/param.h> to before osdefs.h (Donn Cave). by Guido van Rossum · 26 years ago
  36. 8766a77 Comment out a label on an #endif. by Guido van Rossum · 26 years ago
  37. fb376de Use Py_Repr{Enter,Leave} to display recursive lists in finite space. by Guido van Rossum · 26 years ago
  38. 255443b Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space. by Guido van Rossum · 26 years ago
  39. 8661036 Add implementations of Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  40. 26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  41. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  42. 1109fbc Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  43. bb3649e Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  44. 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 26 years ago
  45. 462a549 README ready for 1.5.1 by Guido van Rossum · 26 years ago
  46. cfb798e Delete reopmodule.c by Guido van Rossum · 26 years ago
  47. 4a7d701 Delete references to initreop(). by Guido van Rossum · 26 years ago
  48. 63096d4 Add HAVE_MKTIME. by Guido van Rossum · 26 years ago
  49. 9cd9fbb Change the example of what's in scripts/. by Guido van Rossum · 26 years ago
  50. 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 26 years ago
  51. b53dc43 Delete this obsolete module. by Guido van Rossum · 26 years ago
  52. 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 26 years ago
  53. ede0439 /* An extension mechanism to store arbitrary additional per-thread state. by Guido van Rossum · 26 years ago
  54. c45cf02 Added changes from 1.5 to 1.5.1. by Guido van Rossum · 26 years ago
  55. 07c44c7 Document -x too. by Guido van Rossum · 26 years ago
  56. 560e8ad Translate E_INDENT to the clearest error message I can think of. by Guido van Rossum · 26 years ago
  57. bba92ca Add -t option to set the Py_TabcheckFlag flag. by Guido van Rossum · 26 years ago
  58. 29d465b Document -t flag. by Guido van Rossum · 26 years ago
  59. 6135df6 Declare and use Py_TabcheckFlag here. by Guido van Rossum · 26 years ago
  60. c095200 Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. by Guido van Rossum · 26 years ago
  61. 13aa5ce Jeff Epler by Guido van Rossum · 26 years ago
  62. bd8341e Catch exceptions in final self.destroy() call. by Guido van Rossum · 26 years ago
  63. bd24eb4 We no longer check for libsun.a. by Guido van Rossum · 26 years ago
  64. c296651 Add image_types() and image_names() as methods to Misc class. by Guido van Rossum · 26 years ago
  65. a16a509 tabnanny stuff by Guido van Rossum · 26 years ago
  66. ce73acf Tim's version 4, with my mods by Guido van Rossum · 26 years ago
  67. c9ea757 Set the patch level to 1.5.1. (I'm not going to release this as a by Guido van Rossum · 26 years ago
  68. 4d856ee Added Tabcheck flag. by Guido van Rossum · 26 years ago
  69. 327aff7 Added Frozen and Tabcheck flags. by Guido van Rossum · 26 years ago
  70. 4cee3c4 Another easter present. by Guido van Rossum · 26 years ago
  71. ea609c1 (py-toggle-shells): Added a message in the minibuf. by Barry Warsaw · 26 years ago
  72. c542bc7 Support raise with no parameters. by Fred Drake · 26 years ago
  73. a239880 Quick and extremely dirty hacks to toggle between using CPython and by Barry Warsaw · 26 years ago
  74. 7f5013a New Java-style threading module. The doc strings are in a separate module. by Guido van Rossum · 26 years ago
  75. bb08066 The usual by Guido van Rossum · 26 years ago
  76. c6a681a remove C++ entries of the form Class::method by Guido van Rossum · 26 years ago
  77. d295f12 Make first raise argument optional by Guido van Rossum · 26 years ago
  78. 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 26 years ago
  79. e77a992 Add E_INDENT -- new error to check for bad indentation by Guido van Rossum · 26 years ago
  80. e2bb8bb Tons of new names... by Guido van Rossum · 26 years ago
  81. 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 26 years ago
  82. b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 26 years ago
  83. f2da4ed Add $(LIBS) to the pgen link line. by Guido van Rossum · 26 years ago
  84. 007bac3 Added smtplib.py (thanks, Guido!). by Fred Drake · 26 years ago
  85. 2cb824c Don't use \samp when \code is better. by Fred Drake · 26 years ago
  86. 5cca42e do_cmd_lineii(), by Fred Drake · 26 years ago
  87. 99c185e Add not_ and __not__. by Guido van Rossum · 26 years ago
  88. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 26 years ago
  89. 6b529ae Remove @webchecker.pickle in the "clean" target. by Fred Drake · 26 years ago
  90. 45c634e Work around a small (& annoying) limitation of the latex2html support for by Fred Drake · 26 years ago
  91. 8a254b5 Removed misleading comment about GNU software. This module and the zlib by Fred Drake · 26 years ago
  92. 45084ed Added note about current status of info generation. by Fred Drake · 26 years ago
  93. 2533281 Many markup changes (to \regexp, mostly) by Andrew M. Kuchling · 26 years ago
  94. 02a8e6b Update release number and date. by Fred Drake · 26 years ago
  95. 20ca917 Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 26 years ago
  96. 29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but by Guido van Rossum · 26 years ago
  97. c09e6b1 Clarify that put *blocks* when the queue is full. Add some blank by Guido van Rossum · 26 years ago
  98. 363ab1a Comment out the soundex section. by Fred Drake · 26 years ago
  99. eeec0af Piers' new version (but I unfolded a few doc strings). by Guido van Rossum · 26 years ago
  100. 2de75ec Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 26 years ago