1. 8fa02d9 Added Sndihooks by Jack Jansen · 26 years ago
  2. 75c5ef9 Module with hooks for sound input by Jack Jansen · 26 years ago
  3. a239a92 Reindented some of the C code by Jack Jansen · 26 years ago
  4. df3c6ab Last projects before 1.5.1 by Jack Jansen · 26 years ago
  5. ae3407a Added Sndihooks module by Jack Jansen · 26 years ago
  6. 3c4378b Some patches by Drew Csillag; plus a few of my own uncommitted changes. by Guido van Rossum · 26 years ago
  7. 12d9fc9 Use shorter labels; using long labels creates problems on the Macintosh. by Fred Drake · 26 years ago
  8. 95638f5 Added entry for Tkdnd.py. by Fred Drake · 26 years ago
  9. 2f6c878 This commit was manufactured by cvs2svn to create tag 'r151'. by cvs2svn · 26 years ago
  10. 0332578 Oops -- Lib/Test should be Lib/test, of course! by Guido van Rossum · 26 years ago
  11. 64d036c Add connect_ex to list of methods. by Guido van Rossum · 26 years ago
  12. 4b601ae Missing symbols reported by Andrew Loewenstern. by Guido van Rossum · 26 years ago
  13. f61ee63 Update version. by Guido van Rossum · 26 years ago
  14. e3ae519 Update to use the new release number. Will generalize in the next round. by Fred Drake · 26 years ago
  15. f5013f1 Add RELEASE make variable; this gets the entire release # ("1.5.1"). by Fred Drake · 26 years ago
  16. 974f295 Some more new stuff. by Guido van Rossum · 26 years ago
  17. 68fede7 Added item in Misc. for getpass module. by Fred Drake · 26 years ago
  18. 4d2996d Fix version number. by Fred Drake · 26 years ago
  19. 7c33095 Typo in usage message. by Guido van Rossum · 26 years ago
  20. ee0a63b Move 'dict' struct member to end of struct. This ensures binary by Guido van Rossum · 26 years ago
  21. fb9b7fd Be nicer to systems that have neither termios nor msvcrt. by Guido van Rossum · 26 years ago
  22. a16e275 The usual edits... Updated some stuff about the mailing list. Ready by Guido van Rossum · 26 years ago
  23. 916d8f8 No more threats, just list the new methods under "AST Objects". by Fred Drake · 26 years ago
  24. 503d8d6 The documentation threatened it would happen -- the functions that should by Fred Drake · 26 years ago
  25. 9238f23 Two more, for beta testers who reported real bugs. by Guido van Rossum · 26 years ago
  26. cef113c Don't allow unescaped newlines in doc strings. by Guido van Rossum · 26 years ago
  27. b19e2a3 Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it by Guido van Rossum · 26 years ago
  28. c4f1ca1 Add a note that pickling is supported. by Fred Drake · 26 years ago
  29. 43f8f9b Added support for pickling ast objects. by Fred Drake · 26 years ago
  30. 3e7a48e Revert markup around list of display fields from the disassembler; it doesn't by Fred Drake · 26 years ago
  31. 1f74016 Support for OpenBSD :-( by Guido van Rossum · 26 years ago
  32. 3ad125e Fix bug in little-used markup: don't forget to pass the source text along! by Fred Drake · 26 years ago
  33. 7238988 Fixed example to load the startup file from a script (didn't test for the by Fred Drake · 26 years ago
  34. 003d8da Typo: (and often severly limited) -- severely by Fred Drake · 26 years ago
  35. b85fbec "ZeroDevisionError" --> "ZeroDivisionError" by Fred Drake · 26 years ago
  36. a608feb Fix typo. (What I get for trying to fix bugs at home and running conversions by Fred Drake · 26 years ago
  37. ae9bc67 Don't append () to the name of an object attribute in the index. by Fred Drake · 26 years ago
  38. 6250205 Use {methoddesc} instead of {funcdesc} for object methods. by Fred Drake · 26 years ago
  39. 898601b Add cPickle to the list of modules in the chapter. by Fred Drake · 26 years ago
  40. d6d88ff Add cStringIO to the list of modules in the chapter. by Fred Drake · 26 years ago
  41. c303e67 The built-in exceptions are not still strings, so make no claims about them. by Fred Drake · 26 years ago
  42. c94d934 In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the by Fred Drake · 26 years ago
  43. 1072e46 Added a simpler, working {verbatim} support that generates legitimate HTML. by Fred Drake · 26 years ago
  44. b73bc31 Removed partially broken {verbatim} support. by Fred Drake · 26 years ago
  45. ee60191 Lighten up tables. by Fred Drake · 26 years ago
  46. 17e5640 Change order of \seemodule macros at end of pickle module section. by Fred Drake · 26 years ago
  47. 9463de2 Document cPickle and cStringIO. by Fred Drake · 26 years ago
  48. 10032eb Module docstring indicated seek() isn't implemented, but it is. by Fred Drake · 26 years ago
  49. fab2f34 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 26 years ago
  50. 7e9383a Add a comment to indicate the methods of the StringIO are being discussed... by Fred Drake · 26 years ago
  51. 111c20b Reject empty module names -- otherwise __import__("") does something weird! by Guido van Rossum · 26 years ago
  52. 70c460c Remove imaplib from the undocumented list. by Fred Drake · 26 years ago
  53. a38a286 Include () after function name. by Fred Drake · 26 years ago
  54. 0d213d3 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 26 years ago
  55. 2b8c95e Minor housing cleaning in HTML that gets generated. by Fred Drake · 26 years ago
  56. 34672db Remove over-active replace-string turds. by Fred Drake · 26 years ago
  57. eb90946 Some robustness checks in Py_ReprLeave() in the unlikely event someone by Guido van Rossum · 26 years ago
  58. 8f6b958 Use {memberdesc} to mark the instance attributes. by Fred Drake · 26 years ago
  59. 7dba8e2 Hmmm... better add some \label macros for logical addressing while I'm at it. by Fred Drake · 26 years ago
  60. 2a37455 It's "Lauder", not "Lauders"! by Fred Drake · 26 years ago
  61. 9d4b6c5 Update the module index support to use the changed field separator for the by Fred Drake · 26 years ago
  62. e5cf53a Formatting nits. by Fred Drake · 26 years ago
  63. eb4ed15 Shift index entries around a little so the HTML doesn't have weird spacing. by Fred Drake · 26 years ago
  64. 1e0f8bf Add imaplib to appropriate lists. by Fred Drake · 26 years ago
  65. 36751b0 Remove obsolete module soundex from list of modules. by Fred Drake · 26 years ago
  66. c48b772 Remove obsolete module rand from list of modules. by Fred Drake · 26 years ago
  67. 89de314 First cut at documentation for imaplib. Based on original documentation by by Fred Drake · 26 years ago
  68. 756a9e8 do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. by Fred Drake · 26 years ago
  69. be14e69 New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN! by Guido van Rossum · 26 years ago
  70. 5c7e8cd Avoid using the obsolete rand module; and improve the randomness by Guido van Rossum · 26 years ago
  71. 5fb2b61 Set version and title to Python 1.5.1. by Guido van Rossum · 26 years ago
  72. 52f4915 Oops, ".\DLLs" should be in the default path now. by Guido van Rossum · 26 years ago
  73. 38d8f4e New version doesn't require REV1 capability. by Guido van Rossum · 26 years ago
  74. c74521a Oops -- remove some debug print statements! by Guido van Rossum · 26 years ago
  75. cecadc4 Move #include <sys/param.h> to before osdefs.h (Donn Cave). by Guido van Rossum · 26 years ago
  76. 8766a77 Comment out a label on an #endif. by Guido van Rossum · 26 years ago
  77. fb376de Use Py_Repr{Enter,Leave} to display recursive lists in finite space. by Guido van Rossum · 26 years ago
  78. 255443b Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space. by Guido van Rossum · 26 years ago
  79. 8661036 Add implementations of Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  80. 26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  81. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  82. 1109fbc Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  83. bb3649e Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  84. 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 26 years ago
  85. 462a549 README ready for 1.5.1 by Guido van Rossum · 26 years ago
  86. cfb798e Delete reopmodule.c by Guido van Rossum · 26 years ago
  87. 4a7d701 Delete references to initreop(). by Guido van Rossum · 26 years ago
  88. 63096d4 Add HAVE_MKTIME. by Guido van Rossum · 26 years ago
  89. 9cd9fbb Change the example of what's in scripts/. by Guido van Rossum · 26 years ago
  90. 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 26 years ago
  91. b53dc43 Delete this obsolete module. by Guido van Rossum · 26 years ago
  92. 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 26 years ago
  93. ede0439 /* An extension mechanism to store arbitrary additional per-thread state. by Guido van Rossum · 26 years ago
  94. c45cf02 Added changes from 1.5 to 1.5.1. by Guido van Rossum · 26 years ago
  95. 07c44c7 Document -x too. by Guido van Rossum · 26 years ago
  96. 560e8ad Translate E_INDENT to the clearest error message I can think of. by Guido van Rossum · 26 years ago
  97. bba92ca Add -t option to set the Py_TabcheckFlag flag. by Guido van Rossum · 26 years ago
  98. 29d465b Document -t flag. by Guido van Rossum · 26 years ago
  99. 6135df6 Declare and use Py_TabcheckFlag here. by Guido van Rossum · 26 years ago
  100. c095200 Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. by Guido van Rossum · 26 years ago