1. 71e2d2e nonlocal isn't a 2.x topic by Benjamin Peterson · 12 years ago
  2. 4507274 Modernize unittest example by Raymond Hettinger · 12 years ago
  3. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  4. 271e56e Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  5. 3e50fb3 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago
  6. 589cb11 Issue #17418: specify that buffer sizes are bytes. by Terry Jan Reedy · 12 years ago
  7. b1ed05c Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 12 years ago
  8. 0b2173a Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. by Terry Jan Reedy · 12 years ago
  9. 69c66f9 #17307 - Example of HTTP PUT Request using httplib by Senthil Kumaran · 12 years ago
  10. 5e32424 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  11. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  12. 6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  13. 7ed6f7e Classmethod example needs to inherit from object by Raymond Hettinger · 12 years ago
  14. 8c5c3e3 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  15. 5f52246 #14489: fix wrong link. by Ezio Melotti · 12 years ago
  16. 26e2faf Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  17. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  18. a7b584b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  19. e754636 Closing #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  20. 82078bc Fix doc grammar and line width by Eli Bendersky · 12 years ago
  21. f5a9bc5 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  22. ff0deb0 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  23. dce969d The example regex should be a raw string. by Raymond Hettinger · 12 years ago
  24. 1fef1eb Add a link to the demo dir. by Ezio Melotti · 12 years ago
  25. 79b2dba Fix markup in unittest docs. by Ezio Melotti · 12 years ago
  26. 2277b94 Issue #16406: combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  27. e41a463 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  28. b1bbc0b Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  29. fead3c8 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago
  30. 2342784 Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 12 years ago
  31. 0b78503 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  32. 6a959a1 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 12 years ago
  33. 43b09d4 Fix the highlight in another example. by Ezio Melotti · 12 years ago
  34. 986f71c #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  35. ed5fba2 #17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag. by Ezio Melotti · 12 years ago
  36. 13cee16 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  37. 49d4022 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  38. d5bdb1f #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  39. f157571 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  40. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  41. ec02217 whitespace fix by Gregory P. Smith · 13 years ago
  42. a26ec65 Issue #6972: fix the documentation mis applied patch. by Gregory P. Smith · 13 years ago
  43. 785d1b1 Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 13 years ago
  44. dc6dc4b Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 13 years ago
  45. 7045f05 Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 13 years ago
  46. 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
  47. 139e445 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 13 years ago
  48. b322621 Added clarification to logging HOWTO. by Vinay Sajip · 13 years ago
  49. 8d15ca3 fix long fixer docs (#4590) by Benjamin Peterson · 13 years ago
  50. c19d7b6 fix typo; thanks to Dmitry Northerner from docs@ by Sandro Tosi · 13 years ago
  51. f4fbf24 Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument by Eli Bendersky · 13 years ago
  52. eb01949 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 13 years ago
  53. f5da3ec #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 13 years ago
  54. a0c9a4e Added cookbook recipe for structured logging. by Vinay Sajip · 13 years ago
  55. 0f2bd02 Updated logging HOWTO with a diagram. by Vinay Sajip · 13 years ago
  56. 8a459d9 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 13 years ago
  57. cb309c5 Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 13 years ago
  58. b357db8 Backport 6df456f8fc6d. by Stefan Krah · 13 years ago
  59. 86af581 #16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance. by Jason R. Coombs · 13 years ago
  60. 9e0f462 #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  61. a670fcc math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 13 years ago
  62. d0c665e Remove pointless discussion of the lack of a ternary operator by Antoine Pitrou · 13 years ago
  63. 3d4a02a Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
  64. dc157fc #16940: fix indentation in example. by Ezio Melotti · 13 years ago
  65. 92e2fc8 Issue #16933: Improve choices examples in argparse documentation. by Chris Jerdonek · 13 years ago
  66. 8b41c2e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 13 years ago
  67. 2534f9a grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 13 years ago
  68. 14091a6 Merge heads. by Ezio Melotti · 13 years ago
  69. 57dfb22 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  70. d3003cb Issue #16874: fix formatting of setup.py upload options in documentation. by Chris Jerdonek · 13 years ago
  71. bcd9971 #13934: document sqlite version strings. by R David Murray · 13 years ago
  72. ec8f8f7 Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and by Ned Deily · 13 years ago
  73. 3a5fc4b Issue #16884: Updated docs to use 'note' directives. by Vinay Sajip · 13 years ago
  74. b847c7f #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 13 years ago
  75. 9ae4711 #16862: remove outdated statements about Stackless. by Ezio Melotti · 13 years ago
  76. 7be3e18 Cleanup a few minor things. by Ezio Melotti · 13 years ago
  77. 58abc5b #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 13 years ago
  78. 717e50e Issue #16747: Reflow iterable glossary entry to match 3.x change e19ed347523e. by Chris Jerdonek · 13 years ago
  79. 830b4a8 drop email (closes #16857) by Benjamin Peterson · 13 years ago
  80. 049a378 issue 10527: fix missing import by Giampaolo Rodola' · 13 years ago
  81. f29abd3 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 13 years ago
  82. 856cb0f update another year by Benjamin Peterson · 13 years ago
  83. 1f7df8f merge heads by Benjamin Peterson · 13 years ago
  84. b25d611 bring Python into 2013 by Benjamin Peterson · 13 years ago
  85. c195b4e Make the from_iterable() recipe more usable. by Raymond Hettinger · 13 years ago
  86. 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 13 years ago
  87. 4947049 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 13 years ago
  88. cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 13 years ago
  89. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 13 years ago
  90. 3b65a9e #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 13 years ago
  91. 4268b3a #16677: rename section header and fix markup. by Ezio Melotti · 13 years ago
  92. 513e9b4 #16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args. by Ezio Melotti · 13 years ago
  93. 8e1e816 Add missing label. by Georg Brandl · 13 years ago
  94. 9a772e5 Fix indentation. by Georg Brandl · 13 years ago
  95. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  96. 78efadb Update example: Counter.subtract returns None, not self by Andrew Svetlov · 13 years ago
  97. bc453ca Fix #14901. Update some sections of Windows FAQ. by Brian Curtin · 13 years ago
  98. eea058b #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  99. 28d21ca #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 13 years ago
  100. bfb0989 Document the reason attribute of urllib.HTTPError Patch by Berker Peksag by Senthil Kumaran · 13 years ago