1. a22436c test: since 62434e79 we don't need to account for .tox by Ned Batchelder · 26 hours ago master
  2. 4ab4bb0 test: add a test for env var truncation by Ned Batchelder · 28 hours ago
  3. bf1a970 refactor: better style for constants by Ned Batchelder · 2 days ago
  4. 68616f4 fix: don't show all of COVERAGE_PROCESS_CONFIG in --debugs=sys by Ned Batchelder · 2 days ago
  5. 62434e7 test: find source directory relative to tests rather than `coverage` (#2028) by Michał Górny · 2 days ago
  6. e76220d test: clean up .pth files after the execv tests #2029 by Ned Batchelder · 2 days ago
  7. 882395f fix: execve also gets the full configuration by Ned Batchelder · 2 days ago
  8. b48ae28 fix: metacov was broken for execv tests by Ned Batchelder · 3 days ago
  9. 79e563c build: bump version to 7.10.4 by Ned Batchelder · 3 days ago
  10. 0691ce5 docs: sample HTML for 7.10.3 by Ned Batchelder · 3 days ago 7.10.3
  11. 34c9aca docs: prep for 7.10.3 by Ned Batchelder · 3 days ago
  12. fd83f21 style: lists for homogenous collections by Ned Batchelder · 3 days ago
  13. d961800 docs: remove an unused reference by Ned Batchelder · 3 days ago
  14. 697d4bb fix: subprocesses inherit the entire configuration. #2021 by Ned Batchelder · 3 days ago
  15. b6db3b7 build: show the total during local metacov by Ned Batchelder · 3 days ago
  16. cfbceb5 docs: reverted #2018 by Ned Batchelder · 3 days ago
  17. 264bbd3 refactor: more patch logging by Ned Batchelder · 3 days ago
  18. 3ecdfaf chore: bump the action-dependencies group with 2 updates (#2026) by dependabot[bot] · 3 days ago
  19. 41a2256 fix: revert "thread safe resume (#2018)" (#2027) by Kumar Aditya · 3 days ago
  20. 1198fea refactor: split up apply_patches by Ned Batchelder · 3 days ago
  21. 817542f fix: added debug logging for patches by Ned Batchelder · 3 days ago
  22. 958e30e fix: patch=subprocess didn't work on some Windows. #2022 by Ned Batchelder · 3 days ago
  23. 3883efe refactor: put pth creation with the rest of the patching by Ned Batchelder · 4 days ago
  24. 7140b98 fix: force patched subprocesses to write data to the original directory. #2025 by Ned Batchelder · 4 days ago
  25. d968323 fix: use atomics for `started` and `activity` flags (#2019) by Kumar Aditya · 4 days ago
  26. b4edc26 docs: clarify that patch=subprocess requires configuration files. #2021 by Ned Batchelder · 4 days ago
  27. 9d920c3 fix: prevent .pth files from colliding. #2024 by Ned Batchelder · 4 days ago
  28. b3dd8c6 build: update .git-blame-ignore-revs by Ned Batchelder · 4 days ago
  29. a32cd74 style: ruff check --fix --fixable=I001,Q000 coverage/*.py by Ned Batchelder · 4 days ago
  30. e3b25fa style: some more ruff settings, still not automatic by Ned Batchelder · 4 days ago
  31. aaa65e8 docs: patch also closed #689 by Ned Batchelder · 5 days ago
  32. 6789f33 build: tox now finds free threading on its own by Ned Batchelder · 5 days ago
  33. 8091e4f chore: make upgrade by Ned Batchelder · 5 days ago
  34. 3bd148e docs: thanks, Kumar Aditya by Ned Batchelder · 5 days ago
  35. 9533be8 fix: thread safe resume (#2018) by Kumar Aditya · 5 days ago
  36. b4c19b2 fix: really close all sqlite dbs #2017 by Ned Batchelder · 6 days ago
  37. 478a204 fix: don't write to a closed debug file by Ned Batchelder · 6 days ago
  38. a2baa66 refactor: nicer branch_trails code by Ned Batchelder · 9 days ago
  39. 0b15dae refactor: clean up old lines by Ned Batchelder · 10 days ago
  40. faece5a build: bump version to 7.10.3 by Ned Batchelder · 10 days ago
  41. a867852 docs: sample HTML for 7.10.2 by Ned Batchelder · 10 days ago 7.10.2
  42. e7bfabe docs: prep for 7.10.2 by Ned Batchelder · 10 days ago
  43. 5dbd736 test: this test often borks metacov, retry it by Ned Batchelder · 10 days ago
  44. b7430fa debug: more convenient run_trace.py by Ned Batchelder · 10 days ago
  45. e2039d0 refactor: less redundancy in branch_trails by Ned Batchelder · 10 days ago
  46. c177731 fix: see through nop bytecodes to get the right arcs. #1999 by Ned Batchelder · 10 days ago
  47. 7a83ab0 test: don't try to make pth files when invoked from pth #2011 by Ned Batchelder · 13 days ago
  48. 6d8b091 refactor: remove a commented-out line by Ned Batchelder · 13 days ago
  49. fc507ad test: add a case for an extension-less Python file parse error by Ned Batchelder · 2 weeks ago
  50. 05a6e8d test: no need for skip, we already skip windows by Ned Batchelder · 2 weeks ago
  51. 7d78003 test: execv tests are ok during metacov by Ned Batchelder · 2 weeks ago
  52. 8b21e44 docs: tired of georgia/helvetica. default rtd looks better by Ned Batchelder · 2 weeks ago
  53. 08d5d50 chore: bump the action-dependencies group with 2 updates (#2010) by dependabot[bot] · 2 weeks ago
  54. 7070367 build: more how-to tweaks by Ned Batchelder · 2 weeks ago
  55. 7df4f6b build: bump version to 7.10.2 by Ned Batchelder · 2 weeks ago
  56. 7fdcbeb docs: sample HTML for 7.10.1 by Ned Batchelder · 2 weeks ago 7.10.1
  57. c9e9625 docs: prep for 7.10.1 by Ned Batchelder · 2 weeks ago
  58. e8193ff chore: make upgrade by Ned Batchelder · 2 weeks ago
  59. 9aad22a test: improve the `if TYPE_CHECKING:` exclusion test by Ned Batchelder · 3 weeks ago
  60. 1e2f41a fix: excluding TYPE_CHECKING should have been the line not the branch by Ned Batchelder · 3 weeks ago
  61. 2134e57 fix: use getsitepackages for writing .pth files. #2006 by Ned Batchelder · 3 weeks ago
  62. a4300a7 test: signal statuses are mysterious. #2008 by Ned Batchelder · 3 weeks ago
  63. 2fd4961 docs: update the man page, for once by Ned Batchelder · 3 weeks ago
  64. a13607f build: comment_on_fixes should show html urls by Ned Batchelder · 3 weeks ago
  65. 0f00d49 build: bump version to 7.10.1 by Ned Batchelder · 3 weeks ago
  66. ef59be0 build: missed an expected distribution count by Ned Batchelder · 3 weeks ago 7.10.0
  67. f49f061 docs: sample HTML for 7.10.0 by Ned Batchelder · 3 weeks ago
  68. 6a7d5ca docs: prep for 7.10.0 by Ned Batchelder · 3 weeks ago
  69. 395c8cd build: provide 3.14 wheels by Ned Batchelder · 3 weeks ago
  70. 6154fda feat: patch=execv by Ned Batchelder · 3 weeks ago
  71. 787e5c4 test: we don't use 'expensive' as a mark now by Ned Batchelder · 3 weeks ago
  72. 7e49831 refactor: patch=_exit without a global by Ned Batchelder · 3 weeks ago
  73. 4d4ddd8 fix: better ellipsis exclusion regex. #831 by Ned Batchelder · 3 weeks ago
  74. d578c52 fix: don't assume we have a current frame. #2005 by Ned Batchelder · 3 weeks ago
  75. ecf53d5 docs: remind myself what the cores are by Ned Batchelder · 3 weeks ago
  76. e3b7cb7 test: use flaky pytest fixture instead of decorator (#2004) by Michał Górny · 3 weeks ago
  77. 99a97aa build: no longer need to clean Jython, but do need to clean .DS_Store by Ned Batchelder · 3 weeks ago
  78. c611923 build: more make targets for convenient working by Ned Batchelder · 3 weeks ago
  79. ce4fcbb docs: explain about exec*e and spawn*e by Ned Batchelder · 3 weeks ago
  80. 6d2e562 feat: patch=subprocess #367 by Ned Batchelder · 3 weeks ago
  81. c151f17 refactor: the least important change ever by Ned Batchelder · 3 weeks ago
  82. 42b93ff build: a make target to run pre-commit checks by Ned Batchelder · 3 weeks ago
  83. 8709a53 chore: bump astral-sh/setup-uv in the action-dependencies group (#2002) by dependabot[bot] · 3 weeks ago
  84. 42274ee docs: tweak up some wording by Ned Batchelder · 3 weeks ago
  85. a50d6d7 test: --save-signal was a bit overtested, remove the difficult one by Ned Batchelder · 3 weeks ago
  86. abe8254 fix: _exit is a better name for the patch than os._exit by Ned Batchelder · 4 weeks ago
  87. dec0e84 test: document the xdist_group values by Ned Batchelder · 4 weeks ago
  88. 6f32948 fix: unknown patches should be errors, not warnings by Ned Batchelder · 4 weeks ago
  89. d33af7e test: metacov needs more time for signals? by Ned Batchelder · 4 weeks ago
  90. 43bf46b docs: --save-signal #1998 Thanks, Arkady Gilinsky by Ned Batchelder · 4 weeks ago
  91. 17fa2ad test: update --save-signal tests by Arkady Gilinsky · 4 weeks ago
  92. 5ae4052 test: simplify and test --save-signal handling by Ned Batchelder · 4 weeks ago
  93. ca87161 feat: system signal as a coverage data save trigger by Arkady Gilinsky · 4 weeks ago
  94. 1c7b5e0 test: more focused .pth file creation by Ned Batchelder · 4 weeks ago
  95. 89b0117 build: run pylint on 3.10 to avoid 'generator already running' by Ned Batchelder · 4 weeks ago
  96. 530b581 test: use a more-fake path for a fake path by Ned Batchelder · 4 weeks ago
  97. 3cc60e0 test: we got rid of the xdist defensiveness in 2021 by Ned Batchelder · 4 weeks ago
  98. e8e253c build: don't need pypy wheels anymore. #2001 by Ned Batchelder · 4 weeks ago
  99. 11222ec refactor: run_command now asserts about the exit status by Ned Batchelder · 4 weeks ago
  100. 576c5eb chore: make upgrade by Ned Batchelder · 4 weeks ago