| Commit message (Expand) | Author | Age | Files | Lines |
| * | tagged release 1.3.0HEADmaster | Thomas Waldmann | 2014-12-15 | 0 | -0/+0 |
| * | update NEWSr130 | Thomas Waldmann | 2014-12-15 | 1 | -0/+10 |
| * | added aliases support, thanks to Roland Kammerer | Thomas Waldmann | 2014-12-15 | 2 | -5/+63 |
| * | use tox for testing, bump version to 1.3.0, declare support for py 3.3+3.4 | Thomas Waldmann | 2014-12-15 | 5 | -3/+22 |
| * | tagged release 1.2.1 | Thomas Waldmann | 2014-11-15 | 0 | -0/+0 |
| * | tagged release 1.2.2 | Thomas Waldmann | 2014-11-15 | 0 | -0/+0 |
| * | add universal wheel support, host files on pypir122 | Thomas Waldmann | 2014-11-15 | 5 | -2/+12 |
| * | bump version to 1.2.1, add py 3.2 to the tested listr121 | Thomas Waldmann | 2011-03-31 | 2 | -2/+2 |
| * | update pypi trove classifiers | Thomas Waldmann | 2011-03-31 | 1 | -0/+10 |
| * | talk about python 3.x in the README | Thomas Waldmann | 2011-03-31 | 1 | -6/+9 |
| * | updated NEWS | Thomas Waldmann | 2011-03-31 | 1 | -2/+12 |
| * | hack the tests to not have failures on py 2.3 and 3.xbaserock/morph | Thomas Waldmann | 2011-03-31 | 1 | -2/+7 |
| * | fix Python 3.1 compatibility, 1 test failure see note below | Thomas Waldmann | 2011-03-30 | 2 | -1/+9 |
| * | Removed tag 1.2 | Thomas Waldmann | 2011-03-27 | 0 | -0/+0 |
| * | tagged release 1.2 as r12 | Thomas Waldmann | 2011-03-27 | 0 | -0/+0 |
| * | fix classifier (old one was rejected by pypi)r12 | Thomas Waldmann | 2011-03-27 | 1 | -1/+1 |
| * | bump version to 1.2, add NEWS.txt to dist archive | Thomas Waldmann | 2011-03-27 | 2 | -2/+2 |
| * | add NEWS.txt | Thomas Waldmann | 2011-03-27 | 1 | -0/+6 |
| * | fix MANIFEST.in | Thomas Waldmann | 2011-03-27 | 1 | -2/+5 |
| * | add env2x/ to .hgignore | Thomas Waldmann | 2011-03-27 | 1 | -1/+4 |
| * | use _build for the sphinx build dir | Thomas Waldmann | 2011-03-27 | 3 | -3/+3 |
| * | run sphinx-quickstart, move doc source to source/ | Thomas Waldmann | 2011-03-27 | 7 | -0/+601 |
| * | compatibility, installation, bug reporting docs | Thomas Waldmann | 2011-03-27 | 1 | -0/+30 |
| * | make most tests work on python 2.3 | Thomas Waldmann | 2011-03-27 | 2 | -1/+37 |
| * | make tests work on python 2.4 | Thomas Waldmann | 2011-03-27 | 2 | -2/+12 |
| * | make tests work on python 2.5 | Thomas Waldmann | 2011-03-27 | 1 | -25/+21 |
| * | make tests work on python 2.6 | Thomas Waldmann | 2011-03-26 | 1 | -5/+6 |
| * | add support files for setuptools/distribute | Thomas Waldmann | 2011-03-26 | 3 | -0/+65 |
| * | add a .hgignore | Thomas Waldmann | 2011-03-26 | 1 | -0/+10 |
| * | add a new README.txt and LICENSE.txt | Thomas Waldmann | 2011-03-26 | 2 | -0/+35 |
| * | add files from python 2.7.1 (Python License) | Thomas Waldmann | 2011-03-26 | 4 | -0/+8733 |
| * | licensing issues: we need a clean restart here - remove everything | Thomas Waldmann | 2011-03-26 | 16 | -8522/+0 |
| * | remove autogenerated html documentation | Thomas Waldmann | 2011-03-26 | 21 | -4305/+0 |
| * | update tags | convert-repo | 2011-03-26 | 0 | -0/+0 |
| * | Release argparse 1.1.r11 | steven.bethard | 2010-03-01 | 15 | -61/+61 |
| * | Better error messages for errors like type='int'. This actually caught a bug ... | steven.bethard | 2010-02-28 | 3 | -1/+14 |
| * | Allow single character options, e.g. '-' and '+'. | steven.bethard | 2010-02-28 | 3 | -19/+31 |
| * | Deprecate ArgumentParser(..., version=XXX, ...) as well as format_version() a... | steven.bethard | 2010-02-28 | 9 | -48/+43 |
| * | Try to be more robust in tests for non .py files (.pyc and variants). | steven.bethard | 2010-02-28 | 1 | -2/+2 |
| * | Namespace objects now support "in" (__contains__). | steven.bethard | 2010-02-28 | 3 | -27/+71 |
| * | Add convert_arg_line_to_args to allow subclasses to easily override file pars... | steven.bethard | 2010-01-07 | 9 | -7/+87 |
| * | Fix bug where --si=64 was deemed ambiguous when both --si and --size were in ... | steven.bethard | 2009-12-07 | 2 | -0/+26 |
| * | Add support for nargs='...', which allows emulation of command lines like "py... | steven.bethard | 2009-12-06 | 2 | -5/+30 |
| * | Add get_default method. | steven.bethard | 2009-12-06 | 6 | -3/+59 |
| * | Fix setup.py bugs caught by Yuvgoog. | steven.bethard | 2009-11-07 | 1 | -3/+5 |
| * | Fix misplaced discussion of add_help and parent parsers. | steven.bethard | 2009-10-31 | 3 | -4/+5 |
| * | Allow better custom type error messages using ArgumentTypeError. | steven.bethard | 2009-10-24 | 6 | -6/+43 |
| * | Support more customization of version arguments. | steven.bethard | 2009-10-24 | 8 | -11/+49 |
| * | Better error messages when 'dest' occurs twice for positional arguments | steven.bethard | 2009-10-24 | 3 | -0/+14 |
| * | Better error messages for invalid actions. | steven.bethard | 2009-10-24 | 3 | -6/+27 |