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

211 commits

Author SHA1 Message Date
Carl Meyer f903eb0dd0 Merged in python3 branch. 2011-03-19 15:04:30 -04:00
Carl Meyer 0e8b9d9d07 Added news for Python 3 support. 2011-03-18 23:17:15 -04:00
Carl Meyer 1524196717 Re-added news updates that were lost in merging Py3k updates. 2011-03-18 20:30:17 -04:00
Carl Meyer 2032190e81 Fixed ReST bug in changelog. 2011-03-15 15:56:35 -04:00
Carl Meyer fffd82168d Simplify setting docs config version. 2011-03-15 15:52:27 -04:00
Vinay Sajip 680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Carl Meyer 40d0286c6c Added note to news about non-TTY download progress fix. 2011-03-15 14:16:54 -04:00
Alex Morega 0adc3e4818 documentation to run a single test 2011-03-15 11:05:54 -04:00
Vitaly Babiy 6c82a1bfdd added some basic installation docs 2011-03-15 01:43:51 -04:00
Carl Meyer b3d78d279c Added news updates. 2011-03-14 18:34:11 -04:00
Carl Meyer 1fcf4fa7d5 Doc tweaks. 2011-03-14 14:04:45 -04:00
Christian Oudard 395a6f0639 Added basic documentation on running unittests without setup.py. 2011-03-14 12:29:37 -04:00
Jannis Leidel 2d25114d28 Updated news and bumped version to 0.8.3. 2011-03-12 15:10:55 -05:00
Jannis Leidel 43c5f33877 Updated docs with new website location and a few other migration related things. 2011-03-06 18:19:41 +01:00
Jannis Leidel aede2cfcb7 Removed unneeded branches document from docs now that we move to Git. 2011-03-06 18:18:48 +01:00
Jannis Leidel f4b8dabd77 Added make files for the documentation for easier in-place building. 2011-03-06 18:17:52 +01:00
Jannis Leidel f39086279f Moved license file to main directory to follow best practices and added an AUTHORS file. 2011-03-06 18:16:48 +01:00
Hugo Lopes Tavares 53a883555b removed extra > in reference link 2011-02-13 16:54:56 -02:00
Jon Parise 6885cd0996 Actually provide a URL for the virtualenv mailing list. 2011-02-11 10:15:19 -08:00
Carl Meyer 476206b014 Fixed #14 - direct-URL packages now uninstall-before-upgrade. Thanks Oliver Tonnhofer. 2011-02-13 03:46:56 -05:00
Hugo Lopes Tavares bcd6f78c28 added note to fixed issue #204 - thanks kelseyhightower 2011-02-05 18:56:45 -02:00
Hugo Lopes Tavares 43e442d00f added mention to khightower for sending a patch do docs 2011-01-31 00:11:30 -02:00
Kelsey Hightower d415168fd1 fixing #199 -- Documentation mentions --index instead of --index-url 2011-01-10 23:58:30 -05:00
Hugo Lopes Tavares 0e286f3a73 added note to fixed issue #178 - Non-alphabetical installation of requirements. thanks to Igor Sobreira 2011-01-04 11:08:02 -02:00
Hugo Lopes Tavares 8f103e0ddb added note to fixed issue #163 and thanks to igorsobreira 2010-12-16 00:28:53 -02:00
Ian Bicking cd26c36674 update versions to 0.8.2 2010-11-29 12:22:36 -06:00
Jannis Leidel 157f39b469 Added news for other changes since 0.8.1. 2010-11-29 19:15:27 +01:00
Ian Bicking ccb1aa93f6 news for last commit 2010-11-29 11:59:41 -06:00
Ian Bicking f55c28e560 update news for release 2010-09-14 11:40:44 -05:00
Carl Meyer 2408ffaa13 news update for --user 2010-08-19 11:50:48 -04:00
Hugo Lopes Tavares ac8c03f711 added note do issue #39. thanks to RonnyPfannschmidt and dready bitbucket users 2010-08-19 00:57:19 -03:00
Hugo Lopes Tavares 8119c1d37c removed information about nose internals 2010-08-18 19:39:37 -03:00
Hugo Lopes Tavares 256a0281b8 merged news 2010-08-16 12:56:40 -03:00
Hugo Lopes Tavares 27bc8db4b7 added notes to fixed issues #138, #107 and #95 2010-08-16 12:30:45 -03:00
Jannis Leidel e80c387a26 Added support for mirrors as defined in PEP 381. This feature is disabled by default and will query the DNS entry of the main mirror index URL to get a list of mirrors. Optinally can be passed a list of mirrors instead. 2010-08-16 01:46:23 +02:00
Hugo Lopes Tavares 1934c8603a there was no break. removed from news 2010-08-13 22:14:54 -03:00
Jannis Leidel f9dca0005f Added note about fix of broken pip script to news. 2010-08-13 14:49:49 +02:00
Jannis Leidel a25cbe637f Added test and docs to make sure multiple options set by a environment variables works. 2010-08-13 14:49:18 +02:00
Jannis Leidel b01f29ac65 Fixed #28 -- Updated auto completion docs that use eval to actually work. 2010-08-10 12:56:57 +02:00
Ian Bicking 2404a34eba update news and versions for release 2010-08-03 13:02:48 -05:00
Hugo Lopes Tavares faf2bbfe04 changed relative link to absolute, using pip.openplans.org, because it breaks pypi page when requested relative page 2010-08-02 20:37:42 -03:00
Hugo Lopes Tavares f54fcd976d removed outdated info about multiple -f options 2010-08-02 20:16:57 -03:00
Hugo Lopes Tavares b5fc8f1651 fixed issue #78 - Misleading --find-links example in docs; and added explanation about direct urls to packages 2010-08-02 20:09:51 -03:00
Carl Meyer b80b7af94f doc updates; consolidate easy_install comparison, remove note about not working on Windows 2010-07-15 13:41:13 -04:00
Hugo Lopes Tavares a7b5824f74 added how-to-contribute to index toctree 2010-06-07 22:17:34 -03:00
Hugo Lopes Tavares ecf6dde988 fixed grammatical mistakes 2010-06-07 22:15:47 -03:00
Hugo Lopes Tavares 335e9a2796 added changes suggested by carl 2010-06-07 22:08:25 -03:00
Hugo Lopes Tavares da24080b76 added missing docs explaining how to run the tests and to setup a hudson ci 2010-06-03 23:06:41 -03:00
Carl Meyer 7854b2d266 default branch news should still reflect 0.7.X releases 2010-05-28 14:33:26 -04:00
Ian Bicking c243662e37 fix linking errors 2010-05-27 23:30:41 -05:00