1. 207b5f4 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  2. 93cd25d fix links to builtin repr function (closes #20573) by Benjamin Peterson · 11 years ago
  3. f6c0ec4 #19680: add back documentation for print and exec in the interactive help. by Ezio Melotti · 11 years ago
  4. 9c96f0b #19906: clarify note in urllib docs. by Ezio Melotti · 11 years ago
  5. 8bf70f7 Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  6. 60f0793 use system mercurial by Benjamin Peterson · 11 years ago
  7. 5146825 Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  8. 8a2e22e Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  9. 383952d Issue #19683: Add __closure__ and other missing attributes to function docs. by Mark Dickinson · 11 years ago
  10. c82e27b Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  11. 072cd0c update sphinx url by Benjamin Peterson · 11 years ago
  12. 72c081d linkify by Benjamin Peterson · 11 years ago
  13. d8be9fe update hosting faq by Benjamin Peterson · 11 years ago
  14. 3ce5255 Fix markup error. by Georg Brandl · 11 years ago
  15. ad715d9 put notes in a ..note section by Benjamin Peterson · 11 years ago
  16. 235a7c5 document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  17. 09421f8 update pysqlite website (closes #20278) by Benjamin Peterson · 11 years ago
  18. ace08ab Clarified documentation note on module-level convenience functions. by Vinay Sajip · 11 years ago
  19. f583f41 Issue #20255: Update the about and bugs pages. by Zachary Ware · 11 years ago
  20. aec3065 Fix typo. Pointed out by Finn Ellis on docs@. by Zachary Ware · 11 years ago
  21. dd1c4fd #20236: Fix sphinx markup. by R David Murray · 11 years ago
  22. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 11 years ago
  23. da0b34c Fix verb tense. by R David Murray · 11 years ago
  24. 5851218 #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  25. 1aeb8cf update copyright year by Benjamin Peterson · 11 years ago
  26. 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 · 11 years ago
  27. dfd21d3 #20063: Remove inaccurate/confusing statement about support of 'pop' method. by R David Murray · 11 years ago
  28. b712873 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  29. 610f84a Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  30. c96592d s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  31. d46a31f Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  32. b56c517 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  33. 91b88c8 #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  34. 73188fb Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  35. d919da9 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  36. 197e71b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  37. 222b284 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs by Kristján Valur Jónsson · 11 years ago
  38. 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  39. e9cb5e9 Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  40. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  41. 9f91d35 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  42. 1313368 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  43. d061efa Fix suspicious markup and sort ignorelist. by Georg Brandl · 11 years ago
  44. 40dcf7f Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  45. 4645bb6 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  46. a69712c Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  47. f7a5247 Issue #19508: warn that ssl doesn't validate certificates by default by Antoine Pitrou · 11 years ago
  48. e3c6136 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  49. 6afafc7 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  50. a691219 backport #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  51. 6a98749 Close #17827: Document codecs.encode & codecs.decode by Nick Coghlan · 11 years ago
  52. 41e9b40 Issue #19455: Corrected inaccuracies in documentation and corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  53. db78e43 fix language by Christian Heimes · 11 years ago
  54. 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  55. 712e951 Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  56. 21f2ec6 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  57. b64f40f Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  58. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  59. c624038 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  60. cef2d49 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  61. 97b3618 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  62. de2f8fa Fix markup. by Serhiy Storchaka · 11 years ago
  63. cea3808 Closes #19277: document all parameters of compressobj(). by Georg Brandl · 11 years ago
  64. 8ad0eac #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 11 years ago
  65. 0b9a9fd Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  66. b6f6450 Merge heads by Serhiy Storchaka · 11 years ago
  67. b7557af Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  68. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  69. 7378d63 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  70. 361994c Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  71. 1b1c11d Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  72. 55c45c7 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  73. 65e30a2 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 11 years ago
  74. 6e5ae97 Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks. by Georg Brandl · 11 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 · 11 years ago
  76. 21721b6 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 11 years ago
  77. 0aab3d9 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 11 years ago
  78. af3ef92 Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 11 years ago
  79. 5b68d64 Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable. by Georg Brandl · 11 years ago
  80. c2a9dc3 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  81. 0f79cac Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  82. 8b1701d Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  83. 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  84. a5ab761 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  85. ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  86. 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  87. 9727880 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  88. 090588e Minor grammar fix. by Georg Brandl · 11 years ago
  89. e3e4c9a Fix wrong link. by Georg Brandl · 11 years ago
  90. 2808a12 Closes #19178: backport entries for "module" and "package" from 3.x glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  91. 9f57278 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 11 years ago
  92. 3456d47 Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  93. bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 11 years ago
  94. 09289af Fix typo in function name. by Georg Brandl · 11 years ago
  95. 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 11 years ago
  96. 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
  97. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  98. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  99. 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  100. 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago