Commit Graph

556 Commits

Author SHA1 Message Date
Natalie Pendragon 65dd2c323d Improve dashed version parsing
Instead of chopping off the ends of versions containing dashes, this
will keep them intact. Also add some tests for the
parse_download_fname function.
2017-01-31 20:48:03 -05:00
kennethreitz 59dbdb6509 add some fun to the codebase 2017-01-31 17:26:29 -05:00
kennethreitz 81d4349500 proper name for travis-ci 2017-01-31 17:16:10 -05:00
kennethreitz 9c80f6c4b7 proper name for tox 2017-01-31 17:15:43 -05:00
kennethreitz 8bc7132fa9 3.7dev 2017-01-31 17:14:57 -05:00
kennethreitz ff340ef565 cleanup makefile section 2017-01-31 17:14:17 -05:00
kennethreitz d978b23ee6 emdash 2017-01-31 17:13:33 -05:00
kennethreitz ccee36749f dolla dolla bills y'all 2017-01-31 17:12:29 -05:00
kennethreitz 9cb5d5bd3c cleanups 2017-01-31 17:11:39 -05:00
kennethreitz b75c7c49a9 cleanup 2017-01-31 17:10:56 -05:00
kennethreitz 82de6c198d of pipenv 2017-01-31 17:10:25 -05:00
kennethreitz 091e4689d4 prettier advanced 2017-01-31 17:09:07 -05:00
kennethreitz 41cb7bd920 note about lock 2017-01-31 17:08:24 -05:00
kennethreitz 45fd684b11 add lock to advanced section 2017-01-31 17:07:52 -05:00
kennethreitz 9e92bd1aaa render font 2017-01-31 17:05:15 -05:00
kennethreitz efe841f742 v3.2.14 v3.2.14 2017-01-31 17:01:54 -05:00
kennethreitz 9d42d65712 Merge pull request #172 from kennethreitz/clear_piplock
Clear piplock
2017-01-31 17:00:42 -05:00
Nate Prewitt b85a01bd6b no prints 2017-01-31 14:23:25 -07:00
Nate Prewitt 48e3665f29 clear lockfile before updating 2017-01-31 14:21:47 -07:00
Nate Prewitt c580909bf6 updating history 2017-01-31 09:22:56 -07:00
Nate Prewitt 54ed73bded make ensure_proper_casing togglable in ensure_pipfile
This is being introduced because we don't want to
validate our Pipfile for commands like `run`, `update`,
or `shell`. We still have to verify that the Pipfile
exists though for finding the virtualenv. This will
toggle validation off when it's unneeded.
2017-01-31 08:58:49 -07:00
Nate Prewitt 8c040c5207 Merge pull request #169 from kennethreitz/advanced_docs
Advanced docs
2017-01-31 00:04:33 -07:00
kennethreitz b868ce3479 Merge pull request #166 from vilhalmer/all-vcs
Support all version control systems that pip does
2017-01-31 01:52:20 -05:00
Nate Prewitt 3a224aff0d wording and formatting updates 2017-01-30 22:06:21 -07:00
Nate Prewitt a771b7a0c3 updating prompt example 2017-01-30 21:39:27 -07:00
Nate Prewitt f6a8d3eab3 updating gitignore 2017-01-30 19:10:05 -07:00
Nate Prewitt 4d75bba0cb adding advanced doc section 2017-01-30 19:09:48 -07:00
vilhalmer 857a7d5a8e Remove unnecessary conditional 2017-01-30 19:47:02 -05:00
vilhalmer 51951d5ed0 Support all version control systems that pip does 2017-01-30 18:50:53 -05:00
Nate Prewitt bf7ab25a29 nevermind 2017-01-30 16:29:29 -07:00
Nate Prewitt e2b6d75003 only run tests once 2017-01-30 16:26:59 -07:00
Nate Prewitt a285b25d19 updating history 2017-01-30 13:02:46 -07:00
kennethreitz 813bd57b9d Merge pull request #164 from nateprewitt/python_precedence
use specified python version over --three/--two
2017-01-30 15:00:39 -05:00
Nate Prewitt b1dc39a4ba use specified python version over --three/--two 2017-01-30 12:46:19 -07:00
kennethreitz 1410b8b9ed Update README.rst 2017-01-30 14:19:42 -05:00
kennethreitz a5da6cf651 new tracking code 2017-01-30 14:06:21 -05:00
kennethreitz c848cb9d8c pipenv home 2017-01-30 14:03:01 -05:00
kennethreitz baca5cc62b get current version info in docs 2017-01-30 13:49:32 -05:00
kennethreitz ca526f8a0c update caveats 2017-01-30 13:44:19 -05:00
kennethreitz 2da7007c82 basic docs 2017-01-30 13:33:23 -05:00
kennethreitz c54d661e79 add sphinx to pipfile 2017-01-30 13:30:48 -05:00
kennethreitz 04bcfaeb68 docs basics 2017-01-30 13:30:04 -05:00
kennethreitz 43bcb2138a v3.2.13, #163 2017-01-30 13:21:38 -05:00
kennethreitz 09d5951bd4 #160 2017-01-30 13:11:13 -05:00
kennethreitz d55e13842d #160 2017-01-30 12:57:57 -05:00
kennethreitz 72b5b520a1 Auto-committing 'cli.py' 2017-01-30 12:55:58 -05:00
kennethreitz 04f18d3262 Merge pull request #158 from FooBarQuaxx/fix/duplicate-logic-setup-file
Remove duplicate path calculation in setup.py
2017-01-30 12:41:08 -05:00
kennethreitz 389bc14574 Auto-committing 'cli.py' 2017-01-30 12:36:43 -05:00
Nate Prewitt 283bb9a264 updating history 2017-01-30 08:22:20 -07:00
Nate Prewitt 6888b580cd properly parse versions in more complex package defs 2017-01-30 08:18:40 -07:00