| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 21.2.0 → 21.2.1v21.2.1 | Jason R. Coombs | 2016-05-22 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #261. | Jason R. Coombs | 2016-05-22 | 1 | -0/+6 |
| | | |||||
| * | Re-use unique_everseen from itertools recipes. | Jason R. Coombs | 2016-05-22 | 1 | -7/+24 |
| | | |||||
| * | Extract duplicate code into a single method. | Jason R. Coombs | 2016-05-22 | 1 | -20/+28 |
| | | |||||
| * | Rewrite find_data_files and exclude_data_files to follow the same pattern ↵ | Jason R. Coombs | 2016-05-22 | 1 | -17/+24 |
| | | | | | for building platform_patterns. | ||||
| * | Allow files to be iterable in exclude_data_files | Jason R. Coombs | 2016-05-22 | 1 | -2/+3 |
| | | |||||
| * | Rewrite globs as chain of iterables. | Jason R. Coombs | 2016-05-22 | 1 | -3/+3 |
| | | |||||
| * | Filter non-files in find_data_files. Fixes #261. | Jason R. Coombs | 2016-05-22 | 1 | -2/+2 |
| | | |||||
| * | Refactor build_py.find_data_files to use iterables, constructing the files ↵ | Jason R. Coombs | 2016-05-22 | 1 | -3/+11 |
| | | | | | list directly. Ref #261. | ||||
| * | Add test ref #261. | Jason R. Coombs | 2016-05-22 | 1 | -0/+31 |
| | | |||||
| * | Use itertools.chain for more lenient support of any iterable types and also ↵ | Jason R. Coombs | 2016-05-22 | 1 | -2/+4 |
| | | | | | more uniform indentation. | ||||
| * | Added tag v21.2.0 for changeset 9959424676a4 | Jason R. Coombs | 2016-05-21 | 1 | -0/+2 |
| | | |||||
| * | getsitepackages may not be presentv21.2.0 | Jason R. Coombs | 2016-05-21 | 1 | -1/+1 |
| | | |||||
| * | Added tag v21.2.0 for changeset 40b8fac6db11 | Jason R. Coombs | 2016-05-21 | 1 | -0/+1 |
| | | |||||
| * | Bump version: 21.1.0 → 21.2.0 | Jason R. Coombs | 2016-05-21 | 2 | -2/+2 |
| | | |||||
| * | Re-use _inline for nicer one-line scripts. | Jason R. Coombs | 2016-05-21 | 1 | -10/+12 |
| | | |||||
| * | Reindent for clarity and to remove hanging indents. | Jason R. Coombs | 2016-05-21 | 1 | -54/+92 |
| | | |||||
| * | Add docstring | Jason R. Coombs | 2016-05-21 | 1 | -0/+6 |
| | | |||||
| * | Normalize imports | Jason R. Coombs | 2016-05-21 | 1 | -2/+4 |
| | | |||||
| * | Update changelog | Jason R. Coombs | 2016-05-21 | 1 | -0/+6 |
| | | |||||
| * | Prefer the amazing monkeypatch fixture from pytest to bespoke inline ↵ | Jason R. Coombs | 2016-05-21 | 1 | -33/+10 |
| | | | | | implementations. | ||||
| * | Remove unused import | Jason R. Coombs | 2016-05-21 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #586 from last-g/bug/shadowbug | Jason R. Coombs | 2016-05-21 | 2 | -0/+41 |
| |\ | | | | | Get real `site-packages` | ||||
| | * | Replace contextlib with decorator | Last G | 2016-05-19 | 1 | -8/+13 |
| | | | |||||
| | * | Fix tests for working in environment without site.getsitepakages | Last G | 2016-05-19 | 1 | -1/+28 |
| | | | |||||
| | * | Get site-packages dirs from site.py too | Last G | 2016-05-19 | 2 | -0/+9 |
| | | | |||||
| * | | Added tag v21.1.0 for changeset 02643fe95030 | Jason R. Coombs | 2016-05-18 | 1 | -0/+1 |
| | | | |||||
| * | | Bump version: 21.0.0 → 21.1.0v21.1.0 | Jason R. Coombs | 2016-05-18 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog. Ref #572. | Jason R. Coombs | 2016-05-18 | 1 | -0/+8 |
| | | | |||||
| * | | Merge pull request #572 from anthrotype/config-vars | Jason R. Coombs | 2016-05-18 | 1 | -22/+26 |
| |\ \ | |/ |/| | build_ext: always import _CONFIG_VARS from distutils.sysconfig instead of sysconfig | ||||
| | * | build_ext: move block customizing compiler for shared lib into a function | Cosimo Lupo | 2016-05-18 | 1 | -14/+22 |
| | | | |||||
| | * | build_ext: always import _CONFIG_VARS from distutils.sysconfig instead of ↵ | Cosimo Lupo | 2016-05-04 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | sysconfig otherwise `distutils.sysconfig.customize_compiler` does not configure OSX compiler for -dynamiclib See https://github.com/pypa/setuptools/issues/571 | ||||
| * | | Merge with 20.6.8 re-release. Fixes #579. | Jason R. Coombs | 2016-05-09 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Added tag v20.6.8 for changeset 018e4a727cf6 | Jason R. Coombs | 2016-05-09 | 1 | -0/+2 |
| | | | | |||||
| | * | | Bump version: 20.6.7 → 20.6.8v20.6.8 | Jason R. Coombs | 2016-05-09 | 2 | -2/+2 |
| | | | | |||||
| * | | | README and CHANGES were renamed. Update MANIFEST.in to include them once ↵ | Jason R. Coombs | 2016-05-06 | 1 | -1/+1 |
| | |/ |/| | | | | | again in the source distributions. Fixes #575. | ||||
| * | | Tabs to spaces in two more files. Ref #489. | Jason R. Coombs | 2016-05-02 | 2 | -21/+21 |
| | | | |||||
| * | | Convert tabs to spaces. Fixes #489. | Jason R. Coombs | 2016-05-02 | 4 | -80/+80 |
| | | | |||||
| * | | Added tag v21.0.0 for changeset ddd3f81eb9e0 | Jason R. Coombs | 2016-05-02 | 1 | -0/+1 |
| | | | |||||
| * | | Bump version: 20.10.1 → 21.0.0v21.0.0 | Jason R. Coombs | 2016-05-02 | 2 | -2/+2 |
| | | | |||||
| * | | Remove ez_setup.py from master branch (and packaged sdist releases). | Jason R. Coombs | 2016-04-26 | 3 | -431/+17 |
| | | | |||||
| * | | Separate clauses onto different lines for clarity and consistency. | Jason R. Coombs | 2016-04-26 | 1 | -2/+5 |
| | | | |||||
| * | | Remove unnecessary mention of Python 2.6, now required. | Jason R. Coombs | 2016-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #559 from buildout/master | Jason R. Coombs | 2016-04-25 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix setuptools url and curl wants --location to follow redirects | ||||
| | * | | restore previous fix that was never deployed. | Jim Fulton | 2016-04-25 | 1 | -0/+2 |
| | | | | |||||
| | * | | Fix setuptools url and curl wants --location to follow redirects | Jim Fulton | 2016-04-25 | 1 | -4/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | This change also removes: sys.meta_path = [importer for importer in sys.meta_path if importer.__class__.__module__ != 'pkg_resources.extern'] from _unload_pkg_resources. These lines were removed from the version at: https://bootstrap.pypa.io/ez_setup.py I don't know why the code there and here differs. | ||||
| * | | Added tag v20.10.1 for changeset 3b5fdd077c7d | Jason R. Coombs | 2016-04-25 | 1 | -0/+1 |
| | | | |||||
| * | | Bump version: 20.10.0 → 20.10.1v20.10.1 | Jason R. Coombs | 2016-04-25 | 2 | -2/+2 |
| | | | |||||
| * | | Try comparing eq | Jason R. Coombs | 2016-04-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge | Jason R. Coombs | 2016-04-25 | 0 | -0/+0 |
| |\ \ | |||||
