1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
DDDD Google Inc. <opensource@google.com>
* python-gflags: version 1.5.1
* Fix manifest and setup.py to include new files
Mon Jan 24 16:58:10 2011 Google Inc. <opensource@google.com>
* python-gflags: version 1.5
* Add support for flag validators (olexiy)
* Better reporting on UnrecognizedFlagError (sorenj)
* Cache ArgumentParser, to save space (tmarek)
Wed Oct 13 17:40:12 2010 Google Inc. <opensource@google.com>
* python-gflags: version 1.4
* Unregister per-command flags after running the command (dnr)
* Allow key-flags to work with special flags (salcianu)
* Allow printing flags of a specific module (mikecurtis)
* BUGFIX: Fix an error message for float flags (olexiy)
* BUGFIX: Can now import while defining flags (salcianu)
* BUGFIX: Fix flagfile parsing in python (chronos)
* DOC: Better explain the format of --helpxml output (salcianu)
* DOC: Better error message on parse failure (tstromberg)
* Better test coverage under python 2.2 (mshields)
* Added a Makefile for building the packages.
Mon Jan 4 18:46:29 2010 Tim 'mithro' Ansell <mithro@mithis.com>
* python-gflags: version 1.3
* Fork from the C++ package (google-gflags 1.3)
* Add debian packaging
|