1. 1e9aba5 Update pydoc topics for 3.6.0rc2 by Ned Deily · 8 years ago
  2. f6105a5 Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks. by Ned Deily · 8 years ago
  3. 7ae5c96 Merge 3.5 (issue #28990) by Yury Selivanov · 8 years ago
  4. c8af302 Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  5. 86368b8 bump version to 3.6.0rc1+ by Ned Deily · 8 years ago
  6. daaaff9 Issue #28898: add Misc/NEWS entry by Ned Deily · 8 years ago
  7. 8e1baa7 docs: asyncio is no longer provisional by Yury Selivanov · 8 years ago
  8. 6e31235 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 8 years ago
  9. 4f9e428 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  10. ccda5c4 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  11. 5e65a5f Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 8 years ago
  12. 291b93b Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 8 years ago
  13. 2308740 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  14. 5dc1fb3 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  15. b5e688a guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 8 years ago
  16. 446e606 Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  17. 267862f Issue #28635: Drop the note that whatsnew is incomplete by Yury Selivanov · 8 years ago
  18. 5dd9ca9 Added tag v3.6.0rc1 for changeset 29a273eee9a5 by Ned Deily · 8 years ago
  19. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 8 years ago
  20. d3f39d3 Update pydoc topics for 3.6.0rc1 by Ned Deily · 8 years ago
  21. 8bb38a7 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  22. c1c3292 Issue #28835: Tidy previous showwarning changes based on review comments. by Ned Deily · 8 years ago
  23. 9a55495 Update the Mac installer README file for 3.6.0. by Ned Deily · 8 years ago
  24. 53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed by Serhiy Storchaka · 8 years ago
  25. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  26. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  27. 8ae9e6a warnings: Fix the issue number by Victor Stinner · 8 years ago
  28. 8ef46be catch_warnings() calls showwarning() if overriden by Victor Stinner · 8 years ago
  29. 3d3e9ff merge 3.5 by Benjamin Peterson · 8 years ago
  30. 41fef63 rm unused import by Benjamin Peterson · 8 years ago
  31. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  32. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  33. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  34. 71c62e1 Neaten-up and extend the examples in the random module docs. by Raymond Hettinger · 8 years ago
  35. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  36. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  37. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  38. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  39. 21cf577 Revert unintended merge by Steve Dower · 8 years ago
  40. f00ef72 Ensures intermediate directory is created before using it by Steve Dower · 8 years ago
  41. de6efdb Ensures intermediate directory is created before accessing it. by Steve Dower · 8 years ago
  42. 1058109 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  43. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  44. 2d397dc Merge heads by Serhiy Storchaka · 8 years ago
  45. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  46. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  47. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 8 years ago
  48. 1177696 - Import latest config.sub config.guess files by doko@ubuntu.com · 8 years ago
  49. c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. by Yury Selivanov · 8 years ago
  50. c349374 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6) by Guido van Rossum · 8 years ago
  51. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 8 years ago
  52. 11dd604 Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 8 years ago
  53. 9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 8 years ago
  54. 27ec5bf Issue #28635: Document Python 3.6 opcode changes by Yury Selivanov · 8 years ago
  55. 0425fc0 Fix grammar in whatsnew by Zachary Ware · 8 years ago
  56. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 8 years ago
  57. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 8 years ago
  58. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  59. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  60. 861b685 Merge from 3.5 by Berker Peksag · 8 years ago
  61. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  62. d5c6b47 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  63. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  64. 61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation by Berker Peksag · 8 years ago
  65. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  66. b3c5dc9 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) by Guido van Rossum · 8 years ago
  67. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 8 years ago
  68. 7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py by Raymond Hettinger · 8 years ago
  69. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  70. 2a94301 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  71. f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  72. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 8 years ago
  73. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  74. bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a by Victor Stinner · 8 years ago
  75. e670b2d Issue #28727: Fix typo in pattern_richcompare() by Victor Stinner · 8 years ago
  76. 3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions by Victor Stinner · 8 years ago
  77. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  78. f50a85d Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.) by Ned Deily · 8 years ago
  79. 6f4f2e4 Added tag v3.6.0b4 for changeset 18496abdb3d5 by Ned Deily · 8 years ago
  80. 38c508a Version bump for 3.6.0b4 by Ned Deily · 8 years ago
  81. 19df707 Update pydoc topics for 3.6.0b4 by Ned Deily · 8 years ago
  82. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  83. 4e17e04 Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness by Raymond Hettinger · 8 years ago
  84. 6b3481c Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.) by Raymond Hettinger · 8 years ago
  85. 6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  86. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  87. 6023d33 Issue #28743: Reduce memory consumption for random module tests by Raymond Hettinger · 8 years ago
  88. 7f94619 Fix grammar by Raymond Hettinger · 8 years ago
  89. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  90. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  91. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 8 years ago
  92. bf87126 Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo). by Raymond Hettinger · 8 years ago
  93. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  94. f89854f Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). by Raymond Hettinger · 8 years ago
  95. 1149d93 Add analysis section to motivate the single server queue example by Raymond Hettinger · 8 years ago
  96. e132910 Misc readability and organization improvements for the random docs by Raymond Hettinger · 8 years ago
  97. 0537405 Add a seealso section for further reference and skill building by Raymond Hettinger · 8 years ago
  98. 8ab1258 Simplify code in an example by Raymond Hettinger · 8 years ago
  99. 23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  100. 64a6861 issue28082: actually include NEWS entry by Ethan Furman · 8 years ago