1. 04e6909 Fix markup by Éric Araujo · 13 years ago
  2. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  3. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  4. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  5. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  6. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  7. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 13 years ago
  8. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  9. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 13 years ago
  10. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  11. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  12. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  13. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  14. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  15. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  16. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  17. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  18. 53bcd66 use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 13 years ago
  19. 69e59a1 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 13 years ago
  20. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 13 years ago
  21. 567493f caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
  22. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  23. f54f6f5 Add a button to the code examples in the doc to show/hide the prompts and output. by Ezio Melotti · 13 years ago
  24. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  25. 83386da I should be someone by Florent Xicluna · 13 years ago
  26. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  27. 0b85cd0 Merge heads. by Ezio Melotti · 13 years ago
  28. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  29. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  30. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  31. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  32. 963004d Fix typo. by Ezio Melotti · 13 years ago
  33. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  34. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  35. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 13 years ago
  36. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 13 years ago
  37. cd1d3ef #13233: fix typo. by Ezio Melotti · 13 years ago
  38. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  39. af37b89 Issue 12668: Fix wording in Whatsnew3.2 by Raymond Hettinger · 13 years ago
  40. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  41. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  42. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  43. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  44. 9be5723 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  45. f1ab47e Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. by Mark Dickinson · 13 years ago
  46. 4e15828 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 13 years ago
  47. 138fc89 #13138: add missing versionadded. by Ezio Melotti · 13 years ago
  48. df7c4cd Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  49. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  50. 35a502b Fix a typo and a broken link (part of #10536). by Éric Araujo · 13 years ago
  51. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  52. bb2095f Branch merge by Éric Araujo · 13 years ago
  53. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  54. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  55. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  56. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  57. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  58. 17dac4c Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 13 years ago
  59. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 13 years ago
  60. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 13 years ago
  61. 7554606 Fix typo. by Georg Brandl · 13 years ago
  62. 4165bfb #12940: fix cmd example. Patch by Tim Chase. by Ezio Melotti · 13 years ago
  63. eb933de Fix current name of the Python 3 binary on Unix (#12896). by Éric Araujo · 13 years ago
  64. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  65. e969a21 Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  66. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  67. 7335e6f removed misleading editing leftovers by Łukasz Langa · 13 years ago
  68. fbd4fe2 Give credit to Adam by Sandro Tosi · 13 years ago
  69. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  70. d9e1789 Branch merge by Éric Araujo · 13 years ago
  71. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  72. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  73. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  74. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 13 years ago
  75. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  76. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  77. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  78. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  79. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  80. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  81. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  82. 7744382 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  83. 3f5e958 Fix type information in distutils API reference (#9302). by Éric Araujo · 13 years ago
  84. cc42ebe Make the list of docs contributors sorted again by Éric Araujo · 13 years ago
  85. e1eef41 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  86. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  87. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  88. 2513123 Update suspicious ignore file. by Georg Brandl · 13 years ago
  89. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  90. 987b188 removed misleading editing leftovers by Łukasz Langa · 13 years ago
  91. 335f204 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  92. d86ac4c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  93. 7bb769c Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  94. f3c7822 Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  95. 43ba354 Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  96. 217607e Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  97. 72dde45 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  98. 852eea2 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  99. dc42beb Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  100. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago