1. 3aa7552 merge 3.5 (#28454) by Benjamin Peterson · 8 years ago
  2. 8d761ff remove extra PyErr_Format arguments (closes #28454) by Benjamin Peterson · 8 years ago
  3. b8bddec Issue #28432: Merge from 3.5 by Berker Peksag · 8 years ago
  4. 90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation by Berker Peksag · 8 years ago
  5. bf7dcb9 Remove spurious article. by Ned Deily · 8 years ago
  6. 11194f7 Remove spurious article. by Ned Deily · 8 years ago
  7. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  8. 479eb76 Issue #27800: Merge RE repetition doc from 3.5 into 3.6 by Martin Panter · 8 years ago
  9. 684340e Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  10. 36700e4 Issue #23231: Merge codecs doc from 3.5 into 3.6 by Martin Panter · 8 years ago
  11. c73e9d8 Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings by Martin Panter · 8 years ago
  12. c972d1c [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc. by Senthil Kumaran · 8 years ago
  13. 1cea56b Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. by Senthil Kumaran · 8 years ago
  14. 7b16652 Issue #18844: Add more tests by Raymond Hettinger · 8 years ago
  15. a0ef768 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (3.5->3.6) by Guido van Rossum · 8 years ago
  16. e1478e4 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. by Guido van Rossum · 8 years ago
  17. 5236ac6 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6) by Guido van Rossum · 8 years ago
  18. 4a45235 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) by Guido van Rossum · 8 years ago
  19. a03b1ea Issue #21443: Show how to change log level for asyncio. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  20. ba29a4f Issue #21443: Show how to change log level for asyncio. by Guido van Rossum · 8 years ago
  21. 5cade88 Check return value of _PyDict_SetItemId() by Christian Heimes · 8 years ago
  22. 2ccdb5a Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  23. b1a751b Issue #24452: Make webbrowser support Chrome on Mac OS X. by Guido van Rossum · 8 years ago
  24. 291417d Issue #20766: Merge with 3.5. by Xavier de Gaye · 8 years ago
  25. 10e54ae Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. by Xavier de Gaye · 8 years ago
  26. ebe17e0 Fix _Py_normalize_encoding() command by Victor Stinner · 8 years ago
  27. b329e1b va_end vargs2 once (closes #28417) by Benjamin Peterson · 8 years ago
  28. 1c3a121 Issue #18844: Fix-up examples for random.choices(). Remove over-specified test. by Raymond Hettinger · 8 years ago
  29. 95b826d - Modules/Setup.dist: Add the _blake2 module by doko@ubuntu.com · 8 years ago
  30. de69ee7 - dictobject.c: Make dict_merge symbol a static symbol by doko@ubuntu.com · 8 years ago
  31. 1609997 prefix freegrammar (closes #28413) by Benjamin Peterson · 8 years ago
  32. 547d156 Issue #28208: Update Windows build to use SQLite 3.14.2.0 by Zachary Ware · 8 years ago
  33. c08bb6c Issue #28248: Merge with 3.5 by Zachary Ware · 8 years ago
  34. fd28cbe Issue #28248: Merge with 3.4 by Zachary Ware · 8 years ago
  35. 068534a Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 8 years ago
  36. 4d80a8a Merge 3.6 releasing branch by Ned Deily · 8 years ago
  37. a4f45bb Start 3.6.0b3 by Ned Deily · 8 years ago
  38. ec1f28a Fix launcher.msi from rebuilding during release build. by Steve Dower · 8 years ago
  39. dbb331b Added tag v3.6.0b2 for changeset b9fadc7d1c3f by Ned Deily · 8 years ago
  40. 7e16af4 Version bump for 3.6.0b2 by Ned Deily · 8 years ago
  41. bec93b3 Update pydoc topics for 3.6.0b2 by Ned Deily · 8 years ago
  42. ee22aad regenerate configure with autoconf 2.69 by Ned Deily · 8 years ago
  43. e326a91 Update OS X installer ReadMe for 360b2. by Ned Deily · 8 years ago
  44. 1be427b Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. by INADA Naoki · 8 years ago
  45. 425ec15 Issue #28402: Adds signed catalog files for stdlib on Windows. by Steve Dower · 8 years ago
  46. b1321fb Issue #28394: More typo fixes for 3.6+ by Martin Panter · 8 years ago
  47. fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  48. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 8 years ago
  49. 49f5cdd Issue #28183: Optimize and cleanup dict iteration. by Serhiy Storchaka · 8 years ago
  50. 0606072 Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  51. 5e2a0ef Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. by Guido van Rossum · 8 years ago
  52. 917c1c3 Merge 3.5 (issue #27972) by Yury Selivanov · 8 years ago
  53. 4145c83 Issue #27972: Prohibit Tasks to await on themselves. by Yury Selivanov · 8 years ago
  54. 88e8aca Merge 3.5 (issue #28399) by Yury Selivanov · 8 years ago
  55. 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 8 years ago
  56. 75907bc Issue #28389: Merge from 3.5 by Berker Peksag · 8 years ago
  57. 0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation by Berker Peksag · 8 years ago
  58. 3b8c547 Fixed wrong issue number in NEWS by INADA Naoki · 8 years ago
  59. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  60. 518599b Merge further typing.py changes from upstream. (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  61. e259267 Merge further typing.py changes from upstream. by Guido van Rossum · 8 years ago
  62. 35e27db null merge by Guido van Rossum · 8 years ago
  63. 7b2aa2e Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) by Guido van Rossum · 8 years ago
  64. b258db9 Issue #28388: update typing module documentation. (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  65. deed0c7 Issue #28388: update typing module documentation. by Guido van Rossum · 8 years ago
  66. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  67. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  68. c6f9b2b Issue #28162: Fixes Ctrl+Z handling in console readall() by Steve Dower · 8 years ago
  69. ea200db Add proper credit to NEWS file. by Steve Dower · 8 years ago
  70. 59bd34f Issue #28333: Remove unnecessary increment. by Steve Dower · 8 years ago
  71. 3cd187b Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun) by Steve Dower · 8 years ago
  72. c3215f5 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  73. 48b1c3f Issue #28376: The type of long range iterator is now registered as Iterator. by Serhiy Storchaka · 8 years ago
  74. c7f490c Issue #28376: Creating instances of range_iterator by calling range_iterator by Serhiy Storchaka · 8 years ago
  75. 639098c Merge from 3.5. by Serhiy Storchaka · 8 years ago
  76. 44759bc Issue #28376: The constructor of range_iterator now checks that step is not 0. by Serhiy Storchaka · 8 years ago
  77. 88212ae Merge from 3.5. by Serhiy Storchaka · 8 years ago
  78. 3bd9fde Issue #28376: Fixed typos. Based on patch by Oren Milman. by Serhiy Storchaka · 8 years ago
  79. 2674bc7 Issue #27998: Fixed bytes path support in os.scandir() on Windows. by Serhiy Storchaka · 8 years ago
  80. 3e49264 Issue #28390: Fix header levels in whatsnew/3.6.rst by Berker Peksag · 8 years ago
  81. dd102f7 Issue #28317: The disassembler now decodes FORMAT_VALUE argument. by Serhiy Storchaka · 8 years ago
  82. 56588b7 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  83. 8ef3460 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  84. 2b80145 Issue #25783: Fixed test_traceback when run directly (without regrtest). by Serhiy Storchaka · 8 years ago
  85. 1c1130f Issue #25783: Fixed test_traceback when run directly (without regrtest). by Serhiy Storchaka · 8 years ago
  86. 1d7d622 Null merge by Serhiy Storchaka · 8 years ago
  87. 5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword by Serhiy Storchaka · 8 years ago
  88. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  89. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  90. 242c170 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  91. 8793b21 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  92. 5e80855 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  93. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  94. 3df053e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  95. 36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection by Yury Selivanov · 8 years ago
  96. ac5084b Fixes issue28380: unittest.mock Mock autospec functions now properly support by Gregory P. Smith · 8 years ago
  97. 0ebdd07 Null merge with 3.5 by Yury Selivanov · 8 years ago
  98. 95cdf36 Null merge with 3.4 by Yury Selivanov · 8 years ago
  99. cb9424f Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 8 years ago
  100. e4c222c merge 3.5 by Benjamin Peterson · 8 years ago