1. df66b9c Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 8 years ago
  2. 292dd1b Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 8 years ago
  3. dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 8 years ago
  4. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  5. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  6. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  7. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  8. 2106010 Issue #26935: Fix broken Android dup2() in test_os by Xavier de Gaye · 8 years ago
  9. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 8 years ago
  10. 756b45a Merge - upgrade pip/setuptools by Donald Stufft · 8 years ago
  11. 5ebff7b Merge - upgrade pip/setuptools by Donald Stufft · 8 years ago
  12. dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 8 years ago
  13. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 8 years ago
  14. d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 8 years ago
  15. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 8 years ago
  16. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 8 years ago
  17. 63859ae Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.5->3.6) by Guido van Rossum · 8 years ago
  18. 2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) by Guido van Rossum · 8 years ago
  19. 43cf2ef Issue #26929: Skip some test_strptime tests failing on Android that by Xavier de Gaye · 8 years ago
  20. d178e69 Issue 28668: Merge 3.5 by Xavier de Gaye · 8 years ago
  21. 49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue by Xavier de Gaye · 8 years ago
  22. f9cca36 Fix warn_invalid_escape_sequence() by Victor Stinner · 8 years ago
  23. de40e12 Issue #28573: Fixes issue with nested if blocks by Steve Dower · 8 years ago
  24. 4468bed Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  25. 6bf87d3 Issue #28635: what's new in 3.6: add a few more notes on typing by Yury Selivanov · 8 years ago
  26. 39d2dfe Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  27. 5ae6c77 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  28. 5ca92ab Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  29. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  30. 38c8b7d Issue #28662: Catch PermissionError in tests when spawning a non existent program by Xavier de Gaye · 8 years ago
  31. 8bf43e6 Issue #28082: Add basic unit tests on re enums by Victor Stinner · 8 years ago
  32. fb6a659 Issue #28637: Reapply changeset 223731925d06 by Victor Stinner · 8 years ago
  33. 996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw by Benjamin Peterson · 8 years ago
  34. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  35. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  36. 9544a36 Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 8 years ago
  37. f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 by Martin Panter · 8 years ago
  38. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  39. 95aa56a Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows by Xavier de Gaye · 8 years ago
  40. 6c5f219 Fix test_faulthandler on Android where raise() exits with 0 by Xavier de Gaye · 8 years ago
  41. f056b04 Merge 3.5 by Xavier de Gaye · 8 years ago
  42. 547c1b9 Fix temporary file not deleted in test_socket by Xavier de Gaye · 8 years ago
  43. 24e4239 Fix typos by Raymond Hettinger · 8 years ago
  44. 7d895d3 Issue #28676: merge from 3.5 by Ned Deily · 8 years ago
  45. 7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  46. 58d3e54 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  47. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  48. babe4f8 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  49. 6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  50. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  51. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  52. 2d6c179 Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) by Guido van Rossum · 8 years ago
  53. ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) by Guido van Rossum · 8 years ago
  54. e0e9d5f Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 by Serhiy Storchaka · 8 years ago
  55. 5adc22b Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 by Serhiy Storchaka · 8 years ago
  56. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 8 years ago
  57. a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  58. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  59. 8391026 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  60. daeddc4 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  61. 249ba5d Issue #28635: what's new in 3.6: remove mentions of backported fixes. by Yury Selivanov · 8 years ago
  62. c48ec27 Issue #28635: What's New in Python 3.6 updates by Yury Selivanov · 8 years ago
  63. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 8 years ago
  64. 0d1acfd Issue #28649: fix second issue with _ForwardRef (#328) (3.5->3.6) by Guido van Rossum · 8 years ago
  65. dad1790 Issue #28649: fix second issue with _ForwardRef (#328) by Guido van Rossum · 8 years ago
  66. fc293dd Issue #28649: fix first issue with _ForwardRef (#327) (3.5->3.6) by Guido van Rossum · 8 years ago
  67. c7b9295 Issue #28649: fix first issue with _ForwardRef (#327) by Guido van Rossum · 8 years ago
  68. 0a66a1c Merge 3.6 (issue #28653) by Yury Selivanov · 8 years ago
  69. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 8 years ago
  70. 04c954d Issue #28649: Clear the typing module caches when search for reference leaks. by Serhiy Storchaka · 8 years ago
  71. 28f42fd Issue #28649: Clear the typing module caches when search for reference leaks. by Serhiy Storchaka · 8 years ago
  72. 5486a88 Issue #28649: typing-clear-caches.patch (3.5->3.6) by Guido van Rossum · 8 years ago
  73. 9b10756 Issue #28649: typing-clear-caches.patch by Guido van Rossum · 8 years ago
  74. 83be424 Issue #28649: fix-typing-test-v2.diff (3.5->3.6) by Guido van Rossum · 8 years ago
  75. f9099de Issue #28649: fix-typing-test-v2.diff by Guido van Rossum · 8 years ago
  76. b75f485 Issue #28556: More typing.py updates from upstream. (3.5->3.6) by Guido van Rossum · 8 years ago
  77. 991d14f Issue #28556: More typing.py updates from upstream. by Guido van Rossum · 8 years ago
  78. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  79. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  80. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 8 years ago
  81. 6c10650 Merge 3.5 (issue #27942) by Yury Selivanov · 8 years ago
  82. d2fd359 ssue #27942: Fix memory leak in codeobject.c by Yury Selivanov · 8 years ago
  83. bafd4f2 Merge from 3.5 by Andrew Kuchling · 8 years ago
  84. 58c534d Use http instead of https, due to certificate error by Andrew Kuchling · 8 years ago
  85. 9a7aff5 Merge from 3.5 by Andrew Kuchling · 8 years ago
  86. d58fc8b Update URL for requests documentation after IRC request by Andrew Kuchling · 8 years ago
  87. d8aa0c6 Merge 3.5 (issue #28639) by Yury Selivanov · 8 years ago
  88. c0215df Issue #28639: Fix inspect.isawaitable to always return bool by Yury Selivanov · 8 years ago
  89. 29310c4 Issue #28003: Make WrappedVal, ASend and AThrow GC types by Yury Selivanov · 8 years ago
  90. 49ffdf6 Merge 3.5 by Yury Selivanov · 8 years ago
  91. 33499b7 genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper by Yury Selivanov · 8 years ago
  92. a054f40 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  93. 6cc495e asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ by Yury Selivanov · 8 years ago
  94. 692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. by Yury Selivanov · 8 years ago
  95. c3d7dbb news: Fix a typo by Yury Selivanov · 8 years ago
  96. 1a9d687 Issue #26182: Fix ia refleak in code that raises DeprecationWarning. by Yury Selivanov · 8 years ago
  97. 4678b2f Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  98. 70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  99. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 8 years ago
  100. 1c9bd1d Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago