1. 1177696 - Import latest config.sub config.guess files by doko@ubuntu.com · 8 years ago
  2. edfe886 Merge 3.6 (issue #28843) by Yury Selivanov · 8 years ago
  3. c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. by Yury Selivanov · 8 years ago
  4. 4778eab Replace PyObject_CallFunction() with fastcall by Victor Stinner · 8 years ago
  5. 842cfff WITH_CLEANUP_START uses fastcall by Victor Stinner · 8 years ago
  6. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  7. 8be1c39 Backed out changeset 7efddbf1aa70 by Victor Stinner · 8 years ago
  8. ebea998 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  9. 356ae17 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.6->3.7) by Guido van Rossum · 8 years ago
  10. c349374 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6) by Guido van Rossum · 8 years ago
  11. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 8 years ago
  12. f9c2405 Null merge 3.6 by Victor Stinner · 8 years ago
  13. 11dd604 Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 8 years ago
  14. 4f8dc3d Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 8 years ago
  15. baa7223 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 8 years ago
  16. 9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 8 years ago
  17. 3d85fae Issue #28823: Simplified compiling with opcode BUILD_MAP_UNPACK. by Serhiy Storchaka · 8 years ago
  18. b69ee8c call_function(): document PyMethod optimization by Victor Stinner · 8 years ago
  19. 213cc38 Reintroduce Python2 support in generate_opcode_h.py by Victor Stinner · 8 years ago
  20. 50c13f2 Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  21. 27ec5bf Issue #28635: Document Python 3.6 opcode changes by Yury Selivanov · 8 years ago
  22. a61a54b Issue #28799: Update Misc/SpecialBuilds.txt by Victor Stinner · 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. de7bf08 Merge 3.6, fix for #24142 by Łukasz Langa · 8 years ago
  28. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 8 years ago
  29. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 8 years ago
  30. d80c3fb Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  31. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  32. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  33. a1d59af Merge from 3.6 by Berker Peksag · 8 years ago
  34. 861b685 Merge from 3.5 by Berker Peksag · 8 years ago
  35. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  36. a783493 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  37. d5c6b47 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  38. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  39. b121f16 Issue #28796: Silence Sphinx warnings by Berker Peksag · 8 years ago
  40. 5d307ef Issue #28793: Merge from 3.6 by Berker Peksag · 8 years ago
  41. 61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation by Berker Peksag · 8 years ago
  42. 6193ecd Fix a ResourceWarning in generate_opcode_h.py by Victor Stinner · 8 years ago
  43. 1018fad Issue #28792: Remove aliases from _bisect by Victor Stinner · 8 years ago
  44. ed6de73 Merge 3.6 by Victor Stinner · 8 years ago
  45. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  46. fbff9b3 Merge 3.6 by Victor Stinner · 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. 87d89d9 merge by Raymond Hettinger · 8 years ago
  51. 7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py by Raymond Hettinger · 8 years ago
  52. 6caaf37 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  53. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  54. d2140cc Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  55. 2a94301 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  56. f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  57. 99250d5 Issue #28774: Simplified encoding a str result of an error handler in ASCII by Serhiy Storchaka · 8 years ago
  58. d04d847 Issue #28774: Fix start/end pos in unicode_encode_ucs1(). by Xiang Zhang · 8 years ago
  59. 726a57d Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup by Victor Stinner · 8 years ago
  60. eae64fd Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  61. e3d75c6 Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  62. 3fa28fd merge by Raymond Hettinger · 8 years ago
  63. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 8 years ago
  64. bbf32e1 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  65. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  66. 0b87b69 Merge 3.6 by Victor Stinner · 8 years ago
  67. bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a by Victor Stinner · 8 years ago
  68. e670b2d Issue #28727: Fix typo in pattern_richcompare() by Victor Stinner · 8 years ago
  69. 9ad8a63 Merge 3.6 by Victor Stinner · 8 years ago
  70. 3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions by Victor Stinner · 8 years ago
  71. ff33c93 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  72. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  73. 1cd91a1 merge tag from 3.6 by Ned Deily · 8 years ago
  74. 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
  75. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 8 years ago
  76. 6f4f2e4 Added tag v3.6.0b4 for changeset 18496abdb3d5 by Ned Deily · 8 years ago
  77. 38c508a Version bump for 3.6.0b4 by Ned Deily · 8 years ago
  78. 19df707 Update pydoc topics for 3.6.0b4 by Ned Deily · 8 years ago
  79. 9af740b merge by Raymond Hettinger · 8 years ago
  80. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  81. 21fb9f1 merge by Raymond Hettinger · 8 years ago
  82. 4e17e04 Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness by Raymond Hettinger · 8 years ago
  83. fc3f50c merge 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. 1330eaa merge by Raymond Hettinger · 8 years ago
  86. 6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  87. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  88. e205f8b merge by Raymond Hettinger · 8 years ago
  89. 6023d33 Issue #28743: Reduce memory consumption for random module tests by Raymond Hettinger · 8 years ago
  90. 1f56e25 merge by Raymond Hettinger · 8 years ago
  91. 7f94619 Fix grammar by Raymond Hettinger · 8 years ago
  92. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  93. 4878d00 Merge 3.6 (issue #28652) by Yury Selivanov · 8 years ago
  94. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  95. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 8 years ago
  96. 6088cfc merge by Raymond Hettinger · 8 years ago
  97. bf87126 Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo). by Raymond Hettinger · 8 years ago
  98. e425bd9 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  99. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  100. 4ea3770 Merge by Raymond Hettinger · 8 years ago