1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

22 commits

Author SHA1 Message Date
Marcus Smith
c5e0d3521a test resource readme files 2012-09-29 19:39:54 -07:00
Marcus Smith
b1e375402a add simple test dists, v2 and v3 2012-09-23 14:45:03 -07:00
Marcus Smith
531e3bf443 have the LocalExtras dist use the simple file:// index and simple dist 2012-09-16 17:39:48 -07:00
Marcus Smith
a2e489fdd5 a new 'simple' dist for basic testing 2012-09-16 17:35:31 -07:00
Paul Moore
040f729376 Fix for issue 670 (unorderable Link types under Python 3) 2012-09-10 20:45:04 +01:00
Marcus Smith
0a18db27ba edited and repackaged to exclude twisted import 2012-08-18 12:03:22 -07:00
Carl Meyer
15d2944f02 Merge branch develop into feature/issue-355-safe-uninstall 2012-07-09 22:01:25 -06:00
Piet Delport
220cde1bab Add a test for issue #355. 2012-07-09 09:04:46 +02:00
Marc Abramowitz
1f84b65bd1 Add HackedEggInfo test for the the fix for GH-11. 2012-07-01 23:08:51 -07:00
Carl Meyer
fcd79d3cbc Merge pull request #500 from nickstenning/feature/local-extras
Add support for specifying extras with local editable paths
2012-05-24 07:55:24 -07:00
Nick Stenning
78e4b05c33 Add functional test for local editables with extras. 2012-05-24 10:04:16 +01:00
Carl Meyer
58ad223871 Fix issue #510 - prevent sdist filename matches on partial project names. Thanks casevh for the report. 2012-04-16 17:27:47 -06:00
Carl Meyer
8aa4c80f8a Merge branch 'develop' into fix-issue-326-UnicodeDecodeError 2012-02-07 12:17:35 -07:00
Carl Meyer
a2fadcc1a7 Added test for mpkg fix. 2011-12-16 10:07:18 -07:00
Marc Abramowitz
a790180a33 Add a test (test_install_package_that_emits_unicode) for https://github.com/pypa/pip/issues/326 and
https://github.com/pypa/pip/pull/374

Refs https://github.com/pypa/pip/issues/326
2011-10-29 08:56:51 -07:00
Carl Meyer
25deeb2502 Removed and ignored test package .egg-info directory. 2011-03-23 00:56:52 -04:00
Carl Meyer
651e1af613 Fixed #237 - syntax error on setup.py using DOS line endings, on Python 2.6 and previous. 2011-03-21 21:51:23 -04:00
Ronny Pfannschmidt
8bc74a9261 correctly handle pax_global_header for untar on python < 2.6 2010-09-07 19:26:13 +02:00
Hugo Lopes Tavares
ab3ea6ec51 removed unused vars and imports 2010-06-03 21:58:16 -03:00
Dave Abrahams
289a44e512 This file gets written by the install test, causing the source tree to
appear outdated to source control when it shows up with Windows
line-endings.  Really this whole package should be copied elsewhere
before it is installed (see http://bitbucket.org/ianb/pip/issue/108)
2010-05-01 11:19:42 -04:00
Ian Bicking
13a3083066 Fix for pip bundle and local files, from whit 2009-12-08 13:25:07 -06:00
Carl Meyer
afc8797de9 tests for uninstall-rollback 2009-10-25 08:24:44 -04:00