summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Some fixesJ. Goutin2016-06-141-15/+19
* Merge with 21.2.0Jason R. Coombs2016-05-223-82/+151
|\
| * getsitepackages may not be presentv21.2.0Jason R. Coombs2016-05-211-1/+1
| * 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
| * 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
| * | 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 sys...Cosimo Lupo2016-05-041-8/+4
| |/
* | Use underscore to separate words (or acronyms) for clarity (vc_ver).Jason R. Coombs2016-05-221-60/+60
* | Add missing C for consistency.Jason R. Coombs2016-05-221-2/+2
* | Remove extra redundant work. Patch the module so behavior is the same on Unix...Jason R. Coombs2016-05-221-5/+0
* | Update msvc9_support.pyJ. Goutin2016-05-191-13/+18
* | Merge with master to fix failing testsJason R. Coombs2016-05-1815-154/+235
|\ \ | |/
| * Tabs to spaces in two more files. Ref #489.Jason R. Coombs2016-05-021-2/+2
| * Convert tabs to spaces. Fixes #489.Jason R. Coombs2016-05-023-20/+20
| * Simplify logic by eliminating retries in password prompt and returning result...Jason R. Coombs2016-04-241-10/+4
| * Add carriage return for symmetryJason R. Coombs2016-04-241-1/+2
| * Move import to headerJason R. Coombs2016-04-241-1/+1
| * Prompt for password on upload.Brooks Kindle2016-04-231-6/+26
| * Correction for expected dict order when PYTHONHASHSEED=0Jason R. Coombs2016-04-202-7/+7
| * 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 ord...Jason R. Coombs2016-04-201-6/+12
| * 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
| * Preserve order of egg_info section in setup.cfgDavanum Srinivas2016-04-192-2/+67
| * Handle not-zip-safe egg (folder) deletion in rotate commandRick Liu2016-04-151-1/+5
| * Swap out hard tabs for spacesAlex Gaynor2016-04-101-18/+18
| * Trap additional exceptions. Fixes #536.Jason R. Coombs2016-04-071-1/+1
| * Restore evaluating environment markers in WorkingSetSteve Kowalik2016-04-051-3/+0
| * Bypass environment marker evaluation in requirements resolution. Ref #523.Jason R. Coombs2016-03-311-0/+3
| * Extract separate test for test_environment_markers in test_resources. Remove ...Jason R. Coombs2016-03-311-2/+2
| * Add fallback version to enable egg_info bootstrapJason R. Coombs2016-03-291-1/+4
| * Attempting a new streamlined, Travis-powered release process.Jason R. Coombs2016-03-291-1/+3
| * Bumped to 20.6 in preparation for next release.Jason R. Coombs2016-03-291-1/+1
| * Merge https://bitbucket.org/pypa/setuptools/pull-requests/185.Jason R. Coombs2016-03-291-8/+55
| |\
| | * Support environment markers in *_requires, via WorkingSet.Steve Kowalik2016-03-241-8/+55
| * | Bumped to 20.5 in preparation for next release.Jason R. Coombs2016-03-291-1/+1
| * | Bumped to 20.4 in preparation for next release.20.4Jason R. Coombs2016-03-291-1/+1
| * | Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-293-5/+5
| |/