1. 6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 9 years ago
  2. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 9 years ago
  3. 7f94619 Fix grammar by Raymond Hettinger · 9 years ago
  4. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 9 years ago
  5. 1149d93 Add analysis section to motivate the single server queue example by Raymond Hettinger · 9 years ago
  6. e132910 Misc readability and organization improvements for the random docs by Raymond Hettinger · 9 years ago
  7. 0537405 Add a seealso section for further reference and skill building by Raymond Hettinger · 9 years ago
  8. 8ab1258 Simplify code in an example by Raymond Hettinger · 9 years ago
  9. 23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 9 years ago
  10. c88c80b closes issue28082: doc update and NEWS entry by Ethan Furman · 9 years ago
  11. a2f7ee8 Fix up grammar, markup, etc in 3.6 What’s New by Martin Panter · 9 years ago
  12. 8a6333d Merge doc fixup from 3.5 by Martin Panter · 9 years ago
  13. 6a4d762 Fix indentation by Martin Panter · 9 years ago
  14. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 9 years ago
  15. 6befb64 Extend and improve the examples for the random module by Raymond Hettinger · 9 years ago
  16. bb8fd5b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 9 years ago
  17. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 9 years ago
  18. 2863c38 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 9 years ago
  19. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 9 years ago
  20. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 9 years ago
  21. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 9 years ago
  22. cf01441 Fix typos in documentation by Martin Panter · 9 years ago
  23. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  24. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  25. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  26. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  27. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 9 years ago
  28. 78ffd6c Issue #28705: greatly simplify the FAQ entry on transpiling. by Brett Cannon · 9 years ago
  29. d23881e Ignore newly added suspicious line by Zachary Ware · 9 years ago
  30. a3950e4 Small edits to the docs for sample() and shuffle(). by Raymond Hettinger · 9 years ago
  31. 0a1a909 Further refinements to the examples and recipes for the random module by Raymond Hettinger · 9 years ago
  32. 00305ad Add another example to the recipes section of the random docs by Raymond Hettinger · 9 years ago
  33. 2589ee3 Minor touch-ups to the random module examples by Raymond Hettinger · 9 years ago
  34. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 9 years ago
  35. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 9 years ago
  36. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  37. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  38. 6bf87d3 Issue #28635: what's new in 3.6: add a few more notes on typing by Yury Selivanov · 9 years ago
  39. f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 by Martin Panter · 9 years ago
  40. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 9 years ago
  41. 58d3e54 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 9 years ago
  42. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 9 years ago
  43. 2d6c179 Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) by Guido van Rossum · 9 years ago
  44. ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) by Guido van Rossum · 9 years ago
  45. 249ba5d Issue #28635: what's new in 3.6: remove mentions of backported fixes. by Yury Selivanov · 9 years ago
  46. c48ec27 Issue #28635: What's New in Python 3.6 updates by Yury Selivanov · 9 years ago
  47. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 9 years ago
  48. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 9 years ago
  49. bafd4f2 Merge from 3.5 by Andrew Kuchling · 9 years ago
  50. 58c534d Use http instead of https, due to certificate error by Andrew Kuchling · 9 years ago
  51. 9a7aff5 Merge from 3.5 by Andrew Kuchling · 9 years ago
  52. d58fc8b Update URL for requests documentation after IRC request by Andrew Kuchling · 9 years ago
  53. f5df730 whatsnew: Inital pass on "What's New in Python 3.6" by Yury Selivanov · 9 years ago
  54. 91aa5c1 Merge 3.5 (issue #27392) by Yury Selivanov · 9 years ago
  55. 9c8fb94 Issue #28088: Merge from 3.5 by Berker Peksag · 9 years ago
  56. 2ebd6fe Issue #28088: Don't include self in method signature by Berker Peksag · 9 years ago
  57. 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 9 years ago
  58. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 9 years ago
  59. 6b571e0 Issue #21590: Silence Sphinx warnings in instrumentation.rst by Berker Peksag · 9 years ago
  60. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 9 years ago
  61. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 9 years ago
  62. f66f03b Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498. by Jason R. Coombs · 9 years ago
  63. 873305b Merge doc fixup from 3.5 into 3.6 by Martin Panter · 9 years ago
  64. 04b3d8b Fix spacing after C++ in documentation by Martin Panter · 9 years ago
  65. 4b8eb7b Issue #28088: Document Transport.set_protocol and get_protocol. by INADA Naoki · 9 years ago
  66. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 9 years ago
  67. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 9 years ago
  68. 4948a46 Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) by Guido van Rossum · 9 years ago
  69. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 9 years ago
  70. dcb9077 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 9 years ago
  71. 72b3443 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 9 years ago
  72. d8d9da0 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 9 years ago
  73. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 9 years ago
  74. 16ef5d4 Add cum_weights example (simulation of a cumulative binomial distribution). by Raymond Hettinger · 9 years ago
  75. f9cb559 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 9 years ago
  76. 3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 9 years ago
  77. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 9 years ago
  78. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 9 years ago
  79. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 9 years ago
  80. e45ef4e Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 9 years ago
  81. a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 9 years ago
  82. e0a220e Issue #22493: Updated an example for fnmatch.translate(). by Serhiy Storchaka · 9 years ago
  83. 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  84. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  85. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 9 years ago
  86. ec9357b Ignore harmless suspicious markup by Zachary Ware · 9 years ago
  87. d9aa4d3 Merge from 3.5 by Zachary Ware · 9 years ago
  88. bb44477 Fix default role usage by Zachary Ware · 9 years ago
  89. 5ec2431 Issue #28107: Update typing module documentation for NamedTuple (Ivan) by Guido van Rossum · 9 years ago
  90. 16591f4 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. by Guido van Rossum · 9 years ago
  91. 802883a merge 3.5 (#28525) by Benjamin Peterson · 9 years ago
  92. bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 9 years ago
  93. 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 9 years ago
  94. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 9 years ago
  95. 68adfa3 Merge (issue #25152) by Brett Cannon · 9 years ago
  96. f8c1505 Issue #25152: Mention the deprecation of pyvenv by Brett Cannon · 9 years ago
  97. 0a421a2 Issue #18219: Optimize csv.DictWriter for large number of columns. by INADA Naoki · 9 years ago
  98. ea75a51 Issue #26010: Document CO_* constants by Yury Selivanov · 9 years ago
  99. b738a1f Issue #26010: fix typos; rewording by Yury Selivanov · 9 years ago
  100. e20fed9 Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010 by Yury Selivanov · 9 years ago