Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Format block comment. | stepshal | 2016-07-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Test for membership should be 'not in'. | stepshal | 2016-07-21 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #655 from stepshal/imorts_in_same_block | Jason R. Coombs | 2016-07-20 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | Put imports in same block alphabeticaly. | |||||
| * | | | Put imports in same block alphabeticaly. | stepshal | 2016-07-14 | 2 | -2/+2 | |
| |/ / | ||||||
* | | | Add test capturing expectation of PYPI_MD5 pattern | Jason R. Coombs | 2016-07-20 | 1 | -0/+10 | |
| | | | ||||||
* | | | Merge pull request #652 from stepshal/one_comma | Jason R. Coombs | 2016-07-20 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | Make exactly one space after comma. | |||||
| * | | | Make exactly one space after comma. | stepshal | 2016-07-14 | 2 | -2/+2 | |
| |/ / | ||||||
* | | | Merge pull request #650 from stepshal/closing_bracket | Jason R. Coombs | 2016-07-20 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | Match closing bracket identation of opening bracket's line. | |||||
| * | | | Match closing bracket identation of opening bracket's line. | stepshal | 2016-07-14 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #644 from stepshal/spacing-comment-hash | Jason R. Coombs | 2016-07-20 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Fix spacing after comment hash. | |||||
| * | | | | Fix spacing after comment hash. | stepshal | 2016-07-14 | 1 | -2/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #640 from stepshal/parameter | Jason R. Coombs | 2016-07-20 | 1 | -6/+6 | |
|\ \ \ \ | | | | | | | | | | | Remove whitespace around parameter '=' sign. | |||||
| * | | | | Remove whitespace around parameter '=' sign. | stepshal | 2016-07-14 | 1 | -6/+6 | |
| |/ / / | ||||||
* | | | | Fix missing whitespace around operator. | stepshal | 2016-07-14 | 3 | -5/+5 | |
|/ / / | ||||||
* | | | Merge pull request #642 from stepshal/bracket | Jason R. Coombs | 2016-07-13 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | tests: match closing bracket for visual identation | |||||
| * | | | tests: match closing bracket for visual identation | stepshal | 2016-07-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove commented code | Jason R. Coombs | 2016-07-14 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge pull request #639 from stepshal/block-comment | Jason R. Coombs | 2016-07-13 | 2 | -5/+5 | |
|\ \ \ \ | | | | | | | | | | | Format block comments. | |||||
| * | | | | Format block comments. | stepshal | 2016-07-13 | 2 | -5/+5 | |
| |/ / / | ||||||
* | | | | Merge pull request #637 from stepshal/comparison | Jason R. Coombs | 2016-07-13 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | tests: fix comparison with None. | |||||
| * | | | | Fix comparison with None. | stepshal | 2016-07-13 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Add missing whitespace. | stepshal | 2016-07-14 | 3 | -38/+38 | |
| |/ / |/| | | ||||||
* | | | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 12 | -1/+26 | |
|/ / | ||||||
* | | Extract template as variable to avoid line continuation. | Jason R. Coombs | 2016-07-02 | 1 | -1/+1 | |
| | | ||||||
* | | Rename test for msvc module as well | Jason R. Coombs | 2016-07-02 | 1 | -0/+0 | |
| | | ||||||
* | | Merge with 23.2.1 | Jason R. Coombs | 2016-07-02 | 2 | -0/+43 | |
|\ \ | |/ | ||||||
| * | Add test for build_multipart | Jason R. Coombs | 2016-05-31 | 1 | -0/+12 | |
| | | ||||||
| * | Add test ref #261. | Jason R. Coombs | 2016-05-22 | 1 | -0/+31 | |
| | | ||||||
* | | Rename msvc9_support to simply msvc. | Jason R. Coombs | 2016-07-02 | 1 | -1/+1 | |
|/ | ||||||
* | getsitepackages may not be presentv21.2.0 | Jason R. Coombs | 2016-05-21 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -0/+4 | |
| | ||||||
* | Convert tabs to spaces. Fixes #489. | Jason R. Coombs | 2016-05-02 | 1 | -4/+4 | |
| | ||||||
* | Correction for expected dict order when PYTHONHASHSEED=0 | Jason R. Coombs | 2016-04-20 | 1 | -6/+6 | |
| | ||||||
* | Add docstrings explaining the intention of the test. Ref #553. | Jason R. Coombs | 2016-04-20 | 1 | -0/+13 | |
| | ||||||
* | It's not necessary to build a file with an empty egg_info. | Jason R. Coombs | 2016-04-20 | 1 | -5/+0 | |
| | ||||||
* | Move Python 2.6 exception into specific test, capturing that the expected ↵ | Jason R. Coombs | 2016-04-20 | 1 | -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. Coombs | 2016-04-20 | 1 | -8/+14 | |
| | ||||||
* | Remove superfluous slice | Jason R. Coombs | 2016-04-20 | 1 | -2/+2 | |
| | ||||||
* | Dedent | Jason R. Coombs | 2016-04-20 | 1 | -16/+16 | |
| | ||||||
* | Remove unused import | Jason R. Coombs | 2016-04-20 | 1 | -5/+0 | |
| | ||||||
* | Use OrderedDict to retain deterministic ordering of version info in egg_info ↵ | Jason R. Coombs | 2016-04-20 | 1 | -1/+1 | |
| | | | | command. Remove lexicographic ordering in setopt.edit_config. Ref #553 | |||||
* | Preserve order of egg_info section in setup.cfg | Davanum Srinivas | 2016-04-19 | 1 | -0/+62 | |
| | | | | | | | | | | | | 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. | |||||
* | Restore evaluating environment markers in WorkingSet | Steve Kowalik | 2016-04-05 | 1 | -3/+0 | |
| | | | | | | | | | | Correctly deal with parsed requirements that include extras as a marker inside WorkingSet that are populated from METADATA inside wheels, like we get from pip>=7. This partially reverts commit 04d10ff025e1cbef7ec93a2008c930e856045c8a. Closes: #523 | |||||
* | Bypass environment marker evaluation in requirements resolution. Ref #523. | Jason R. Coombs | 2016-03-31 | 1 | -0/+3 | |
| | ||||||
* | Extract separate test for test_environment_markers in test_resources. Remove ↵ | Jason R. Coombs | 2016-03-31 | 1 | -2/+2 | |
| | | | | unused variable. | |||||
* | Support environment markers in *_requires, via WorkingSet. | Steve Kowalik | 2016-03-24 | 1 | -8/+55 | |
| |