1. 60eba57 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 13 years ago
  2. dc07bac Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 13 years ago
  3. 9471797 Add What's New entries for some minor work I did in 3.3. by Larry Hastings · 13 years ago
  4. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 13 years ago
  5. 9e31d36 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 13 years ago v3.3.0rc2
  6. 9c8ad07 Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 13 years ago
  7. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 13 years ago
  8. 9ecae7a Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 13 years ago
  9. 2a70535 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 13 years ago
  10. a3f4a16 Add missing unit. by Stefan Krah · 13 years ago
  11. ceaaced Compile _decimal without asserts and update benchmark results. by Stefan Krah · 13 years ago
  12. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 13 years ago
  13. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 13 years ago
  14. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 13 years ago
  15. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 13 years ago
  16. 0ac0b11 Add glossary references by Antoine Pitrou · 13 years ago
  17. 15251a9 Add glossary references by Antoine Pitrou · 13 years ago
  18. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  19. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  20. 35d600c Suggested a whatsnew item by Alexander Belopolsky · 13 years ago
  21. 6f69fb1 Update suspicious ignore file. by Ezio Melotti · 13 years ago
  22. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 13 years ago
  23. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 13 years ago
  24. c907de9 Improved summary section in whatsnew by Antoine Pitrou · 13 years ago
  25. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  26. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  27. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 13 years ago
  28. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 13 years ago
  29. 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 · 13 years ago
  30. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 13 years ago
  31. 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 · 13 years ago
  32. a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). by Nick Coghlan · 13 years ago
  33. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  34. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  35. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 13 years ago
  36. 8c601b0 Merge 3.2: tutorial typo fix by Eli Bendersky · 13 years ago
  37. 31a1190 tutorial typo fix by Eli Bendersky · 13 years ago
  38. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 13 years ago
  39. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 13 years ago
  40. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 13 years ago
  41. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
  42. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
  43. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 13 years ago
  44. 433ef3b #15694: reflow paragraph. by R David Murray · 13 years ago
  45. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 13 years ago
  46. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 13 years ago
  47. bbfe573 Merge with 3.2 #15660 by Terry Jan Reedy · 13 years ago
  48. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 13 years ago
  49. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 13 years ago
  50. b391b24 Merge by Richard Oudkerk · 13 years ago
  51. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 13 years ago
  52. 67a58cc Merge by Richard Oudkerk · 13 years ago
  53. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 13 years ago
  54. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 13 years ago
  55. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 13 years ago
  56. eb41c7f merge with 3.2 by Sandro Tosi · 13 years ago
  57. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 13 years ago
  58. 0689ce4 #15543: reflow paragraph. by R David Murray · 13 years ago
  59. 99d439a #15543: additional link in subprocess docs. by R David Murray · 13 years ago
  60. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  61. ee0a945 #15543: reflow paragraphs. by R David Murray · 13 years ago
  62. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  63. bdbc0b0 merge 3.2 by Eli Bendersky · 13 years ago
  64. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 13 years ago
  65. 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 · 13 years ago
  66. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
  67. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
  68. 488cc36 merge with 3.2 by Sandro Tosi · 13 years ago
  69. a17ef14 fix typo by Sandro Tosi · 13 years ago
  70. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 13 years ago
  71. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 13 years ago
  72. e471772 Review of signature docs. by Georg Brandl · 13 years ago
  73. 1487c93 merge with 3.2 by Georg Brandl · 13 years ago
  74. 296d1be Restore original line lengths. by Georg Brandl · 13 years ago
  75. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 13 years ago
  76. f334f74 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 13 years ago
  77. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 13 years ago
  78. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 13 years ago
  79. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 13 years ago
  80. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 13 years ago
  81. ac23c9e Mention PEP 362: Function Signature Object in whatsnew. by Andrew Svetlov · 13 years ago
  82. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 13 years ago
  83. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 13 years ago
  84. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 13 years ago
  85. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 13 years ago
  86. b2d8502 merge from 3.2 by Senthil Kumaran · 13 years ago
  87. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 13 years ago
  88. 2e64a0b merge with 3.2 by Sandro Tosi · 13 years ago
  89. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 13 years ago
  90. c254f64 merge with 3.2 by Sandro Tosi · 13 years ago
  91. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 13 years ago
  92. 5bb665f merge with 3.2 by Sandro Tosi · 13 years ago
  93. 985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 13 years ago
  94. 439e17f update doctests by Andrew Svetlov · 13 years ago
  95. 199b78d fix doctest for email.header docs by Andrew Svetlov · 13 years ago
  96. 5a5e8dd merge with 3.2 by Sandro Tosi · 13 years ago
  97. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 13 years ago
  98. 9e095aa merge with 3.2 by Sandro Tosi · 13 years ago
  99. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 13 years ago
  100. effb43b merge with 3.2 by Sandro Tosi · 13 years ago