1. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 12 years ago
  2. b2a61e1 add whatsnew entry for PEP 421 by Eric Snow · 12 years ago
  3. e8677c0 Issue #15855: updated related manual entries. by Alexander Belopolsky · 12 years ago
  4. a3b84fb Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  5. dbf56c2 Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  6. 49dc1d4 Add missing unit. by Stefan Krah · 12 years ago
  7. a10e2fb Compile _decimal without asserts and update benchmark results. by Stefan Krah · 12 years ago
  8. 2d337c7 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  9. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  10. 0f8cab2 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  11. ab0c3c7 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  12. 75883ad Add missing comma. by Ezio Melotti · 12 years ago
  13. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  14. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  15. a0578e9 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  16. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  17. 79dbded Merge: Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  18. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  19. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  20. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  21. d26c306 Fix typo. by Ezio Melotti · 12 years ago
  22. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 12 years ago
  23. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  24. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 12 years ago
  25. 0ac0b11 Add glossary references by Antoine Pitrou · 12 years ago
  26. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  27. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  28. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  29. 35d600c Suggested a whatsnew item by Alexander Belopolsky · 12 years ago
  30. 6f69fb1 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  31. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago
  32. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 12 years ago
  33. c907de9 Improved summary section in whatsnew by Antoine Pitrou · 12 years ago
  34. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  35. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  36. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  37. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  38. bac9a53 Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section by Nick Coghlan · 12 years ago
  39. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 12 years ago
  40. 1685db0 s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) by Nick Coghlan · 12 years ago
  41. a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). by Nick Coghlan · 12 years ago
  42. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  43. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  44. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 12 years ago
  45. 8c601b0 Merge 3.2: tutorial typo fix by Eli Bendersky · 12 years ago
  46. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  47. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 12 years ago
  48. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  49. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  50. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  51. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  52. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 12 years ago
  53. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  54. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  55. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  56. bbfe573 Merge with 3.2 #15660 by Terry Jan Reedy · 12 years ago
  57. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  58. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 12 years ago
  59. b391b24 Merge by Richard Oudkerk · 12 years ago
  60. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  61. 67a58cc Merge by Richard Oudkerk · 12 years ago
  62. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 12 years ago
  63. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  64. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  65. eb41c7f merge with 3.2 by Sandro Tosi · 12 years ago
  66. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  67. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  68. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  69. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  70. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  71. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  72. bdbc0b0 merge 3.2 by Eli Bendersky · 12 years ago
  73. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  74. 3115f0d Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. by Eli Bendersky · 12 years ago
  75. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  76. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  77. 488cc36 merge with 3.2 by Sandro Tosi · 12 years ago
  78. a17ef14 fix typo by Sandro Tosi · 12 years ago
  79. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  80. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  81. e471772 Review of signature docs. by Georg Brandl · 12 years ago
  82. 1487c93 merge with 3.2 by Georg Brandl · 12 years ago
  83. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  84. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 12 years ago
  85. f334f74 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  86. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  87. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 12 years ago
  88. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  89. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  90. ac23c9e Mention PEP 362: Function Signature Object in whatsnew. by Andrew Svetlov · 12 years ago
  91. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 12 years ago
  92. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 12 years ago
  93. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  94. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  95. b2d8502 merge from 3.2 by Senthil Kumaran · 12 years ago
  96. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  97. 2e64a0b merge with 3.2 by Sandro Tosi · 12 years ago
  98. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  99. c254f64 merge with 3.2 by Sandro Tosi · 12 years ago
  100. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 12 years ago