1. 53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed by Serhiy Storchaka · 8 years ago
  2. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  3. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  4. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  5. 71c62e1 Neaten-up and extend the examples in the random module docs. by Raymond Hettinger · 8 years ago
  6. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  7. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  8. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  9. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  10. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  11. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  12. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 8 years ago
  13. 27ec5bf Issue #28635: Document Python 3.6 opcode changes by Yury Selivanov · 8 years ago
  14. 0425fc0 Fix grammar in whatsnew by Zachary Ware · 8 years ago
  15. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  16. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  17. 861b685 Merge from 3.5 by Berker Peksag · 8 years ago
  18. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  19. d5c6b47 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  20. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  21. 61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation by Berker Peksag · 8 years ago
  22. b3c5dc9 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) by Guido van Rossum · 8 years ago
  23. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 8 years ago
  24. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  25. 6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  26. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  27. 7f94619 Fix grammar by Raymond Hettinger · 8 years ago
  28. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  29. 1149d93 Add analysis section to motivate the single server queue example by Raymond Hettinger · 8 years ago
  30. e132910 Misc readability and organization improvements for the random docs by Raymond Hettinger · 8 years ago
  31. 0537405 Add a seealso section for further reference and skill building by Raymond Hettinger · 8 years ago
  32. 8ab1258 Simplify code in an example by Raymond Hettinger · 8 years ago
  33. 23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  34. c88c80b closes issue28082: doc update and NEWS entry by Ethan Furman · 8 years ago
  35. a2f7ee8 Fix up grammar, markup, etc in 3.6 What’s New by Martin Panter · 8 years ago
  36. 8a6333d Merge doc fixup from 3.5 by Martin Panter · 8 years ago
  37. 6a4d762 Fix indentation by Martin Panter · 8 years ago
  38. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  39. 6befb64 Extend and improve the examples for the random module by Raymond Hettinger · 8 years ago
  40. bb8fd5b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  41. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  42. 2863c38 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  43. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 8 years ago
  44. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 8 years ago
  45. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  46. cf01441 Fix typos in documentation by Martin Panter · 8 years ago
  47. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  48. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  49. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  50. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  51. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 8 years ago
  52. 78ffd6c Issue #28705: greatly simplify the FAQ entry on transpiling. by Brett Cannon · 8 years ago
  53. d23881e Ignore newly added suspicious line by Zachary Ware · 8 years ago
  54. a3950e4 Small edits to the docs for sample() and shuffle(). by Raymond Hettinger · 8 years ago
  55. 0a1a909 Further refinements to the examples and recipes for the random module by Raymond Hettinger · 8 years ago
  56. 00305ad Add another example to the recipes section of the random docs by Raymond Hettinger · 8 years ago
  57. 2589ee3 Minor touch-ups to the random module examples by Raymond Hettinger · 8 years ago
  58. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 8 years ago
  59. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  60. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  61. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  62. 6bf87d3 Issue #28635: what's new in 3.6: add a few more notes on typing by Yury Selivanov · 8 years ago
  63. f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 by Martin Panter · 8 years ago
  64. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  65. 58d3e54 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  66. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  67. 2d6c179 Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) by Guido van Rossum · 8 years ago
  68. ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) by Guido van Rossum · 8 years ago
  69. 249ba5d Issue #28635: what's new in 3.6: remove mentions of backported fixes. by Yury Selivanov · 8 years ago
  70. c48ec27 Issue #28635: What's New in Python 3.6 updates by Yury Selivanov · 8 years ago
  71. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 8 years ago
  72. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  73. bafd4f2 Merge from 3.5 by Andrew Kuchling · 8 years ago
  74. 58c534d Use http instead of https, due to certificate error by Andrew Kuchling · 8 years ago
  75. 9a7aff5 Merge from 3.5 by Andrew Kuchling · 8 years ago
  76. d58fc8b Update URL for requests documentation after IRC request by Andrew Kuchling · 8 years ago
  77. f5df730 whatsnew: Inital pass on "What's New in Python 3.6" by Yury Selivanov · 8 years ago
  78. 91aa5c1 Merge 3.5 (issue #27392) by Yury Selivanov · 8 years ago
  79. 9c8fb94 Issue #28088: Merge from 3.5 by Berker Peksag · 8 years ago
  80. 2ebd6fe Issue #28088: Don't include self in method signature by Berker Peksag · 8 years ago
  81. 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 8 years ago
  82. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  83. 6b571e0 Issue #21590: Silence Sphinx warnings in instrumentation.rst by Berker Peksag · 8 years ago
  84. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 8 years ago
  85. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  86. f66f03b Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498. by Jason R. Coombs · 8 years ago
  87. 873305b Merge doc fixup from 3.5 into 3.6 by Martin Panter · 8 years ago
  88. 04b3d8b Fix spacing after C++ in documentation by Martin Panter · 8 years ago
  89. 4b8eb7b Issue #28088: Document Transport.set_protocol and get_protocol. by INADA Naoki · 8 years ago
  90. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 8 years ago
  91. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 8 years ago
  92. 4948a46 Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) by Guido van Rossum · 8 years ago
  93. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 8 years ago
  94. dcb9077 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 8 years ago
  95. 72b3443 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 8 years ago
  96. d8d9da0 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  97. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  98. 16ef5d4 Add cum_weights example (simulation of a cumulative binomial distribution). by Raymond Hettinger · 8 years ago
  99. f9cb559 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  100. 3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago