1. 2c7f163 build: update pytest settings to 9.0.0 by Ned Batchelder · 20 hours ago master
  2. 4e3b16e chore: make upgrade by Ned Batchelder · 21 hours ago
  3. 84c0934 build: bump version to 7.11.3 by Ned Batchelder · 2 days ago
  4. e632a78 docs: sample HTML for 7.11.2 by Ned Batchelder · 2 days ago 7.11.2
  5. d0d15dc docs: prep for 7.11.2 by Ned Batchelder · 2 days ago
  6. 4a0cd9e docs: a fuller explanation of the core selection changes in 7.11.1 by Ned Batchelder · 2 days ago
  7. 9f0753b fix: not-python files shouldn't stop measurement. #2077 by Ned Batchelder · 2 days ago
  8. 6497e14 build: bump version to 7.11.2 by Ned Batchelder · 3 days ago
  9. 1d7e3ef docs: sample HTML for 7.11.1 by Ned Batchelder · 3 days ago 7.11.1
  10. e1aa151 docs: prep for 7.11.1 by Ned Batchelder · 3 days ago
  11. ef686cf docs: update trace function discussions to cores by Ned Batchelder · 3 days ago
  12. 7480b80 docs: make core messages accurate and documented by Ned Batchelder · 4 days ago
  13. 9a4a261 docs: clarify trace function implementation used by default depending on Python version (#2067) by Matthias Schoettle · 4 days ago
  14. 322146a debug: --debug=core for showing why the core was chosen by Ned Batchelder · 4 days ago
  15. c2127c6 fix: change how the core default adjusts if sysmon isn't right #2064 by Ned Batchelder · 4 days ago
  16. 2047a79 refactor: move concurrency config checks by Ned Batchelder · 5 days ago
  17. 316af67 build: hide extensions, skip branch sysmon on 3.12/3.13 by Ned Batchelder · 5 days ago
  18. 2229ae7 build: another common debug file to clean up by Ned Batchelder · 5 days ago
  19. 612890c build: ci should have higher igor verbosity by Ned Batchelder · 5 days ago
  20. 1ae6716 debug: include the time in the sys debug output by Ned Batchelder · 5 days ago
  21. 97091ea build: add a free-threading classifier by Ned Batchelder · 5 days ago
  22. d2e73f1 chore: bump the action-dependencies group with 2 updates (#2074) by dependabot[bot] · 8 days ago
  23. e8f47ed build: don't show encoding warnings from other tools by Ned Batchelder · 8 days ago
  24. 98f5d1c build: no need for environment ranges when we want the setting all the time by Ned Batchelder · 9 days ago
  25. 6a27fed test: make this test fail more clearly by Ned Batchelder · 9 days ago
  26. 8e552cd build: github is retiring macos-13 by Ned Batchelder · 10 days ago
  27. 0e1fb4d fix: revert an illusory performance gain that broke debuggers. #1420 by Ned Batchelder · 11 days ago
  28. f8f3edc test: no longer need to support multiple 'lines' by Ned Batchelder · 12 days ago
  29. 207f818 chore: make upgrade by Ned Batchelder · 12 days ago
  30. 31f91f8 fix: multiline statement branches with sysmon #2070 by Ned Batchelder · 13 days ago
  31. d2b0a9b debug: better presentation of defaultdicts by Ned Batchelder · 13 days ago
  32. 43c8eb0 refactor: parser._multiline is now parser.multiline_map by Ned Batchelder · 13 days ago
  33. d5c8d75 chore: make upgrade by Ned Batchelder · 2 weeks ago
  34. 2bb6118 chore: bump the action-dependencies group with 5 updates (#2071) by dependabot[bot] · 2 weeks ago
  35. 067f39e build: use the new range syntax for everything in tox by Ned Batchelder · 2 weeks ago
  36. 3bcee64 chore: make upgrade by Ned Batchelder · 2 weeks ago
  37. 8d3e0fb build: set concurrency on actions, per zizmor 1.16.0 by Ned Batchelder · 2 weeks ago
  38. b51d785 debug: split 'sqlite' into its own category by Ned Batchelder · 3 weeks ago
  39. 1a143f3 build: go back to not caching pip by Ned Batchelder · 3 weeks ago
  40. cf95eda test: a Python error message changed slightly by Ned Batchelder · 3 weeks ago
  41. 5d2ea6e chore: make upgrade by Ned Batchelder · 3 weeks ago
  42. 9c2960e chore: bump the action-dependencies group with 2 updates (#2068) by dependabot[bot] · 3 weeks ago
  43. 2b53612 build: revert: avoid an installation problem on Windows PyPy by Ned Batchelder · 3 weeks ago
  44. 5a69e05 refactor: generators are Iterable unless they are contextmanagers by Ned Batchelder · 4 weeks ago
  45. bf7c64b build: bump version to 7.11.1 by Ned Batchelder · 4 weeks ago
  46. 20ef00b docs: sample HTML for 7.11.0 by Ned Batchelder · 4 weeks ago 7.11.0
  47. 5edf8eb docs: prep for 7.11.0 by Ned Batchelder · 4 weeks ago
  48. 2c023ae build: 3.15 is supported by Ned Batchelder · 4 weeks ago
  49. 2f1b95b refactor: no need for _BaseCoverageException by Ned Batchelder · 4 weeks ago
  50. 72b1bcc build: test light-threads on all versions of Python by Ned Batchelder · 4 weeks ago
  51. 16e9379 refactor: move core tests to their own file by Ned Batchelder · 4 weeks ago
  52. bc8875d test: change a test to be in-process so metacov can capture its work by Ned Batchelder · 4 weeks ago
  53. 8e5d5b1 build: tweak some version info by Ned Batchelder · 4 weeks ago
  54. b0236df test: more tests for core selection, and some refactoring of them by Ned Batchelder · 4 weeks ago
  55. 56edde6 build: next version will be 7.11.0 by Ned Batchelder · 4 weeks ago
  56. b1ae9c8 build: we now ship wheels for 3.14 by Ned Batchelder · 4 weeks ago
  57. 1a37d9e style: no need to disable a rule and its useless suppression warning by Ned Batchelder · 4 weeks ago
  58. dcebd13 chore: bump the action-dependencies group with 3 updates (#2066) by dependabot[bot] · 4 weeks ago
  59. 8827634 docs: fix a broken link by Ned Batchelder · 5 weeks ago
  60. 0d5dad6 chore: make upgrade by Ned Batchelder · 5 weeks ago
  61. eb53f68 docs: Ffx comments: `co_lnotab` to `co_lines` (#2063) by Christian Clauss · 5 weeks ago
  62. d2621af docs: add more explanation about how the percentages are calculated by Ned Batchelder · 5 weeks ago
  63. 4002ee9 refactor: move benchmark to its own repo by Ned Batchelder · 5 weeks ago
  64. e723f3d docs: fix the link on the license badge (#2061) by Olexandr88 · 5 weeks ago
  65. c6b8d60 refactor: use some of that sweet sweet match/case by Ned Batchelder · 6 weeks ago
  66. 63170fb build: run lint on latest mac now by Ned Batchelder · 6 weeks ago
  67. 53bfc15 build: remove distracting old python version mentions by Ned Batchelder · 6 weeks ago
  68. 745c212 refactor: no need for Union in 3.10 by Ned Batchelder · 6 weeks ago
  69. e6e5242 refactor: parser.py had a bunch of code for missing nodes by Ned Batchelder · 6 weeks ago
  70. 6f74b86 refactor: match/case is in every version now by Ned Batchelder · 6 weeks ago
  71. 34786db refactor: remove code only needed for 3.9 by Ned Batchelder · 6 weeks ago
  72. 05d8100 refactor: remove more PYBEHAVE that no longer apply by Ned Batchelder · 6 weeks ago
  73. 097bbf0 refactor: remove PYBEHAVE conditions that no longer apply by Ned Batchelder · 6 weeks ago
  74. d39271a chore: make upgrade by Ned Batchelder · 6 weeks ago
  75. 5ef3ee6 build: drop 3.9 by Ned Batchelder · 6 weeks ago
  76. e1cf43a build: use published sphinx-rediraffe by Ned Batchelder · 6 weeks ago
  77. 435b814 docs: clarify that annotate is still supported by Ned Batchelder · 6 weeks ago
  78. 9cf350c chore: bump the action-dependencies group with 2 updates (#2060) by dependabot[bot] · 6 weeks ago
  79. 59d845a build: don't run tests for doc/conf.py etc by Ned Batchelder · 6 weeks ago
  80. a3e395d chore: make upgrade by Ned Batchelder · 6 weeks ago
  81. 761156d docs: redirect support by Ned Batchelder · 6 weeks ago
  82. 80c0551 build: be pedantic about the codeql version tag by Ned Batchelder · 6 weeks ago
  83. 50dfc7b docs: drop testing instructions from howto.txt by Ned Batchelder · 7 weeks ago
  84. 29f314f docs: oops, missed rc3 by Ned Batchelder · 7 weeks ago
  85. b01b828 build: bump version to 7.10.8 by Ned Batchelder · 7 weeks ago
  86. 92a2af5 docs: sample HTML for 7.10.7 by Ned Batchelder · 7 weeks ago 7.10.7
  87. 952afda docs: prep for 7.10.7 by Ned Batchelder · 7 weeks ago
  88. a301761 build: riscv64 wheels (#2055) by ffgan · 7 weeks ago
  89. 5daff8d docs: now source is formatted with ruff by Ned Batchelder · 7 weeks ago
  90. 04bbc3a docs: discuss cog in the contributing docs by Ned Batchelder · 7 weeks ago
  91. c181b93 build: use cog --check-fail-msg to instruct devs by Ned Batchelder · 7 weeks ago
  92. 33c4ba1 chore: make upgrade by Ned Batchelder · 7 weeks ago
  93. 0744b73 chore: bump the action-dependencies group across 1 directory with 2 updates (#2057) by dependabot[bot] · 7 weeks ago
  94. 0d5a112 perf: bulk narrowing to avoid N**2. #2048 by Ned Batchelder · 7 weeks ago
  95. a868ed9 docs: mention Python Discord on the index page by Ned Batchelder · 7 weeks ago
  96. d8011e7 build: adjust permissions and comment unusual ones by Ned Batchelder · 8 weeks ago
  97. 2b003ee chore: make upgrade by Ned Batchelder · 9 weeks ago
  98. 01a71f0 docs: one more error gets an explanation by Ned Batchelder · 9 weeks ago
  99. 8ee107c build: a 'qual' marker for tox by Ned Batchelder · 9 weeks ago
  100. dfdef05 docs: provide an explanation for No Source. #1921 by Ned Batchelder · 9 weeks ago