1. a29f720 Issue #14456: Merge signal doc fix from 3.5 by Martin Panter · 8 years ago
  2. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  3. da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 8 years ago
  4. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  5. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  6. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  7. 47c5474 Issue #26623: TypeError message for JSON unserializible object now contains by Serhiy Storchaka · 8 years ago
  8. 03f17f8 Issue #17339: Improved TypeError message in bytes constructor. by Serhiy Storchaka · 8 years ago
  9. 96cdbe7 Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  10. e0805cf Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  11. 4030027 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  12. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  13. cfff15d Issue #26712: Merge string_tests cleanup from 3.5 by Martin Panter · 8 years ago
  14. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  15. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  16. 3872d62 Issue #25609: Double back-ticks to avoid “make check” buildbot failure by Martin Panter · 8 years ago
  17. db3e2bd Issue #21069: Merge test_fileno() from 3.5 by Martin Panter · 8 years ago
  18. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  19. ae197c9 Issue #26609: Merge HTTP tests from 3.5 by Martin Panter · 8 years ago
  20. 1edcd50 Merge 3.5: fcntl doc by Victor Stinner · 8 years ago
  21. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  22. d7e44b6 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  23. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  24. 734423b Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  25. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  26. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  27. ba22cf8 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  28. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  29. fe21de9 Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module by Berker Peksag · 8 years ago
  30. 8278d13 Merge w/ 3.5 for issue #26587 by Brett Cannon · 8 years ago
  31. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  32. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 8 years ago
  33. ef0138f Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py by Brett Cannon · 8 years ago
  34. 8bd092b Normalize whitespace by Brett Cannon · 8 years ago
  35. 9e080e0 Issue #25609: Introduce contextlib.AbstractContextManager and by Brett Cannon · 8 years ago
  36. c5b5ba9 Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  37. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  38. 7155b88 Issue #26671: Fixed tests for changed error messages. by Serhiy Storchaka · 8 years ago
  39. 747be08 Issue #26257: Merge buffer_tests cleanup from 3.5 by Martin Panter · 8 years ago
  40. 3291d85 Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  41. aaf553b Backed out changeset 8dc144e47252 by Serhiy Storchaka · 8 years ago
  42. 026110f Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  43. 765c635 Adds version info to all signed binaries on Windows by Steve Dower · 8 years ago
  44. b066058 Adds version info to all signed binaries on Windows. by Steve Dower · 8 years ago
  45. 819399b Issue #26671: Enhanced path_converter. by Serhiy Storchaka · 8 years ago
  46. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  47. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  48. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  49. 7278305 Merge typing.py 3.5->3.6 (Text, ItemsView). by Guido van Rossum · 8 years ago
  50. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  51. 6a2dc1b Merge upstream typing.py changes from 3.5 branch. by Guido van Rossum · 8 years ago
  52. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  53. b15c304 Issue #6953: Merge readline doc from 3.5 by Martin Panter · 8 years ago
  54. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  55. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  56. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  57. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  58. 9ad7646 Issue #23735: Merge sighandler_t fix from 3.5 by Martin Panter · 8 years ago
  59. 28f35b2 Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 8 years ago
  60. a350600 Issue #23735: Merge Readline resize handling from 3.5 by Martin Panter · 8 years ago
  61. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  62. 519f912 Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda by Martin Panter · 8 years ago
  63. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 8 years ago
  64. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 8 years ago
  65. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  66. 1862bb2 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  67. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  68. 40d38e1 Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  69. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  70. 6b6abd4 Issue #26678: Merge datetime doc fixes from 3.5 by Martin Panter · 8 years ago
  71. c334202 Merged documentation update from 3.5. by Vinay Sajip · 8 years ago
  72. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 8 years ago
  73. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 8 years ago
  74. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  75. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  76. 89d3f53 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  77. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  78. ccdbe80 asyncio: sync overlapped.c with GitHub by Victor Stinner · 8 years ago
  79. dcfebb3 Issue #26676: Add missing XMLPullParser to ElementTree.__all__ by Martin Panter · 8 years ago
  80. 0a85c69 Revert back to 3.6.0, buildbots do not want chocolate for 04-01 by Ned Deily · 8 years ago
  81. 49f324f Python 8: no pep8, no chocolate! by Victor Stinner · 8 years ago
  82. 0fc0318 Issue #22854: Merge test fix from 3.5 by Martin Panter · 8 years ago
  83. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  84. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  85. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  86. f810767 Issue #22854: Merge Windows pipe skipping from 3.5 by Martin Panter · 8 years ago
  87. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  88. c0aab1d Issue #22854: Skip pipe seekable() tests on Windows by Martin Panter · 8 years ago
  89. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  90. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  91. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 8 years ago
  92. f39c0ac Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  93. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  94. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  95. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  96. fe4c012 Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  97. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  98. 8a34d41 Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests() by Victor Stinner · 8 years ago
  99. 732599f Issue #26295: Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 8 years ago
  100. d6e2502 Issue #26295: test_regrtest now uses a temporary directory by Victor Stinner · 8 years ago