aboutsummaryrefslogtreecommitdiff
path: root/absl/app.py
AgeCommit message (Expand)Author
2022-01-20Merge changes from github.Yilei Yang
2021-04-30Shows all missing required flags in error message, instead of just the first ...Abseil Team
2021-03-31Add .pyi type annotations to absl/app.py.Abseil Team
2020-09-25Explicitly document that `app.run(main)` essentially does `sys.exit(main(...)...Devin Jeanpierre
2020-04-28Create --pdb as an alias of --pdb_post_mortemRichard Levasseur
2019-03-27Internal changeAbseil Team
2019-03-15Make absltest integrate better with --pdb_post_mortemRichard Levasseur
2018-11-26Make absl python help flags closer to cpp versionsAbseil Team
2018-08-13Make absl flags integrate with argparse.Richard Levasseur
2018-07-18Create `app.call_after_init(callback)`.Abseil Team
2018-05-31Allow unicode strings in flag help when used with --helpfull.Richard Levasseur
2018-05-11Internal change, minor refactoring.Yilei Yang
2017-11-22Instead of ignoring positional arguments, encourage checking them.Yilei Yang
2017-11-21Automated g4 rollback of changelist 176176618Abseil Team
2017-11-20Internal change.Yilei Yang
2017-11-17Automated g4 rollback of changelist 176153472Abseil Team
2017-11-17Internal change.Abseil Team
2017-11-13Document that app.run uses the return value of the main function as the proce...Yilei Yang
2017-11-06Fix docs regarding flags printed, it should be main module, not absl/app.py.Yilei Yang
2017-10-16Disable app._register_and_parse_flags_with_usage() reuse.Mike Rovner
2017-10-05Change app.register_and_parse_flags_with_usage to a private function, this is...Yilei Yang
2017-09-25Move import statements earlier.Yilei Yang
2017-09-25Use super(Class, self).Yilei Yang
2017-09-25Clean up unused code.Yilei Yang
2017-09-25Move the --only_check_args check earlier.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang