FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .bazelrc - jsun-splunk/rules_python · GitHub
jsun-splunk
/
rules_python
Public
forked from
bazel-contrib/rules_python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rules_python
.bazelrc
on
main
User selector
Datepicker
Commit history
Commits on Jun 8, 2026
build: configure secondary mirror fallback (#3814)
Show description for 8b38325
rickeylev
authored
8b38325
View commit details
Copy full SHA for 8b38325
View code at this point
Browse repository at this point
Commits on Apr 26, 2026
chore: enable platform-specific configs and silence C++ warnings in .bazelrc (#3738)
Show description for aa5bd2c
rickeylev
authored
aa5bd2c
View commit details
Copy full SHA for aa5bd2c
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
feat!: make windows use venvs (#3680)
Show description for bd7696a
rickeylev
and
aignas
authored
bd7696a
View commit details
Copy full SHA for bd7696a
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
refactor!: create full venv for bootstrap=system_python (#3473)
Show description for d0b9baa
rickeylev
authored
d0b9baa
View commit details
Copy full SHA for d0b9baa
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
chore!: enable --windows_enable_symlinks by default (#3663)
Show description for 32e331b
rickeylev
authored
32e331b
View commit details
Copy full SHA for 32e331b
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
tests: add bazel 9 testing, use latest released (not rc) for bazel (#3650)
Show description for be2f16e
rickeylev
authored
be2f16e
View commit details
Copy full SHA for be2f16e
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
build: Enable incompatible_no_implicit_file_export in bazelrc (#3477)
Show description for 144984c
hofbi
authored
144984c
View commit details
Copy full SHA for 144984c
View code at this point
Browse repository at this point
Commits on Dec 17, 2025
refactor: optimize venv creation for nvidia and pkgutil style namespace packages (#3460)
Show description for ca2c5b2
rickeylev
and
gemini-code-assist[bot]
authored
ca2c5b2
View commit details
Copy full SHA for ca2c5b2
View code at this point
Browse repository at this point
Commits on Nov 22, 2025
chore(bazelrc): fix the update-deleted-packages script (#3425)
Show description for 8775555
aignas
authored
8775555
View commit details
Copy full SHA for 8775555
View code at this point
Browse repository at this point
chore: enable disk cache for faster local builds (#3424)
Show description for 44e7723
rickeylev
authored
44e7723
View commit details
Copy full SHA for 44e7723
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
chore: make gazelle bcr tests compatible with bcr presubmit environment (#3365)
Show description for f92ad71
rickeylev
authored
f92ad71
View commit details
Copy full SHA for f92ad71
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
build: Starlarkify python flags (#3334)
Show description for 7cf098e
authored
7cf098e
View commit details
Copy full SHA for 7cf098e
View code at this point
Browse repository at this point
Commits on Jul 7, 2025
tests(pypi): add tests for namespace shims generation (#3066)
Show description for 466ac33
rickeylev
authored
466ac33
View commit details
Copy full SHA for 466ac33
View code at this point
Browse repository at this point
Commits on Jun 27, 2025
fix: delete BUILD et al files from pypi sourced dependencies (#3029)
Show description for 7719529
rickeylev
authored
7719529
View commit details
Copy full SHA for 7719529
View code at this point
Browse repository at this point
Commits on Jun 10, 2025
feat: data and pyi files in the venv (#2936)
Show description for 013acd9
aignas
authored
013acd9
View commit details
Copy full SHA for 013acd9
View code at this point
Browse repository at this point
Commits on May 28, 2025
fix: symlink root-level python files to the venv (#2908)
Show description for 3464c14
aignas
authored
3464c14
View commit details
Copy full SHA for 3464c14
View code at this point
Browse repository at this point
Commits on May 11, 2025
fix(pypi): finish PEP508/PEP440 impl for version matching (#2856)
Show description for efc7589
aignas
and
rickeylev
authored
efc7589
View commit details
Copy full SHA for efc7589
View code at this point
Browse repository at this point
Commits on May 2, 2025
fix: requires_file preserves extras that package depends on (#2807)
Show description for 76b221e
skongum02
authored
76b221e
View commit details
Copy full SHA for 76b221e
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
fix: use the python micro version to parse whl metadata in bzlmod (#2793)
Show description for 1e21dbd
aignas
authored
1e21dbd
View commit details
Copy full SHA for 1e21dbd
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
build: Run pre-commit everywhere (#2808)
Show description for fe88b23
brandonchinn178
and
dougthor42
authored
fe88b23
View commit details
Copy full SHA for fe88b23
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
feat: allow populating binary's venv site-packages with symlinks (#2617)
Show description for 0196825
rickeylev
authored
0196825
View commit details
Copy full SHA for 0196825
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
ci: fix CI after bazel 8 release (#2492)
Show description for 444ca88
aignas
and
rickeylev
authored
444ca88
View commit details
Copy full SHA for 444ca88
View code at this point
Browse repository at this point
Commits on Nov 21, 2024
fix: make sys.executable work with script bootstrap (#2409)
Show description for 8ff4386
rickeylev
and
aignas
authored
8ff4386
View commit details
Copy full SHA for 8ff4386
View code at this point
Browse repository at this point
Commits on Nov 18, 2024
fix(pypi): handle multiple versions of the same package when parsing requirements files (#2377)
Show description for f88e083
ewianda
authored
f88e083
View commit details
Copy full SHA for f88e083
View code at this point
Browse repository at this point
Commits on Oct 26, 2024
fix(bzlmod): generate config_setting values for all python toolchains (#2350)
Show description for 9340a81
aignas
authored
9340a81
View commit details
Copy full SHA for 9340a81
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
chore: bump twine dependencies and cleanup for 1.0 (#2333)
Show description for 7d4b8a5
aignas
authored
7d4b8a5
View commit details
Copy full SHA for 7d4b8a5
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
fix(rules): remove rules_python --incompatible_python_disallow_native_rules checking (#2327)
Show description for 72ddf0c
rickeylev
authored
72ddf0c
View commit details
Copy full SHA for 72ddf0c
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
chore: use rules_shell (#2305)
Show description for ced0c10
aignas
authored
ced0c10
View commit details
Copy full SHA for ced0c10
View code at this point
Browse repository at this point
Commits on Oct 11, 2024
feat(bzlmod): enable download_only for experimental_index_url (#2290)
Show description for f6361e4
aignas
authored
f6361e4
View commit details
Copy full SHA for f6361e4
View code at this point
Browse repository at this point
Commits on Sep 22, 2024
feat(bzlmod): add python.override APIs (#2222)
Show description for b92927d
aignas
and
rickeylev
authored
b92927d
View commit details
Copy full SHA for b92927d
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
feat(pypi): support env markers in requirements files (#2059)
Show description for 519574c
aignas
and
rickeylev
authored
519574c
View commit details
Copy full SHA for 519574c
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
fix(uv): fix UV_BIN usage with current_toolchain (#2074)
Show description for bd0ca99
aignas
authored
bd0ca99
View commit details
Copy full SHA for bd0ca99
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
internal: repos to create a toolchain from a locally installed Python (#2000)
Show description for 68c3048
rickeylev
authored
68c3048
View commit details
Copy full SHA for 68c3048
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
tests: add integration test for build_python_zip (#2045)
Show description for 04f5798
rickeylev
authored
04f5798
View commit details
Copy full SHA for 04f5798
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
refactor!: Remove entrypoint (#1987)
Show description for 0b6b471
groodt
authored
0b6b471
View commit details
Copy full SHA for 0b6b471
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL