<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/docs, branch test-virtualenv-more</title>
<subtitle>github.com: pypa/virtualenv.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/'/>
<entry>
<title>Bump for development</title>
<updated>2016-01-22T00:50:07+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-22T00:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=5c63f6d1ba9d52330e85d3d03a6ccda0afc5af27'/>
<id>5c63f6d1ba9d52330e85d3d03a6ccda0afc5af27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump for release</title>
<updated>2016-01-22T00:48:23+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-22T00:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=684d14a8bd7497ff6bbea5328b96b1dab2b4c9a4'/>
<id>684d14a8bd7497ff6bbea5328b96b1dab2b4c9a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version for development</title>
<updated>2016-01-20T00:57:28+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-20T00:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=fcbdca80221e921b1a58a7b3f5208d62ff03b067'/>
<id>fcbdca80221e921b1a58a7b3f5208d62ff03b067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version for release</title>
<updated>2016-01-20T00:55:05+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-20T00:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=130399fdd13152d09e5cb133bf72abd95dc7e5b0'/>
<id>130399fdd13152d09e5cb133bf72abd95dc7e5b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade pip to 8.0.0 and argparse to 1.4.0</title>
<updated>2016-01-20T00:46:31+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-20T00:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=8132fa3a826ff1ba0c0c065563b9733c2e5a5b6c'/>
<id>8132fa3a826ff1ba0c0c065563b9733c2e5a5b6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the --no-(pip|setuptools|wheel) options independent</title>
<updated>2016-01-19T17:15:19+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-19T17:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=5c441158838f0960b78a28c0f1373ecce4868bb6'/>
<id>5c441158838f0960b78a28c0f1373ecce4868bb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to download the latest versions of preinstalled packages</title>
<updated>2016-01-19T16:57:48+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-19T16:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=f50df26c44311390351d0a76c79cfc136241ece5'/>
<id>f50df26c44311390351d0a76c79cfc136241ece5</id>
<content type='text'>
* Will only accept Wheels (because that is all we can install
  without setuptools).
* Will still fall back to using the bundled copies of the
  preinstalled packages if it cannot access the internet.

This should prevent errors happening from too old of versions of
software being bundled with virtualenv, while still allowing people
to prevent talking to the internet with --no-download.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Will only accept Wheels (because that is all we can install
  without setuptools).
* Will still fall back to using the bundled copies of the
  preinstalled packages if it cannot access the internet.

This should prevent errors happening from too old of versions of
software being bundled with virtualenv, while still allowing people
to prevent talking to the internet with --no-download.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools package to 19.4</title>
<updated>2016-01-19T13:30:17+00:00</updated>
<author>
<name>Matt Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2016-01-19T13:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=dd1da61e942b06c2f3a36f7546848c668417f2c9'/>
<id>dd1da61e942b06c2f3a36f7546848c668417f2c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some brackets in bat, solves #35</title>
<updated>2016-01-19T06:45:59+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2016-01-19T06:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=227a511d67ad66418b2f73ddce748e886d5322a4'/>
<id>227a511d67ad66418b2f73ddce748e886d5322a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools to 19.1.1</title>
<updated>2015-12-17T04:34:49+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-12-17T04:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=0149a3cf3c872907037fe13a2bf134cbeed2c094'/>
<id>0149a3cf3c872907037fe13a2bf134cbeed2c094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
