1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
The Python package installer https://pip.pypa.io/
Go to file
Dave Abrahams 4b2eedc50a On Windows, .pth files must be saved in binary mode ('wb')
...because they are written by easy_install with Unix line
endings (\n) there and if we write DOS line endings (\r\n) as 'w'
does, our uninstall tests that check for complete rollback of
easy-install.pth fail.
2010-05-02 22:18:41 -04:00
docs doc uploading updates 2010-04-22 03:12:33 -05:00
pip On Windows, .pth files must be saved in binary mode ('wb') 2010-05-02 22:18:41 -04:00
scripts set nonzero exit code on failure (fixes #33) 2009-12-04 13:43:31 -05:00
tests Eliminated all direct uses of diff_states, instead using a new 2010-05-02 22:08:03 -04:00
.hgignore Fixed #47 - Use ~/.pip/pip.log as the default location of log files. 2010-03-11 00:20:33 +01:00
.hgsigs Added signature for changeset 624327302f10 2009-04-20 19:17:05 +02:00
MANIFEST.in factor out get_installed_distributions utility function and add pip uninstall autocomplete; fixes #76 2010-03-09 14:39:48 -05:00
regen-docs doc uploading updates 2010-04-22 03:12:33 -05:00
setup.py fixes #88 (http://bitbucket.org/ianb/pip/issue/88) 2010-04-28 20:43:04 -04:00