1. 79c1849 bpo-42545: Improve the error message in the stable API script (GH-23648) by Pablo Galindo · 3 years, 9 months ago
  2. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 9 months ago
  3. ac7d016 bpo-42212: smelly.py also checks the dynamic library (GH-23423) by Victor Stinner · 3 years, 9 months ago
  4. 582aaf1 bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714) by Mark Shannon · 4 years, 1 month ago
  5. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 4 years, 2 months ago
  6. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 2 months ago
  7. 436b648 bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815) by Pablo Galindo · 4 years, 3 months ago
  8. f828077 closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) by Ammar Askar · 4 years, 4 months ago
  9. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 4 months ago
  10. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 5 months ago
  11. e7c98f0 bpo-40094: Fix which.py script exit code (GH-19286) by Victor Stinner · 4 years, 5 months ago
  12. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 8 months ago
  13. 2b7dc40 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Ruediger Pluem · 5 years ago
  14. 1dc1acb bpo-37064: Add option -a to pathfix.py tool (GH-15717) by PatrikKopkan · 5 years ago
  15. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 5 years ago
  16. 50254ac bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) by PatrikKopkan · 5 years ago
  17. 27eeaf0 bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) by Victor Stinner · 5 years ago
  18. c4e78b1 bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) by Zackery Spytz · 5 years ago
  19. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 5 years ago
  20. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 5 years ago
  21. afbb7a3 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926) by Serhiy Storchaka · 5 years ago
  22. 68d228f bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_benchmark.py (GH-11905) by Stefan Behnel · 5 years ago
  23. 43766f8 bpo-35884: Add missing FIFO queue benchmark (GH-11898) by Raymond Hettinger · 6 years ago
  24. 9da3583 Fix typo (micro->nano) (GH-11759) by Raymond Hettinger · 6 years ago
  25. f75d59e bpo-35884: Add variable access benchmarking script (GH-11725) by Raymond Hettinger · 6 years ago
  26. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  27. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  28. aa95bfb bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760) by Alexey Izbyshev · 6 years ago
  29. e3d1455 Update opcode.h header comment to mention the source data file (GH-9935) by Shivank98 · 6 years ago
  30. 9d6d06e pypi.python.org -> pypi.org (GH-7613) by Ned Deily · 6 years ago
  31. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  32. b8c0845 remove hg support from patchcheck (GH-7440) by Benjamin Peterson · 6 years ago
  33. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 6 years ago
  34. 5affd5c bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772) by Miro Hrončok · 6 years ago
  35. d7687eb bpo-31355: Travis-CI: re-enable macOS job (#5858) by Antoine Pitrou · 7 years ago
  36. dc6b946 bpo-20361: Remove workaround for a now fixed bug (#5283) by Victor Stinner · 7 years ago
  37. fe2d5ba bpo-32159: Remove tools for CVS and Subversion (#4615) by Victor Stinner · 7 years ago
  38. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  39. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 7 years ago
  40. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  41. d39dbf4 Simplify run_tests.py (#3482) by Antoine Pitrou · 7 years ago
  42. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  43. 4a347ce bpo-31221: patchcheck ignores external libraries (#3109) by Victor Stinner · 7 years ago
  44. 1ba9469 Update `make patchcheck` for blurb and NEWS.d (#2381) by Antoine Pitrou · 7 years ago
  45. 70cb187 Check the whitespace of pull requests on Travis (GH-2367) by Brett Cannon · 7 years ago
  46. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  47. 58f3c9d bpo-30109: Fix reindent.py (GH-1207) by Mariatta · 7 years ago
  48. 2abfdf5 Issue #29798: Handle git worktree in patchcheck (#1058) by Nick Coghlan · 7 years ago
  49. 6a6d090 bpo-29798: Handle git worktree in `make patchcheck` (#629) by Nick Coghlan · 7 years ago
  50. 482f7a2 bpo-29656: Handle PR branches in 'make patchcheck' (#302) by Nick Coghlan · 7 years ago
  51. 213cc38 Reintroduce Python2 support in generate_opcode_h.py by Victor Stinner · 8 years ago
  52. 6193ecd Fix a ResourceWarning in generate_opcode_h.py by Victor Stinner · 8 years ago
  53. 3e56c23 regrtest: add -u for unbuffered stdout/stderr by Victor Stinner · 8 years ago
  54. 1cd53f6 Issue #26830: Refactor Tools/scripts/google.py by Berker Peksag · 8 years ago
  55. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 8 years ago
  56. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  57. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  58. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  59. 622b2f6 Issue #24225: Fix additional renamed module references. by Ned Deily · 8 years ago
  60. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  61. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  62. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  63. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  64. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  65. 4df4296 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  66. 3f209b6 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  67. a05e7f6 Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  68. dd1e670 Fix a variable typo by switching to a f-string. by Brett Cannon · 9 years ago
  69. f1c47e4 Issue #25154: Make the file argument apply to the print function and by Brett Cannon · 9 years ago
  70. 9b63868 Issue #25154: Deprecate the pyvenv script. by Brett Cannon · 9 years ago
  71. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  72. 3028c95 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  73. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  74. d2a694c Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  75. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  76. c314e28 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  77. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  78. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 9 years ago
  79. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 10 years ago
  80. 864d57c merge 3.4 (#23130) by Benjamin Peterson · 10 years ago
  81. 3cd1af5 merge 3.3 (#23130) by Benjamin Peterson · 10 years ago
  82. 9582b33 merge 3.2 (#23130) by Benjamin Peterson · 10 years ago
  83. 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
  84. 7a1104d Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 10 years ago
  85. cac7ec4 Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 10 years ago
  86. 6e868b7 merge with 3.4 by Georg Brandl · 10 years ago
  87. 24f0717 Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
  88. 51af1de Merge removal of Tools/scripts/pydocgui.pyw by Zachary Ware · 10 years ago
  89. 52b2bc0 Remove Tools/scripts/pydocgui.pyw. by Zachary Ware · 10 years ago
  90. 9923341 Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse. by Serhiy Storchaka · 10 years ago
  91. 6960c1a Issue #21906: Merge from 3.4. by Berker Peksag · 10 years ago
  92. 7aee3ec Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. by Berker Peksag · 10 years ago
  93. 69d2d01 Issue #21907: Exit with the correct return code by Zachary Ware · 10 years ago
  94. e12fa65 Issue #21907: Improved the batch scripts provided for building Python. by Zachary Ware · 10 years ago
  95. a171979 Remove a workaround for fixed issue #20355. by Antoine Pitrou · 10 years ago
  96. 7fae75a Issue #17861: Allow generate_opcode_h to run with a system Python 2.5. by Ned Deily · 10 years ago
  97. 67d8dc1 Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly by Thomas Wouters · 10 years ago
  98. 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 10 years ago
  99. eb44b2d Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  100. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago