1. 4ed6be7 Import the keyword module instead of relying on our own list of by Guido van Rossum · 23 years ago
  2. 41c6719 Put the keywords back in alphabetical order. Apparently somebody by Guido van Rossum · 23 years ago
  3. ecd8157 Include a warning that scripts should not have the same name as standard by Fred Drake · 23 years ago
  4. 6016dbe Talk about str() in the discussion of string representations of values, and by Fred Drake · 23 years ago
  5. bb7775a Fix SF bug #479967: Appearantly I broke something that made the index by Fred Drake · 23 years ago
  6. 97e3201 Add a note that the rgbimg module is only built on 32-bit machines (prompted by Fred Drake · 23 years ago
  7. b48b6d0 Remove meaningless comment. by Fred Drake · 23 years ago
  8. db5a93c Update docs to reflect new compile() and compileFile() by Jeremy Hylton · 23 years ago
  9. b38784e Slightly improved indexing for the string-% operator, thanks to comments by Fred Drake · 23 years ago
  10. fcf9468 Update lambda description to reflect nested scopes. This was noted by by Fred Drake · 23 years ago
  11. 1a76386 Added documentation on the ScrolledText module. by Fred Drake · 23 years ago
  12. c54fc31 Oops! Forgot the value parameter. by Andrew M. Kuchling · 23 years ago
  13. 9455df2 Add __delete__ method of properties Reflow paragraph by Andrew M. Kuchling · 23 years ago
  14. 1da50f6 Add a scalar product to the example list comprehensions based on a suggestion by Fred Drake · 23 years ago
  15. 5172adc Minor clarification of the zip() description, based on a comment sent to by Fred Drake · 23 years ago
  16. 14f5c5f Make no assumption about how modules are built when referring to them; this by Fred Drake · 23 years ago
  17. 1722e4a Re-word the intro slightly to avoid reader misunderstanding: strings are not by Fred Drake · 23 years ago
  18. 551ffae Clarify that the Python runtime may behave mysteriously when an exception by Fred Drake · 23 years ago
  19. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  20. f07125e PyErr_Format() does not return a new reference; it always returns NULL. by Fred Drake · 23 years ago
  21. b22c672 Clean up some material that is not part of the standard documentation. by Fred Drake · 23 years ago
  22. c7b7838 Another name. by Fred Drake · 23 years ago
  23. d745b4e Add reference to the "String Methods" section to make that information by Fred Drake · 23 years ago
  24. 381832e Drop xmllib in favor of SAX. by Fred Drake · 23 years ago
  25. 1e53fa7 Add a couple of entries to the whitespace-cleanups table. by Fred Drake · 23 years ago
  26. 0467775 Add description of tkCommonDialog. by Fred Drake · 23 years ago
  27. 95e33f0 Added two new conversion specifications. by Fred Drake · 23 years ago
  28. 10cd315 Change the chapter title to reflect the Tk affinity. by Fred Drake · 23 years ago
  29. 5ed35fd Add a new environment in the Python docs markup: seealso*. This is similar by Fred Drake · 23 years ago
  30. 89d63cc Minor adjustments to markup for the getDOMImplementation() description. by Fred Drake · 23 years ago
  31. bd34b6b Added the convenience constants that are present in PyXML to make these by Fred Drake · 23 years ago
  32. 38f3b72 Updated documentation for the new httplib interface, by Kalle Svensson. by Fred Drake · 23 years ago
  33. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 23 years ago
  34. 44b6f84 More information about Tix support, contributed by Mike Clarkson. by Fred Drake · 23 years ago
  35. 6995bb6 Various cleanups & markup fixes, mostly relating to the stat and statvfs by Fred Drake · 23 years ago
  36. ed0a719 Neil Schemenauer suggested a small improvement to one of the example REs. by Fred Drake · 23 years ago
  37. 389aa17 writeline() --> writelines() This closes SF bug #487147. by Fred Drake · 23 years ago
  38. 1cec7fa New section of regular expression examples contributed by Skip Montanaro, by Fred Drake · 23 years ago
  39. 92024d1 Clarify the description of the creation of an owned reference from an API by Fred Drake · 23 years ago
  40. 99181ac Add an index entry for the discussion of PyEval_CallObject(). by Fred Drake · 23 years ago
  41. ea4d2c0 A few small changes: by Fred Drake · 23 years ago
  42. 5107b4c Re-arrange the modules in the "Internet Data Handling" chapter to try to by Fred Drake · 23 years ago
  43. 6a6bb18 Clarify that on some systems, lockf() using LOCK_EX requires that the file by Fred Drake · 23 years ago
  44. 48704ee Add synopsis for the SimpleXMLRPCServer module; used in the chapter-level by Fred Drake · 23 years ago
  45. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  46. beafc79 Typo, spotted by Fredrik Lundh. by Fred Drake · 23 years ago
  47. b03d0cc Typo, spotted by Detlef Lannert. by Fred Drake · 23 years ago
  48. fcb05ab Tk-related modules should no longer be listed here. by Fred Drake · 23 years ago
  49. 2744f43 Fix typo, extra markup constructs. This closes SF bug #485252. by Fred Drake · 23 years ago
  50. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 23 years ago
  51. ccf0465 Correctly create new-style classes in the examples by Andrew M. Kuchling · 23 years ago
  52. 560da62 Rename get_referents to get_referrers. Fixes #483815. by Martin v. Löwis · 23 years ago
  53. 27ae311 Avoid trailing blank lines in the output. by Fred Drake · 23 years ago
  54. 00c96ae Adjust input pre-processing so that a comment on the last line does not by Fred Drake · 23 years ago
  55. e70dbe0 Update the platform notes for the CGIHTTPServer module; it works on more by Fred Drake · 23 years ago
  56. 63c4f90 Another name... by Fred Drake · 23 years ago
  57. 7064d3b Fix the default value for feature_namespaces, per discussions on the XML-SIG by Fred Drake · 23 years ago
  58. 69ab583 Paul Rubin reminds me that of course a class's constructor /could/ get by Barry Warsaw · 23 years ago
  59. ebbd14d Clarified a couple of issues for the startElement*() handlers: by Fred Drake · 23 years ago
  60. af0a883 Relatively large expansion of the docs for gc.garbage. by Tim Peters · 23 years ago
  61. ef6373a Exhibit good form in C code: always provide docstrings in method tables, and by Fred Drake · 23 years ago
  62. 50ecc15 Add omitted word for clarity. by Fred Drake · 23 years ago
  63. 0c0565d Toughen up the security warnings a bit. by Barry Warsaw · 23 years ago
  64. 5e17d20 Add a clarification that the email package always deals in native line by Barry Warsaw · 23 years ago
  65. dd2487d Post-release bumps. Do *NOT* merge into the 2.2b2 branch. by Fred Drake · 23 years ago
  66. 666ca80 Clean up some markup a little bit more. Make this work with the PDF format, by Fred Drake · 23 years ago
  67. 5545219 Document the urlsplit() and urlunsplit() functions. by Fred Drake · 23 years ago
  68. c66ff20 Switched a couple of sections around. by Fred Drake · 23 years ago
  69. 69b2d75 A few minor updates to make it clear(er) that pickle should be used by Barry Warsaw · 23 years ago
  70. f595fd9 A massive rewrite affecting both the pickle and cPickle module by Barry Warsaw · 23 years ago
  71. d44e7ad Minor updates to add more pointers to the pickle documentation, and to by Barry Warsaw · 23 years ago
  72. fd4f069 The turtle docs will be moving to another location in the Tkinter chapter. by Fred Drake · 23 years ago
  73. 482b9a8 Clean up the descriptions of multi-signature functions so we do the right by Fred Drake · 23 years ago
  74. bc1491f Thanks for the Tkinter chapter, Mike! by Fred Drake · 23 years ago
  75. 5355686 Add entries for the new Tkinter chapter. by Fred Drake · 23 years ago
  76. 7cf4e5b Tkinter chapter, contributed by Mike Clarkson. Based in part on the "Tkinter by Fred Drake · 23 years ago
  77. e1d4ad3 Finally commit the font changes that have been live on the development site by Fred Drake · 23 years ago
  78. 9c7a07f Bump release number & date. by Fred Drake · 23 years ago
  79. 1336e99 Fred observes that the typo was not the only problem with this sentence. by Jeremy Hylton · 23 years ago
  80. 4a98f70 typo by Jeremy Hylton · 23 years ago
  81. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  82. 64cdb48 No need to preprocess the header files - use ctags -I flag instead to by Thomas Heller · 23 years ago
  83. bfeeeee Fix obvious typos. by Thomas Heller · 23 years ago
  84. 94ead57 Added version annotations, remove hard tabs. by Fred Drake · 23 years ago
  85. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 23 years ago
  86. da4ffee No need to have documentation for a module which not accepted in the library. by Fred Drake · 23 years ago
  87. 3b0c82a Updated the documentation for formatdate(). by Barry Warsaw · 23 years ago
  88. 3988574 Remove my name, probably bad style. by Thomas Heller · 23 years ago
  89. 3e77423 Script to print undocumented symbols found in Python header files. by Thomas Heller · 23 years ago
  90. 30bd666 Cleaned up some markup stupidity and a usage problem reported by Detlef by Fred Drake · 23 years ago
  91. 399bc8c Fix a variety of typographical, grammatical, and clarity problems reported by Fred Drake · 23 years ago
  92. 0b66310 When referring to a formal parameter from the description, use the name given by Fred Drake · 23 years ago
  93. 59bfe28 Another name! by Fred Drake · 23 years ago
  94. 66ded52 apply() documentation: Remove a detail about the implementation that does by Fred Drake · 23 years ago
  95. 1a670c8 Adjust the module synopsis to avoid margin overruns in the PDF format. by Fred Drake · 23 years ago
  96. 10b81ce A variety of small cleanups, including one to avoid a margin overrun in the by Fred Drake · 23 years ago
  97. 5976816 Remove stray quotes; probably left over from conversion from docstrings. by Fred Drake · 23 years ago
  98. 806d332 Remove extra period. by Fred Drake · 23 years ago
  99. 1f774b0 Update obsolete e-mail address, and remove myself as a module author by Andrew M. Kuchling · 23 years ago
  100. 4794f0b Update obsolete e-mail address by Andrew M. Kuchling · 23 years ago