aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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: always import _CONFIG_VARS from distutils.sysconfig instead of sysconfig
| * build_ext: move block customizing compiler for shared lib into a functionCosimo Lupo2016-05-181-14/+22
| |
| * build_ext: always import _CONFIG_VARS from distutils.sysconfig instead of ↵Cosimo Lupo2016-05-041-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. Coombs2016-05-091-0/+1
|\ \
| * | Added tag v20.6.8 for changeset 018e4a727cf6Jason R. Coombs2016-05-091-0/+2
| | |
| * | Bump version: 20.6.7 → 20.6.8v20.6.8Jason R. Coombs2016-05-092-2/+2
| | |
* | | README and CHANGES were renamed. Update MANIFEST.in to include them once ↵Jason R. Coombs2016-05-061-1/+1
| |/ |/| | | | | again in the source distributions. Fixes #575.
* | Tabs to spaces in two more files. Ref #489.Jason R. Coombs2016-05-022-21/+21
| |
* | Convert tabs to spaces. Fixes #489.Jason R. Coombs2016-05-024-80/+80
| |
* | Added tag v21.0.0 for changeset ddd3f81eb9e0Jason R. Coombs2016-05-021-0/+1
| |
* | Bump version: 20.10.1 → 21.0.0v21.0.0Jason R. Coombs2016-05-022-2/+2
| |
* | Remove ez_setup.py from master branch (and packaged sdist releases).Jason R. Coombs2016-04-263-431/+17
| |
* | Separate clauses onto different lines for clarity and consistency.Jason R. Coombs2016-04-261-2/+5
| |
* | Remove unnecessary mention of Python 2.6, now required.Jason R. Coombs2016-04-261-1/+1
| |
* | Merge pull request #559 from buildout/masterJason R. Coombs2016-04-251-2/+2
|\ \ | | | | | | Fix setuptools url and curl wants --location to follow redirects
| * | restore previous fix that was never deployed.Jim Fulton2016-04-251-0/+2
| | |
| * | Fix setuptools url and curl wants --location to follow redirectsJim Fulton2016-04-251-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 3b5fdd077c7dJason R. Coombs2016-04-251-0/+1
| |
* | Bump version: 20.10.0 → 20.10.1v20.10.1Jason R. Coombs2016-04-252-2/+2
| |
* | Try comparing eqJason R. Coombs2016-04-251-1/+1
| |
* | MergeJason R. Coombs2016-04-250-0/+0
|\ \
| * | Added tag v20.10.0 for changeset 98779f519092Jason R. Coombs2016-04-241-0/+1
| | |
* | | Added tag v20.10.0 for changeset c72faa468919Jason R. Coombs2016-04-251-0/+1
| | |
* | | Bump version: 20.9.0 → 20.10.0v20.10.0Jason R. Coombs2016-04-252-2/+2
|/ /
* | Simplify logic by eliminating retries in password prompt and returning ↵Jason R. Coombs2016-04-241-10/+4
| | | | | | | | results directly.
* | Add carriage return for symmetryJason R. Coombs2016-04-241-1/+2
| |
* | Move import to headerJason R. Coombs2016-04-241-1/+1
| |
* | Update changelogJason R. Coombs2016-04-241-0/+3
| |
* | Merge pull request #555 from brookskindle/dev_prompt_passwordJason R. Coombs2016-04-241-6/+26
|\ \ | | | | | | password prompt on upload command
| * | Prompt for password on upload.Brooks Kindle2016-04-231-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upload command wasn't prompting for a password. If there was no password specified in ~/.pypirc, the upload command, python setup.py sdist upload would fail and raise a TypeError. The workaround for this was to use python setup.py sdist register upload since the register command does prompt for a password. This commit ensures that the upload command prompts for a password if not given one by ~/.pypirc or the register command.
* | | Update changelogJason R. Coombs2016-04-241-0/+2
| | |
* | | Merge pull request #556 from gsnedders/packaging_167Jason R. Coombs2016-04-243-3/+12
|\ \ \ | |/ / |/| | Update packaging to 16.7
| * | Update packaging to 16.7Geoffrey Sneddon2016-04-233-3/+12
|/ / | | | | | | | | | | This adds support for the deprecated python_implementation marker which was an undocumented setuptools marker prior to 20.2 in addition to the newer markers.
* | Support pypy3 alsoJason R. Coombs2016-04-201-3/+0
| |
* | Correction for expected dict order when PYTHONHASHSEED=0Jason R. Coombs2016-04-202-7/+7
| |
* | Update changelog. Closes #553.Jason R. Coombs2016-04-201-0/+8
| |
* | Add docstrings explaining the intention of the test. Ref #553.Jason R. Coombs2016-04-201-0/+13
| |
* | It's not necessary to build a file with an empty egg_info.Jason R. Coombs2016-04-201-5/+0
| |
* | Move Python 2.6 exception into specific test, capturing that the expected ↵Jason R. Coombs2016-04-201-6/+12
| | | | | | | | order is different on Python 2.6, not because of the lack of OrderedDict, but because of different behavior in RawConfigParser. Ref #553.
* | Extract method for validating the order.Jason R. Coombs2016-04-201-8/+14
| |
* | Remove superfluous sliceJason R. Coombs2016-04-201-2/+2
| |
* | DedentJason R. Coombs2016-04-201-16/+16
| |
* | Remove unused importJason R. Coombs2016-04-201-5/+0
| |
* | Use OrderedDict to retain deterministic ordering of version info in egg_info ↵Jason R. Coombs2016-04-203-14/+18
| | | | | | | | command. Remove lexicographic ordering in setopt.edit_config. Ref #553
* | Preserve order of egg_info section in setup.cfgDavanum Srinivas2016-04-192-2/+67
| | | | | | | | | | | | | | | | | | | | | | | | egg_info is the dictionary with information that is injected into setup.cfg. edit_config uses RawConfigParser which uses collections.OrderedDict for all the data. When we use a simple dict(), when we loop through items in edit_config, we see random behavior as a result the fields tag_svn_revision/tag_date/tag_build are added to the setup.cfg randomly. So if we sort the items by key when we traverse items we will get deterministic output as RawConfigParser uses OrderedDict internally by default.
* | Limit deploys to Python 3.5 and only the standard run. Ref #549.Jason R. Coombs2016-04-161-1/+2
| |
* | Added tag v20.9.0 for changeset 8bf8aaa139bbJason R. Coombs2016-04-161-0/+1
| |
* | Bump version: 20.8.1 → 20.9.0v20.9.0Jason R. Coombs2016-04-162-2/+2
| |