1. 44d9bea Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 9 years ago
  2. 9a2329f Issue #28152: Fix -Wunreachable-code warnings on Clang by Victor Stinner · 9 years ago
  3. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 9 years ago
  4. d77e5b7 Merge #23722 from 3.6 by Nick Coghlan · 9 years ago
  5. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 9 years ago
  6. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 9 years ago
  7. c8d0318 merge by Raymond Hettinger · 9 years ago
  8. 71c62e1 Neaten-up and extend the examples in the random module docs. by Raymond Hettinger · 9 years ago
  9. 8209cec Fixed mismatching title overline. by Serhiy Storchaka · 9 years ago
  10. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 9 years ago
  11. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 9 years ago
  12. a8037db Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 9 years ago
  13. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 9 years ago
  14. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 9 years ago
  15. ed04388 Null merge with 3.6 by Steve Dower · 9 years ago
  16. 21cf577 Revert unintended merge by Steve Dower · 9 years ago
  17. 01a057a Revert unintended merge by Steve Dower · 9 years ago
  18. 9cc113a Issue #28846: Various installer fixes by Steve Dower · 9 years ago
  19. f00ef72 Ensures intermediate directory is created before using it by Steve Dower · 9 years ago
  20. de6efdb Ensures intermediate directory is created before accessing it. by Steve Dower · 9 years ago
  21. 1058109 Issue #28846: Various installer fixes by Steve Dower · 9 years ago
  22. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 9 years ago
  23. 2d397dc Merge heads by Serhiy Storchaka · 9 years ago
  24. 853ec5d Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 9 years ago
  25. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 9 years ago
  26. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 9 years ago
  27. 4700d86 Merge from 3.6. by Serhiy Storchaka · 9 years ago
  28. b936264 Null merge by Serhiy Storchaka · 9 years ago
  29. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 9 years ago
  30. 7cf9e13 fix _PyObject_CallArg1 compiler warnings (closes #28855) by Benjamin Peterson · 9 years ago
  31. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 9 years ago
  32. 1177696 - Import latest config.sub config.guess files by doko@ubuntu.com · 9 years ago
  33. edfe886 Merge 3.6 (issue #28843) by Yury Selivanov · 9 years ago
  34. c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. by Yury Selivanov · 9 years ago
  35. 4778eab Replace PyObject_CallFunction() with fastcall by Victor Stinner · 9 years ago
  36. 842cfff WITH_CLEANUP_START uses fastcall by Victor Stinner · 9 years ago
  37. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 9 years ago
  38. 8be1c39 Backed out changeset 7efddbf1aa70 by Victor Stinner · 9 years ago
  39. ebea998 Uniformize argument names of "call" functions by Victor Stinner · 9 years ago
  40. 356ae17 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.6->3.7) by Guido van Rossum · 9 years ago
  41. c349374 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6) by Guido van Rossum · 9 years ago
  42. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 9 years ago
  43. f9c2405 Null merge 3.6 by Victor Stinner · 9 years ago
  44. 11dd604 Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 9 years ago
  45. 4f8dc3d Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 9 years ago
  46. baa7223 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 9 years ago
  47. 9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 9 years ago
  48. 3d85fae Issue #28823: Simplified compiling with opcode BUILD_MAP_UNPACK. by Serhiy Storchaka · 9 years ago
  49. b69ee8c call_function(): document PyMethod optimization by Victor Stinner · 9 years ago
  50. 213cc38 Reintroduce Python2 support in generate_opcode_h.py by Victor Stinner · 9 years ago
  51. 50c13f2 Merge 3.6 (issue #28635) by Yury Selivanov · 9 years ago
  52. 27ec5bf Issue #28635: Document Python 3.6 opcode changes by Yury Selivanov · 9 years ago
  53. a61a54b Issue #28799: Update Misc/SpecialBuilds.txt by Victor Stinner · 9 years ago
  54. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 9 years ago
  55. 214678e Issue #12844: More than 255 arguments can now be passed to a function. by Serhiy Storchaka · 9 years ago
  56. d070b2d Merge with 3.6 by Zachary Ware · 9 years ago
  57. 0425fc0 Fix grammar in whatsnew by Zachary Ware · 9 years ago
  58. de7bf08 Merge 3.6, fix for #24142 by Łukasz Langa · 9 years ago
  59. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 9 years ago
  60. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 9 years ago
  61. d80c3fb Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  62. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  63. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  64. a1d59af Merge from 3.6 by Berker Peksag · 9 years ago
  65. 861b685 Merge from 3.5 by Berker Peksag · 9 years ago
  66. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 9 years ago
  67. a783493 Issue #28738: Merge from 3.6 by Berker Peksag · 9 years ago
  68. d5c6b47 Issue #28738: Merge from 3.6 by Berker Peksag · 9 years ago
  69. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 9 years ago
  70. b121f16 Issue #28796: Silence Sphinx warnings by Berker Peksag · 9 years ago
  71. 5d307ef Issue #28793: Merge from 3.6 by Berker Peksag · 9 years ago
  72. 61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation by Berker Peksag · 9 years ago
  73. 6193ecd Fix a ResourceWarning in generate_opcode_h.py by Victor Stinner · 9 years ago
  74. 1018fad Issue #28792: Remove aliases from _bisect by Victor Stinner · 9 years ago
  75. ed6de73 Merge 3.6 by Victor Stinner · 9 years ago
  76. f7d199f Fix _PyGen_yf() by Victor Stinner · 9 years ago
  77. fbff9b3 Merge 3.6 by Victor Stinner · 9 years ago
  78. 596a515 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.6->3.7) by Guido van Rossum · 9 years ago
  79. b3c5dc9 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) by Guido van Rossum · 9 years ago
  80. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 9 years ago
  81. 87d89d9 merge by Raymond Hettinger · 9 years ago
  82. 7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py by Raymond Hettinger · 9 years ago
  83. 6caaf37 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 9 years ago
  84. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 9 years ago
  85. d2140cc Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 9 years ago
  86. 2a94301 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 9 years ago
  87. f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 9 years ago
  88. 99250d5 Issue #28774: Simplified encoding a str result of an error handler in ASCII by Serhiy Storchaka · 9 years ago
  89. d04d847 Issue #28774: Fix start/end pos in unicode_encode_ucs1(). by Xiang Zhang · 9 years ago
  90. 726a57d Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup by Victor Stinner · 9 years ago
  91. e3d75c6 Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 9 years ago
  92. 3fa28fd merge by Raymond Hettinger · 9 years ago
  93. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 9 years ago
  94. bbf32e1 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 9 years ago
  95. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 9 years ago
  96. 0b87b69 Merge 3.6 by Victor Stinner · 9 years ago
  97. bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a by Victor Stinner · 9 years ago
  98. e670b2d Issue #28727: Fix typo in pattern_richcompare() by Victor Stinner · 9 years ago
  99. 9ad8a63 Merge 3.6 by Victor Stinner · 9 years ago
  100. 3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions by Victor Stinner · 9 years ago