1. 3b3a7c0 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  2. 864a78e Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  3. 098f85b Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  4. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  5. ee19ab5 Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  6. eb58936 Issue #28635: Drop the note that whatsnew is incomplete by Yury Selivanov · 8 years ago
  7. 2036742 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  8. 53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed by Serhiy Storchaka · 8 years ago
  9. ff3dbe9 Merge documentation for issue #27030 from 3.6. by Serhiy Storchaka · 8 years ago
  10. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  11. fb3134f Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  12. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  13. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  14. d77e5b7 Merge #23722 from 3.6 by Nick Coghlan · 8 years ago
  15. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  16. c8d0318 merge by Raymond Hettinger · 8 years ago
  17. 71c62e1 Neaten-up and extend the examples in the random module docs. by Raymond Hettinger · 8 years ago
  18. 8209cec Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  19. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  20. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  21. a8037db Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  22. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  23. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  24. 853ec5d Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  25. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  26. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  27. 4700d86 Merge from 3.6. by Serhiy Storchaka · 8 years ago
  28. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 8 years ago
  29. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 8 years ago
  30. 50c13f2 Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  31. 27ec5bf Issue #28635: Document Python 3.6 opcode changes by Yury Selivanov · 8 years ago
  32. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 8 years ago
  33. 214678e Issue #12844: More than 255 arguments can now be passed to a function. by Serhiy Storchaka · 8 years ago
  34. d070b2d Merge with 3.6 by Zachary Ware · 8 years ago
  35. 0425fc0 Fix grammar in whatsnew by Zachary Ware · 8 years ago
  36. d80c3fb Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  37. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  38. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  39. a1d59af Merge from 3.6 by Berker Peksag · 8 years ago
  40. 861b685 Merge from 3.5 by Berker Peksag · 8 years ago
  41. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  42. a783493 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  43. d5c6b47 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  44. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  45. 5d307ef Issue #28793: Merge from 3.6 by Berker Peksag · 8 years ago
  46. 61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation by Berker Peksag · 8 years ago
  47. 596a515 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.6->3.7) by Guido van Rossum · 8 years ago
  48. b3c5dc9 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) by Guido van Rossum · 8 years ago
  49. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 8 years ago
  50. 6caaf37 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  51. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  52. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 8 years ago
  53. 1330eaa merge by Raymond Hettinger · 8 years ago
  54. 6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  55. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  56. 1f56e25 merge by Raymond Hettinger · 8 years ago
  57. 7f94619 Fix grammar by Raymond Hettinger · 8 years ago
  58. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  59. 43dfe2b merge by Raymond Hettinger · 8 years ago
  60. 1149d93 Add analysis section to motivate the single server queue example by Raymond Hettinger · 8 years ago
  61. c34e860 merge by Raymond Hettinger · 8 years ago
  62. e132910 Misc readability and organization improvements for the random docs by Raymond Hettinger · 8 years ago
  63. 46d8e31 merge by Raymond Hettinger · 8 years ago
  64. 0537405 Add a seealso section for further reference and skill building by Raymond Hettinger · 8 years ago
  65. 442e6b1 merge by Raymond Hettinger · 8 years ago
  66. 8ab1258 Simplify code in an example by Raymond Hettinger · 8 years ago
  67. 6be8b1e close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  68. 23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  69. b779f31 update news and re doc by Ethan Furman · 8 years ago
  70. c88c80b closes issue28082: doc update and NEWS entry by Ethan Furman · 8 years ago
  71. d16a9d4 Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  72. a2f7ee8 Fix up grammar, markup, etc in 3.6 What’s New by Martin Panter · 8 years ago
  73. 8a6333d Merge doc fixup from 3.5 by Martin Panter · 8 years ago
  74. 6a4d762 Fix indentation by Martin Panter · 8 years ago
  75. 7fc69f2 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  76. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  77. d4510a8 Change an en-dash to an em-dash. by Serhiy Storchaka · 8 years ago
  78. 7857ab2 merge by Raymond Hettinger · 8 years ago
  79. 6befb64 Extend and improve the examples for the random module by Raymond Hettinger · 8 years ago
  80. f80e740 Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  81. bb8fd5b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  82. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  83. 1fb1c99 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  84. 2863c38 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  85. 1107a3e Merge doc fixups from 3.6 by Martin Panter · 8 years ago
  86. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 8 years ago
  87. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 8 years ago
  88. a9ef715 issue 20572: remove the deprecation notice for the deleted endtime parameter. by Gregory P. Smith · 8 years ago
  89. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  90. 439f92a Merge typo fixes from 3.6 by Martin Panter · 8 years ago
  91. ac1cc83 Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. by Larry Hastings · 8 years ago
  92. f0a6d34 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  93. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  94. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  95. 6107f46 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  96. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  97. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  98. cf01441 Fix typos in documentation by Martin Panter · 8 years ago
  99. 52d0eb2 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 8 years ago
  100. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 8 years ago