An open API service providing commit metadata for open source projects.

GitHub / google/python-gflags / commits

Python implementation of the Google commandline flags module.

SHA Message Author Date Stats
4f06c3d0 merge Merge pull request #41 from yilei/absl Vladimir Rusinov <v****v@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
1b1d6648 Add gflags -> absl.flags migration guidelines. Yilei Yang <y****g@g****m> almost 9 years ago
278e883d Release 3.1.2. Vladimir Rusinov <v****v@g****m> almost 9 years ago
0383474c Publish deprecation notice and point to Abseil. Vladimir Rusinov <v****v@g****m> almost 9 years ago
80bcd7d8 merge Merge pull request #40 from yilei/absl Vladimir Rusinov <v****v@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
950aaae0 Add new API names: Yilei Yang <y****g@g****m> almost 9 years ago
821ff8f9 python-gflags: Release 3.1.1. Vladimir Rusinov <v****v@g****m> over 9 years ago
9f00edd8 Provide PEP8 style method/function aliases. Yilei Yang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@u****m>
over 9 years ago
e1b56e9b python-gflags: Release 3.1.0. Vladimir Rusinov <v****v@g****m> almost 10 years ago
b4cf9cb3 Update Classsifiers Joshua Boyd <j****d@j****t>
Committed by: Vladimir Rusinov <v****v@u****m>
almost 10 years ago
c89ba664 Prepare to rename Flag methods to PEP8 style. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
4e9f55d3 Add a temporarily ENV variable GFLAGS_USE_GNU_GET_OPT to allow users opt-in G... yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
69572ad2 Prepare to rename argument_parser methods to PEP8 style. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
3a757dfc Prepare renaming flags.FlagsError to flags.Error. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
1e8bc958 Replace flags.validators.Error with flags.ValidationError yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
ba3f05ca Make FLAGS.SetDefault also accepts C++ flags before parsing in CLIF world. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
317a2587 Use xml.dom.minidom to create XML strings, instead of manual crafting. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
f0affda2 Remove _helpers.GetMainModule. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
7308b800 Remove the TODO to rename help to helptext. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
8af2d3b9 Remove on_value_changed, subclassing Flag and overriding the value @property ... yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
80d071ef Make sure C++ flags are fresh (synchronised with C++ side changes). mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
d55cd4d9 Add support to notify value changes on Flag object. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
2964bf52 Fork FlagValues.get as FlagValues.get_flag_value. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
898a649c Automated rollback. tap-prod <t****d@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
245ce36e Automated rollback. tap-prod <t****d@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
de323f34 Remove three private aliases in flags/__init__.py. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
6657c149 Remove MutualExclusionValidator class, in favor of flags.MarkFlagsAsMutualExc... yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
3b872dd2 Clean up unregistered flags in module -> [flags] dictionaries when an old fla... yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
a7d5186a Declare to support Python 3. nya <n****a@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
b14c4570 Remove DuplicateFlag in favor of DuplicateFlagError. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
095ea952 Rename allow_override_cpp to allow_cpp_override. It means the cpp flag yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
6629e970 Rename IllegalFlagValue to IllegalFlagValueError in flags library. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
4ce12dc0 Allow to create a Python flag that will be taken over by C++ flag at InitGoog... mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
6ff60097 Add examples to opensource version. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
9e107596 Keep --undefok flag in args for C++ parsing. mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
3f51f450 Move the validators.Error class to exceptions.ValidationError. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
a9f6a9c9 Fix UnicodeFlagsTest in Python3. nya <n****a@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
02ef4582 Replace flags.DuplicateFlag with flags.DuplicateFlagError yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
786c83fb Fix the [] build (broken by [] gps <g****s@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
9fb426b3 Cleanup nits around UseGnuGetOpt, we won't be able to flip the default to True. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
9bb58df7 Make setting an undefined flag logic more explicit when setter is not set. mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
e808a482 Remove UnrecognizedFlag, it's not used outside flags anymore. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
aa378a5a log the message about flags access causing errors after FLAGS.Reset() _before_ gps <g****s@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
1b986a11 Allow to customize undefined flags setting (will be used to set CLIF-wrapped ... mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
f881fe28 Add a special case to the flag used before parsing/init message code to gps <g****s@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
21f86683 Improve Python3 compatibility. nya <n****a@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
754c1d0d Remove the unused tabs argument, and use expandtabs to expand the text in Tex... yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
8041c286 Change DuplicateFlagCannotPropagateNoneToSwig's super class to FlagsError. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
523e2e64 Verify ADOPT_module_key_flags's module argument is actually a types.ModuleType. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
0c9408f6 Release python-gflags 3.0.7. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
b574cb18 Rename allow_override_cpp to allow_hide_cpp. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
9b09fc95 Remove the code trying to set some default helptext in BooleanFlag and EnumFl... yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
13d92434 Change docstring to use a word that is not a built-in function. cgarg <c****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
d4d9968c Remove the unused method ShortestUniquePrefixes, the use case was deleted. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
7da7f437 Fix tests in python 3. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
66ee761c fix the < to be a <= in the checker for which flags should be allowed for unp... gps <g****s@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
e1bc7bf9 Prepare for disabling unparsed flag access in tests. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
845b8f24 Remove _GetCallingModule function alias. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
almost 10 years ago
4e659110 Release python-gflags 3.0.6. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
b16d4c19 Automated rollback of changelist 128758960. mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
797bac8e Automated rollback of changelist 128744232. mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
f76b9b8d Make CLIF flags processing attempt before SWIG. mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
b7746081 Implement CLIF pyglib/flags support for all C++ flags. mrovner <m****r@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
8ab58564 Remove FlagValues.AddValidator method, and rename validator class names. yileiyang <y****g@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
83a6d76f Fix flagvalues_test on Python3. nya <n****a@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
e3d3a067 Declare package classifiers. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
about 10 years ago
a832185b Release python-gflags 3.0.5. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
9a985ef4 Update documentation for FLAGS.SetDefault. If this method is called after ndobson <n****n@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
49ec3449 Add MarkFlagsAsRequired to flags qqy <q****y@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
c623193b Remove NEWS file since it mostly duplicates Changelog. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
ae3e5f80 Release python-gflags 3.0.4. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
d6521e92 Make sure gflags.third_party.pep257 is also installed. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
98b7acf4 Release python-gflags 3.0.3. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
94acc135 Change warning to info for FlagValues.Reset(). sesmith <s****h@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
23bb1c3c Disallow unparsed flag usage after FLAGS.Reset(). vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
e0744961 Fix setup.py. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
4e16c28d Changes for Python 3 compatibility. jbmetz <j****z@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
e0880cc5 Fix MOE directives: they are not supposed to have a spaces. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
2a30f039 pyglib: flags: do not allow --noflag if argument is given mpn <m****n@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
c123521c pyglib: flags: add function for getting value of a flag mpn <m****n@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
943f33af Release python-gflags 3.0.2. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
56a7448f Fix MANIFEST.in to include all relevant files. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
795bc036 Release python-gflags 3.0.1. vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
2cc5f143 Add CONTRIBUTING.md with instructions not to contribute. :) vrusinov <v****v@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
59b9fcc6 Changes for Python 3 compatibility: jbmetz <j****z@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
628f0937 Class Flag defines __eq__ and __lt__ but does not define other relations. Sin... datacompboy <d****y@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
885f7989 Changed various test asserts for Python 3 compatibility: jbmetz <j****z@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
b0a1f637 Add optional comma compatibility to whitespace-separated list flags. matthewb <m****b@g****m>
Committed by: Vladimir Rusinov <v****v@g****m>
over 10 years ago
0d5d34ef Release python-gflags 3.0.0.
Signed-off-by: Vladimir Rusinov <v****v@g****m>
Vladimir Rusinov <v****v@g****m> over 10 years ago
1569dd1f Update project URL. Craig Citro <c****o@g****m> over 11 years ago
542b6c22 Unit test updates for Python 2.7 compatibility jwilliams@endpoint.com <j****s@e****m@8****9> over 14 years ago
58d3728f Wed Jan 18 13:57:39 2012 Google Inc. <google-gflags@googlegroups.com> csilvers <c****s@8****9> over 14 years ago
30d156db Ready to release python-gflags 1.8! csilvers <c****s@8****9> over 14 years ago
be9c0e62 Allow a module defining flags to be re-imported without raising duplicate csilvers+gflags@google.com <c****s@g****m@8****9> over 14 years ago
93f34814 Tue Dec 20 17:10:41 2011 Google Inc. <opensource@google.com> csilvers <c****s@8****9> over 14 years ago
807a196a Fix random typos csilvers+gflags@google.com <c****s@g****m@8****9> almost 15 years ago
8605f669 Add newline in string literal error message, dropped by the switch csilvers+gflags@google.com <c****s@g****m@8****9> almost 15 years ago
fd559d3b Prepare flags for Python 3.x by modernizing the code, using csilvers+gflags@google.com <c****s@g****m@8****9> almost 15 years ago
efb3f36e Fix a few typos spotted while reading the file. Doesn't do any sort of sweepi... csilvers+gflags@google.com <c****s@g****m@8****9> almost 15 years ago
dce2f301 Fixed issue where the number of columns in emacs M-x shell would be 0. csilvers+gflags@google.com <c****s@g****m@8****9> almost 15 years ago

← Back to repository