1. 472b9a3 Clearly I was to quick with the previous commit... by Guido van Rossum · 26 years ago
  2. 97ea116 Documented the pop() method for lists. by Guido van Rossum · 26 years ago
  3. 9c59ce9 Documented os.linesep (line separator). by Guido van Rossum · 26 years ago
  4. bf0db03 Add pop method. by Guido van Rossum · 26 years ago
  5. 3dd7f3f Added doc strings for methods and a new pop() method. by Guido van Rossum · 26 years ago
  6. cd90509 As suggested by pson@pson.pp.se, correct the docs for head(), body(), article(). by Guido van Rossum · 26 years ago
  7. 0f91183 Fix the comments describing the return values of the head(), body(), by Guido van Rossum · 26 years ago
  8. 52a79e8 Changed URL to crypto page. by Andrew M. Kuchling · 26 years ago
  9. a259696 Fix by Sjoerd Mullender to support symbolic links and make a backup of by Guido van Rossum · 26 years ago
  10. 6c373f7 Document new default arg to groups() and new functions/methods by Guido van Rossum · 26 years ago
  11. 8ea9f4d Fix a stupid little bug: len() of an unsized returns -1 and leaves an by Guido van Rossum · 26 years ago
  12. 16926bd Add PyImport_AppendInittab() an PyImport_ExtendInittab(). by Guido van Rossum · 26 years ago
  13. 8b3282b For completeness, add a dummy load_package() method to RHooks. It by Guido van Rossum · 26 years ago
  14. 9f5c36f Support loading of packages. (I had this coded up for a while but by Guido van Rossum · 26 years ago
  15. be0b62c Added findall() to RegexObject -- return a list of all matches in a by Guido van Rossum · 26 years ago
  16. 8088407 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  17. 716b784 # Make tabnanny happy. by Guido van Rossum · 26 years ago
  18. 3ad9dd5 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  19. 950ff29 Experimental feature: add default argument to getattr(). by Guido van Rossum · 26 years ago
  20. 39ef227 Unsigned 1 and 2 byte sized formats shouldn't result in long integer values! by Guido van Rossum · 26 years ago
  21. c94f16f Oops! Of course, Tim is right -- when the item is not a hex number, by Guido van Rossum · 26 years ago
  22. 52e86ad Speed-up unquote(), inspired by post from Daniel Walton. by Guido van Rossum · 26 years ago
  23. 002f7aa Note that no .pyc/.pyo files are created for script files. by Guido van Rossum · 26 years ago
  24. f9cfb17 Now cmd is documented too. by Guido van Rossum · 26 years ago
  25. a40d643 Documented smtplib, multifile by Guido van Rossum · 26 years ago
  26. 8ddbe91 Documented cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  27. f78a52c Added cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  28. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 26 years ago
  29. 911ec18 # Added missing semicolon (was #ifdef'ed out in edit on Windows). by Guido van Rossum · 26 years ago
  30. 1d8fb2d Added doc strings. by Guido van Rossum · 26 years ago
  31. a5e1b00 Windows-specific hack to make sure that when LoadLibrary() is called, by Guido van Rossum · 26 years ago
  32. 0ef577b Added doc strings. by Guido van Rossum · 26 years ago
  33. d2264bb # Remove an extra blank line from a doc string. by Guido van Rossum · 26 years ago
  34. c3bc31e Added doc strings. Maybe the doc string for the module itself is a bit by Guido van Rossum · 26 years ago
  35. 8a92c62 New feature: if the object's type has a non-NULL tp_doc field, that by Guido van Rossum · 26 years ago
  36. 73d8bff Document optional kwargs argument to start_new_thread(). Also by Guido van Rossum · 26 years ago
  37. a70d160 Define new macro Py_InitModule3(name, methods, doc) which calls by Guido van Rossum · 26 years ago
  38. 75e9fc3 Added doc strings. Also export LockType from the modoule, and give it by Guido van Rossum · 26 years ago
  39. f9d9c6c Added doc strings. by Guido van Rossum · 26 years ago
  40. d9b5208 In raw_input(prompt), make sure that str(prompt) really a string by Guido van Rossum · 26 years ago
  41. 1bb2687 Slight rearrangement of some code to make it faster, by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  42. fb721cf Added build.macfreeze to the "special" folders. by Jack Jansen · 26 years ago
  43. 46603af Config file for frozen binaries. by Jack Jansen · 26 years ago
  44. d969061 Initial documentation on freezing. by Jack Jansen · 26 years ago
  45. 1118c44 Template project, bundle file and config.c file for frozen applications. by Jack Jansen · 26 years ago
  46. ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
  47. 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago
  48. fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
  49. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 26 years ago
  50. 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
  51. e5836d9 Mark the 'whence' parameter of the file object's seek() method as optional; by Fred Drake · 26 years ago
  52. 0185283 Treat "HEAD" same as "GET", so that CGI scripts won't fail. by Guido van Rossum · 26 years ago
  53. 2349015 Rewrite the (test) main program so that when used as a script, it can by Guido van Rossum · 26 years ago
  54. b1f0812 Piers' latest version, labeled 2.11. This time he integrated my by Guido van Rossum · 26 years ago
  55. 95e6f70 Eric Raymond added support for ESMTP protocol and corrected some typos by Guido van Rossum · 26 years ago
  56. 323bf5e Ignore Windows case check for ALL CAPS 8.3 files by Guido van Rossum · 26 years ago
  57. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  58. d9d2625 "if match(x) >= 0:" smells of regex matching; should use "if match(x):" by Guido van Rossum · 26 years ago
  59. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  60. 2d4a54d Removed loading of shared font stuff from howto.cls and manual.cls, moving it by Fred Drake · 26 years ago
  61. 44c413b Make the large letter at the top of each section use the sans-serif font, by Fred Drake · 26 years ago
  62. 8e7c826 Added texinputs/pypaper.sty to the list of manual style files, so that the by Fred Drake · 26 years ago
  63. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  64. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 26 years ago
  65. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  66. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 26 years ago
  67. e676297 Add check in long-to-int conversion for at least one digit. by Guido van Rossum · 26 years ago
  68. 3b2b347 Fix the tests for various anomalies in the string-to-numbers by Guido van Rossum · 26 years ago
  69. f57736e Translated to use re instead of regex. Also replaced one use of by Guido van Rossum · 26 years ago
  70. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 26 years ago
  71. 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 26 years ago
  72. 251c9fc Added Py_{Get,Set}PythonHome. by Guido van Rossum · 26 years ago
  73. 4c70413 Added {Get,Set}PopupData calls to get at the data for popup menu controls. by Jack Jansen · 26 years ago
  74. cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
  75. 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago
  76. 5cd70f4 Added <ctype.h>, needed for Windows. by Guido van Rossum · 26 years ago
  77. 40ae0e9 Added _locale by Guido van Rossum · 26 years ago
  78. f766e23 There was an error check in a loop in PythonCmd which called by Guido van Rossum · 26 years ago
  79. 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 26 years ago
  80. eda960a Piers' latest version -- authentication added by Donn Cave. by Guido van Rossum · 26 years ago
  81. faac013 # Untabified the example :-( by Guido van Rossum · 26 years ago
  82. bca1207 Documented that by default the output goes to stderr, and that a file by Guido van Rossum · 26 years ago
  83. e50b0a4 In class _Subfile, make sure read(n) can't read beyond EOF. Also by Guido van Rossum · 26 years ago
  84. 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 26 years ago
  85. 4281258 Minor cleanup by Tim after my changes: by Guido van Rossum · 26 years ago
  86. 81d10b4 Add __getitem__ to AddressList object, to make it a sequence. by Guido van Rossum · 26 years ago
  87. 8729483 Some extra notes, and describe a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  88. 4d4ab92 Some extra comments and docstrings, and a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  89. 4c4e7df Tim's latest, with some of my changes (also a TP suggestion) added: by Guido van Rossum · 26 years ago
  90. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  91. 76ec53c Subject: Bug in PC/import_nt.c by Guido van Rossum · 26 years ago
  92. 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
  93. 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 26 years ago
  94. dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 26 years ago
  95. 0a13f7f # This is a new module I wrote over the weekend. Again, you missed the by Guido van Rossum · 26 years ago
  96. 5e97783 # Note: a previous checkin message was lost because I can now use CVS by Guido van Rossum · 26 years ago
  97. e3bd821 Primitive GUI for websucker. by Guido van Rossum · 26 years ago
  98. d328a9b Fix the way a trailing / is changed to /index.html so that it by Guido van Rossum · 26 years ago
  99. 6eb9d32 sort the urls in the todo list by Guido van Rossum · 26 years ago
  100. 62320c9 # (My first checkin from Windows NT using remote CVS!) by Guido van Rossum · 26 years ago