summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 21.2.2 → 22.0.0v22.0.0Jason R. Coombs2016-06-012-2/+2
* Use newer string formatting for rendering user agent. Re-use __version__ from...Jason R. Coombs2016-06-011-3/+6
* Move setuptools to beginning of user-agent header. Fixes #598.Jason R. Coombs2016-06-012-2/+10
* Add test for build_multipartJason R. Coombs2016-05-311-0/+12
* Return content type in _build_multipartJason R. Coombs2016-05-311-3/+4
* Replace _build_parts with map and flatten.Jason R. Coombs2016-05-311-10/+9
* Normalize indentJason R. Coombs2016-05-311-16/+16
* Extract method for _build_partJason R. Coombs2016-05-311-2/+7
* Extract method for _build_multipartJason R. Coombs2016-05-311-10/+16
* Extract method for _build_parts.Jason R. Coombs2016-05-311-21/+27
* Use bytes literals and simpler encoding logic when constructing multipart postJason R. Coombs2016-05-311-20/+14
* Use context for closing fileJason R. Coombs2016-05-311-3/+2
* Added tag v21.2.2 for changeset 274f33435e9cJason R. Coombs2016-05-291-0/+1
* Bump version: 21.2.1 → 21.2.2v21.2.2Jason R. Coombs2016-05-292-2/+2
* Update changelogJason R. Coombs2016-05-291-0/+5
* Add reference to issue 470 in changelog for 20.5. Fixes #470.Jason R. Coombs2016-05-291-1/+1
* Merge pull request #596 from Juanlu001/patch-1Jason R. Coombs2016-05-261-1/+1
|\
| * Fix broken linkJuan Luis Cano Rodríguez2016-05-261-1/+1
|/
* Added tag v21.2.1 for changeset 694111eadb10Jason R. Coombs2016-05-221-0/+1
* Bump version: 21.2.0 → 21.2.1v21.2.1Jason R. Coombs2016-05-222-2/+2
* Update changelog. Ref #261.Jason R. Coombs2016-05-221-0/+6
* Re-use unique_everseen from itertools recipes.Jason R. Coombs2016-05-221-7/+24
* Extract duplicate code into a single method.Jason R. Coombs2016-05-221-20/+28
* Rewrite find_data_files and exclude_data_files to follow the same pattern for...Jason R. Coombs2016-05-221-17/+24
* Allow files to be iterable in exclude_data_filesJason R. Coombs2016-05-221-2/+3
* Rewrite globs as chain of iterables.Jason R. Coombs2016-05-221-3/+3
* Filter non-files in find_data_files. Fixes #261.Jason R. Coombs2016-05-221-2/+2
* Refactor build_py.find_data_files to use iterables, constructing the files li...Jason R. Coombs2016-05-221-3/+11
* Add test ref #261.Jason R. Coombs2016-05-221-0/+31
* Use itertools.chain for more lenient support of any iterable types and also m...Jason R. Coombs2016-05-221-2/+4
* Added tag v21.2.0 for changeset 9959424676a4Jason R. Coombs2016-05-211-0/+2
* getsitepackages may not be presentv21.2.0Jason R. Coombs2016-05-211-1/+1
* Added tag v21.2.0 for changeset 40b8fac6db11Jason R. Coombs2016-05-211-0/+1
* Bump version: 21.1.0 → 21.2.0Jason R. Coombs2016-05-212-2/+2
* Re-use _inline for nicer one-line scripts.Jason R. Coombs2016-05-211-10/+12
* Reindent for clarity and to remove hanging indents.Jason R. Coombs2016-05-211-54/+92
* Add docstringJason R. Coombs2016-05-211-0/+6
* Normalize importsJason R. Coombs2016-05-211-2/+4
* Update changelogJason R. Coombs2016-05-211-0/+6
* Prefer the amazing monkeypatch fixture from pytest to bespoke inline implemen...Jason R. Coombs2016-05-211-33/+10
* Remove unused importJason R. Coombs2016-05-211-1/+0
* Merge pull request #586 from last-g/bug/shadowbugJason R. Coombs2016-05-212-0/+41
|\
| * Replace contextlib with decoratorLast G2016-05-191-8/+13
| * Fix tests for working in environment without site.getsitepakagesLast G2016-05-191-1/+28
| * Get site-packages dirs from site.py tooLast G2016-05-192-0/+9
* | Added tag v21.1.0 for changeset 02643fe95030Jason R. Coombs2016-05-181-0/+1
* | Bump version: 21.0.0 → 21.1.0v21.1.0Jason R. Coombs2016-05-182-2/+2
* | Update changelog. Ref #572.Jason R. Coombs2016-05-181-0/+8
* | Merge pull request #572 from anthrotype/config-varsJason R. Coombs2016-05-181-22/+26
|\ \ | |/ |/|
| * build_ext: move block customizing compiler for shared lib into a functionCosimo Lupo2016-05-181-14/+22