1. e31e9ce Document generators and the yield statement, avoiding implementation details. by Fred Drake · 23 years ago
  2. be6dd30 Remove crufty whitespace in a block of index entries. by Fred Drake · 23 years ago
  3. 54e6294 A number of small adjustments. by Fred Drake · 23 years ago
  4. 145b479 Added discussion of protecting against screwing up the exception state in by Fred Drake · 23 years ago
  5. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
  6. c82bd72 Save a new version of the productionlist environment for safe-keeping; this by Fred Drake · 23 years ago
  7. 1d3e6c1 Fix whitespace in example of bad indentation: a comment indicated that one by Fred Drake · 23 years ago
  8. cf72aba Update link to the SAX homepage. by Fred Drake · 23 years ago
  9. 6048ce9 Added documentation for str.decode(). This closes SF bug #490823. by Fred Drake · 23 years ago
  10. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  11. 73f0a4e Script to generate the table of distribution packages, plugging in the size by Fred Drake · 23 years ago
  12. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  13. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  14. 7961930 Revise description of dumbdbm.open() to reflect that the flag argument is by Fred Drake · 23 years ago
  15. 8b7bb7a Describe the behavior of the read() method when the list of filenames by Fred Drake · 23 years ago
  16. c6259d7 Another name. by Fred Drake · 23 years ago
  17. 44b3f76 More info about the cycle detector. by Guido van Rossum · 23 years ago
  18. 874c4f0 Trivial spelling repair on new cyclic garbage text. by Tim Peters · 23 years ago
  19. 024e647 Added more information about reference counting limitations and the cycle by Fred Drake · 23 years ago
  20. 038215a Use an immutable tuple for __slots instead of a mutable list Bump version number by Andrew M. Kuchling · 23 years ago
  21. b404145 s/it/if/ in descriptions of spawn mode argument. by Tim Peters · 23 years ago
  22. c7cb692 For ratecv, document that None should be the initial state argument (when by Tim Peters · 23 years ago
  23. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 23 years ago
  24. 22d35a7 [Bug #459270] Fix incorrect filename for system-wide config file by Andrew M. Kuchling · 23 years ago
  25. a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 23 years ago
  26. d761662 asyncore.loop() description contributed by Skip Montanaro. by Fred Drake · 23 years ago
  27. c2f496a Add a note to the description of the interaction between the softspace by Fred Drake · 23 years ago
  28. 39368c1 Added documentation of the sendall() method, and a note to the send() method by Fred Drake · 23 years ago
  29. d2a557e Added entry for the "cgitb" module docs. by Fred Drake · 23 years ago
  30. 6e70e8b Documentation for the "cgitb" module. by Fred Drake · 23 years ago
  31. 4ed6be7 Import the keyword module instead of relying on our own list of by Guido van Rossum · 23 years ago
  32. 41c6719 Put the keywords back in alphabetical order. Apparently somebody by Guido van Rossum · 23 years ago
  33. ecd8157 Include a warning that scripts should not have the same name as standard by Fred Drake · 23 years ago
  34. 6016dbe Talk about str() in the discussion of string representations of values, and by Fred Drake · 23 years ago
  35. bb7775a Fix SF bug #479967: Appearantly I broke something that made the index by Fred Drake · 23 years ago
  36. 97e3201 Add a note that the rgbimg module is only built on 32-bit machines (prompted by Fred Drake · 23 years ago
  37. b48b6d0 Remove meaningless comment. by Fred Drake · 23 years ago
  38. db5a93c Update docs to reflect new compile() and compileFile() by Jeremy Hylton · 23 years ago
  39. b38784e Slightly improved indexing for the string-% operator, thanks to comments by Fred Drake · 23 years ago
  40. fcf9468 Update lambda description to reflect nested scopes. This was noted by by Fred Drake · 23 years ago
  41. 1a76386 Added documentation on the ScrolledText module. by Fred Drake · 23 years ago
  42. c54fc31 Oops! Forgot the value parameter. by Andrew M. Kuchling · 23 years ago
  43. 9455df2 Add __delete__ method of properties Reflow paragraph by Andrew M. Kuchling · 23 years ago
  44. 1da50f6 Add a scalar product to the example list comprehensions based on a suggestion by Fred Drake · 23 years ago
  45. 5172adc Minor clarification of the zip() description, based on a comment sent to by Fred Drake · 23 years ago
  46. 14f5c5f Make no assumption about how modules are built when referring to them; this by Fred Drake · 23 years ago
  47. 1722e4a Re-word the intro slightly to avoid reader misunderstanding: strings are not by Fred Drake · 23 years ago
  48. 551ffae Clarify that the Python runtime may behave mysteriously when an exception by Fred Drake · 23 years ago
  49. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  50. f07125e PyErr_Format() does not return a new reference; it always returns NULL. by Fred Drake · 23 years ago
  51. b22c672 Clean up some material that is not part of the standard documentation. by Fred Drake · 23 years ago
  52. c7b7838 Another name. by Fred Drake · 23 years ago
  53. d745b4e Add reference to the "String Methods" section to make that information by Fred Drake · 23 years ago
  54. 381832e Drop xmllib in favor of SAX. by Fred Drake · 23 years ago
  55. 1e53fa7 Add a couple of entries to the whitespace-cleanups table. by Fred Drake · 23 years ago
  56. 0467775 Add description of tkCommonDialog. by Fred Drake · 23 years ago
  57. 95e33f0 Added two new conversion specifications. by Fred Drake · 23 years ago
  58. 10cd315 Change the chapter title to reflect the Tk affinity. by Fred Drake · 23 years ago
  59. 5ed35fd Add a new environment in the Python docs markup: seealso*. This is similar by Fred Drake · 23 years ago
  60. 89d63cc Minor adjustments to markup for the getDOMImplementation() description. by Fred Drake · 23 years ago
  61. bd34b6b Added the convenience constants that are present in PyXML to make these by Fred Drake · 23 years ago
  62. 38f3b72 Updated documentation for the new httplib interface, by Kalle Svensson. by Fred Drake · 23 years ago
  63. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 23 years ago
  64. 44b6f84 More information about Tix support, contributed by Mike Clarkson. by Fred Drake · 23 years ago
  65. 6995bb6 Various cleanups & markup fixes, mostly relating to the stat and statvfs by Fred Drake · 23 years ago
  66. ed0a719 Neil Schemenauer suggested a small improvement to one of the example REs. by Fred Drake · 23 years ago
  67. 389aa17 writeline() --> writelines() This closes SF bug #487147. by Fred Drake · 23 years ago
  68. 1cec7fa New section of regular expression examples contributed by Skip Montanaro, by Fred Drake · 23 years ago
  69. 92024d1 Clarify the description of the creation of an owned reference from an API by Fred Drake · 23 years ago
  70. 99181ac Add an index entry for the discussion of PyEval_CallObject(). by Fred Drake · 23 years ago
  71. ea4d2c0 A few small changes: by Fred Drake · 23 years ago
  72. 5107b4c Re-arrange the modules in the "Internet Data Handling" chapter to try to by Fred Drake · 23 years ago
  73. 6a6bb18 Clarify that on some systems, lockf() using LOCK_EX requires that the file by Fred Drake · 23 years ago
  74. 48704ee Add synopsis for the SimpleXMLRPCServer module; used in the chapter-level by Fred Drake · 23 years ago
  75. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  76. beafc79 Typo, spotted by Fredrik Lundh. by Fred Drake · 23 years ago
  77. b03d0cc Typo, spotted by Detlef Lannert. by Fred Drake · 23 years ago
  78. fcb05ab Tk-related modules should no longer be listed here. by Fred Drake · 23 years ago
  79. 2744f43 Fix typo, extra markup constructs. This closes SF bug #485252. by Fred Drake · 23 years ago
  80. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 23 years ago
  81. ccf0465 Correctly create new-style classes in the examples by Andrew M. Kuchling · 23 years ago
  82. 560da62 Rename get_referents to get_referrers. Fixes #483815. by Martin v. Löwis · 23 years ago
  83. 27ae311 Avoid trailing blank lines in the output. by Fred Drake · 23 years ago
  84. 00c96ae Adjust input pre-processing so that a comment on the last line does not by Fred Drake · 23 years ago
  85. e70dbe0 Update the platform notes for the CGIHTTPServer module; it works on more by Fred Drake · 23 years ago
  86. 63c4f90 Another name... by Fred Drake · 23 years ago
  87. 7064d3b Fix the default value for feature_namespaces, per discussions on the XML-SIG by Fred Drake · 23 years ago
  88. 69ab583 Paul Rubin reminds me that of course a class's constructor /could/ get by Barry Warsaw · 23 years ago
  89. ebbd14d Clarified a couple of issues for the startElement*() handlers: by Fred Drake · 23 years ago
  90. af0a883 Relatively large expansion of the docs for gc.garbage. by Tim Peters · 23 years ago
  91. ef6373a Exhibit good form in C code: always provide docstrings in method tables, and by Fred Drake · 23 years ago
  92. 50ecc15 Add omitted word for clarity. by Fred Drake · 23 years ago
  93. 0c0565d Toughen up the security warnings a bit. by Barry Warsaw · 23 years ago
  94. 5e17d20 Add a clarification that the email package always deals in native line by Barry Warsaw · 23 years ago
  95. dd2487d Post-release bumps. Do *NOT* merge into the 2.2b2 branch. by Fred Drake · 23 years ago
  96. 666ca80 Clean up some markup a little bit more. Make this work with the PDF format, by Fred Drake · 23 years ago
  97. 5545219 Document the urlsplit() and urlunsplit() functions. by Fred Drake · 23 years ago
  98. c66ff20 Switched a couple of sections around. by Fred Drake · 23 years ago
  99. 69b2d75 A few minor updates to make it clear(er) that pickle should be used by Barry Warsaw · 23 years ago
  100. f595fd9 A massive rewrite affecting both the pickle and cPickle module by Barry Warsaw · 23 years ago