summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removing helper functions providing Python < 3.3 compatibilityHEAD4.3.0masterJiri Podivin2023-03-013-68/+20
* Strip trailing periods when getting description4.2.0Stephen Finucane2022-12-123-3/+9
* Merge "columns: Useful __str__, __repr__ implementation"4.1.0Zuul2022-10-042-3/+23
|\
| * columns: Useful __str__, __repr__ implementationStephen Finucane2022-10-032-3/+23
* | Merge "Replace abc.abstractproperty with property and abc.abstractmethod"Zuul2022-10-041-2/+4
|\ \ | |/ |/|
| * Replace abc.abstractproperty with property and abc.abstractmethodljhuang2022-08-042-3/+5
* | Add Python3 antelope unit testsOpenStack Release Bot2022-09-091-1/+1
* | Merge "Removing brackets around tested conditional"4.0.0Zuul2022-08-041-1/+1
|\ \ | |/ |/|
| * Removing brackets around tested conditionalJiri Podivin2022-08-041-1/+1
* | Merge "Remove final use of pkg_resources"Zuul2022-07-182-17/+9
|\ \
| * | Remove final use of pkg_resourcesStephen Finucane2022-07-152-17/+9
* | | Merge "Defer loading PyYAML"Zuul2022-07-181-2/+6
|\ \ \ | |/ /
| * | Defer loading PyYAMLStephen Finucane2022-05-251-2/+6
* | | Merge "Defer loading cmd2"Zuul2022-07-181-3/+6
|\ \ \ | |/ /
| * | Defer loading cmd2Stephen Finucane2022-05-251-3/+6
* | | Merge "requirements: Remove explicit python-subunit dependency"Zuul2022-07-181-5/+0
|\ \ \ | |/ /
| * | requirements: Remove explicit python-subunit dependencyStephen Finucane2022-05-251-5/+0
* | | Merge "requirements: Remove explicit pbr dependency"Zuul2022-07-181-4/+0
|\ \ \ | |/ /
| * | requirements: Remove explicit pbr dependencyStephen Finucane2022-05-251-4/+0
* | | Merge "requirements: Remove explicit pyparsing dependency"Zuul2022-07-141-1/+0
|\ \ \ | |/ /
| * | requirements: Remove explicit pyparsing dependencyStephen Finucane2022-05-251-1/+0
* | | Merge "Update Python testing per Zed cycle testing runtime"Zuul2022-05-271-3/+2
|\ \ \ | |/ /
| * | Update Python testing per Zed cycle testing runtimeStephen Finucane2022-05-251-3/+2
* | | Merge "setup.cfg: Replace dashes with underscores"Zuul2022-05-250-0/+0
|\ \ \ | |/ / |/| |
| * | setup.cfg: Replace dashes with underscoresYandong Xuan2021-04-261-4/+4
* | | Migrate Python 3.6/7 jobs to Python 3.8Takashi Kajinami2022-05-241-7/+7
* | | Merge "Add Python3 yoga unit tests"Zuul2022-03-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Add Python3 yoga unit testsOpenStack Release Bot2021-09-101-1/+1
* | | Removing modindex link from docs3.10.1Jiri Podivin2021-11-191-1/+0
* | | Merge "Automatically page interactive root help output"3.10.0Zuul2021-09-201-3/+11
|\ \ \ | |/ / |/| |
| * | Automatically page interactive root help outputZane Bitter2021-07-121-3/+11
* | | Merge "Colourise and automatically page help output"xena-em3.9.0Zuul2021-08-063-38/+57
|\ \ \ | |/ /
| * | Colourise and automatically page help outputZane Bitter2021-07-123-38/+57
* | | Merge "Update unit test to satisfy python3.10+"Zuul2021-08-061-1/+1
|\ \ \
| * | | Update unit test to satisfy python3.10+Joel Capitao2021-06-151-1/+1
| |/ /
* | | Merge "Add conflict_handler parameter as attribut in Command class"Zuul2021-07-202-1/+48
|\ \ \ | |/ / |/| |
| * | Add conflict_handler parameter as attribut in Command classmatbu2021-06-042-1/+48
* | | Handle SIGPIPE exit gracefullyZane Bitter2021-06-072-0/+48
|/ /
* | Merge "setup.cfg: Replace dashes with underscores"3.8.0Zuul2021-05-141-4/+4
|\ \
| * | setup.cfg: Replace dashes with underscoreslikui2021-05-131-4/+4
* | | Replace getargspec with getfullargspeclikui2021-05-134-14/+6
|/ /
* | Use py3 as the default runtime for toxsongwenping2021-04-201-1/+1
* | Add Python3 xena unit testsOpenStack Release Bot2021-03-191-1/+1
* | requirements: Uncap PrettyTablewallaby-em3.7.0Stephen Finucane2021-02-114-14/+7
* | Merge "Add '--sort-ascending', '--sort-descending' parameters"Zuul2021-02-103-21/+82
|\ \
| * | Add '--sort-ascending', '--sort-descending' parametersStephen Finucane2021-01-293-21/+82
* | | Merge "Make 'FormattableColumn' comparable"Zuul2021-02-103-0/+27
|\ \ \ | |/ /
| * | Make 'FormattableColumn' comparableStephen Finucane2021-01-293-0/+27
* | | Merge "Handle null values when sorting"Zuul2021-02-093-7/+80
|\ \ \ | |/ /
| * | Handle null values when sortingStephen Finucane2021-01-293-7/+80