<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/haskell.git, branch wip/python3</title>
<subtitle>gitlab.haskell.org: ghc/ghc.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/'/>
<entry>
<title>Do not set buffering under Python 3, show a warning with Python 3</title>
<updated>2014-09-20T23:20:06+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T23:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=7b4411e49ee76ae2f3428e4f3cc5f1d6839469d4'/>
<id>7b4411e49ee76ae2f3428e4f3cc5f1d6839469d4</id>
<content type='text'>
I am not happy with this solution; a better way is to use uniformly
unicode or bytes in both Pythons, but this seems too disruptive for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I am not happy with this solution; a better way is to use uniformly
unicode or bytes in both Pythons, but this seems too disruptive for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup tuple unpacking</title>
<updated>2014-09-20T22:54:31+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T22:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=1b8239dd81c9668ecc08082f7b84cef7739dee32'/>
<id>1b8239dd81c9668ecc08082f7b84cef7739dee32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Python 3 compatibility fixes</title>
<updated>2014-09-20T22:03:37+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T21:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=0300812c66663dbd9bf92b7d1a654305b08660a2'/>
<id>0300812c66663dbd9bf92b7d1a654305b08660a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch only an Exception</title>
<updated>2014-09-20T22:03:36+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T17:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=1fff29000adc087e0ed98a397d6c2ded594c80ac'/>
<id>1fff29000adc087e0ed98a397d6c2ded594c80ac</id>
<content type='text'>
This allows ^C during test discovery
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows ^C during test discovery
</pre>
</div>
</content>
</entry>
<entry>
<title>Use list comprehensions in config/ghc for Python 3 compatibility</title>
<updated>2014-09-20T22:03:36+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T16:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=3e6e9813c0b3935a4f3cd1a34d6e1feef979c179'/>
<id>3e6e9813c0b3935a4f3cd1a34d6e1feef979c179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mixed tab/space indentation in tests</title>
<updated>2014-09-20T22:03:36+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T16:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=8118bd1d5709e99559c7bd65442eb192488660f6'/>
<id>8118bd1d5709e99559c7bd65442eb192488660f6</id>
<content type='text'>
Python 3 does not like it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3 does not like it
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated string.join(x,y) with y.join(x)</title>
<updated>2014-09-20T22:03:36+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T16:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=6b0d6ccdc15eaa0b0026f75a18ec20b9907d58a0'/>
<id>6b0d6ccdc15eaa0b0026f75a18ec20b9907d58a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace execfile with exec(open(...))</title>
<updated>2014-09-20T22:03:36+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T15:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=f74f1f52f08ef543ef84ace6188f0354a121600b'/>
<id>f74f1f52f08ef543ef84ace6188f0354a121600b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace several Python 2 only idioms with Python 2/3 compatible versions</title>
<updated>2014-09-20T22:03:36+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T15:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=16ecbc121d064893057912aa0c5210c0b18febd1'/>
<id>16ecbc121d064893057912aa0c5210c0b18febd1</id>
<content type='text'>
Mostly done by manually checking 2to3 output
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly done by manually checking 2to3 output
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve testsuite driver compatibility with Python 3 (Trac #9184)</title>
<updated>2014-09-20T22:03:36+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krz.gogolewski@gmail.com</email>
</author>
<published>2014-09-20T13:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=88671a7f2ec8f193ccc37a6727f70e48a812d286'/>
<id>88671a7f2ec8f193ccc37a6727f70e48a812d286</id>
<content type='text'>
Thanks to aspidites &lt;emarshall85@gmail.com&gt; who provided the patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to aspidites &lt;emarshall85@gmail.com&gt; who provided the patch.
</pre>
</div>
</content>
</entry>
</feed>
