Sign in
android
/
platform
/
external
/
python
/
uritemplates
/
baed5cf7d4a0fc3db30a9a8ad2bd319add474b0a
baed5cf
Merge pull request #48 from tacaswell/doc_drop_pys
by Ian Stapleton Cordasco
· 5 years ago
4edb281
DOC: add note about dropping support for old Pythons
by Thomas A Caswell
· 5 years ago
d456a1c
Merge pull request #47 from brettcannon/patch-2
by Ian Stapleton Cordasco
· 5 years ago
e03d830
Bump version number to 3.0.1
by Brett Cannon
· 5 years ago
03749d3
Merge pull request #46 from brettcannon/patch-2
by Ian Stapleton Cordasco
· 5 years ago
e2c103d
Update history
by Brett Cannon
· 5 years ago
a1351ed
Merge pull request #45 from brettcannon/py-38
by Ian Stapleton Cordasco
· 5 years ago
b98d77c
Appease Python 2.7
by Brett Cannon
· 5 years ago
6ef7577
Specify file encodings
by Brett Cannon
· 5 years ago
0a1cd6f
Revert test input file changes
by Brett Cannon
· 5 years ago
ab215b3
Update support for Python 3.7 & 3.8
by Brett Cannon
· 5 years ago
3df0ed1
Merge pull request #44 from brettcannon/patch-1
by Ian Stapleton Cordasco
· 5 years ago
0191df7
Update the project name in the LICENSE
by Brett Cannon
· 5 years ago
df03b63
Merge pull request #43 from metatoaster/list_of_empty
by Ian Stapleton Cordasco
· 6 years ago
abb1308
Correct handling of empty/undef in list values
by Tommy Yu
· 6 years ago
21afcf2
Tests covering current correct behaviors.
by Tommy Yu
· 6 years ago
68064e2
Merge pull request #40 from jwodder/master
by Ian Stapleton Cordasco
· 6 years ago
255c701
Import ABCs from collections.abc if possible
by John T. Wodder II
· 6 years ago
e03fe75
Merge pull request #37 from cloudsmith-io/bugfix-ordering
by Ian Stapleton Cordasco
· 7 years ago
0823f11
Fix pep8 complaints
by Lee Skillen
· 7 years ago
12c9fdf
Make variable ordering deterministic
by Lee Skillen
· 7 years ago
86f4952
Merge pull request #39 from hugovk/rm-eol
by Ian Stapleton Cordasco
· 7 years ago
910f605
Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade
by Hugo
· 7 years ago
becb8d2
Drop support for EOL Python
by Hugo
· 7 years ago
d4ce8c7
Fix pep8
by Hugo
· 7 years ago
6eaef88
Update project for new organization home
by Ian Stapleton Cordasco
· 8 years ago
942d0b8
Add .mailmap to map old name to new name
by Ian Stapleton Cordasco
· 8 years ago
6cd73d0
Merge pull request #31 from thierryba/master
by Ian Cordasco
· 8 years ago
d224806
Fixed deprecation warnings in python 3.6.1
by Thierry Bastian
· 8 years ago
f183e3f
Merge pull request #30 from brettcannon/python-3.6
by Ian Cordasco
· 8 years ago
0a78fbd
List Python 3.6 as supported
by Brett Cannon
· 8 years ago
1555ffe
Test against Python 3.6
by Brett Cannon
· 8 years ago
9c9485f
Test against Python 3.6 on Travis
by Brett Cannon
· 8 years ago
27e7eba
Merge pull request #29 from graingert/patch-2
by Ian Cordasco
· 8 years ago
1f546ef
Point to the new PyPI name
by Thomas Grainger
· 8 years ago
623fce3
Bump version to 3.0.0
by Ian Cordasco
· 9 years ago
a0de6c7
Fix requirement on uritemplate
by Ian Cordasco
· 9 years ago
71c8527
Add setup.py for uritemplate.py
by Ian Cordasco
· 9 years ago
28cd01c
Ensure we upload universal wheels
by Ian Cordasco
· 9 years ago
2ac420b
Merge branch 'merge-with-uritemplate'
by Ian Cordasco
· 9 years ago
8274b15
Release v2.0.0 of uritemplate
by Ian Cordasco
· 9 years ago
fef8cc6
Bump to version 2.0.0rc2
by Ian Cordasco
· 9 years ago
def5c82
Add missing variables function
by Ian Cordasco
· 9 years ago
862e89f
Handle RC1 in the version string
by Ian Cordasco
· 9 years ago
91253e7
Make uritemplate release candidate
by Ian Cordasco
· 9 years ago
6c1d9ef
Release v2.0.0
by Ian Cordasco
· 9 years ago
c891459
Merge pull request #23 from sigmavirus24/relicense
by Ian Cordasco
· 9 years ago
094aa58
Include individaul license files
by Ian Cordasco
· 9 years ago
44c54ca
Relicense uritemplate.py
by Ian Cordasco
· 9 years ago
07e8813
Release v1.0.1
by Ian Cordasco
· 9 years ago
a8e3c38
Release v1.0.0
by Ian Cordasco
· 9 years ago
902a8b4
Clean up for Flake8
by Ian Cordasco
· 9 years ago
3e73d2d
Remove Python 3.2 from Travis CI
by Ian Cordasco
· 9 years ago
2b5c704
Fix handling of unicode values for Python 2
by Ian Cordasco
· 9 years ago
925ffa2
Fix one minor style nit
by Ian Cordasco
· 9 years ago
16d9bea
Merge pull request #20 from dwieeb/master
by Ian Cordasco
· 9 years ago
544b803
Issue #19 affects these tests as well
by Daniel Imhoff
· 9 years ago
53347c3
Handle non-strs in values for query expansion
by Daniel Imhoff
· 9 years ago
fd4ecff
Pass along {posargs} to pytest
by Daniel Imhoff
· 9 years ago
995f88f
Update copyright, version, and __all__
by Ian Cordasco
· 9 years ago
dc1c35d
Merge pull request #18 from sigmavirus24/more-improvements
by Ian Cordasco
· 9 years ago
e104b4a
Only xfail Additional Examples 4 on Python 2
by Ian Cordasco
· 9 years ago
2ecd303
Clean up and actually run tests from fixtures
by Ian Cordasco
· 9 years ago
224c5f7
Merge pull request #16 from sigmavirus24/update-travis
by Ian Cordasco
· 9 years ago
e26ef85
Use Travis CI's new Docker infra
by Ian Cordasco
· 9 years ago
583bd44
Clean up flake8 violations
by Ian Cordasco
· 9 years ago
4202ee3
Ignore docs directory for Flake8
by Ian Cordasco
· 9 years ago
ba1e89c
Update Travis and tox config
by Ian Cordasco
· 9 years ago
4ca6d85
Merge pull request #12 from eugene-eeo/refactor
by Ian Cordasco
· 9 years ago
b380006
Merge pull request #7 from pombredanne/tests_from_uritemplatepy
by Ian Cordasco
· 10 years ago
146d83e
avoid premature optimisations
by Eugene Eeo
· 10 years ago
765d3ba
stick closer to suggestion
by Eugene Eeo
· 10 years ago
940383d
add testcase and helper function
by Eugene Eeo
· 10 years ago
835e9b5
minor refactor of code
by Eugene Eeo
· 10 years ago
fbd9790
Merge pull request #11 from jpotts18/master
by Ian Cordasco
· 11 years ago
623ab51
updaing README to show how only strings are supported'
by Jeff Potter
· 11 years ago
f25ac4a
Add 3.4 to test matrix
by Ian Cordasco
· 11 years ago
5fc499a
Adding tests from https://github.com/uri-templates/uritemplate-test
by Philippe Ombredanne
· 11 years ago
fd01fd9
Missed a line in the docs
by Ian Cordasco
· 11 years ago
a4b62a9
Bump version to 0.3.0
by Ian Cordasco
· 11 years ago
c8ed531
Update history in prep for new version
by Ian Cordasco
· 11 years ago
3f3edf3
Add tests around uritemplate.partial
by Ian Cordasco
· 11 years ago
e9b5bc2
Actually add partial to the public API
by Ian Cordasco
· 11 years ago
32e55ab
Add partial to the public API
by Ian Cordasco
· 11 years ago
c0417ff
Allow for partial expansion of templates
by Ian Cordasco
· 11 years ago
7102baf
Revert "Release 0.2.1"
by Ian Cordasco
· 12 years ago
2f22946
Revert "Convert non-string-ish types to strings"
by Ian Cordasco
· 12 years ago
f80ff0d
Release 0.2.1
by Ian Cordasco
· 12 years ago
7412f87
Convert non-string-ish types to strings
by Ian Cordasco
· 12 years ago
5b66365
Rollback the doc changes.
by Ian Cordasco
· 12 years ago
5df53bf
Update version info.
by Ian Cordasco
· 12 years ago
f0f5f80
MORE TESTS
by Ian Cordasco
· 12 years ago
4463708
More tests and remove kruft
by Ian Cordasco
· 12 years ago
097f44b
Fix URIVariable.post_parse
by Ian Cordasco
· 12 years ago
afb6824
Fix tests and imports
by Ian Cordasco
· 12 years ago
396fc8a
Break URIVariable out into its own file
by Ian Cordasco
· 12 years ago
797d486
Refactoring URIVariable
by Ian Cordasco
· 12 years ago
b2874e1
Document the URIVariable API
by Ian Cordasco
· 12 years ago
1d31a37
Better repr
by Ian Cordasco
· 12 years ago
d69fe20
Add regression test
by Ian Cordasco
· 12 years ago
Next »