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