1. 68064e2 Merge pull request #40 from jwodder/master by Ian Stapleton Cordasco · 6 years ago master
  2. 255c701 Import ABCs from collections.abc if possible by John T. Wodder II · 6 years ago
  3. e03fe75 Merge pull request #37 from cloudsmith-io/bugfix-ordering by Ian Stapleton Cordasco · 6 years ago
  4. 0823f11 Fix pep8 complaints by Lee Skillen · 7 years ago
  5. 12c9fdf Make variable ordering deterministic by Lee Skillen · 7 years ago
  6. 86f4952 Merge pull request #39 from hugovk/rm-eol by Ian Stapleton Cordasco · 6 years ago
  7. 910f605 Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade by Hugo · 6 years ago
  8. becb8d2 Drop support for EOL Python by Hugo · 6 years ago
  9. d4ce8c7 Fix pep8 by Hugo · 6 years ago
  10. 6eaef88 Update project for new organization home by Ian Stapleton Cordasco · 7 years ago
  11. 942d0b8 Add .mailmap to map old name to new name by Ian Stapleton Cordasco · 7 years ago
  12. 6cd73d0 Merge pull request #31 from thierryba/master by Ian Cordasco · 7 years ago
  13. d224806 Fixed deprecation warnings in python 3.6.1 by Thierry Bastian · 7 years ago
  14. f183e3f Merge pull request #30 from brettcannon/python-3.6 by Ian Cordasco · 8 years ago
  15. 0a78fbd List Python 3.6 as supported by Brett Cannon · 8 years ago
  16. 1555ffe Test against Python 3.6 by Brett Cannon · 8 years ago
  17. 9c9485f Test against Python 3.6 on Travis by Brett Cannon · 8 years ago
  18. 27e7eba Merge pull request #29 from graingert/patch-2 by Ian Cordasco · 8 years ago
  19. 1f546ef Point to the new PyPI name by Thomas Grainger · 8 years ago
  20. 623fce3 Bump version to 3.0.0 by Ian Cordasco · 8 years ago 3.0.0
  21. a0de6c7 Fix requirement on uritemplate by Ian Cordasco · 8 years ago
  22. 71c8527 Add setup.py for uritemplate.py by Ian Cordasco · 8 years ago
  23. 28cd01c Ensure we upload universal wheels by Ian Cordasco · 8 years ago
  24. 2ac420b Merge branch 'merge-with-uritemplate' by Ian Cordasco · 8 years ago
  25. 8274b15 Release v2.0.0 of uritemplate by Ian Cordasco · 8 years ago
  26. fef8cc6 Bump to version 2.0.0rc2 by Ian Cordasco · 8 years ago
  27. def5c82 Add missing variables function by Ian Cordasco · 8 years ago merge-with-uritemplate
  28. 862e89f Handle RC1 in the version string by Ian Cordasco · 8 years ago
  29. 91253e7 Make uritemplate release candidate by Ian Cordasco · 8 years ago
  30. 6c1d9ef Release v2.0.0 by Ian Cordasco · 8 years ago 2.0.0
  31. c891459 Merge pull request #23 from sigmavirus24/relicense by Ian Cordasco · 8 years ago
  32. 094aa58 Include individaul license files by Ian Cordasco · 8 years ago
  33. 44c54ca Relicense uritemplate.py by Ian Cordasco · 8 years ago
  34. 07e8813 Release v1.0.1 by Ian Cordasco · 8 years ago 1.0.1
  35. a8e3c38 Release v1.0.0 by Ian Cordasco · 8 years ago 1.0.0
  36. 902a8b4 Clean up for Flake8 by Ian Cordasco · 8 years ago
  37. 3e73d2d Remove Python 3.2 from Travis CI by Ian Cordasco · 8 years ago
  38. 2b5c704 Fix handling of unicode values for Python 2 by Ian Cordasco · 8 years ago
  39. 925ffa2 Fix one minor style nit by Ian Cordasco · 9 years ago
  40. 16d9bea Merge pull request #20 from dwieeb/master by Ian Cordasco · 9 years ago
  41. 544b803 Issue #19 affects these tests as well by Daniel Imhoff · 9 years ago
  42. 53347c3 Handle non-strs in values for query expansion by Daniel Imhoff · 9 years ago
  43. fd4ecff Pass along {posargs} to pytest by Daniel Imhoff · 9 years ago
  44. 995f88f Update copyright, version, and __all__ by Ian Cordasco · 9 years ago
  45. dc1c35d Merge pull request #18 from sigmavirus24/more-improvements by Ian Cordasco · 9 years ago
  46. e104b4a Only xfail Additional Examples 4 on Python 2 by Ian Cordasco · 9 years ago
  47. 2ecd303 Clean up and actually run tests from fixtures by Ian Cordasco · 9 years ago
  48. 224c5f7 Merge pull request #16 from sigmavirus24/update-travis by Ian Cordasco · 9 years ago
  49. e26ef85 Use Travis CI's new Docker infra by Ian Cordasco · 9 years ago
  50. 583bd44 Clean up flake8 violations by Ian Cordasco · 9 years ago
  51. 4202ee3 Ignore docs directory for Flake8 by Ian Cordasco · 9 years ago
  52. ba1e89c Update Travis and tox config by Ian Cordasco · 9 years ago
  53. 4ca6d85 Merge pull request #12 from eugene-eeo/refactor by Ian Cordasco · 9 years ago
  54. b380006 Merge pull request #7 from pombredanne/tests_from_uritemplatepy by Ian Cordasco · 9 years ago
  55. 146d83e avoid premature optimisations by Eugene Eeo · 10 years ago
  56. 765d3ba stick closer to suggestion by Eugene Eeo · 10 years ago
  57. 940383d add testcase and helper function by Eugene Eeo · 10 years ago
  58. 835e9b5 minor refactor of code by Eugene Eeo · 10 years ago
  59. fbd9790 Merge pull request #11 from jpotts18/master by Ian Cordasco · 10 years ago
  60. 623ab51 updaing README to show how only strings are supported' by Jeff Potter · 10 years ago
  61. f25ac4a Add 3.4 to test matrix by Ian Cordasco · 10 years ago
  62. 5fc499a Adding tests from https://github.com/uri-templates/uritemplate-test by Philippe Ombredanne · 10 years ago
  63. fd01fd9 Missed a line in the docs by Ian Cordasco · 11 years ago
  64. a4b62a9 Bump version to 0.3.0 by Ian Cordasco · 11 years ago 0.3.0
  65. c8ed531 Update history in prep for new version by Ian Cordasco · 11 years ago
  66. 3f3edf3 Add tests around uritemplate.partial by Ian Cordasco · 11 years ago
  67. e9b5bc2 Actually add partial to the public API by Ian Cordasco · 11 years ago
  68. 32e55ab Add partial to the public API by Ian Cordasco · 11 years ago
  69. c0417ff Allow for partial expansion of templates by Ian Cordasco · 11 years ago
  70. 7102baf Revert "Release 0.2.1" by Ian Cordasco · 11 years ago
  71. 2f22946 Revert "Convert non-string-ish types to strings" by Ian Cordasco · 11 years ago
  72. f80ff0d Release 0.2.1 by Ian Cordasco · 11 years ago
  73. 7412f87 Convert non-string-ish types to strings by Ian Cordasco · 11 years ago
  74. 5b66365 Rollback the doc changes. by Ian Cordasco · 11 years ago
  75. 5df53bf Update version info. by Ian Cordasco · 11 years ago 0.2.0
  76. f0f5f80 MORE TESTS by Ian Cordasco · 11 years ago
  77. 4463708 More tests and remove kruft by Ian Cordasco · 11 years ago
  78. 097f44b Fix URIVariable.post_parse by Ian Cordasco · 11 years ago
  79. afb6824 Fix tests and imports by Ian Cordasco · 11 years ago
  80. 396fc8a Break URIVariable out into its own file by Ian Cordasco · 11 years ago
  81. 797d486 Refactoring URIVariable by Ian Cordasco · 11 years ago
  82. b2874e1 Document the URIVariable API by Ian Cordasco · 11 years ago
  83. 1d31a37 Better repr by Ian Cordasco · 11 years ago
  84. d69fe20 Add regression test by Ian Cordasco · 11 years ago
  85. 2cd2d5d Make hashing work by Ian Cordasco · 11 years ago
  86. 76abfc5 Add more docs. by Ian Cordasco · 11 years ago
  87. 3d7a8ee Update gitignore by Ian Cordasco · 11 years ago
  88. 5554180 Update docs. by Ian Cordasco · 11 years ago
  89. ff5776e Fix the date in the HISTORY by Ian Cordasco · 11 years ago
  90. afc4b2c Refactor a bit. Introduce tox for my sanity. by Ian Cordasco · 11 years ago 0.1.1
  91. 12c6a55 Update HISTORY by Ian Cordasco · 11 years ago
  92. c440d3d More logical default & fix tests by Ian Cordasco · 11 years ago
  93. 3d89aa0 Merge branch 'merge_back_in' by Ian Cordasco · 11 years ago
  94. 2179d28 Make the variable names publicly available. by Ian Cordasco · 11 years ago
  95. 18a8398 Remove six from the test dependencies by Ian Cordasco · 11 years ago
  96. 3e10fb4 Clarify docstring note by Ian Cordasco · 11 years ago
  97. 780e94c Remove 2.5 update README by Ian Cordasco · 11 years ago
  98. 55244c2 Fix link to LICENSE by Ian Cordasco · 11 years ago
  99. ed06fdd Accidentally an 'should' by Ian Cordasco · 11 years ago
  100. 037a22f Bump version number by Ian Cordasco · 11 years ago