FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python - blockjon/rules_python · GitHub
blockjon
/
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
python
on
main
User selector
Datepicker
Commit history
Commits on Mar 8, 2026
refactor(pypi): move absolute_url to whl_library (#3652)
Show description for 8c2cae6
aignas
authored
8c2cae6
View commit details
Copy full SHA for 8c2cae6
View code at this point
Browse repository at this point
Commits on Mar 7, 2026
fix(toolchain): Also set Make variables for local toolchains (#3641)
Show description for 7ca9e3f
jwnimmer-tri
and
rickeylev
authored
7ca9e3f
View commit details
Copy full SHA for 7ca9e3f
View code at this point
Browse repository at this point
fix: Fix zipapp compression support for new `py_zipapp_binary` target (#3653)
Show description for 67ec8d5
nate-england
authored
67ec8d5
View commit details
Copy full SHA for 67ec8d5
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
chore: cleanup the usage of rctx.getenv (#3640)
Show description for 612ca2e
aignas
authored
612ca2e
View commit details
Copy full SHA for 612ca2e
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
fix(pypi): update pypi tooling deps to setuptools 82, packaging 26 (#3593)
Show description for 0351baa
authored
0351baa
View commit details
Copy full SHA for 0351baa
View code at this point
Browse repository at this point
refactor(pypi): factor out a simple implementation of the PyPI cache (#3639)
Show description for bc64f06
aignas
authored
bc64f06
View commit details
Copy full SHA for bc64f06
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
fix(pypi): handle unnormalized package names when extracting sdist version (#3635)
Show description for a91a4d5
aignas
authored
a91a4d5
View commit details
Copy full SHA for a91a4d5
View code at this point
Browse repository at this point
Commits on Feb 23, 2026
feat(pypi): make whl_library reproducible under pipstar (#3589)
Show description for 06aa36d
aignas
and
rickeylev
authored
06aa36d
View commit details
Copy full SHA for 06aa36d
View code at this point
Browse repository at this point
chore: replace version marker in features.bzl (#3627)
Show description for 44bb4f3
rickeylev
authored
44bb4f3
View commit details
Copy full SHA for 44bb4f3
View code at this point
Browse repository at this point
Commits on Feb 22, 2026
chore: prepare 1.9.0 release (#3623)
Show description for 8a9cd71
rickeylev
authored
8a9cd71
View commit details
Copy full SHA for 8a9cd71
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
feat: command_line_option transition support, default windows to enable_runfiles=true (#3610)
Show description for c805941
rickeylev
authored
c805941
View commit details
Copy full SHA for c805941
View code at this point
Browse repository at this point
chore: better bootstrap logging (#3608)
Show description for b6f1b78
rickeylev
authored
b6f1b78
View commit details
Copy full SHA for b6f1b78
View code at this point
Browse repository at this point
fix: use runfiles_root_path in stage2 bootstrap (#3605)
Show description for c9da781
rickeylev
authored
c9da781
View commit details
Copy full SHA for c9da781
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
fix: use forward slashes for initial Rlocation lookup of build data (#3616)
Show description for a299659
rickeylev
authored
a299659
View commit details
Copy full SHA for a299659
View code at this point
Browse repository at this point
docs: Fix nearly all xref errors and other doc warnings (#3615)
Show description for 4864378
rickeylev
authored
4864378
View commit details
Copy full SHA for 4864378
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
fix: build_data_writer.ps1 encoding and ACLs (#3604)
Show description for 0ed388c
rickeylev
authored
0ed388c
View commit details
Copy full SHA for 0ed388c
View code at this point
Browse repository at this point
chore: better build data error handling (#3606)
Show description for 659b87b
rickeylev
authored
659b87b
View commit details
Copy full SHA for 659b87b
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
perf(py_wheel): defer depset expansion to execution time (#3599)
Show description for cd34111
bd-dstodolsky
and
claude
authored
cd34111
View commit details
Copy full SHA for cd34111
View code at this point
Browse repository at this point
fix: Return repo_metadata from python repository rule (#3598)
Show description for 22f1352
mortenmj
authored
22f1352
View commit details
Copy full SHA for 22f1352
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
fix: Return repo_metadata from uv repository rule (#3597)
Show description for 74e10bd
mortenmj
authored
74e10bd
View commit details
Copy full SHA for 74e10bd
View code at this point
Browse repository at this point
Commits on Feb 13, 2026
chore: print zipapp deprecation for non-windows platforms (#3591)
Show description for 4be1f1f
rickeylev
authored
4be1f1f
View commit details
Copy full SHA for 4be1f1f
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
fix(pypi): normalize extras in requirement strings per PEP 685 (#3588)
Show description for 9fe42b1
kevinpark1217
and
aignas
authored
9fe42b1
View commit details
Copy full SHA for 9fe42b1
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
fix(runfiles): assume main repository on Windows (#3578)
Show description for f78add7
rdesgroppes
authored
f78add7
View commit details
Copy full SHA for f78add7
View code at this point
Browse repository at this point
fix(pipstar): handle a corner case for compatible version evaluation (#3583)
Show description for a32c744
aignas
authored
a32c744
View commit details
Copy full SHA for a32c744
View code at this point
Browse repository at this point
fix(pip): preserve PEP 508 URL-based requirements when extract_url_srcs=False (#3582)
Show description for 9dcbabb
jsharpe
and
claude
authored
9dcbabb
View commit details
Copy full SHA for 9dcbabb
View code at this point
Browse repository at this point
Commits on Feb 8, 2026
fix: make imports attribute target-relative for venv mode (#3572)
Show description for 708b07b
rickeylev
authored
708b07b
View commit details
Copy full SHA for 708b07b
View code at this point
Browse repository at this point
fix: fallback to /usr/bin/env if env is not in PATH (#3577)
Show description for dddd7a2
rickeylev
authored
dddd7a2
View commit details
Copy full SHA for dddd7a2
View code at this point
Browse repository at this point
chore(py_executable): print warning if build zip is enabled (#3568)
Show description for afe7981
rickeylev
authored
afe7981
View commit details
Copy full SHA for afe7981
View code at this point
Browse repository at this point
feat(zipapp): Add python_zip_file output group for better compatibility (#3574)
Show description for b8c217e
rickeylev
authored
b8c217e
View commit details
Copy full SHA for b8c217e
View code at this point
Browse repository at this point
docs: mention PyRuntimeInfo in PyExecutableInfo (#3573)
Show description for 4274bb7
rickeylev
authored
4274bb7
View commit details
Copy full SHA for 4274bb7
View code at this point
Browse repository at this point
Commits on Feb 7, 2026
docs: doc the imports attribute as a target-relative path (#3571)
Show description for 3a8829b
rickeylev
and
gemini-code-assist[bot]
authored
3a8829b
View commit details
Copy full SHA for 3a8829b
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
feat(zipapp): add windows support (#3561)
Show description for 3aa6386
rickeylev
authored
3aa6386
View commit details
Copy full SHA for 3aa6386
View code at this point
Browse repository at this point
Commits on Feb 4, 2026
chore: add some type information about hub builder (#3558)
Show description for 39e9a3f
rickeylev
authored
39e9a3f
View commit details
Copy full SHA for 39e9a3f
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
chore: remove defunct `_py_toolchain_type` py_binary attribute (#3560)
Show description for 393dcfd
rickeylev
authored
393dcfd
View commit details
Copy full SHA for 393dcfd
View code at this point
Browse repository at this point
Commits on Feb 1, 2026
feat: add py_zipapp_binary and test rules for zipapp support (#3539)
Show description for 81e6e9c
rickeylev
authored
81e6e9c
View commit details
Copy full SHA for 81e6e9c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL