1. 5a625d0 Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. by INADA Naoki · 8 years ago
  2. 2585443 Issue #28954: Merge keyword argument syntax from 3.6 by Martin Panter · 8 years ago
  3. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 8 years ago
  4. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  5. 9fa6374 Issue #1446619: Merge slicing description from 3.6 by Martin Panter · 8 years ago
  6. 0efb5b3 Issue #1446619: Merge slicing description from 3.5 by Martin Panter · 8 years ago
  7. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  8. 9e40afe Issue #29004: Merge crc_hqx() doc from 3.6 by Martin Panter · 8 years ago
  9. 2d88b3b Issue #28960: Merge Thread.join() doc from 3.6 by Martin Panter · 8 years ago
  10. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 8 years ago
  11. 3a72ee5 Issue #28960: Merge Thread.join() doc from 3.5 by Martin Panter · 8 years ago
  12. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  13. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 8 years ago
  14. 1dd8101 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  15. 0dc1fa6 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  16. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  17. 9800686 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  18. 6df6676 merge 3.5 by Ned Deily · 8 years ago
  19. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  20. 190042a Merge 3.6.0 release into default by Ned Deily · 8 years ago
  21. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 8 years ago
  22. 135580f Added tag v3.6.0 for changeset 41df79263a11 by Ned Deily · 8 years ago
  23. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 8 years ago
  24. eb8ebaa Merge by Brett Cannon · 8 years ago
  25. 73224c4 Merge by Brett Cannon · 8 years ago
  26. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  27. 507cbb0 Issue #28762: Merge 3.6. by Xavier de Gaye · 8 years ago
  28. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 8 years ago
  29. 62497d5 Issue #29044: Merge 3.6. by Xiang Zhang · 8 years ago
  30. 437a5d2 Issue #29044: Merge 3.5. by Xiang Zhang · 8 years ago
  31. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 8 years ago
  32. db465b2 Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  33. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  34. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 8 years ago
  35. a1cb689 Issue #28538: Merge 3.6. by Xavier de Gaye · 8 years ago
  36. 40e320b Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand. by Xavier de Gaye · 8 years ago
  37. 3d42225 Fixed a type error introduced in issue #28992. by Serhiy Storchaka · 8 years ago
  38. 3bfa1ed Issue #28538: Merge 3.6. by Xavier de Gaye · 8 years ago
  39. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 8 years ago
  40. 8cbd3df Issue #28992: Use bytes.fromhex(). by Serhiy Storchaka · 8 years ago
  41. 47bdc40 Merge from 3.6. by Serhiy Storchaka · 8 years ago
  42. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  43. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  44. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 8 years ago
  45. 38f225d merge 3.6 (#28932) by Benjamin Peterson · 8 years ago
  46. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 8 years ago
  47. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  48. 2ea5bfe null merge by INADA Naoki · 8 years ago
  49. 7f5954d null merge by INADA Naoki · 8 years ago
  50. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  51. dd1da7f Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII by Serhiy Storchaka · 8 years ago
  52. f76df27 Issue #28950: Merge 3.6. by Xiang Zhang · 8 years ago
  53. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 8 years ago
  54. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 8 years ago
  55. b6522d0 abstract.h: remove long outdated comment by Victor Stinner · 8 years ago
  56. af32415 Merge 3.6 by Victor Stinner · 8 years ago
  57. 01e4c11 Merge 3.5 by Victor Stinner · 8 years ago
  58. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  59. bd0ff94 Issue #29009: Merge 3.6. by Xiang Zhang · 8 years ago
  60. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 8 years ago
  61. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  62. ec60edb Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  63. d4580ec Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  64. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  65. e0c4e96 Issue #28996: Merge 3.6. by Xavier de Gaye · 8 years ago
  66. 5bccb0e Issue #28996: Skip two tests that fail on Android with the locale strcoll() and by Xavier de Gaye · 8 years ago
  67. b46edf3 Issue #25677: Merge SyntaxError caret positioning from 3.6 by Martin Panter · 8 years ago
  68. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 8 years ago
  69. 932ee73 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  70. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  71. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  72. 39d60fa Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  73. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  74. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  75. a03d5ca One more typo fix for 3.7 by Martin Panter · 8 years ago
  76. fc29c88 Issue #28987: Merge doc and comment fixes from 3.6 by Martin Panter · 8 years ago
  77. 3e8d941 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  78. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  79. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  80. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 8 years ago
  81. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  82. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  83. bbc5877 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  84. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  85. ec38bcb Merge for the porting HOWTO update by Brett Cannon · 8 years ago
  86. ce042af Merge for porting HOWTO update by Brett Cannon · 8 years ago
  87. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  88. 9d16b61 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  89. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  90. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  91. 6c9dcda Issue #28596: The preferred encoding is UTF-8 on Android. by Xavier de Gaye · 8 years ago
  92. b06cde6 Null merge from 3.6 by Ned Deily · 8 years ago
  93. 75862c4 Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 by Ned Deily · 8 years ago
  94. 06f9d48 Null merge from 3.6 by Ned Deily · 8 years ago
  95. 40ed602 Null merge v3.6.0rc2 release into mainline 3.6 by Ned Deily · 8 years ago
  96. b2d4b3d Issue #28991: Address comment that the __len__ call looked unattractive by Raymond Hettinger · 8 years ago
  97. 92c481a merge by Raymond Hettinger · 8 years ago
  98. c28dbd0 merge by Raymond Hettinger · 8 years ago
  99. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 8 years ago
  100. 9af1221 Null merge v3.6.0rc2 tag into mainline 3.6 by Ned Deily · 8 years ago