Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce pip.cache.Cache base class for pip's caches (#4623) | Pradyun S. Gedam | 2017-07-20 | 3 | -49/+86 |
* | Move get_cache_path_for_link to WheelCache (#4603) | Pradyun S. Gedam | 2017-07-18 | 3 | -52/+44 |
* | Rename variable (#4601) | Pradyun S. Gedam | 2017-07-06 | 1 | -65/+65 |
* | Move wheel_cache out of RequirementSet (#4600) | Pradyun S. Gedam | 2017-07-05 | 6 | -11/+22 |
* | Move some RequirementSet attributes to RequirementPreparer (#4583) | Pradyun S. Gedam | 2017-07-05 | 8 | -83/+97 |
* | Handle sys.__stderr__.encoding not existing (#4599) | Paul Moore | 2017-07-05 | 1 | -1/+8 |
* | Refactor/move preparation logic out (#4577) | Pradyun S. Gedam | 2017-06-28 | 5 | -318/+346 |
* | From RequirementSet to Resolver - Part 1 (#4546) | Pradyun S. Gedam | 2017-06-27 | 7 | -93/+108 |
* | Support forward slash on windows (#4563) | Pradyun S. Gedam | 2017-06-26 | 1 | -3/+6 |
* | Display where pip is looking for packages (#4483) | Pradyun S. Gedam | 2017-06-26 | 2 | -0/+18 |
* | Add Required-by field to pip show (#4564) | Pradyun S. Gedam | 2017-06-26 | 1 | -1/+10 |
* | Configuration - Documentation updates (#4556) | Pradyun S. Gedam | 2017-06-24 | 2 | -3/+9 |
* | :art: | Pradyun S. Gedam | 2017-06-16 | 3 | -4/+3 |
* | Begin moving WheelCache to pip.cache | Pradyun S. Gedam | 2017-06-15 | 6 | -106/+127 |
* | Address review comments | Pradyun S. Gedam | 2017-06-14 | 1 | -3/+6 |
* | Rename function and change signature | Pradyun S. Gedam | 2017-06-14 | 1 | -5/+5 |
* | Make them independent functions | Pradyun S. Gedam | 2017-06-14 | 1 | -63/+65 |
* | Refactor output compression into a separate method. | Pradyun S. Gedam | 2017-06-14 | 1 | -37/+48 |
* | Merge pull request #4240 from pradyunsg/configuration-command | Donald Stufft | 2017-06-13 | 8 | -83/+551 |
|\ | |||||
| * | Sort imports | Pradyun S. Gedam | 2017-06-13 | 1 | -1/+1 |
| * | :art: | Pradyun S. Gedam | 2017-06-13 | 1 | -1/+1 |
| * | Address review comment | Pradyun S. Gedam | 2017-06-13 | 1 | -4/+4 |
| * | Protect get_file_to_edit from not having a load_only | Pradyun S. Gedam | 2017-06-13 | 1 | -0/+3 |
| * | Even edit command needs a load-only value | Pradyun S. Gedam | 2017-06-13 | 1 | -1/+1 |
| * | Merge branch 'master' into configuration-command | Pradyun S. Gedam | 2017-06-13 | 17 | -301/+407 |
| |\ | |||||
| * | | Add examples to the sub-commands | Pradyun S. Gedam | 2017-06-13 | 1 | -6/+6 |
| * | | Change file_ to fname | Pradyun S. Gedam | 2017-06-01 | 3 | -26/+26 |
| * | | Address review comments | Pradyun S. Gedam | 2017-06-01 | 3 | -13/+35 |
| * | | Improve tests | Pradyun S. Gedam | 2017-05-20 | 1 | -1/+1 |
| * | | Implement section overriding in baseparser | Pradyun S. Gedam | 2017-05-20 | 1 | -8/+21 |
| * | | Environment Variables load separately from Environment Configuration. | Pradyun S. Gedam | 2017-05-20 | 1 | -3/+5 |
| * | | :wrench: | Pradyun S. Gedam | 2017-05-20 | 1 | -2/+2 |
| * | | :fire: Get rid of _make_key | Pradyun S. Gedam | 2017-05-20 | 1 | -6/+1 |
| * | | :wrench: | Pradyun S. Gedam | 2017-05-20 | 1 | -6/+6 |
| * | | :art: | Pradyun S. Gedam | 2017-05-20 | 1 | -6/+5 |
| * | | Use an enum-like attribute to refer to configuration sources | Pradyun S. Gedam | 2017-05-20 | 3 | -24/+40 |
| * | | Rename site-wide to global | Pradyun S. Gedam | 2017-05-20 | 2 | -6/+7 |
| * | | Use exceptions to signal errors | Pradyun S. Gedam | 2017-05-20 | 1 | -57/+50 |
| * | | Add --editor option | Pradyun S. Gedam | 2017-05-20 | 1 | -1/+12 |
| * | | Determine file to load in a separate method | Pradyun S. Gedam | 2017-05-20 | 1 | -20/+41 |
| * | | Use a positional argument to determine the action | Pradyun S. Gedam | 2017-05-20 | 1 | -75/+29 |
| * | | I forgot file is a builtin in Python 2 | Pradyun S. Gedam | 2017-05-20 | 1 | -19/+19 |
| * | | :art: | Pradyun S. Gedam | 2017-05-20 | 2 | -2/+2 |
| * | | Raise Configuration Errors with proper messages | Pradyun S. Gedam | 2017-05-20 | 1 | -2/+5 |
| * | | Add tests | Pradyun S. Gedam | 2017-05-20 | 1 | -1/+2 |
| * | | Print the help on not being given options | Pradyun S. Gedam | 2017-05-20 | 1 | -0/+1 |
| * | | Raise a ConfigurationError | Pradyun S. Gedam | 2017-05-20 | 1 | -3/+7 |
| * | | Errors are fatal | Pradyun S. Gedam | 2017-05-20 | 1 | -2/+2 |
| * | | Add debugging message + :art: | Pradyun S. Gedam | 2017-05-20 | 1 | -3/+5 |
| * | | Remove dependency on re for a trivial task | Pradyun S. Gedam | 2017-05-20 | 1 | -4/+2 |