1. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  2. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  3. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  4. 519f912 Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda by Martin Panter · 8 years ago
  5. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 8 years ago
  6. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 8 years ago
  7. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  8. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  9. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  10. 89d3f53 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  11. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  12. dcfebb3 Issue #26676: Add missing XMLPullParser to ElementTree.__all__ by Martin Panter · 8 years ago
  13. 0a85c69 Revert back to 3.6.0, buildbots do not want chocolate for 04-01 by Ned Deily · 8 years ago
  14. 49f324f Python 8: no pep8, no chocolate! by Victor Stinner · 8 years ago
  15. 0fc0318 Issue #22854: Merge test fix from 3.5 by Martin Panter · 8 years ago
  16. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  17. f810767 Issue #22854: Merge Windows pipe skipping from 3.5 by Martin Panter · 8 years ago
  18. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  19. c0aab1d Issue #22854: Skip pipe seekable() tests on Windows by Martin Panter · 8 years ago
  20. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  21. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  22. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 8 years ago
  23. f39c0ac Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  24. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  25. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  26. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  27. 8a34d41 Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests() by Victor Stinner · 8 years ago
  28. 732599f Issue #26295: Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 8 years ago
  29. d6e2502 Issue #26295: test_regrtest now uses a temporary directory by Victor Stinner · 8 years ago
  30. 9759dd3 Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't by Victor Stinner · 8 years ago
  31. 7f24a98 Merge 3.5 (test_urllibnet) by Victor Stinner · 8 years ago
  32. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  33. b1511f7 doctest now supports packages by Victor Stinner · 8 years ago
  34. 6e722bc Merge 3.5 (test_unittest) by Victor Stinner · 8 years ago
  35. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  36. 06ddd35 Issue #25911: Backport os._DummyDirEntry fixes by Victor Stinner · 8 years ago
  37. 8a96389 Merge 3.5 (regrtest) by Victor Stinner · 8 years ago
  38. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  39. 73030df Fix os._DummyDirEntry.is_symlink() by Victor Stinner · 8 years ago
  40. 80ec58c fix typo in comment by Victor Stinner · 8 years ago
  41. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 8 years ago
  42. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  43. 5a6c018 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  44. ce91387 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  45. f841909 Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  46. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  47. 622583e regrtest: round final timing towards +inf by Victor Stinner · 8 years ago
  48. afd465d Issue #26644: Merge SSL negative read fix from 3.5 by Martin Panter · 8 years ago
  49. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 8 years ago
  50. 3840b2a Issue #25940: Use internal local server more in test_ssl by Martin Panter · 8 years ago
  51. 53b0a41 Issue #25911: more info on test_os failure by Victor Stinner · 8 years ago
  52. e984eb5 Fix test_os.test_symlink(): remove create symlink by Victor Stinner · 8 years ago
  53. 16b698b merge by Alexander Belopolsky · 8 years ago
  54. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  55. d7ac00e Backed out changeset 245a16f33c4b by Victor Stinner · 8 years ago
  56. ba8cf10 Rework libregrtest.save_env by Victor Stinner · 8 years ago
  57. 3283014 changeset: 100749:0b61b2d28a07 by Victor Stinner · 8 years ago
  58. 6384c66 Merge 3.5 by Victor Stinner · 8 years ago
  59. 84ca9fe doctest: fix _module_relative_path() error message by Victor Stinner · 8 years ago
  60. 931602a test_doctest: remove unused imports by Victor Stinner · 8 years ago
  61. bdc337b test_venv: enhance test_devnull() by Victor Stinner · 8 years ago
  62. b347788 Skip test_venv.test_with_pip() if ctypes miss by Victor Stinner · 8 years ago
  63. e77c974 test_os: Win32ErrorTests now ensures that TESTFN doesn't exist by Victor Stinner · 8 years ago
  64. 6c45d39 Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  65. 8a20851 Issue #25654: by Victor Stinner · 8 years ago
  66. 540a81c Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  67. a6d865c Issue #25654: by Victor Stinner · 8 years ago
  68. 47b4557 test_io: ignore DeprecationWarning on bytes path on Windows by Victor Stinner · 8 years ago
  69. 633ebda Issue #26637: Fix test_io by Victor Stinner · 8 years ago
  70. 4f17426 Fix bug in __import__ during Python shutdown by Victor Stinner · 8 years ago
  71. e091d32 Merge 3.5 by Victor Stinner · 8 years ago
  72. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  73. e0511e7 Fix test_warnings.test_improper_option() by Victor Stinner · 8 years ago
  74. 3aac0ad Cleanup regrtest "main()" function by Victor Stinner · 8 years ago
  75. 4ffcc3e Cleanup regrtest.py by Victor Stinner · 8 years ago
  76. e403904 support.temp_dir(): call support.rmtree() instead of shutil.rmtree() by Victor Stinner · 8 years ago
  77. 3899b54 test_os: use support.rmtree() to cleanup WalkTests by Victor Stinner · 8 years ago
  78. ae39d23 Enhance and modernize test_os by Victor Stinner · 8 years ago
  79. f95a19b test_os: use @support.requires_linux_version by Victor Stinner · 8 years ago
  80. bc6b72e Closes #26620: Fix ResourceWarning in test_urllib2_localnet by Victor Stinner · 8 years ago
  81. e321274 Enhance and modernize test_genericpath by Victor Stinner · 8 years ago
  82. ba8b0a7 Enhance os._DummyDirEntry by Victor Stinner · 8 years ago
  83. 56db16c regrtest: when parallel tests are interrupted, display progress by Victor Stinner · 8 years ago
  84. 2b60b72 regrtest: mention in tests run sequentially or in parallel by Victor Stinner · 8 years ago
  85. 5de16e8 regrtest: fix --fromfile feature by Victor Stinner · 8 years ago
  86. 923590e Fix DeprecationWarning on Windows by Victor Stinner · 8 years ago
  87. 0069aef Fix test_spwd on OpenIndiana by Victor Stinner · 8 years ago
  88. c53195b Try to fix test_gdb on s390x SLES 3.x by Victor Stinner · 8 years ago
  89. 1129084 Issue #26621: Remove unnecessary test. by Stefan Krah · 8 years ago
  90. 66e9d03 Issue #26621: Update libmpdec version and remove unnecessary test case. by Stefan Krah · 8 years ago
  91. 4a1c7d2 Try to fix test_spwd on OpenIndiana by Victor Stinner · 8 years ago
  92. 904f5de Try to fix test_gdb on s390x buildbots by Victor Stinner · 8 years ago
  93. 412a5e7 faulthandler: only log fatal exceptions by Victor Stinner · 8 years ago
  94. 69649f2 regrtest: display test duration in sequential mode by Victor Stinner · 8 years ago
  95. 404cdc5 faulthandler: add Windows exception handler by Victor Stinner · 8 years ago
  96. 6d7f4f6 regrtest: add timeout to main process when using -jN by Victor Stinner · 8 years ago
  97. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  98. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 8 years ago
  99. 92c21d7 Issue #26588: skip test_warnings.test_tracemalloc() by Victor Stinner · 8 years ago
  100. 84aab09 Issue #26588: add debug traces by Victor Stinner · 8 years ago