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