1. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 13 years ago
  2. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 13 years ago
  3. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 13 years ago
  4. 0ac0b11 Add glossary references by Antoine Pitrou · 13 years ago
  5. 15251a9 Add glossary references by Antoine Pitrou · 13 years ago
  6. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  7. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  8. 35d600c Suggested a whatsnew item by Alexander Belopolsky · 13 years ago
  9. 6f69fb1 Update suspicious ignore file. by Ezio Melotti · 13 years ago
  10. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 13 years ago
  11. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 13 years ago
  12. c907de9 Improved summary section in whatsnew by Antoine Pitrou · 13 years ago
  13. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  14. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  15. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 13 years ago
  16. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 13 years ago
  17. 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
  18. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 13 years ago
  19. 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
  20. 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
  21. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  22. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  23. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 13 years ago
  24. 8c601b0 Merge 3.2: tutorial typo fix by Eli Bendersky · 13 years ago
  25. 31a1190 tutorial typo fix by Eli Bendersky · 13 years ago
  26. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 13 years ago
  27. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 13 years ago
  28. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 13 years ago
  29. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
  30. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
  31. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 13 years ago
  32. 433ef3b #15694: reflow paragraph. by R David Murray · 13 years ago
  33. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 13 years ago
  34. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 13 years ago
  35. bbfe573 Merge with 3.2 #15660 by Terry Jan Reedy · 13 years ago
  36. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 13 years ago
  37. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 13 years ago
  38. b391b24 Merge by Richard Oudkerk · 13 years ago
  39. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 13 years ago
  40. 67a58cc Merge by Richard Oudkerk · 13 years ago
  41. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 13 years ago
  42. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 13 years ago
  43. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 13 years ago
  44. eb41c7f merge with 3.2 by Sandro Tosi · 13 years ago
  45. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 13 years ago
  46. 0689ce4 #15543: reflow paragraph. by R David Murray · 13 years ago
  47. 99d439a #15543: additional link in subprocess docs. by R David Murray · 13 years ago
  48. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  49. ee0a945 #15543: reflow paragraphs. by R David Murray · 13 years ago
  50. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  51. bdbc0b0 merge 3.2 by Eli Bendersky · 13 years ago
  52. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 13 years ago
  53. 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
  54. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
  55. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
  56. 488cc36 merge with 3.2 by Sandro Tosi · 13 years ago
  57. a17ef14 fix typo by Sandro Tosi · 13 years ago
  58. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 13 years ago
  59. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 13 years ago
  60. e471772 Review of signature docs. by Georg Brandl · 13 years ago
  61. 1487c93 merge with 3.2 by Georg Brandl · 13 years ago
  62. 296d1be Restore original line lengths. by Georg Brandl · 13 years ago
  63. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 13 years ago
  64. f334f74 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 13 years ago
  65. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 13 years ago
  66. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 13 years ago
  67. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 13 years ago
  68. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 13 years ago
  69. ac23c9e Mention PEP 362: Function Signature Object in whatsnew. by Andrew Svetlov · 13 years ago
  70. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 13 years ago
  71. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 13 years ago
  72. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 13 years ago
  73. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 13 years ago
  74. b2d8502 merge from 3.2 by Senthil Kumaran · 13 years ago
  75. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 13 years ago
  76. 2e64a0b merge with 3.2 by Sandro Tosi · 13 years ago
  77. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 13 years ago
  78. c254f64 merge with 3.2 by Sandro Tosi · 13 years ago
  79. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 13 years ago
  80. 5bb665f merge with 3.2 by Sandro Tosi · 13 years ago
  81. 985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 13 years ago
  82. 439e17f update doctests by Andrew Svetlov · 13 years ago
  83. 199b78d fix doctest for email.header docs by Andrew Svetlov · 13 years ago
  84. 5a5e8dd merge with 3.2 by Sandro Tosi · 13 years ago
  85. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 13 years ago
  86. 9e095aa merge with 3.2 by Sandro Tosi · 13 years ago
  87. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 13 years ago
  88. effb43b merge with 3.2 by Sandro Tosi · 13 years ago
  89. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 13 years ago
  90. ea47530 update CodeTools link; thanks to Robert Kern from docs@ by Sandro Tosi · 13 years ago
  91. 131160c merge with 3.2 by Sandro Tosi · 13 years ago
  92. 0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ by Sandro Tosi · 13 years ago
  93. a6e8581 Minor doc formatting cleanup. by Brett Cannon · 13 years ago
  94. a2fe334 Issue #15527: fix docs, remove double parens by changing markup. by Andrew Svetlov · 13 years ago
  95. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  96. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  97. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 13 years ago
  98. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 13 years ago
  99. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 13 years ago
  100. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 13 years ago