1. 0dc1fa6 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  2. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  3. 6df6676 merge 3.5 by Ned Deily · 8 years ago
  4. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  5. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 8 years ago
  6. 135580f Added tag v3.6.0 for changeset 41df79263a11 by Ned Deily · 8 years ago
  7. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 8 years ago
  8. 73224c4 Merge by Brett Cannon · 8 years ago
  9. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  10. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 8 years ago
  11. 437a5d2 Issue #29044: Merge 3.5. by Xiang Zhang · 8 years ago
  12. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 8 years ago
  13. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  14. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 8 years ago
  15. 40e320b Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand. by Xavier de Gaye · 8 years ago
  16. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 8 years ago
  17. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  18. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  19. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 8 years ago
  20. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  21. 7f5954d null merge by INADA Naoki · 8 years ago
  22. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  23. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 8 years ago
  24. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 8 years ago
  25. 01e4c11 Merge 3.5 by Victor Stinner · 8 years ago
  26. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  27. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 8 years ago
  28. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  29. d4580ec Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  30. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  31. 5bccb0e Issue #28996: Skip two tests that fail on Android with the locale strcoll() and by Xavier de Gaye · 8 years ago
  32. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 8 years ago
  33. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  34. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  35. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  36. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  37. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 8 years ago
  38. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  39. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  40. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  41. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  42. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  43. ce042af Merge for porting HOWTO update by Brett Cannon · 8 years ago
  44. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  45. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  46. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  47. 75862c4 Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 by Ned Deily · 8 years ago
  48. 40ed602 Null merge v3.6.0rc2 release into mainline 3.6 by Ned Deily · 8 years ago
  49. c28dbd0 merge by Raymond Hettinger · 8 years ago
  50. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 8 years ago
  51. 9af1221 Null merge v3.6.0rc2 tag into mainline 3.6 by Ned Deily · 8 years ago
  52. add9d43 Added tag v3.6.0rc2 for changeset 800a67f7806d by Ned Deily · 8 years ago
  53. f7b2809 Version bump for 3.6.0rc2 by Ned Deily · 8 years ago
  54. 1e9aba5 Update pydoc topics for 3.6.0rc2 by Ned Deily · 8 years ago
  55. 5fcd87b null merge additional 3.6.0rc1+ cherrypicks by Ned Deily · 8 years ago
  56. f6105a5 Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks. by Ned Deily · 8 years ago
  57. 10a22dc Issue #28971: Merge 3.5 by Xavier de Gaye · 8 years ago
  58. ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found by Xavier de Gaye · 8 years ago
  59. 890c85d Null merge by Serhiy Storchaka · 8 years ago
  60. edc87f6 Merge heads by Serhiy Storchaka · 8 years ago
  61. 16b7b7d Merge heads by Serhiy Storchaka · 8 years ago
  62. 9bb6fe5 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  63. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  64. 7ae5c96 Merge 3.5 (issue #28990) by Yury Selivanov · 8 years ago
  65. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 8 years ago
  66. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 8 years ago
  67. cb5fe9c Merge 3.5 by Victor Stinner · 8 years ago
  68. 610f5d7 python-gdb.py: catch gdb.error on gdb.selected_frame() by Victor Stinner · 8 years ago
  69. 42f66a6 null merge 3.6.0rc1+ head by Ned Deily · 8 years ago
  70. 86368b8 bump version to 3.6.0rc1+ by Ned Deily · 8 years ago
  71. daaaff9 Issue #28898: add Misc/NEWS entry by Ned Deily · 8 years ago
  72. 6db7a4b docs: asyncio is no longer provisional by Yury Selivanov · 8 years ago
  73. 8e1baa7 docs: asyncio is no longer provisional by Yury Selivanov · 8 years ago
  74. 1217470 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 8 years ago
  75. 6e31235 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 8 years ago
  76. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  77. 4f9e428 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  78. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 8 years ago
  79. ccda5c4 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  80. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  81. 5e65a5f Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 8 years ago
  82. 8320193 Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 8 years ago
  83. 3d40e37 Issue #28930: Add a Makefile rule for bytes_methods.c. by Xiang Zhang · 8 years ago
  84. cb2128c _asyncio uses _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  85. 0bf5906 Issue #28944: Merge from 3.5 by Berker Peksag · 8 years ago
  86. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  87. 471bc3c Issue #28849: Skip test_sysconfig.test_triplet_in_ext_suffix on non linux platforms. by Xavier de Gaye · 8 years ago
  88. c3c6f71 Fixes maximum usable length of buffer for formatting time zone in localtime(). by Steve Dower · 8 years ago
  89. 386072e Merge from 3.6. by Serhiy Storchaka · 8 years ago
  90. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 8 years ago
  91. e88ed05 Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError by Xavier de Gaye · 8 years ago
  92. 1351c31 Issue #20211: Do not add the directory for installing C header files and by Xavier de Gaye · 8 years ago
  93. 7262b42 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  94. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  95. e13c320 Issue #28190: Cross compiling the _curses module does not use anymore by Xavier de Gaye · 8 years ago
  96. 3a4e989 Issue #28759: Fix the tests that fail with PermissionError when run as by Xavier de Gaye · 8 years ago
  97. fb24eea Issue #26856: Fix the tests assuming that the pwd module has getpwall() and by Xavier de Gaye · 8 years ago
  98. 291b93b Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 8 years ago
  99. 3432f2f Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 8 years ago
  100. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 8 years ago