summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tools-Demos
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.13v3.10.13Pablo Galindo2023-08-241-2/+0
* [3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSS...Ned Deily2023-08-181-0/+2
* Python 3.10.9v3.10.9Pablo Galindo2022-12-061-1/+0
* gh-95731: Fix module docstring extraction in pygettext (GH-95732)Miss Islington (bot)2022-10-151-0/+1
* Python 3.10.6v3.10.6Pablo Galindo2022-08-012-4/+0
* [3.10] gh-94430: Allow params named `module` or `self` with custom C names in...Erlend Egeberg Aasland2022-07-071-0/+2
* gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)Miss Islington (bot)2022-07-051-0/+2
* Python 3.10.5v3.10.5Pablo Galindo2022-06-061-2/+0
* [3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-917...Serhiy Storchaka2022-05-031-0/+2
* Python 3.10.1v3.10.1Pablo Galindo2021-12-061-1/+0
* bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353)Miss Islington (bot)2021-09-151-0/+1
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-021-6/+0
* bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)Miss Islington (bot)2021-07-281-0/+6
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-311-1/+0
* bpo-44074: let patchcheck infer the base branch name (GH-25991)Miss Islington (bot)2021-05-101-0/+1
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-042-4/+0
* closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)Augusto Hack2020-12-241-0/+2
* bpo-42613: Fix freeze.py config directory (GH-23792)Victor Stinner2020-12-161-0/+2
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-072-5/+0
* bpo-42212: smelly.py also checks the dynamic library (GH-23423)Victor Stinner2020-11-241-0/+3
* bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...jack11422020-11-091-0/+2
* Consolidate 3.9.0b1 NEWS in the master branchŁukasz Langa2020-05-193-6/+0
* bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)Christian Heimes2020-05-151-0/+3
* bpo-40479: Test with latest OpenSSL versions (GH-20108)Christian Heimes2020-05-151-0/+2
* bpo-40431: Fix syntax typo in turtledemo (GH-19777)Miro Hrončok2020-04-291-0/+1
* Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-273-6/+0
* closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)Ammar Askar2020-04-251-0/+2
* bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)Serhiy Storchaka2020-04-181-0/+1
* bpo-40094: Fix which.py script exit code (GH-19286)Victor Stinner2020-04-021-0/+3
* Python 3.9.0a5v3.9.0a5Łukasz Langa2020-03-232-6/+0
* bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)José Roberto Meza Cabrera2020-03-111-0/+2
* bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)Victor Stinner2020-03-091-0/+4
* Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-198-11/+0
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Ruediger Pluem2019-10-111-0/+1
* bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)Victor Stinner2019-10-081-0/+2
* bpo-37064: Add option -a to pathfix.py tool (GH-15717)PatrikKopkan2019-09-251-1/+2
* closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)Daniel Hahler2019-09-121-0/+1
* bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)PatrikKopkan2019-09-051-0/+1
* bpo-37034: Display argument name on errors with keyword arguments with Argume...Rémi Lapeyre2019-08-291-0/+2
* bpo-37942: Improve argument clinic float converter (GH-15470)Raymond Hettinger2019-08-251-0/+1
* bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)Victor Stinner2019-07-301-0/+1
* closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...Benjamin Peterson2019-07-241-0/+1
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-041-1/+0
* bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (G...Chih-Hsuan Yen2019-05-261-0/+1
* Python 3.8.0a4v3.8.0a4Łukasz Langa2019-05-061-1/+0
* bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)Zackery Spytz2019-05-021-0/+1
* v3.8.0a3v3.8.0a3Łukasz Langa2019-03-252-2/+0
* bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)AraHaan2019-03-231-0/+1
* bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)Lisa Roach2019-03-121-0/+1
* [blurb] v3.8.0a1Łukasz Langa2019-02-0312-24/+0