1. a40d643 Documented smtplib, multifile by Guido van Rossum · 26 years ago
  2. 8ddbe91 Documented cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  3. f78a52c Added cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  4. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 26 years ago
  5. 911ec18 # Added missing semicolon (was #ifdef'ed out in edit on Windows). by Guido van Rossum · 26 years ago
  6. 1d8fb2d Added doc strings. by Guido van Rossum · 26 years ago
  7. a5e1b00 Windows-specific hack to make sure that when LoadLibrary() is called, by Guido van Rossum · 26 years ago
  8. 0ef577b Added doc strings. by Guido van Rossum · 26 years ago
  9. d2264bb # Remove an extra blank line from a doc string. by Guido van Rossum · 26 years ago
  10. c3bc31e Added doc strings. Maybe the doc string for the module itself is a bit by Guido van Rossum · 26 years ago
  11. 8a92c62 New feature: if the object's type has a non-NULL tp_doc field, that by Guido van Rossum · 26 years ago
  12. 73d8bff Document optional kwargs argument to start_new_thread(). Also by Guido van Rossum · 26 years ago
  13. a70d160 Define new macro Py_InitModule3(name, methods, doc) which calls by Guido van Rossum · 26 years ago
  14. 75e9fc3 Added doc strings. Also export LockType from the modoule, and give it by Guido van Rossum · 26 years ago
  15. f9d9c6c Added doc strings. by Guido van Rossum · 26 years ago
  16. d9b5208 In raw_input(prompt), make sure that str(prompt) really a string by Guido van Rossum · 26 years ago
  17. 1bb2687 Slight rearrangement of some code to make it faster, by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  18. fb721cf Added build.macfreeze to the "special" folders. by Jack Jansen · 26 years ago
  19. 46603af Config file for frozen binaries. by Jack Jansen · 26 years ago
  20. d969061 Initial documentation on freezing. by Jack Jansen · 26 years ago
  21. 1118c44 Template project, bundle file and config.c file for frozen applications. by Jack Jansen · 26 years ago
  22. ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
  23. 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago
  24. fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
  25. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 26 years ago
  26. 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
  27. e5836d9 Mark the 'whence' parameter of the file object's seek() method as optional; by Fred Drake · 26 years ago
  28. 0185283 Treat "HEAD" same as "GET", so that CGI scripts won't fail. by Guido van Rossum · 26 years ago
  29. 2349015 Rewrite the (test) main program so that when used as a script, it can by Guido van Rossum · 26 years ago
  30. b1f0812 Piers' latest version, labeled 2.11. This time he integrated my by Guido van Rossum · 26 years ago
  31. 95e6f70 Eric Raymond added support for ESMTP protocol and corrected some typos by Guido van Rossum · 26 years ago
  32. 323bf5e Ignore Windows case check for ALL CAPS 8.3 files by Guido van Rossum · 26 years ago
  33. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  34. d9d2625 "if match(x) >= 0:" smells of regex matching; should use "if match(x):" by Guido van Rossum · 26 years ago
  35. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  36. 2d4a54d Removed loading of shared font stuff from howto.cls and manual.cls, moving it by Fred Drake · 26 years ago
  37. 44c413b Make the large letter at the top of each section use the sans-serif font, by Fred Drake · 26 years ago
  38. 8e7c826 Added texinputs/pypaper.sty to the list of manual style files, so that the by Fred Drake · 26 years ago
  39. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  40. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 26 years ago
  41. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  42. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 26 years ago
  43. e676297 Add check in long-to-int conversion for at least one digit. by Guido van Rossum · 26 years ago
  44. 3b2b347 Fix the tests for various anomalies in the string-to-numbers by Guido van Rossum · 26 years ago
  45. f57736e Translated to use re instead of regex. Also replaced one use of by Guido van Rossum · 26 years ago
  46. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 26 years ago
  47. 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 26 years ago
  48. 251c9fc Added Py_{Get,Set}PythonHome. by Guido van Rossum · 26 years ago
  49. 4c70413 Added {Get,Set}PopupData calls to get at the data for popup menu controls. by Jack Jansen · 26 years ago
  50. cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
  51. 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago
  52. 5cd70f4 Added <ctype.h>, needed for Windows. by Guido van Rossum · 26 years ago
  53. 40ae0e9 Added _locale by Guido van Rossum · 26 years ago
  54. f766e23 There was an error check in a loop in PythonCmd which called by Guido van Rossum · 26 years ago
  55. 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 26 years ago
  56. eda960a Piers' latest version -- authentication added by Donn Cave. by Guido van Rossum · 26 years ago
  57. faac013 # Untabified the example :-( by Guido van Rossum · 26 years ago
  58. bca1207 Documented that by default the output goes to stderr, and that a file by Guido van Rossum · 26 years ago
  59. e50b0a4 In class _Subfile, make sure read(n) can't read beyond EOF. Also by Guido van Rossum · 26 years ago
  60. 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 26 years ago
  61. 4281258 Minor cleanup by Tim after my changes: by Guido van Rossum · 26 years ago
  62. 81d10b4 Add __getitem__ to AddressList object, to make it a sequence. by Guido van Rossum · 26 years ago
  63. 8729483 Some extra notes, and describe a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  64. 4d4ab92 Some extra comments and docstrings, and a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  65. 4c4e7df Tim's latest, with some of my changes (also a TP suggestion) added: by Guido van Rossum · 26 years ago
  66. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  67. 76ec53c Subject: Bug in PC/import_nt.c by Guido van Rossum · 26 years ago
  68. 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
  69. 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 26 years ago
  70. dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 26 years ago
  71. 0a13f7f # This is a new module I wrote over the weekend. Again, you missed the by Guido van Rossum · 26 years ago
  72. 5e97783 # Note: a previous checkin message was lost because I can now use CVS by Guido van Rossum · 26 years ago
  73. e3bd821 Primitive GUI for websucker. by Guido van Rossum · 26 years ago
  74. d328a9b Fix the way a trailing / is changed to /index.html so that it by Guido van Rossum · 26 years ago
  75. 6eb9d32 sort the urls in the todo list by Guido van Rossum · 26 years ago
  76. 62320c9 # (My first checkin from Windows NT using remote CVS!) by Guido van Rossum · 26 years ago
  77. ad4db17 Fixed the EventHook() code so that it also works on Windows, sort of. by Guido van Rossum · 26 years ago
  78. d458faa In completer(), return None instead of raising an IndexError when by Guido van Rossum · 26 years ago
  79. b3f9f4b On Windows, make the pipe() call return Unix file descriptors instead by Guido van Rossum · 26 years ago
  80. e0fdf6f Keep Microsoft's compiler happy. by Guido van Rossum · 26 years ago
  81. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 26 years ago
  82. e7c4193 In tcsetattr(), first initialize the mode structure by calling by Guido van Rossum · 26 years ago
  83. ae9ee73 Use the getpass module instead of having platform-specific echo on/off by Guido van Rossum · 26 years ago
  84. c8f859a Jonathan Giddy: by Guido van Rossum · 26 years ago
  85. 590fc2c Jonathan Giddy: by Guido van Rossum · 26 years ago
  86. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  87. 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 26 years ago
  88. a3eebe6 Add warning about use of lowercase/uppercase with maketrans(). by Guido van Rossum · 26 years ago
  89. 08d6be4 Add timegm to list of functions tested, for Marc-Andre L. by Guido van Rossum · 26 years ago
  90. d92fb16 Oops, bug in release date! by Guido van Rossum · 26 years ago
  91. cff311a Be more careful than the previous patch. The default content-type by Guido van Rossum · 26 years ago
  92. e894fc0 Support new overridable method, isheader() (ESR). by Guido van Rossum · 26 years ago
  93. 444d0f8 Eric Raymond: added doc for isheader(); improved docs for constructor. by Guido van Rossum · 26 years ago
  94. 1299100 Document the changes I just checked in. by Guido van Rossum · 26 years ago
  95. c7bb857 Some changes suggested/provided by Eric Raymond: by Guido van Rossum · 26 years ago
  96. 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 26 years ago
  97. 1f40cd6 Add the __doc__ string from the original module on copy_none(). by Guido van Rossum · 26 years ago
  98. 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 26 years ago
  99. dd47ec9 Default content-type to application/x-www-form-urlencoded at the top by Guido van Rossum · 26 years ago
  100. e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago