COMMITS
/ .gitignore June 8, 2025
A
Add compile_commands.json to .gitignore (#135111)
Alper committed
May 30, 2025
G
rearrange my gitingore addition w/comment to make backporting easier (#134945)
Gregory P. Smith committed
G
.gitignore personal Claude Code configs (#134942)
Gregory P. Smith committed
April 30, 2025
S
GH-114809: Add support for macOS multi-arch builds with the JIT enabled (#131751)
Savannah Ostrowski committed
S
Add `profile-gen-stamp` to `.gitignore` (#133188)
sobolevn committed
April 6, 2025
N
gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135)
Nadeshiko Manju committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
March 18, 2024
G
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
Guido van Rossum committed
March 7, 2024
R
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee committed
February 26, 2024
R
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
Russell Keith-Magee committed
January 31, 2024
January 29, 2024
B
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher committed
November 30, 2023
October 17, 2023
N
Add `.ruff_cache/` to `.gitignore` (#110983)
Nikita Sobolev committed
May 23, 2023
V
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner committed
May 22, 2023
G
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc committed
November 3, 2022
V
gh-92584: Remove the distutils package (#99061)
Victor Stinner committed
November 1, 2022
B
gh-98925: Lower marshal recursion depth for WASI (GH-98938)
Brett Cannon committed
October 17, 2022
V
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner committed
August 27, 2022
P
gh-95973: Add a new --with-dsymutil option to link debug information in macOS (GH-95974)
Pablo Galindo Salgado committed
June 23, 2022
P
Add ABI dump script (#94135)
Pablo Galindo Salgado committed
March 14, 2022
D
git ignore Lib/site-packages (GH-31862)
Dennis Sweeney committed
March 7, 2022
C
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes committed
December 6, 2021
C
bpo-44035: Check autoconf files thoroughly (GH-29935)
Christian Heimes committed
December 3, 2021
C
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes committed
C
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Christian Heimes committed
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
November 26, 2021
C
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
Christian Heimes committed
C
bpo-40280: clean and ignore .wasm files (GH-29794)
Christian Heimes committed
November 18, 2021
C
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
Christian Heimes committed
November 11, 2021
G
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum committed
November 4, 2021
Ł
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408)
Łukasz Langa committed
October 28, 2021
E
bpo-45629: Add a test for the "freeze" tool. (gh-29222)
Eric Snow committed
September 16, 2021
E
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
Eric Snow committed
E
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
Eric Snow committed
E
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
Eric Snow committed
September 13, 2021
E
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow committed
August 30, 2021
August 11, 2021
1
Add .DS_Store on ignore (GH-27711)
180909 committed
October 26, 2020
M
Added some makefile generated files to .gitignore (GH-22435)
Marco Sulla committed
April 19, 2020
B
ignore Modules/python.exp on AIX (autogenerated) (GH-19607)
Batuhan Taşkaya committed
November 27, 2019
A
Be more specific about the `.so` gitignore patterns (GH-17328)
Anthony Sottile committed
November 15, 2019
B
Add .pytest_cache to .gitignore (GH-16595)
Brandt Bucher committed
September 11, 2019
G
bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823)
Greg Price committed
September 9, 2019
G
bpo-37936: Avoid ignoring files that we actually do track. (GH-15451)
Greg Price committed
August 27, 2019
G
bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542)
Greg Price committed
August 15, 2019
G
bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)
Greg Price committed
May 23, 2019
V
bpo-36721: Add --embed option to python-config (GH-13500)
Victor Stinner committed
May 17, 2019
P
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
Paul Monson committed
March 1, 2019
P
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo committed