1. 95e6f70 Eric Raymond added support for ESMTP protocol and corrected some typos by Guido van Rossum · 26 years ago
  2. 323bf5e Ignore Windows case check for ALL CAPS 8.3 files by Guido van Rossum · 26 years ago
  3. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  4. d9d2625 "if match(x) >= 0:" smells of regex matching; should use "if match(x):" by Guido van Rossum · 26 years ago
  5. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  6. 2d4a54d Removed loading of shared font stuff from howto.cls and manual.cls, moving it by Fred Drake · 26 years ago
  7. 44c413b Make the large letter at the top of each section use the sans-serif font, by Fred Drake · 26 years ago
  8. 8e7c826 Added texinputs/pypaper.sty to the list of manual style files, so that the by Fred Drake · 26 years ago
  9. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  10. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 26 years ago
  11. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  12. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 26 years ago
  13. e676297 Add check in long-to-int conversion for at least one digit. by Guido van Rossum · 26 years ago
  14. 3b2b347 Fix the tests for various anomalies in the string-to-numbers by Guido van Rossum · 26 years ago
  15. f57736e Translated to use re instead of regex. Also replaced one use of by Guido van Rossum · 26 years ago
  16. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 26 years ago
  17. 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 26 years ago
  18. 251c9fc Added Py_{Get,Set}PythonHome. by Guido van Rossum · 26 years ago
  19. 4c70413 Added {Get,Set}PopupData calls to get at the data for popup menu controls. by Jack Jansen · 26 years ago
  20. cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
  21. 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago
  22. 5cd70f4 Added <ctype.h>, needed for Windows. by Guido van Rossum · 26 years ago
  23. 40ae0e9 Added _locale by Guido van Rossum · 26 years ago
  24. f766e23 There was an error check in a loop in PythonCmd which called by Guido van Rossum · 26 years ago
  25. 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 26 years ago
  26. eda960a Piers' latest version -- authentication added by Donn Cave. by Guido van Rossum · 26 years ago
  27. faac013 # Untabified the example :-( by Guido van Rossum · 26 years ago
  28. bca1207 Documented that by default the output goes to stderr, and that a file by Guido van Rossum · 26 years ago
  29. e50b0a4 In class _Subfile, make sure read(n) can't read beyond EOF. Also by Guido van Rossum · 26 years ago
  30. 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 26 years ago
  31. 4281258 Minor cleanup by Tim after my changes: by Guido van Rossum · 26 years ago
  32. 81d10b4 Add __getitem__ to AddressList object, to make it a sequence. by Guido van Rossum · 26 years ago
  33. 8729483 Some extra notes, and describe a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  34. 4d4ab92 Some extra comments and docstrings, and a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  35. 4c4e7df Tim's latest, with some of my changes (also a TP suggestion) added: by Guido van Rossum · 26 years ago
  36. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  37. 76ec53c Subject: Bug in PC/import_nt.c by Guido van Rossum · 26 years ago
  38. 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
  39. 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 26 years ago
  40. dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 26 years ago
  41. 0a13f7f # This is a new module I wrote over the weekend. Again, you missed the by Guido van Rossum · 26 years ago
  42. 5e97783 # Note: a previous checkin message was lost because I can now use CVS by Guido van Rossum · 26 years ago
  43. e3bd821 Primitive GUI for websucker. by Guido van Rossum · 26 years ago
  44. d328a9b Fix the way a trailing / is changed to /index.html so that it by Guido van Rossum · 26 years ago
  45. 6eb9d32 sort the urls in the todo list by Guido van Rossum · 26 years ago
  46. 62320c9 # (My first checkin from Windows NT using remote CVS!) by Guido van Rossum · 26 years ago
  47. ad4db17 Fixed the EventHook() code so that it also works on Windows, sort of. by Guido van Rossum · 26 years ago
  48. d458faa In completer(), return None instead of raising an IndexError when by Guido van Rossum · 26 years ago
  49. b3f9f4b On Windows, make the pipe() call return Unix file descriptors instead by Guido van Rossum · 26 years ago
  50. e0fdf6f Keep Microsoft's compiler happy. by Guido van Rossum · 26 years ago
  51. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 26 years ago
  52. e7c4193 In tcsetattr(), first initialize the mode structure by calling by Guido van Rossum · 26 years ago
  53. ae9ee73 Use the getpass module instead of having platform-specific echo on/off by Guido van Rossum · 26 years ago
  54. c8f859a Jonathan Giddy: by Guido van Rossum · 26 years ago
  55. 590fc2c Jonathan Giddy: by Guido van Rossum · 26 years ago
  56. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  57. 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 26 years ago
  58. a3eebe6 Add warning about use of lowercase/uppercase with maketrans(). by Guido van Rossum · 26 years ago
  59. 08d6be4 Add timegm to list of functions tested, for Marc-Andre L. by Guido van Rossum · 26 years ago
  60. d92fb16 Oops, bug in release date! by Guido van Rossum · 26 years ago
  61. cff311a Be more careful than the previous patch. The default content-type by Guido van Rossum · 26 years ago
  62. e894fc0 Support new overridable method, isheader() (ESR). by Guido van Rossum · 26 years ago
  63. 444d0f8 Eric Raymond: added doc for isheader(); improved docs for constructor. by Guido van Rossum · 26 years ago
  64. 1299100 Document the changes I just checked in. by Guido van Rossum · 26 years ago
  65. c7bb857 Some changes suggested/provided by Eric Raymond: by Guido van Rossum · 26 years ago
  66. 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 26 years ago
  67. 1f40cd6 Add the __doc__ string from the original module on copy_none(). by Guido van Rossum · 26 years ago
  68. 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 26 years ago
  69. dd47ec9 Default content-type to application/x-www-form-urlencoded at the top by Guido van Rossum · 26 years ago
  70. e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  71. 068ad97 Untabified -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  72. 5a43e1a Get rid of tabnanny's last complaints. by Guido van Rossum · 26 years ago
  73. aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 26 years ago
  74. cd5a5f6 When comparing objects of different types (which is done by comparing by Guido van Rossum · 26 years ago
  75. 5d23758 Added docs for strptime(). by Guido van Rossum · 26 years ago
  76. 87ce7bb Added strptime, if it exists. Modified after a patch by Jesse Hallio. by Guido van Rossum · 26 years ago
  77. 5248148 Clarify the type of the signal handler. by Guido van Rossum · 26 years ago
  78. 4a0144c Should check that PyObject_Str() really returned a string! by Guido van Rossum · 26 years ago
  79. fe02efd getint() now raises ValueError, not TclError, on errors. by Guido van Rossum · 26 years ago
  80. 795a4bc Added a line to process SGI_ABI. by Guido van Rossum · 26 years ago
  81. a45cb45 When unmarshalling, add test for negative lengths on strings, tuples by Guido van Rossum · 26 years ago
  82. a63eff6 Allow assignments to special class attributes -- with typechecks, and by Guido van Rossum · 26 years ago
  83. fe216b7 A few minor updates on Emacs mode section by Barry Warsaw · 26 years ago
  84. 5542449 Remove the doc string -- it doesn't tell the truth. by Guido van Rossum · 26 years ago
  85. 0da45c4 New demo -- Perl style regular expression matching. by Guido van Rossum · 26 years ago
  86. 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 26 years ago
  87. 3c46234 Remove Emacs and #! cruft. by Guido van Rossum · 26 years ago
  88. d659693 Improve the self-test code a bit: read a host from sys.argv[1] if set, by Guido van Rossum · 26 years ago
  89. a119c0d Tim's revision of the previous patch. He also added some sparts to by Guido van Rossum · 26 years ago
  90. cc20b76 Add comments explaining thread unsafety of this code. by Guido van Rossum · 26 years ago
  91. d03e119 Make gauss() semi-thread-safe. It can still give duplicate results, by Guido van Rossum · 26 years ago
  92. b39e461 Two places where _time() should be used said time.time(), which by Guido van Rossum · 26 years ago
  93. 6884af7 Piers Lauders' latest version, with some of my own changes reapplied. by Guido van Rossum · 26 years ago
  94. ed6219b Fix a whole bunch of error return NULL that should be return -1. by Guido van Rossum · 26 years ago
  95. 9396673 Remove a few unused locals (I love VC++ for this!). by Guido van Rossum · 26 years ago
  96. 3c8c598 Sorry, the initializer for ob_type must really be NULL, by Guido van Rossum · 26 years ago
  97. d3ab101 Quick fix -- define SIZEOF_LONG and SIZEOF_INT. by Guido van Rossum · 26 years ago
  98. 3600bee Moved from PC by Guido van Rossum · 26 years ago
  99. cd3462f Moving to PCbuild by Guido van Rossum · 26 years ago
  100. 2a5119b On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. by Guido van Rossum · 26 years ago