summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-11ci: Fix CI image builderDaniel Mensinger
2021-06-11CI: Don't try to update website in a forked repositoryJon Turney
2021-06-11CI: Don't try to push docker image in a forked repositoryJon Turney
2021-06-11interpreter: Split decorators from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split Disabler from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split base objects and helpers from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split exception calsses from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Move interpreterbase.py into a new packageDaniel Mensinger
2021-06-10markdown/Dependencies:remove tabsandy5995
2021-06-11add example for defining curses preprocessor symbolsAndy Alt
2021-06-10Move Cygwin tests to a GitHub workflow (#8829)Jon Turney
2021-06-10interpreter: Add missing FeatureNewKwarg for allow_fallbackXavier Claessens
2021-06-09doc: Add direct link to matrix channel (#8859) [skip ci]Xavier Claessens
2021-06-09cuda module: fully buy into new modules APIEli Schwartz
2021-06-09tests: Force colorize CI outputDaniel Mensinger
2021-06-09tests: Don't even start running skipped testsDaniel Mensinger
2021-06-09tests: Fix global state issueDaniel Mensinger
2021-06-09tests: Add option to limit the number of workersDaniel Mensinger
2021-06-09tests: Optional progress bar with tqdmDaniel Mensinger
2021-06-09tests: Refactored test runnerDaniel Mensinger
2021-06-09tests: Reduce complexity of the run_tests signatureDaniel Mensinger
2021-06-09tests: reduce global variablesDaniel Mensinger
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger
2021-06-09typing: Rename some variablesDaniel Mensinger
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-08docs: fix issues with the cython docsDylan Baker
2021-06-08document the enhancement to the Fs module permitting File argumentsEli Schwartz
2021-06-08doc: Fix link to Commands.mdXavier Claessens
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen
2021-06-08interpreter: make helper methods protectedDylan Baker
2021-06-08interpreter: Add type annotations for the add_*_arguments helpersDylan Baker
2021-06-08build: fix type annotations fo project_*_argsDylan Baker
2021-06-08interpreter: use typed_kwargs for the add_*_arguments familyDylan Baker
2021-06-08interpreter: use typed_pos_args for add_*_argsDylan Baker
2021-06-08intperperterbase: Add a convertor keyword argumentDylan Baker
2021-06-08interpreterbase: Add validator keyword argument to typed_kwargsDylan Baker
2021-06-08make all arguments to KwargInfo except name and type keyword onlyDylan Baker
2021-06-08run_unittests.py: Use mock for monkey patchingDylan Baker
2021-06-08run_unittests.sh: fix Python DeprecationWarningPaolo Bonzini
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini
2021-06-08interpreter: add feature.require()Paolo Bonzini
2021-06-07another pyupgrade passEli Schwartz
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz
2021-06-07condense linesEli Schwartz
2021-06-07more f-strings everywhereEli Schwartz
2021-06-07Merge pull request #8706 from dcbaker/wip/2021-04/cython-languageJussi Pakkanen
2021-06-07Fix macpkg generator import path. [skip ci]Jussi Pakkanen
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker