1. aa73855 Issue #15067: Remove reference to a rejected PEP. by Zachary Ware · 11 years ago
  2. 3708349 Minor readability improvement. by Raymond Hettinger · 11 years ago
  3. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  4. 74a4eba Issue #21043 - Remove CACert.org from the recommendations by Donald Stufft · 11 years ago
  5. 163a214 Use "x" instead of "i" for s.index and s.count entries in sequence ops table. by Zachary Ware · 11 years ago
  6. 5c1d3dd Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  7. c769280 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  8. 944996f remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  9. 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago
  10. fd0c2f5 Define what “updating” means in docs for open (#19627). by Éric Araujo · 11 years ago
  11. 8de2118 #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  12. 6d07641 #13530: port to 2.7 branch (document what os.lseek returns). by Georg Brandl · 11 years ago
  13. 84f323e note that future_builtin's map is not quite like python 3's (closes #19363) by Benjamin Peterson · 11 years ago
  14. 3bca761 merge by Georg Brandl · 11 years ago
  15. 17a4322 #20628: wrap lines to < 80. by R David Murray · 11 years ago
  16. d2b5b31 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  17. 3cb99f3 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 11 years ago
  18. 207b5f4 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  19. 93cd25d fix links to builtin repr function (closes #20573) by Benjamin Peterson · 11 years ago
  20. 9c96f0b #19906: clarify note in urllib docs. by Ezio Melotti · 12 years ago
  21. 8bf70f7 Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 12 years ago
  22. 8a2e22e Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 12 years ago
  23. c82e27b Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 12 years ago
  24. 3ce5255 Fix markup error. by Georg Brandl · 12 years ago
  25. ad715d9 put notes in a ..note section by Benjamin Peterson · 12 years ago
  26. 235a7c5 document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 12 years ago
  27. 09421f8 update pysqlite website (closes #20278) by Benjamin Peterson · 12 years ago
  28. ace08ab Clarified documentation note on module-level convenience functions. by Vinay Sajip · 12 years ago
  29. aec3065 Fix typo. Pointed out by Finn Ellis on docs@. by Zachary Ware · 12 years ago
  30. dd1c4fd #20236: Fix sphinx markup. by R David Murray · 12 years ago
  31. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 12 years ago
  32. da0b34c Fix verb tense. by R David Murray · 12 years ago
  33. 5851218 #17282: Document unittest.main defaultTest argument. by R David Murray · 12 years ago
  34. 63cc99d Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 12 years ago
  35. dfd21d3 #20063: Remove inaccurate/confusing statement about support of 'pop' method. by R David Murray · 12 years ago
  36. b712873 Removed spaces before colons and semicolons. by Serhiy Storchaka · 12 years ago
  37. 610f84a Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
  38. c96592d s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 12 years ago
  39. d46a31f Issue #19902: Added list of logging levels. by Vinay Sajip · 12 years ago
  40. b56c517 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 12 years ago
  41. 91b88c8 #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 12 years ago
  42. 222b284 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs by Kristján Valur Jónsson · 12 years ago
  43. 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 12 years ago
  44. e9cb5e9 Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 12 years ago
  45. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  46. 9f91d35 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 12 years ago
  47. 1313368 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 12 years ago
  48. a69712c Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 12 years ago
  49. f7a5247 Issue #19508: warn that ssl doesn't validate certificates by default by Antoine Pitrou · 12 years ago
  50. e3c6136 #19238: fix typo in documentation. by Ezio Melotti · 12 years ago
  51. 6afafc7 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
  52. a691219 backport #18985: Improve fcntl documentation. by R David Murray · 12 years ago
  53. 6a98749 Close #17827: Document codecs.encode & codecs.decode by Nick Coghlan · 12 years ago
  54. 41e9b40 Issue #19455: Corrected inaccuracies in documentation and corrected some incorrect cross-references. by Vinay Sajip · 12 years ago
  55. db78e43 fix language by Christian Heimes · 12 years ago
  56. 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 12 years ago
  57. 712e951 Closes #19416: fix references in the nntplib docs. by Georg Brandl · 12 years ago
  58. 21f2ec6 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 12 years ago
  59. b64f40f Fix typo: js_JP is not a valid locale. by Georg Brandl · 12 years ago
  60. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  61. c624038 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 12 years ago
  62. cef2d49 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 12 years ago
  63. de2f8fa Fix markup. by Serhiy Storchaka · 12 years ago
  64. cea3808 Closes #19277: document all parameters of compressobj(). by Georg Brandl · 12 years ago
  65. 0b9a9fd Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 12 years ago
  66. b6f6450 Merge heads by Serhiy Storchaka · 12 years ago
  67. b7557af Wing IDE is switching to PyQt... by Georg Brandl · 12 years ago
  68. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  69. 7378d63 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
  70. 361994c Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 12 years ago
  71. 1b1c11d Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 12 years ago
  72. 55c45c7 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 12 years ago
  73. 65e30a2 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 12 years ago
  74. 6e5ae97 Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks. by Georg Brandl · 12 years ago
  75. 52fa172 Closes #14486: add versionchanged notices throughout the threading docs for PEP8-compliant APIs; the note at the top of the page is too hard to notice. by Georg Brandl · 12 years ago
  76. 5b68d64 Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable. by Georg Brandl · 12 years ago
  77. c2a9dc3 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 12 years ago
  78. 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 12 years ago
  79. ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
  80. e3e4c9a Fix wrong link. by Georg Brandl · 12 years ago
  81. 9f57278 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 12 years ago
  82. bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 12 years ago
  83. 09289af Fix typo in function name. by Georg Brandl · 12 years ago
  84. 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 12 years ago
  85. 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
  86. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 12 years ago
  87. 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 12 years ago
  88. 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 12 years ago
  89. 60ccf0a Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 12 years ago
  90. 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 12 years ago
  91. 42dac47 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 12 years ago
  92. e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
  93. 980db0a Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 12 years ago
  94. 5c80cc4 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 12 years ago
  95. d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 12 years ago
  96. 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 12 years ago
  97. 97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 12 years ago
  98. d796cdb Fix typo. by Georg Brandl · 12 years ago
  99. 75c3a04 Fix strange deprecation version. by Georg Brandl · 12 years ago
  100. ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 12 years ago