11608 Commits (0b9c7b74bef2dd5913cc8d96de0fc016d682ead1)
 

Author SHA1 Message Date
Paolo Bonzini 2997480ee6 compilers: do accept None in Compiler.compile extra_args 3 years ago
Paolo Bonzini 63ddb8aafa compilers: fix flake8 issues 3 years ago
Filipe Laíns af8b55d49b mintro: add installed_plan 3 years ago
Daniel Mensinger be3bd9ea64 ci: Also use the `autoCancel` key for Azure 3 years ago
Daniel Mensinger d5f30308b4 ci: Fix missing MESON_CI_JOBNAME in the image builders 3 years ago
Daniel Mensinger cab77b0e4c ci: Use GitHub concurrency 3 years ago
Evan Miller b8cfb3d131 Support for appleframeworks with GCC and Intel 3 years ago
Eli Schwartz 5166a47acb tests: when generating git repositories, make sure that pgpsign is off 3 years ago
Eli Schwartz 604088b541 mdist: use git archive with git repositories for correctness 3 years ago
Will 7ac9413cd5 Improve WSL detection 3 years ago
Eli Schwartz 4745037f4b log a more informative error when wrap-git subprojects cannot be downloaded 3 years ago
Xavier Claessens 5e55a0bb2b interpreter: Add summary of all user defined options 3 years ago
Xavier Claessens a616a23713 OptionKey: Fix ordering 3 years ago
Eli Schwartz 1dbb6d6b8c
make the display name of a gettext translation build, look prettier 3 years ago
Eli Schwartz dc51740e2c
add release note formally allowing run_target in an alias 3 years ago
Eli Schwartz 10cfc321f8
fix repr for alias_target 3 years ago
Eli Schwartz 0b63dff3ba
run_target: do not yield broken names with subdirs 3 years ago
Xavier Claessens d67850b45e dependency: fallback and allow_fallback are mutually exclusive 3 years ago
Dylan Baker 9bf669a016
Clang should error for all implicit function checks (#9165) 3 years ago
Daniel Mensinger 43302d3296 interpreter: Introduce BooleanHolder for the bool primitive 3 years ago
Daniel Mensinger 86eda3c812 interpreter: Simplify Disabler logic 3 years ago
Daniel Mensinger 80bd35c646 interpreter: Remove the AND and OR operator enums 3 years ago
Daniel Mensinger 43a6b5bd5e interpreter: Remove permissive from _unholder 3 years ago
Xavier Claessens ea02c1c48a msvc: Assume UTF8 source by default 3 years ago
Eli Schwartz 22c38a0006
i18n module: restore the <packagename>-gmo target 3 years ago
Eli Schwartz 2fc7592e13
i18n module: provide targets as return value for gettext() 3 years ago
Dylan Baker bd691b847c interpreter: use python dunders instead of lock for unpicklability 3 years ago
Dylan Baker 042016a555 unittests: add a test to Interpreter is unpicklable 3 years ago
Daniel Mensinger 8d92e6d865 interpreter: Add IntegerHolder 3 years ago
Daniel Mensinger 86f70c873a interpreter: Introduce operators support for InterpreterObjects 3 years ago
Daniel Mensinger a6c9a151d3 interpreter: Make comparisons of different types a hard error 3 years ago
Dylan Baker b60bd0e299 pyllint: enable consider-user-enumerate 3 years ago
Dylan Baker 4d7031437c pylint: turn on superflous-parens 3 years ago
Dylan Baker 06fdb29daa pylint: turn on superfluous parens warning 3 years ago
Dylan Baker 278942a447 pylint: enable consider-iterating-dictionary 3 years ago
Dylan Baker 1fc3d8608d pylint: enable unnecessary-not check 3 years ago
Jussi Pakkanen 9e61b4fe99
Merge pull request #9185 from dcbaker/submit/env-object-as-holder 3 years ago
Jussi Pakkanen 82ba2f1e05
Merge pull request #9193 from dcbaker/submit/aarch64-be 3 years ago
jimman2003 10151d8738
Make assignment a statement in Syntax.md (#9188) [skip-ci] 3 years ago
Eli Schwartz 34ac77d619 python module: fix error message mentioning setuptools 3 years ago
Dylan Baker 81f5cee218 interpreter: rename EnvironmentVariablesObject -> EnvironmentVariablesHolder 3 years ago
Dylan Baker 43f942be34 interpreterobjects: Use typed_kwargs for EnvironmentVariablesObject 3 years ago
Dylan Baker 3731e1d8f3 make EnvironmentVariablesObject a proper holder 3 years ago
Dylan Baker d6a1f85248 Allow EnvironmentVariablesObject to be passed an EnvironmentVariables instance 3 years ago
Dylan Baker 940fc372db interperter/kwargs: narrow type checking 3 years ago
Dylan Baker d87b3c7b3f interpreter/type_checking: Add convertor to env keyword argument 3 years ago
Dylan Baker 75d2ec9a40 interpreter/type_checking: add a validator to env 3 years ago
Dylan Baker ec59cbdf61 interpreter: move 'env' to type_checking 3 years ago
Dylan Baker 8c90140f2b build: add ability to set initial value of EnvironmentVariables 3 years ago
Dylan Baker aee2325335 build: Fully annotate EnvironmentVariables 3 years ago