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