<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_python_uritemplates/uritemplate/api.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/'/>
<entry>
<title>Make variable ordering deterministic</title>
<updated>2018-09-09T23:40:45+00:00</updated>
<author>
<name>Lee Skillen</name>
<email>lskillen@cloudsmith.io</email>
</author>
<published>2018-01-31T16:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=12c9fdf6cc413d2b227302181d20456361d94e3b'/>
<id>12c9fdf6cc413d2b227302181d20456361d94e3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing variables function</title>
<updated>2016-08-23T21:20:14+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-08-23T21:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=def5c821ba145aac450947f8eba7e57e484fe9de'/>
<id>def5c821ba145aac450947f8eba7e57e484fe9de</id>
<content type='text'>
At some point the uritemplate module added a variables function. This
adds that interface to maintain compatibility.

Closes #26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At some point the uritemplate module added a variables function. This
adds that interface to maintain compatibility.

Closes #26
</pre>
</div>
</content>
</entry>
<entry>
<title>Add partial to the public API</title>
<updated>2013-10-22T18:06:52+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-10-22T18:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=32e55abae94e05ae5566a83a5fb1c289cd1378c7'/>
<id>32e55abae94e05ae5566a83a5fb1c289cd1378c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify docstring note</title>
<updated>2013-05-14T17:15:16+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-05-14T17:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=3e10fb4f7946dfd1348a3927d5ece3a7429b112d'/>
<id>3e10fb4f7946dfd1348a3927d5ece3a7429b112d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write the expansion functions and start tests</title>
<updated>2013-05-14T04:16:35+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-05-13T16:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=c27def7ac11d37fbee7c662a440b772189f2f7ad'/>
<id>c27def7ac11d37fbee7c662a440b772189f2f7ad</id>
<content type='text'>
Or rather, start writing more tests. :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Or rather, start writing more tests. :)
</pre>
</div>
</content>
</entry>
<entry>
<title>pep257 compliance</title>
<updated>2013-05-11T21:35:23+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-05-11T21:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=00777a1c0bf671e0ca0f2fd0131f84b35848504a'/>
<id>00777a1c0bf671e0ca0f2fd0131f84b35848504a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more documentation to the doc-strings.</title>
<updated>2013-05-11T18:50:57+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-05-11T18:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=bf456a3ba13dda2afbb4b5bc160da37bb6ab22b5'/>
<id>bf456a3ba13dda2afbb4b5bc160da37bb6ab22b5</id>
<content type='text'>
Specifically to expand in the api and the class doc-strings about the __str__
and __repr__ methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifically to expand in the api and the class doc-strings about the __str__
and __repr__ methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the API. Add docs.</title>
<updated>2013-05-11T16:26:40+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-05-11T16:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=05dad4aaffe710759bd74fac6860f70e1569cdf9'/>
<id>05dad4aaffe710759bd74fac6860f70e1569cdf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Namespace the classes properly to avoid conflict</title>
<updated>2013-04-10T12:53:06+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-04-10T12:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=b39cd0968b5e5178b1285fd571c8648adf4d0741'/>
<id>b39cd0968b5e5178b1285fd571c8648adf4d0741</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This does nothing. Yet.</title>
<updated>2013-04-06T04:13:44+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-04-06T04:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=f453d4148de12234ee1301e918dd49b7f00f8dae'/>
<id>f453d4148de12234ee1301e918dd49b7f00f8dae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
