FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .github - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75.3k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
.github
on
fe4dd07
User selector
Datepicker
Commit history
Commits on Dec 22, 2024
gh-100384: Error on `unguarded-availability` in macOS builds (#128155)
Show description for 9d3a8f4
zanieb
authored
9d3a8f4
View commit details
Copy full SHA for 9d3a8f4
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (#128090)
Show description for 46dc1ba
vstinner
and
hugovk
authored
46dc1ba
View commit details
Copy full SHA for 46dc1ba
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
CI: Use bash to properly expand variable (#127822)
hugovk
authored
b2ad7e0
View commit details
Copy full SHA for b2ad7e0
View code at this point
Browse repository at this point
Commits on Dec 10, 2024
Add zizmor to pre-commit and fix most findings (#127749)
Show description for ae31df3
hugovk
and
AlexWaygood
authored
ae31df3
View commit details
Copy full SHA for ae31df3
View code at this point
Browse repository at this point
Commits on Dec 4, 2024
Enable native AArch64 Ubuntu CI jobs (#127584)
Show description for 7c5a6f6
diegorusso
and
brandtbucher
authored
7c5a6f6
View commit details
Copy full SHA for 7c5a6f6
View code at this point
Browse repository at this point
gh-126524: Run `regen-unicodedata` as a part of our CI (#126682)
sobolevn
authored
ad9d059
View commit details
Copy full SHA for ad9d059
View code at this point
Browse repository at this point
Commits on Dec 2, 2024
GH-127429: fix sysconfig data generation on cross-builds (#127430)
FFY00
authored
2950bc5
View commit details
Copy full SHA for 2950bc5
View code at this point
Browse repository at this point
Commits on Nov 28, 2024
gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365)
hugovk
authored
b83be9c
View commit details
Copy full SHA for b83be9c
View code at this point
Browse repository at this point
gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-127331)
Show description for db5c576
encukou
authored
db5c576
View commit details
Copy full SHA for db5c576
View code at this point
Browse repository at this point
Commits on Nov 27, 2024
GH-127154: Remove PGO and unknown-linux-gnu/clang from JIT CI (#127212)
savannahostrowski
authored
2247dd0
View commit details
Copy full SHA for 2247dd0
View code at this point
Browse repository at this point
Commits on Nov 22, 2024
Enable aarch64 Ubuntu CI jobs (#125786)
Show description for 8214e0f
ambv
authored
8214e0f
View commit details
Copy full SHA for 8214e0f
View code at this point
Browse repository at this point
Commits on Nov 20, 2024
Run `apt update` before `apt install git` in autoconf CI job (GH-127066)
zware
authored
0af4ec3
View commit details
Copy full SHA for 0af4ec3
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
codeowners: add myself to getpath, site, and venv (#126994)
Show description for 6309e9e
FFY00
authored
6309e9e
View commit details
Copy full SHA for 6309e9e
View code at this point
Browse repository at this point
Commits on Nov 13, 2024
Add Savannah to CODEOWNERS for argparse and the JIT (#126814)
Show description for 4ae5061
savannahostrowski
authored
4ae5061
View commit details
Copy full SHA for 4ae5061
View code at this point
Browse repository at this point
gh-89640: Pull in update to float word order detection in autoconf-archive (#126747)
hoodmane
authored
142104c
View commit details
Copy full SHA for 142104c
View code at this point
Browse repository at this point
Commits on Nov 12, 2024
Fix error message of "Check if Autoconf files are up to date" job (#126683)
sobolevn
authored
0052a8c
View commit details
Copy full SHA for 0052a8c
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more specific (GH-126552)
Show description for bbe9b21
brettcannon
and
erlend-aasland
authored
bbe9b21
View commit details
Copy full SHA for bbe9b21
View code at this point
Browse repository at this point
GH-126464 Fix JIT CI on aarch64-apple-darwin (GH-126494)
alonme
authored
09d6f5d
View commit details
Copy full SHA for 09d6f5d
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh-126465)
Show description for a204c63
brandtbucher
authored
a204c63
View commit details
Copy full SHA for a204c63
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)
Damien-Chen
authored
fc233f4
View commit details
Copy full SHA for fc233f4
View code at this point
Browse repository at this point
Commits on Nov 1, 2024
gh-125560: Pin JIT CI to ubuntu-22.04 (#125564)
savannahostrowski
authored
c84a136
View commit details
Copy full SHA for c84a136
View code at this point
Browse repository at this point
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
Show description for 38a604f
picnixz
authored
38a604f
View commit details
Copy full SHA for 38a604f
View code at this point
Browse repository at this point
Commits on Oct 31, 2024
Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)
Show description for ac3a2c8
freakboy3742
authored
ac3a2c8
View commit details
Copy full SHA for ac3a2c8
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
savannahostrowski
authored
c29bbe2
View commit details
Copy full SHA for c29bbe2
View code at this point
Browse repository at this point
gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)
Show description for 1f16df4
sobolevn
authored
1f16df4
View commit details
Copy full SHA for 1f16df4
View code at this point
Browse repository at this point
Commits on Oct 28, 2024
Lint GitHub Actions and Dependabot (#126002)
hugovk
authored
e1190c0
View commit details
Copy full SHA for e1190c0
View code at this point
Browse repository at this point
gh-126081: For PRs labeled with "type-feature", require a core review (GH-126082)
Show description for ced2691
ambv
and
hugovk
authored
ced2691
View commit details
Copy full SHA for ced2691
View code at this point
Browse repository at this point
Commits on Oct 26, 2024
gh-89640: properly detect float word ordering on Linux (#125571)
Show description for 26d6277
erlend-aasland
authored
26d6277
View commit details
Copy full SHA for 26d6277
View code at this point
Browse repository at this point
Update CODEOWNERS (#126005)
gvanrossum
authored
905eddc
View commit details
Copy full SHA for 905eddc
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772)
AA-Turner
authored
f36d37b
View commit details
Copy full SHA for f36d37b
View code at this point
Browse repository at this point
Commits on Oct 20, 2024
gh-125741: Update check_generated_files CI to use our published container image (gh-125744)
corona10
authored
ed24702
View commit details
Copy full SHA for ed24702
View code at this point
Browse repository at this point
Commits on Oct 19, 2024
GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)
AA-Turner
authored
2bb7ab7
View commit details
Copy full SHA for 2bb7ab7
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592)
Show description for d83fcf8
Eclips4
authored
d83fcf8
View commit details
Copy full SHA for d83fcf8
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Update verison options in crash issue template (GH-125555)
zware
authored
7453b8f
View commit details
Copy full SHA for 7453b8f
View code at this point
Browse repository at this point
Issue template: Remove 3.8 and add 3.14 version (#125552)
Eclips4
authored
fee8fe5
View commit details
Copy full SHA for fee8fe5
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL