1. c7a8f67 Issue #28618: Mark dict lookup functions as hot by Victor Stinner · 8 years ago
  2. d5f599a Merge 3.6 by Victor Stinner · 8 years ago
  3. f9cca36 Fix warn_invalid_escape_sequence() by Victor Stinner · 8 years ago
  4. 9ee351f Issue #28573: Fixes issue with nested if blocks by Steve Dower · 8 years ago
  5. de40e12 Issue #28573: Fixes issue with nested if blocks by Steve Dower · 8 years ago
  6. 7ed2398 Fixes incorrect merge by Steve Dower · 8 years ago
  7. e044dfa Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  8. 4468bed Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  9. 63e6a7c Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  10. 6bf87d3 Issue #28635: what's new in 3.6: add a few more notes on typing by Yury Selivanov · 8 years ago
  11. d0d245c Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  12. 39d2dfe Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  13. 5ae6c77 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  14. 5ca92ab Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  15. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  16. bdc33e1 Issue #28662: Merge 3.6 by Xavier de Gaye · 8 years ago
  17. 38c8b7d Issue #28662: Catch PermissionError in tests when spawning a non existent program by Xavier de Gaye · 8 years ago
  18. d62ecf5 Merge 3.6 by Victor Stinner · 8 years ago
  19. 8bf43e6 Issue #28082: Add basic unit tests on re enums by Victor Stinner · 8 years ago
  20. fb6a659 Issue #28637: Reapply changeset 223731925d06 by Victor Stinner · 8 years ago
  21. 2294f83 merge 3.6 by Benjamin Peterson · 8 years ago
  22. 996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw by Benjamin Peterson · 8 years ago
  23. 5e17ad9 Merge AIX fixes from 3.6 by Martin Panter · 8 years ago
  24. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  25. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  26. 9544a36 Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 8 years ago
  27. bb0f8e6 Issue #28678: Merge parameter name from 3.6 by Martin Panter · 8 years ago
  28. f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 by Martin Panter · 8 years ago
  29. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  30. f59d568 Issue #26934: Merge 3.6 by Xavier de Gaye · 8 years ago
  31. 95aa56a Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows by Xavier de Gaye · 8 years ago
  32. 524eac0 Issue #26934: Fix test_faulthandler on Android where raise() exits with 0, by Xavier de Gaye · 8 years ago
  33. c4bd0fe Merge 3.6 by Xavier de Gaye · 8 years ago
  34. 6c5f219 Fix test_faulthandler on Android where raise() exits with 0 by Xavier de Gaye · 8 years ago
  35. daa9e23 Merge 3.6 by Xavier de Gaye · 8 years ago
  36. f056b04 Merge 3.5 by Xavier de Gaye · 8 years ago
  37. 547c1b9 Fix temporary file not deleted in test_socket by Xavier de Gaye · 8 years ago
  38. 77f6411 merge by Raymond Hettinger · 8 years ago
  39. 24e4239 Fix typos by Raymond Hettinger · 8 years ago
  40. cf767ab Issue #28676: merge from 3.6 by Ned Deily · 8 years ago
  41. 7d895d3 Issue #28676: merge from 3.5 by Ned Deily · 8 years ago
  42. 7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  43. a8f2f5a Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  44. 58d3e54 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  45. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  46. 616034e Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  47. babe4f8 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  48. 6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  49. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  50. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  51. c32f9db Issue #28665: Use macro form of PyCell_GET/SET by Raymond Hettinger · 8 years ago
  52. e42df24 Issue 28644: Document recent changes in typing.py (Ivan L) (3.6->3.7) by Guido van Rossum · 8 years ago
  53. 2d6c179 Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) by Guido van Rossum · 8 years ago
  54. ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) by Guido van Rossum · 8 years ago
  55. 49bcce9 Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 by Serhiy Storchaka · 8 years ago
  56. e0e9d5f Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 by Serhiy Storchaka · 8 years ago
  57. 5adc22b Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 by Serhiy Storchaka · 8 years ago
  58. e618a18 Merge from 3.6 (issue #28665). by Serhiy Storchaka · 8 years ago
  59. b2b1543 merge by Raymond Hettinger · 8 years ago
  60. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 8 years ago
  61. ac40c6c Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  62. a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  63. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  64. 684cada Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  65. 8391026 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  66. daeddc4 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  67. c6944e7 Issue #28618: Make hot functions using __attribute__((hot)) by Victor Stinner · 8 years ago
  68. 0cae609 Use PyThreadState_GET() in performance critical code by Victor Stinner · 8 years ago
  69. 7255edd Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  70. 249ba5d Issue #28635: what's new in 3.6: remove mentions of backported fixes. by Yury Selivanov · 8 years ago
  71. be9079a Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  72. c48ec27 Issue #28635: What's New in Python 3.6 updates by Yury Selivanov · 8 years ago
  73. 69e0323 Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  74. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 8 years ago
  75. 11ca7b5 Issue #28649: fix second issue with _ForwardRef (#328) (3.6->3.7) by Guido van Rossum · 8 years ago
  76. 0d1acfd Issue #28649: fix second issue with _ForwardRef (#328) (3.5->3.6) by Guido van Rossum · 8 years ago
  77. dad1790 Issue #28649: fix second issue with _ForwardRef (#328) by Guido van Rossum · 8 years ago
  78. f3abcf6 Issue #28649: fix first issue with _ForwardRef (#327) (3.6->3.7) by Guido van Rossum · 8 years ago
  79. fc293dd Issue #28649: fix first issue with _ForwardRef (#327) (3.5->3.6) by Guido van Rossum · 8 years ago
  80. c7b9295 Issue #28649: fix first issue with _ForwardRef (#327) by Guido van Rossum · 8 years ago
  81. 3e05a9c Merge 3.6 (issue #28653) by Yury Selivanov · 8 years ago
  82. 0a66a1c Merge 3.6 (issue #28653) by Yury Selivanov · 8 years ago
  83. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 8 years ago
  84. 1f94495 Issue #28649: Clear the typing module caches when search for reference leaks. by Serhiy Storchaka · 8 years ago
  85. 04c954d Issue #28649: Clear the typing module caches when search for reference leaks. by Serhiy Storchaka · 8 years ago
  86. 28f42fd Issue #28649: Clear the typing module caches when search for reference leaks. by Serhiy Storchaka · 8 years ago
  87. ea446e2 Issue #28649: typing-clear-caches.patch (3.6->3.7) by Guido van Rossum · 8 years ago
  88. 5486a88 Issue #28649: typing-clear-caches.patch (3.5->3.6) by Guido van Rossum · 8 years ago
  89. 9b10756 Issue #28649: typing-clear-caches.patch by Guido van Rossum · 8 years ago
  90. 45b09ca Issue #28649: fix-typing-test-v2.diff (3.6->3.7) by Guido van Rossum · 8 years ago
  91. 83be424 Issue #28649: fix-typing-test-v2.diff (3.5->3.6) by Guido van Rossum · 8 years ago
  92. f9099de Issue #28649: fix-typing-test-v2.diff by Guido van Rossum · 8 years ago
  93. a50c79f Issue #28556: More typing.py updates from upstream. (3.6->3.7) by Guido van Rossum · 8 years ago
  94. b75f485 Issue #28556: More typing.py updates from upstream. (3.5->3.6) by Guido van Rossum · 8 years ago
  95. 991d14f Issue #28556: More typing.py updates from upstream. by Guido van Rossum · 8 years ago
  96. bb132fc Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  97. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  98. 02f252f Merge 3.6 (issue #28652) by Yury Selivanov · 8 years ago
  99. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  100. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 8 years ago