1. 1edcd50 Merge 3.5: fcntl doc by Victor Stinner · 8 years ago
  2. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  3. d7e44b6 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  4. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  5. 734423b Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  6. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  7. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  8. ba22cf8 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  9. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  10. fe21de9 Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module by Berker Peksag · 8 years ago
  11. b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 8 years ago
  12. 8278d13 Merge w/ 3.5 for issue #26587 by Brett Cannon · 8 years ago
  13. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  14. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 8 years ago
  15. ef0138f Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py by Brett Cannon · 8 years ago
  16. 8bd092b Normalize whitespace by Brett Cannon · 8 years ago
  17. 9e080e0 Issue #25609: Introduce contextlib.AbstractContextManager and by Brett Cannon · 8 years ago
  18. c5b5ba9 Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  19. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  20. 7155b88 Issue #26671: Fixed tests for changed error messages. by Serhiy Storchaka · 8 years ago
  21. 747be08 Issue #26257: Merge buffer_tests cleanup from 3.5 by Martin Panter · 8 years ago
  22. 3291d85 Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  23. aaf553b Backed out changeset 8dc144e47252 by Serhiy Storchaka · 8 years ago
  24. 026110f Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  25. 765c635 Adds version info to all signed binaries on Windows by Steve Dower · 8 years ago
  26. b066058 Adds version info to all signed binaries on Windows. by Steve Dower · 8 years ago
  27. 819399b Issue #26671: Enhanced path_converter. by Serhiy Storchaka · 8 years ago
  28. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  29. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  30. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  31. 7278305 Merge typing.py 3.5->3.6 (Text, ItemsView). by Guido van Rossum · 8 years ago
  32. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  33. 6a2dc1b Merge upstream typing.py changes from 3.5 branch. by Guido van Rossum · 8 years ago
  34. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  35. b15c304 Issue #6953: Merge readline doc from 3.5 by Martin Panter · 8 years ago
  36. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  37. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  38. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  39. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  40. 9ad7646 Issue #23735: Merge sighandler_t fix from 3.5 by Martin Panter · 8 years ago
  41. 28f35b2 Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 8 years ago
  42. a350600 Issue #23735: Merge Readline resize handling from 3.5 by Martin Panter · 8 years ago
  43. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  44. 519f912 Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda by Martin Panter · 8 years ago
  45. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 8 years ago
  46. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 8 years ago
  47. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  48. 1862bb2 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  49. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  50. 40d38e1 Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  51. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  52. 6b6abd4 Issue #26678: Merge datetime doc fixes from 3.5 by Martin Panter · 8 years ago
  53. c334202 Merged documentation update from 3.5. by Vinay Sajip · 8 years ago
  54. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 8 years ago
  55. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 8 years ago
  56. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  57. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  58. 89d3f53 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  59. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  60. ccdbe80 asyncio: sync overlapped.c with GitHub by Victor Stinner · 8 years ago
  61. dcfebb3 Issue #26676: Add missing XMLPullParser to ElementTree.__all__ by Martin Panter · 8 years ago
  62. 0a85c69 Revert back to 3.6.0, buildbots do not want chocolate for 04-01 by Ned Deily · 8 years ago
  63. 49f324f Python 8: no pep8, no chocolate! by Victor Stinner · 8 years ago
  64. 0fc0318 Issue #22854: Merge test fix from 3.5 by Martin Panter · 8 years ago
  65. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  66. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  67. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  68. f810767 Issue #22854: Merge Windows pipe skipping from 3.5 by Martin Panter · 8 years ago
  69. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  70. c0aab1d Issue #22854: Skip pipe seekable() tests on Windows by Martin Panter · 8 years ago
  71. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  72. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  73. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 8 years ago
  74. f39c0ac Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  75. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  76. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  77. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  78. fe4c012 Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  79. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  80. 8a34d41 Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests() by Victor Stinner · 8 years ago
  81. 732599f Issue #26295: Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 8 years ago
  82. d6e2502 Issue #26295: test_regrtest now uses a temporary directory by Victor Stinner · 8 years ago
  83. 9759dd3 Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't by Victor Stinner · 8 years ago
  84. 7f24a98 Merge 3.5 (test_urllibnet) by Victor Stinner · 8 years ago
  85. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  86. b1511f7 doctest now supports packages by Victor Stinner · 8 years ago
  87. 6e722bc Merge 3.5 (test_unittest) by Victor Stinner · 8 years ago
  88. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  89. bbcd294 Null merge 3.5 by Victor Stinner · 8 years ago
  90. 06ddd35 Issue #25911: Backport os._DummyDirEntry fixes by Victor Stinner · 8 years ago
  91. 8a96389 Merge 3.5 (regrtest) by Victor Stinner · 8 years ago
  92. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  93. 73030df Fix os._DummyDirEntry.is_symlink() by Victor Stinner · 8 years ago
  94. 80ec58c fix typo in comment by Victor Stinner · 8 years ago
  95. 50e648a Merge 3.5 by Andrew Svetlov · 8 years ago
  96. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 8 years ago
  97. eba2588 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  98. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 8 years ago
  99. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  100. 2a65ecb Issue #26130: Remove redundant variable 's' from Parser/parser.c by Berker Peksag · 8 years ago