NEWS.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. What's New
  2. ==========
  3. argparse 1.4.0
  4. --------------
  5. - make argparse behave for default args aka
  6. issue #12776, #11839: call argparse type function only once.
  7. - move to github:ThomasWaldmann/argparse
  8. - add TW as maintainer / give TW's email
  9. - add some usecase to README, clarify issue tracking
  10. - add a note to tox.ini about testing on dead snakes
  11. argparse 1.3.0
  12. --------------
  13. - added aliases support (thanks to Roland Kammerer!) + tests for it
  14. - use tox for testing python >= 2.6
  15. - tests successfully on 3.4 also (without random hash seed)
  16. - added argparse.__external_lib__ = True so one can test one is really using /
  17. testing the external library (and not the builtin one in stdlib of recent
  18. Pythons)
  19. argparse 1.2.2
  20. --------------
  21. - added universal wheel support, built, signed and uploaded with:
  22. python setup.py sdist bdist_wheel upload --identity="Thomas Waldmann" --sign
  23. - host the files on pypi
  24. argparse 1.2.1
  25. --------------
  26. - fixed Issue #82: argparse 1.2 incompatible with Python 3.1
  27. - hacked the tests so they don't have the minor failures that were caused
  28. by the compatibility stuff for python 2.3 and 3.1
  29. argparse 1.2
  30. ------------
  31. - fixed Issue #79: re-licensed argparse package under same license as py 2.7 stdlib argparse code
  32. - fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code