1. f0bbee6 Merge 3.6 (issue #28544) by Yury Selivanov · 8 years ago
  2. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
  3. 1b6b6eb Merge 3.6 (issue #28544) by Yury Selivanov · 8 years ago
  4. 833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows by Yury Selivanov · 8 years ago
  5. fcb5c64 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  6. d14ae16 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  7. 43ab355 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  8. 1e03d8c Merge 3.6 by Victor Stinner · 8 years ago
  9. 1aea8fb Issue #28544: Fix _asynciomodule.c on Windows by Victor Stinner · 8 years ago
  10. 29d3cbf Merge 3.6 (issue #28544) by Yury Selivanov · 8 years ago
  11. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
  12. bbcb799 Merge heads. by Xavier de Gaye · 8 years ago
  13. 01dfb6c Merge heads. by Xavier de Gaye · 8 years ago
  14. 800d6dc Issue #28046: Merge with 3.6. by Xavier de Gaye · 8 years ago
  15. 1c17e7f Issue #28046: Fix the removal of the sysconfigdata module by Xavier de Gaye · 8 years ago
  16. 3809c25 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  17. 8a8ebc9 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  18. 3ec5f42 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  19. 5d8f0a1 Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 8 years ago
  20. b6bd81d Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 8 years ago
  21. 7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 8 years ago
  22. 06ba3d3 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c by Steve Dower · 8 years ago
  23. c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c by Steve Dower · 8 years ago
  24. bc6830c Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  25. e45ef4e Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  26. a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  27. df12b7f Issue #22493: Updated an example for fnmatch.translate(). by Serhiy Storchaka · 8 years ago
  28. e0a220e Issue #22493: Updated an example for fnmatch.translate(). by Serhiy Storchaka · 8 years ago
  29. 26d4d76 Merge from 3.6 by Steve Dower · 8 years ago
  30. 31c80e8 Revert incorrect file merge from 3.5. by Steve Dower · 8 years ago
  31. 43d2b26 Merge from 3.5 by Steve Dower · 8 years ago
  32. fcf622e Updates release build to collect symbols and binaries, and create nuget package. by Steve Dower · 8 years ago
  33. f526e7e Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  34. 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  35. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  36. 2edcd1c Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  37. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  38. 9e7d6a9 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  39. 802426f Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  40. b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  41. b574e77 Issue #28509: dict.update() no longer allocate unnecessary large memory by INADA Naoki · 8 years ago
  42. b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory by INADA Naoki · 8 years ago
  43. 6743999 Remove unused suspicious rules by Zachary Ware · 8 years ago
  44. 52e41fd Merge from 3.6 by Zachary Ware · 8 years ago
  45. ec9357b Ignore harmless suspicious markup by Zachary Ware · 8 years ago
  46. f97167c Merge from 3.6 by Zachary Ware · 8 years ago
  47. d9aa4d3 Merge from 3.5 by Zachary Ware · 8 years ago
  48. bb44477 Fix default role usage by Zachary Ware · 8 years ago
  49. c3f6c21 Issue #25002: Back out asyncore/asynchat deprecation. (3.6->3.7) by Guido van Rossum · 8 years ago
  50. 66078ac Issue #25002: Back out asyncore/asynchat deprecation. by Guido van Rossum · 8 years ago
  51. 34d304c Issue #26240: Merge subprocess doc string from 3.6 by Martin Panter · 8 years ago
  52. 3dca624 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 by Martin Panter · 8 years ago
  53. 4afdca0 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
  54. 85fd15a Issue #28333: Fixes off-by-one error that was adding an extra space. by Steve Dower · 8 years ago
  55. 6c2b9d3 Issue #28333: Fixes off-by-one error that was adding an extra space. by Steve Dower · 8 years ago
  56. 670fca8 Null merge by Serhiy Storchaka · 8 years ago
  57. 26231bb Null merge by Serhiy Storchaka · 8 years ago
  58. 36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. by Serhiy Storchaka · 8 years ago
  59. 398134d Issue #28107: Update typing module documentation for NamedTuple (Ivan) (3.6->3.7) by Guido van Rossum · 8 years ago
  60. 5ec2431 Issue #28107: Update typing module documentation for NamedTuple (Ivan) by Guido van Rossum · 8 years ago
  61. 11e9a16 Issue #28353: Try to fix tests. by Serhiy Storchaka · 8 years ago
  62. 28f9820 Issue #28353: Try to fix tests. by Serhiy Storchaka · 8 years ago
  63. ec648f6 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. (3.6->3.7) by Guido van Rossum · 8 years ago
  64. 16591f4 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. by Guido van Rossum · 8 years ago
  65. b3e5812 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  66. 1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  67. 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  68. 0595ed2 Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after by Serhiy Storchaka · 8 years ago
  69. 78d84d8 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  70. ecb9018 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  71. 7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  72. da223e5 Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
  73. a6eba11 Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
  74. f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
  75. f06f82d Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
  76. af4e474 Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
  77. 42babab Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
  78. bb06fb5 Null merge by Serhiy Storchaka · 8 years ago
  79. ab5a7f6 Merge heads by Serhiy Storchaka · 8 years ago
  80. 179111b Merge heads by Serhiy Storchaka · 8 years ago
  81. a4f8823 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
  82. c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
  83. 12a98e8 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 8 years ago
  84. 74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 8 years ago
  85. 8416196 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  86. c3adf1e Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  87. 036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  88. d7e5ff1 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  89. c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  90. 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  91. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  92. e402312 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix by Serhiy Storchaka · 8 years ago
  93. b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix by Serhiy Storchaka · 8 years ago
  94. 42bcbf7 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  95. 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  96. 0af16b4 merge 3.6 (#28525) by Benjamin Peterson · 8 years ago
  97. 802883a merge 3.5 (#28525) by Benjamin Peterson · 8 years ago
  98. bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 8 years ago
  99. 19aef9c Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  100. 407c8ac Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago