1. c6a525e Fix typo reported by Kent Engström, and a bunch of broken markup. by Fred Drake · 22 years ago
  2. 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 22 years ago
  3. 82bac59 Fixed a typo and updated information about using the Times fonts when by Fred Drake · 22 years ago
  4. 388fba8 Added font-setting line (and associated comments) to the A4 version of by Fred Drake · 22 years ago
  5. 291e9ee Fix a typo. by Thomas Heller · 22 years ago
  6. b1af86a Revise asyncore documentation and document asynchat for the first time. by Steve Holden · 22 years ago
  7. df872a2 No need to be ambiguous about *how* extended slices and built-in types by Fred Drake · 22 years ago
  8. 228f6e4 Fix up a few more consistency nits and incorrectly applied markup. by Fred Drake · 22 years ago
  9. c412617 Add annotations that describe the change in the "errors" and "failures" by Fred Drake · 22 years ago
  10. 387c8b5 Update the documentation of the errors and failures attributes of the by Fred Drake · 22 years ago
  11. 285f4a7 Don't list all the keyword args to the TextWrapper constructor in the by Greg Ward · 22 years ago
  12. 2c22e85 Attempt to clarify removedirs(). Based on SF bug #574773. by Fred Drake · 22 years ago
  13. ca23ee2 Deal with & remove the XXX comments. by Fred Drake · 22 years ago
  14. ad74b7d Abstract the creation of signature lines for callable things; the new by Fred Drake · 22 years ago
  15. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  16. 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 22 years ago
  17. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  18. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  19. 550fd5d Fixed bug 574978 shutil example out of sync with source code by Raymond Hettinger · 22 years ago
  20. 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 22 years ago
  21. 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 22 years ago
  22. ae64f3ad Add documentation for new textwrap module. by Greg Ward · 22 years ago
  23. 8b46c71 Typo fix. by Greg Ward · 22 years ago
  24. d805fef Added support for some of the more recently defined macros and environments. by Fred Drake · 22 years ago
  25. 2c81381 Clean up some markup. by Fred Drake · 22 years ago
  26. dcd0500 dis.dis() also supports modules by Neal Norwitz · 22 years ago
  27. 292724d Fix various typos reported to python-docs. by Fred Drake · 22 years ago
  28. 33fd5f7 Fix typo reported to python-docs. by Fred Drake · 22 years ago
  29. dcdf48a Add some acks by Andrew M. Kuchling · 22 years ago
  30. d003a2a Describe textwrap module by Andrew M. Kuchling · 22 years ago
  31. ca0383d Fix bug #573916. Sender and recipients reversed in email example. by Raymond Hettinger · 22 years ago
  32. 763805d add seealso link to the bisect module by Skip Montanaro · 22 years ago
  33. 09d9f86 add /F's PriorityQueue example by Skip Montanaro · 22 years ago
  34. fdc3431 Add a reminder by Andrew M. Kuchling · 22 years ago
  35. 09d6b92 Add a reminder by Andrew M. Kuchling · 22 years ago
  36. c5e2792 Talk about interfaces rather than implementation classes where appropriate. by Fred Drake · 22 years ago
  37. b6aa9cb Added some more links to the "See also" section. by Fred Drake · 22 years ago
  38. 7bc121a When talking about interfaces, use the interface names, not the names by Fred Drake · 22 years ago
  39. f0236d7 Fix typo by Raymond Hettinger · 22 years ago
  40. 07dc918 Close bug 480337: Dict used before dicts explained. Added explanation by Raymond Hettinger · 22 years ago
  41. 04e7e0c Close bug 417930 by clarifying augmented assignment docs by Raymond Hettinger · 22 years ago
  42. 5ed3fa6 Fix SF bug 568269 by enclosing 'computername' in a raw string by Raymond Hettinger · 22 years ago
  43. 7fd9ced Minor English grammar correction by Raymond Hettinger · 22 years ago
  44. 7951f60 Fix spacing in loop example by Raymond Hettinger · 22 years ago
  45. 563d12d SF # 572928 One word change for lib/libgettext.tex by Neal Norwitz · 22 years ago
  46. 723f94b Convert the example C code to ANSI rather than K&R. by Fred Drake · 22 years ago
  47. 53540ab Correct the RE equivalent of scanf()'s %x and %X patterns. by Fred Drake · 22 years ago
  48. 6f45eeb Typo fix. by Greg Ward · 22 years ago
  49. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 22 years ago
  50. 473f46a Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 22 years ago
  51. 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 22 years ago
  52. dce695a Added reference to the Expat home page. by Fred Drake · 22 years ago
  53. 81932e2 Try to improve the explanation of the "raise" statement and how its arguments by Fred Drake · 22 years ago
  54. e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 22 years ago
  55. 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 22 years ago
  56. f4bf7aa Typo: bites --> bytes (Hanging around small kids too much...;) by Fred Drake · 22 years ago
  57. 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 22 years ago
  58. a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 22 years ago
  59. 69d1fd2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 22 years ago
  60. 0747121 Played contortionist games with the argument_list production so it by Fred Drake · 22 years ago
  61. 4837fa3 \productioncont: Replace leading spaces with   so that it's by Fred Drake · 22 years ago
  62. f6e9027 Refactor the generation of signature lines for funcdesc, methoddesc, by Fred Drake · 22 years ago
  63. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  64. 28bdc62 Clarified description of error handling for shutil.rmtree(). by Fred Drake · 22 years ago
  65. b084017 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 22 years ago
  66. 6fc22f6 Ensure \verbatiminput always uses a unique filename for each input file in by Fred Drake · 22 years ago
  67. 9f6e104 Add reminder, and a new POSIX function Tweak traceback display for consistency by Andrew M. Kuchling · 22 years ago
  68. 495afea Typo. by Michael W. Hudson · 22 years ago
  69. 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 22 years ago
  70. a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 22 years ago
  71. a8ef0d1 Anchors ("a" elements) used only for the name attribute should not by Fred Drake · 22 years ago
  72. 1e4519f Make a start at describing the results of class/type unification by Steve Holden · 22 years ago
  73. 6c123ef Refer the reader to the correct module for constant definitions. by Fred Drake · 22 years ago
  74. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  75. 585775b Document the Binary.data attribute. This closes SF bug #562878. by Fred Drake · 22 years ago
  76. 9c92b69 Use \code{True} (or False) instead of true/false. by Neal Norwitz · 22 years ago
  77. cc5c694 Add "version added" for getpgid by Neal Norwitz · 22 years ago
  78. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  79. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 22 years ago
  80. efb9097 Do not claim that getlocale() returns a tulpe; that is not always true. by Fred Drake · 22 years ago
  81. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  82. 178153f Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 22 years ago
  83. e9996c6 Add version annotations for some older changes to the calendar module. by Fred Drake · 22 years ago
  84. e3fdc97 SF bug 567826. Document new opcodes: by Guido van Rossum · 22 years ago
  85. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  86. 55ad7f8 Completely revise markup for the list of list methods; the new markup matches by Fred Drake · 22 years ago
  87. a861d55 Document that the key should not contain null bytes. by Guido van Rossum · 22 years ago
  88. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  89. 7f147a7 Tweak traceback message to avoid LaTeX2HTML bug Add a reminder by Andrew M. Kuchling · 22 years ago
  90. eb91488 Fix typo by Andrew M. Kuchling · 22 years ago
  91. f70a0a8 Fix typo, and add some reminders by Andrew M. Kuchling · 22 years ago
  92. 497bdd6 Tweak the description of pymalloc. Mention pymemcompat.h. by Michael W. Hudson · 22 years ago
  93. 715b861 Clarify the interaction between timeout/non-blocking mode, makefile and fromfd. by Guido van Rossum · 22 years ago
  94. 62a7f63 Fix typo by Neal Norwitz · 22 years ago
  95. fc9823b Clarify the interaction between blocking and timeouts. Explain that by Guido van Rossum · 22 years ago
  96. bdbd84f Add version info, and fix another typo and wording spotted by /F. I think this is what he meant. :-) by Neal Norwitz · 22 years ago
  97. 1a06fb0 Fix typo spotted by Fredrik Lundh. by Fred Drake · 22 years ago
  98. 6c6d662 Fix some markup errors and adjust wording slightly. by Fred Drake · 22 years ago
  99. be946bf SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  100. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago