1. dd2ba3a Remove tools/python/private/defs.bzl from filegroup by Keith Smiley · 2 years, 1 month ago
  2. d7f2485 Remove python/private/defs.bzl by Googler · 2 years, 1 month ago
  3. 78729c0 Use real rules_python by Ivo List · 2 years, 1 month ago
  4. 7a72a15 python: Remove temporary module space created for zip-based binaries by Richard Levasseur · 2 years, 1 month ago
  5. b2b7039 python: Fix //tools/python:pywrapper_test; use correct path to program by Richard Levasseur · 2 years, 2 months ago
  6. e9316f0 python: Don't require `python` binary for Bazel tests. by Richard Levasseur · 2 years, 2 months ago
  7. bcb1fea Remove tests requiring Python 2 support. by Richard Levasseur · 2 years, 2 months ago
  8. d1bbf4b Add --incompatible_python_disable_py2, which fails if Python 2 is specified. by Richard Levasseur · 2 years, 3 months ago
  9. 0696ba3 Enable custom py_binary stub_template attribute (via py_runtime) by Fahrzin Hemmati · 2 years, 3 months ago
  10. d60ce2c Add CurrentRepository() to Python runfiles library by Fabian Meumertzheim · 2 years, 5 months ago release-6.0.0rc1
  11. 486d153 Find runfiles in directories that are themselves runfiles by Fabian Meumertzheim · 3 years, 2 months ago
  12. ecd4c90 Remove support for implicit py2to3, which never worked in Bazel by Googler · 3 years, 5 months ago
  13. 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
  14. b9fc66d Define version-specific shebangs for the default python runtimes by Rohan Joyce · 3 years, 10 months ago
  15. 2d990cf Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 4 months ago
  16. 5f944e0 Update py_runtime_pair to properly declare config transitions. by John Cater · 4 years, 6 months ago
  17. b096ed5 Remove logic in the python_version select() that reads deprecated flag by brandjon · 5 years ago
  18. a654505 py2to3: update more *.py files to PY3 by laszlocsomor · 5 years ago
  19. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 6 years ago
  20. 1df6d77 Introduce flag for forcing Python rules to be loaded from rules_python by brandjon · 6 years ago
  21. e4ccba4 Update Python docs and messages to refer to @rules_python by brandjon · 6 years ago
  22. db063a8 Add internal macros and partially migrate Bazel for upcoming change by brandjon · 6 years ago
  23. 5cb13ed Add exports_files declaration for some .bzl's in @bazel_tools by brandjon · 6 years ago
  24. 00ec2e7 Hide output of failing `which` command in the pywrapper. by philwo · 6 years ago
  25. 50fa3ec Fix problems with the non-strict Python toolchain by brandjon · 6 years ago
  26. 052167e Add a non-strict autodetecting Python toolchain by brandjon · 6 years ago
  27. 2a10729 Flip --incompatible_string_join_requires_strings by laurentlb · 6 years ago
  28. ddce723 Avoid exporting PATH unnecessarily by Keith Smiley · 6 years ago
  29. 7f49531 Fix the autodetecting Python toolchain on Mac by brandjon · 6 years ago
  30. 868f8c9 Remove stale TODO by brandjon · 6 years ago
  31. c84c40d Python: 2to3 is now a write_file, not sh_binary by Laszlo Csomor · 6 years ago
  32. 861a7e1 Add test for pywrapper script by brandjon · 6 years ago
  33. 331c84b Fix typo in usage comment by brandjon · 6 years ago
  34. e84bb33 Make find_versions aspect more robust for rules that don't define a `deps` attr by brandjon · 6 years ago
  35. 7166d4b Switch Python autodetection script back to /bin/sh by brandjon · 6 years ago
  36. ad64a8d Introduce --incompatible_use_python_toolchains by brandjon · 6 years ago
  37. 54b1eb9 On Windows, have the autodetecting Python toolchain revert to reading --python_path by brandjon · 6 years ago
  38. ede4e2b Change pywrapper shebang to /bin/sh instead of /bin/bash by brandjon · 6 years ago
  39. 2299445 Implement autodetecting Python toolchain by brandjon · 6 years ago
  40. c9f78b5 Make Python rules require the new Python toolchain type by brandjon · 6 years ago
  41. 2537cb7 Update tests to be compatible with --incompatible_disallow_legacy_py_provider by brandjon · 6 years ago
  42. 33e5719 Fix the Python version select() mechanism to handle PY3-as-default by brandjon · 6 years ago
  43. 02781a6 Add Python toolchain definitions to @bazel_tools by brandjon · 6 years ago
  44. 029601e Add an aspect to @bazel_tools for debugging bad Python dependencies by brandjon · 6 years ago
  45. 2483c11 Rework flags for Python version migration by brandjon · 6 years ago
  46. fbe7d03 Prohibit select()ing on certain Python flags by brandjon · 6 years ago
  47. 754dddc Add a Starlark flag to select() on to get the Python mode by brandjon · 6 years ago
  48. df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
  49. 44646c2 runfiles libraries: fix tests and comments by Laszlo Csomor · 7 years ago
  50. c29f34f runfiles,python: add a method to discover runfiles by Laszlo Csomor · 7 years ago
  51. f9cb859 runfiles: rlocation() checks if arg is normalized by Laszlo Csomor · 7 years ago
  52. f7549a6 python,runfiles: move to different package by Laszlo Csomor · 7 years ago
  53. a8628bf Added py_test rule to Bazel by Damien Martin-Guillerez · 10 years ago
  54. f5e23c6 Make Python rules in Bazel actually work. by Lukacs Berki · 10 years ago