1. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  2. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  3. f810767 Issue #22854: Merge Windows pipe skipping from 3.5 by Martin Panter · 8 years ago
  4. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  5. c0aab1d Issue #22854: Skip pipe seekable() tests on Windows by Martin Panter · 8 years ago
  6. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  7. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  8. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 8 years ago
  9. f39c0ac Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  10. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  11. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  12. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  13. fe4c012 Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  14. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  15. 8a34d41 Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests() by Victor Stinner · 8 years ago
  16. 732599f Issue #26295: Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 8 years ago
  17. d6e2502 Issue #26295: test_regrtest now uses a temporary directory by Victor Stinner · 8 years ago
  18. 9759dd3 Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't by Victor Stinner · 8 years ago
  19. 7f24a98 Merge 3.5 (test_urllibnet) by Victor Stinner · 8 years ago
  20. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  21. b1511f7 doctest now supports packages by Victor Stinner · 8 years ago
  22. 6e722bc Merge 3.5 (test_unittest) by Victor Stinner · 8 years ago
  23. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  24. bbcd294 Null merge 3.5 by Victor Stinner · 8 years ago
  25. 06ddd35 Issue #25911: Backport os._DummyDirEntry fixes by Victor Stinner · 8 years ago
  26. 8a96389 Merge 3.5 (regrtest) by Victor Stinner · 8 years ago
  27. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  28. 73030df Fix os._DummyDirEntry.is_symlink() by Victor Stinner · 8 years ago
  29. 80ec58c fix typo in comment by Victor Stinner · 8 years ago
  30. 50e648a Merge 3.5 by Andrew Svetlov · 8 years ago
  31. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 8 years ago
  32. eba2588 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  33. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 8 years ago
  34. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  35. 2a65ecb Issue #26130: Remove redundant variable 's' from Parser/parser.c by Berker Peksag · 8 years ago
  36. 5a6c018 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  37. ce91387 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  38. f841909 Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  39. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  40. b61b0f1 Document sqlite3.Cursor.close() by Berker Peksag · 8 years ago
  41. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 8 years ago
  42. 622583e regrtest: round final timing towards +inf by Victor Stinner · 8 years ago
  43. 598b198 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 8 years ago
  44. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 8 years ago
  45. afd465d Issue #26644: Merge SSL negative read fix from 3.5 by Martin Panter · 8 years ago
  46. 3625af5 Moved misplaced functions to the section for C API functions. by Raymond Hettinger · 8 years ago
  47. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 8 years ago
  48. 3840b2a Issue #25940: Use internal local server more in test_ssl by Martin Panter · 8 years ago
  49. 2c257ab Responsibility for argument checking belongs in set.__init__() rather than set.__new__(). by Raymond Hettinger · 8 years ago
  50. 9423023 Minor code cleanup for PyArg_UnpackTuple. by Raymond Hettinger · 8 years ago
  51. 53b0a41 Issue #25911: more info on test_os failure by Victor Stinner · 8 years ago
  52. ca9dbc7 makeopcodetargets.py: we need to import Lib/opcode.py by Victor Stinner · 8 years ago
  53. 92c8dce Null merge 3.5 by Victor Stinner · 8 years ago
  54. e984eb5 Fix test_os.test_symlink(): remove create symlink by Victor Stinner · 8 years ago
  55. 16b698b merge by Alexander Belopolsky · 8 years ago
  56. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  57. d7ac00e Backed out changeset 245a16f33c4b by Victor Stinner · 8 years ago
  58. ba8cf10 Rework libregrtest.save_env by Victor Stinner · 8 years ago
  59. 3283014 changeset: 100749:0b61b2d28a07 by Victor Stinner · 8 years ago
  60. 6384c66 Merge 3.5 by Victor Stinner · 8 years ago
  61. 84ca9fe doctest: fix _module_relative_path() error message by Victor Stinner · 8 years ago
  62. 931602a test_doctest: remove unused imports by Victor Stinner · 8 years ago
  63. bdc337b test_venv: enhance test_devnull() by Victor Stinner · 8 years ago
  64. b347788 Skip test_venv.test_with_pip() if ctypes miss by Victor Stinner · 8 years ago
  65. a9a852c Modernize Python/makeopcodetargets.py by Victor Stinner · 8 years ago
  66. e77c974 test_os: Win32ErrorTests now ensures that TESTFN doesn't exist by Victor Stinner · 8 years ago
  67. b72e21b Speed-up construction of empty sets by approx 12-14%. by Raymond Hettinger · 8 years ago
  68. 734f284 Null merge 3.5 by Victor Stinner · 8 years ago
  69. 6c45d39 Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  70. 8a20851 Issue #25654: by Victor Stinner · 8 years ago
  71. 540a81c Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  72. a6d865c Issue #25654: by Victor Stinner · 8 years ago
  73. 47b4557 test_io: ignore DeprecationWarning on bytes path on Windows by Victor Stinner · 8 years ago
  74. 633ebda Issue #26637: Fix test_io by Victor Stinner · 8 years ago
  75. 7285d52 remove duplicated check for fractions and complex numbers (closes #26076) by Benjamin Peterson · 8 years ago
  76. 4a2e663 Fix a few typos by Zachary Ware · 8 years ago
  77. bfba2cd Don't doc check the venv dir by Zachary Ware · 8 years ago
  78. 228ca33 Merge 3.5 (pystate.h) by Victor Stinner · 8 years ago
  79. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  80. 4f17426 Fix bug in __import__ during Python shutdown by Victor Stinner · 8 years ago
  81. e091d32 Merge 3.5 by Victor Stinner · 8 years ago
  82. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  83. e0511e7 Fix test_warnings.test_improper_option() by Victor Stinner · 8 years ago
  84. 3aac0ad Cleanup regrtest "main()" function by Victor Stinner · 8 years ago
  85. 8c08e0d rt.bat: use -m test instead of Lib\test\regrtest.py by Victor Stinner · 8 years ago
  86. 4ffcc3e Cleanup regrtest.py by Victor Stinner · 8 years ago
  87. e403904 support.temp_dir(): call support.rmtree() instead of shutil.rmtree() by Victor Stinner · 8 years ago
  88. 3899b54 test_os: use support.rmtree() to cleanup WalkTests by Victor Stinner · 8 years ago
  89. ae39d23 Enhance and modernize test_os by Victor Stinner · 8 years ago
  90. f95a19b test_os: use @support.requires_linux_version by Victor Stinner · 8 years ago
  91. bc6b72e Closes #26620: Fix ResourceWarning in test_urllib2_localnet by Victor Stinner · 8 years ago
  92. e321274 Enhance and modernize test_genericpath by Victor Stinner · 8 years ago
  93. ba8b0a7 Enhance os._DummyDirEntry by Victor Stinner · 8 years ago
  94. 56db16c regrtest: when parallel tests are interrupted, display progress by Victor Stinner · 8 years ago
  95. 2b60b72 regrtest: mention in tests run sequentially or in parallel by Victor Stinner · 8 years ago
  96. 5de16e8 regrtest: fix --fromfile feature by Victor Stinner · 8 years ago
  97. 923590e Fix DeprecationWarning on Windows by Victor Stinner · 8 years ago
  98. 5e14a38 _tracemalloc: use compact key for traces by Victor Stinner · 8 years ago
  99. cc73932 socketmodule.c: error if option larger than INT_MAX by Victor Stinner · 8 years ago
  100. 0069aef Fix test_spwd on OpenIndiana by Victor Stinner · 8 years ago