<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython.git/PC/VS7.1/pythoncore.vcproj, branch master</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/'/>
<entry>
<title>Fix #16769. Remove outdated Visual Studio project directories for VC6, VS7.1, and VS8.</title>
<updated>2013-01-25T23:11:34+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2013-01-25T23:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=f11b9a24bf2258ed8c5bd1785a8d6e7eca4e1a51'/>
<id>f11b9a24bf2258ed8c5bd1785a8d6e7eca4e1a51</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 to 3.4.0 alpha 0.</title>
<updated>2012-09-29T07:34:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-09-29T07:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=4519ae92e7a35d7e481088f593b24b5b0381d776'/>
<id>4519ae92e7a35d7e481088f593b24b5b0381d776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead Windows code which no longer will compile.</title>
<updated>2012-05-04T20:04:14+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2012-05-04T20:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=b48b22964182216357bd0b9f07b1d8de65834364'/>
<id>b48b22964182216357bd0b9f07b1d8de65834364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hg merge 3.2</title>
<updated>2012-04-13T00:23:59+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2012-04-13T00:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=bb3ea00fc1c00bb18bc3acd75d17c9170edd8e29'/>
<id>bb3ea00fc1c00bb18bc3acd75d17c9170edd8e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue14559: Fix build files old Microft compilers.</title>
<updated>2012-04-13T00:14:28+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2012-04-13T00:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=db600ad2223a88fa366edc11b5b26623ad1fc6cb'/>
<id>db600ad2223a88fa366edc11b5b26623ad1fc6cb</id>
<content type='text'>
With VS8.0 at least Python compiles and works correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With VS8.0 at least Python compiles and works correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.</title>
<updated>2011-10-06T17:04:12+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-10-06T17:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=494c86c09d11f99890569f51356860e191440888'/>
<id>494c86c09d11f99890569f51356860e191440888</id>
<content type='text'>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.</title>
<updated>2011-10-06T16:57:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-10-06T16:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=9bc9113fb211375cdd2c19921fc7d8588a25216a'/>
<id>9bc9113fb211375cdd2c19921fc7d8588a25216a</id>
<content type='text'>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files</title>
<updated>2011-03-06T11:24:49+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2011-03-06T11:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=c0fafe92470c0a95428a6f53ca30936050ce682e'/>
<id>c0fafe92470c0a95428a6f53ca30936050ce682e</id>
<content type='text'>
will have the right line ending even if the extension is not active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will have the right line ending even if the extension is not active.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files</title>
<updated>2011-03-06T11:23:39+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2011-03-06T11:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=0fdacfd07ca405aa750100ceec7daa49b86aa7e2'/>
<id>0fdacfd07ca405aa750100ceec7daa49b86aa7e2</id>
<content type='text'>
will have the right line ending even if the extension is not active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will have the right line ending even if the extension is not active.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files</title>
<updated>2011-03-06T10:28:23+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2011-03-06T10:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=abdcab79dddc55bf8cc835204619f0cd12268358'/>
<id>abdcab79dddc55bf8cc835204619f0cd12268358</id>
<content type='text'>
will have the right line ending even if the extension is not active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will have the right line ending even if the extension is not active.
</pre>
</div>
</content>
</entry>
</feed>
