1. 7bda89f Rewritten a bit to address some criticism in the newsgroup. by Guido van Rossum · 26 years ago
  2. 5f574aa Added back the description of the exec statement. It appears that I by Guido van Rossum · 26 years ago
  3. 9f2b524 The permissions ('mode' flag) should default to 0666. by Guido van Rossum · 26 years ago
  4. 8ba4036 The _fromlinepattern was a little too restrictive -- some sendmails by Guido van Rossum · 26 years ago
  5. b3bf2cd # The variable total is never used somehow. I think I had plans for by Guido van Rossum · 26 years ago
  6. 6bbd1d0 According to Robin Dunn, at least one FTP server returns 200 instead by Guido van Rossum · 26 years ago
  7. 1717ba4 Normalize markup. by Fred Drake · 26 years ago
  8. 579d366 Normalize the markup. by Fred Drake · 26 years ago
  9. 3f6034d Added index entry. by Fred Drake · 26 years ago
  10. 91e5211 Added \deprecated to exit_thread() function. Reflects Guido's revision. by Fred Drake · 26 years ago
  11. d20781b On Windows, put the select file descriptor arrays on the heap. by Guido van Rossum · 26 years ago
  12. 030eb11 Gotta have an __init__() method -- pdb.py calls it! by Guido van Rossum · 26 years ago
  13. bfa3f6b Several changes: by Barry Warsaw · 26 years ago
  14. b68cd42 Fix two smal memory leaks discovered by Vadim Chugunov. by Guido van Rossum · 26 years ago
  15. f811dca Disable malloc debug in frozen programs. by Jack Jansen · 26 years ago
  16. d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
  17. a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
  18. 8e54abe Fix the \kbd definition so it didn't leave the courier face on. by Fred Drake · 26 years ago
  19. 3240dd2 Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands by Fred Drake · 26 years ago
  20. 108943c Added a section to the chapter on modules, describing the package system. by Andrew M. Kuchling · 26 years ago
  21. 0b3b43c New blood. by Guido van Rossum · 26 years ago
  22. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  23. 7e0e955 Get rid of the lock; it's no longer needed. by Guido van Rossum · 26 years ago
  24. 0dd010a # Be more definite about the MIPSpro compiler bug being fixed in a by Guido van Rossum · 26 years ago
  25. cf51dac Document __copy__() and __deepcopy__() methods. by Guido van Rossum · 26 years ago
  26. 5b68362 Use the real name of the module: "smtplib", not "smtp". by Fred Drake · 26 years ago
  27. 8ec619f Note that readline returns '' on EOF, not "EOF" (whatever that may be). by Guido van Rossum · 26 years ago
  28. 472b9a3 Clearly I was to quick with the previous commit... by Guido van Rossum · 26 years ago
  29. 97ea116 Documented the pop() method for lists. by Guido van Rossum · 26 years ago
  30. 9c59ce9 Documented os.linesep (line separator). by Guido van Rossum · 26 years ago
  31. bf0db03 Add pop method. by Guido van Rossum · 26 years ago
  32. 3dd7f3f Added doc strings for methods and a new pop() method. by Guido van Rossum · 26 years ago
  33. cd90509 As suggested by pson@pson.pp.se, correct the docs for head(), body(), article(). by Guido van Rossum · 26 years ago
  34. 0f91183 Fix the comments describing the return values of the head(), body(), by Guido van Rossum · 26 years ago
  35. 52a79e8 Changed URL to crypto page. by Andrew M. Kuchling · 26 years ago
  36. a259696 Fix by Sjoerd Mullender to support symbolic links and make a backup of by Guido van Rossum · 26 years ago
  37. 6c373f7 Document new default arg to groups() and new functions/methods by Guido van Rossum · 26 years ago
  38. 8ea9f4d Fix a stupid little bug: len() of an unsized returns -1 and leaves an by Guido van Rossum · 26 years ago
  39. 16926bd Add PyImport_AppendInittab() an PyImport_ExtendInittab(). by Guido van Rossum · 26 years ago
  40. 8b3282b For completeness, add a dummy load_package() method to RHooks. It by Guido van Rossum · 26 years ago
  41. 9f5c36f Support loading of packages. (I had this coded up for a while but by Guido van Rossum · 26 years ago
  42. be0b62c Added findall() to RegexObject -- return a list of all matches in a by Guido van Rossum · 26 years ago
  43. 8088407 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  44. 716b784 # Make tabnanny happy. by Guido van Rossum · 26 years ago
  45. 3ad9dd5 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  46. 950ff29 Experimental feature: add default argument to getattr(). by Guido van Rossum · 26 years ago
  47. 39ef227 Unsigned 1 and 2 byte sized formats shouldn't result in long integer values! by Guido van Rossum · 26 years ago
  48. c94f16f Oops! Of course, Tim is right -- when the item is not a hex number, by Guido van Rossum · 26 years ago
  49. 52e86ad Speed-up unquote(), inspired by post from Daniel Walton. by Guido van Rossum · 26 years ago
  50. 002f7aa Note that no .pyc/.pyo files are created for script files. by Guido van Rossum · 26 years ago
  51. f9cfb17 Now cmd is documented too. by Guido van Rossum · 26 years ago
  52. a40d643 Documented smtplib, multifile by Guido van Rossum · 26 years ago
  53. 8ddbe91 Documented cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  54. f78a52c Added cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  55. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 26 years ago
  56. 911ec18 # Added missing semicolon (was #ifdef'ed out in edit on Windows). by Guido van Rossum · 26 years ago
  57. 1d8fb2d Added doc strings. by Guido van Rossum · 26 years ago
  58. a5e1b00 Windows-specific hack to make sure that when LoadLibrary() is called, by Guido van Rossum · 26 years ago
  59. 0ef577b Added doc strings. by Guido van Rossum · 26 years ago
  60. d2264bb # Remove an extra blank line from a doc string. by Guido van Rossum · 26 years ago
  61. c3bc31e Added doc strings. Maybe the doc string for the module itself is a bit by Guido van Rossum · 26 years ago
  62. 8a92c62 New feature: if the object's type has a non-NULL tp_doc field, that by Guido van Rossum · 26 years ago
  63. 73d8bff Document optional kwargs argument to start_new_thread(). Also by Guido van Rossum · 26 years ago
  64. a70d160 Define new macro Py_InitModule3(name, methods, doc) which calls by Guido van Rossum · 26 years ago
  65. 75e9fc3 Added doc strings. Also export LockType from the modoule, and give it by Guido van Rossum · 26 years ago
  66. f9d9c6c Added doc strings. by Guido van Rossum · 26 years ago
  67. d9b5208 In raw_input(prompt), make sure that str(prompt) really a string by Guido van Rossum · 26 years ago
  68. 1bb2687 Slight rearrangement of some code to make it faster, by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  69. fb721cf Added build.macfreeze to the "special" folders. by Jack Jansen · 26 years ago
  70. 46603af Config file for frozen binaries. by Jack Jansen · 26 years ago
  71. d969061 Initial documentation on freezing. by Jack Jansen · 26 years ago
  72. 1118c44 Template project, bundle file and config.c file for frozen applications. by Jack Jansen · 26 years ago
  73. ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
  74. 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago
  75. fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
  76. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 26 years ago
  77. 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
  78. e5836d9 Mark the 'whence' parameter of the file object's seek() method as optional; by Fred Drake · 26 years ago
  79. 0185283 Treat "HEAD" same as "GET", so that CGI scripts won't fail. by Guido van Rossum · 26 years ago
  80. 2349015 Rewrite the (test) main program so that when used as a script, it can by Guido van Rossum · 26 years ago
  81. b1f0812 Piers' latest version, labeled 2.11. This time he integrated my by Guido van Rossum · 26 years ago
  82. 95e6f70 Eric Raymond added support for ESMTP protocol and corrected some typos by Guido van Rossum · 26 years ago
  83. 323bf5e Ignore Windows case check for ALL CAPS 8.3 files by Guido van Rossum · 26 years ago
  84. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  85. d9d2625 "if match(x) >= 0:" smells of regex matching; should use "if match(x):" by Guido van Rossum · 26 years ago
  86. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  87. 2d4a54d Removed loading of shared font stuff from howto.cls and manual.cls, moving it by Fred Drake · 26 years ago
  88. 44c413b Make the large letter at the top of each section use the sans-serif font, by Fred Drake · 26 years ago
  89. 8e7c826 Added texinputs/pypaper.sty to the list of manual style files, so that the by Fred Drake · 26 years ago
  90. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  91. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 26 years ago
  92. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  93. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 26 years ago
  94. e676297 Add check in long-to-int conversion for at least one digit. by Guido van Rossum · 26 years ago
  95. 3b2b347 Fix the tests for various anomalies in the string-to-numbers by Guido van Rossum · 26 years ago
  96. f57736e Translated to use re instead of regex. Also replaced one use of by Guido van Rossum · 26 years ago
  97. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 26 years ago
  98. 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 26 years ago
  99. 251c9fc Added Py_{Get,Set}PythonHome. by Guido van Rossum · 26 years ago
  100. 4c70413 Added {Get,Set}PopupData calls to get at the data for popup menu controls. by Jack Jansen · 26 years ago