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