1. da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 8 years ago
  2. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  3. 47c5474 Issue #26623: TypeError message for JSON unserializible object now contains by Serhiy Storchaka · 8 years ago
  4. 96cdbe7 Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  5. e0805cf Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  6. 4030027 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  7. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  8. cfff15d Issue #26712: Merge string_tests cleanup from 3.5 by Martin Panter · 8 years ago
  9. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  10. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  11. db3e2bd Issue #21069: Merge test_fileno() from 3.5 by Martin Panter · 8 years ago
  12. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  13. ae197c9 Issue #26609: Merge HTTP tests from 3.5 by Martin Panter · 8 years ago
  14. 734423b Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  15. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  16. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  17. ba22cf8 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  18. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  19. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 8 years ago
  20. ef0138f Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py by Brett Cannon · 8 years ago
  21. 8bd092b Normalize whitespace by Brett Cannon · 8 years ago
  22. 9e080e0 Issue #25609: Introduce contextlib.AbstractContextManager and by Brett Cannon · 8 years ago
  23. c5b5ba9 Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  24. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  25. 7155b88 Issue #26671: Fixed tests for changed error messages. by Serhiy Storchaka · 8 years ago
  26. 747be08 Issue #26257: Merge buffer_tests cleanup from 3.5 by Martin Panter · 8 years ago
  27. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  28. 7278305 Merge typing.py 3.5->3.6 (Text, ItemsView). by Guido van Rossum · 8 years ago
  29. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  30. 6a2dc1b Merge upstream typing.py changes from 3.5 branch. by Guido van Rossum · 8 years ago
  31. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  32. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  33. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  34. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  35. 519f912 Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda by Martin Panter · 8 years ago
  36. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 8 years ago
  37. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 8 years ago
  38. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  39. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  40. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  41. 89d3f53 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  42. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  43. dcfebb3 Issue #26676: Add missing XMLPullParser to ElementTree.__all__ by Martin Panter · 8 years ago
  44. 0a85c69 Revert back to 3.6.0, buildbots do not want chocolate for 04-01 by Ned Deily · 8 years ago
  45. 49f324f Python 8: no pep8, no chocolate! by Victor Stinner · 8 years ago
  46. 0fc0318 Issue #22854: Merge test fix from 3.5 by Martin Panter · 8 years ago
  47. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  48. f810767 Issue #22854: Merge Windows pipe skipping from 3.5 by Martin Panter · 8 years ago
  49. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  50. c0aab1d Issue #22854: Skip pipe seekable() tests on Windows by Martin Panter · 8 years ago
  51. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  52. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  53. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 8 years ago
  54. f39c0ac Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  55. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  56. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  57. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  58. 8a34d41 Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests() by Victor Stinner · 8 years ago
  59. 732599f Issue #26295: Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 8 years ago
  60. d6e2502 Issue #26295: test_regrtest now uses a temporary directory by Victor Stinner · 8 years ago
  61. 9759dd3 Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't by Victor Stinner · 8 years ago
  62. 7f24a98 Merge 3.5 (test_urllibnet) by Victor Stinner · 8 years ago
  63. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  64. b1511f7 doctest now supports packages by Victor Stinner · 8 years ago
  65. 6e722bc Merge 3.5 (test_unittest) by Victor Stinner · 8 years ago
  66. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  67. 06ddd35 Issue #25911: Backport os._DummyDirEntry fixes by Victor Stinner · 8 years ago
  68. 8a96389 Merge 3.5 (regrtest) by Victor Stinner · 8 years ago
  69. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  70. 73030df Fix os._DummyDirEntry.is_symlink() by Victor Stinner · 8 years ago
  71. 80ec58c fix typo in comment by Victor Stinner · 8 years ago
  72. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 8 years ago
  73. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  74. 5a6c018 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  75. ce91387 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  76. f841909 Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  77. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  78. 622583e regrtest: round final timing towards +inf by Victor Stinner · 8 years ago
  79. afd465d Issue #26644: Merge SSL negative read fix from 3.5 by Martin Panter · 8 years ago
  80. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 8 years ago
  81. 3840b2a Issue #25940: Use internal local server more in test_ssl by Martin Panter · 8 years ago
  82. 53b0a41 Issue #25911: more info on test_os failure by Victor Stinner · 8 years ago
  83. e984eb5 Fix test_os.test_symlink(): remove create symlink by Victor Stinner · 8 years ago
  84. 16b698b merge by Alexander Belopolsky · 8 years ago
  85. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  86. d7ac00e Backed out changeset 245a16f33c4b by Victor Stinner · 8 years ago
  87. ba8cf10 Rework libregrtest.save_env by Victor Stinner · 8 years ago
  88. 3283014 changeset: 100749:0b61b2d28a07 by Victor Stinner · 8 years ago
  89. 6384c66 Merge 3.5 by Victor Stinner · 8 years ago
  90. 84ca9fe doctest: fix _module_relative_path() error message by Victor Stinner · 8 years ago
  91. 931602a test_doctest: remove unused imports by Victor Stinner · 8 years ago
  92. bdc337b test_venv: enhance test_devnull() by Victor Stinner · 8 years ago
  93. b347788 Skip test_venv.test_with_pip() if ctypes miss by Victor Stinner · 8 years ago
  94. e77c974 test_os: Win32ErrorTests now ensures that TESTFN doesn't exist by Victor Stinner · 8 years ago
  95. 6c45d39 Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  96. 8a20851 Issue #25654: by Victor Stinner · 8 years ago
  97. 540a81c Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  98. a6d865c Issue #25654: by Victor Stinner · 8 years ago
  99. 47b4557 test_io: ignore DeprecationWarning on bytes path on Windows by Victor Stinner · 8 years ago
  100. 633ebda Issue #26637: Fix test_io by Victor Stinner · 8 years ago