<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/unicodeobject.c, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X</title>
<updated>2016-11-12T12:29:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-12T12:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84293aff9fec20cb903bf1242c28404c671c56d1'/>
<id>84293aff9fec20cb903bf1242c28404c671c56d1</id>
<content type='text'>
when decode astral characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when decode astral characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X</title>
<updated>2016-11-12T12:28:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-12T12:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b626643734dfd80780a1d301d4a96e57052aa262'/>
<id>b626643734dfd80780a1d301d4a96e57052aa262</id>
<content type='text'>
when decode astral characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when decode astral characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.</title>
<updated>2016-10-25T07:07:51+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-25T07:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=77eede35fc4409f3279af0fee91fdfb3fcc5a6ae'/>
<id>77eede35fc4409f3279af0fee91fdfb3fcc5a6ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.</title>
<updated>2015-12-02T23:02:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-12-02T23:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=31b9410654d73c9d1121ae9eb0d1bb14e6d54448'/>
<id>31b9410654d73c9d1121ae9eb0d1bb14e6d54448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.</title>
<updated>2015-12-02T23:02:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-12-02T23:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7aa690860eceb74332c1edad1b8a7c4956bbdad5'/>
<id>7aa690860eceb74332c1edad1b8a7c4956bbdad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25523: Further a-to-an corrections.</title>
<updated>2015-11-02T12:10:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-02T12:10:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d65c9496da3485ac077fa8fd374b061afdd3605e'/>
<id>d65c9496da3485ac077fa8fd374b061afdd3605e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:</title>
<updated>2015-10-02T10:07:28+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-10-02T10:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=28b21e50c8f1bc9f4524b02df75b83f3b5efacb4'/>
<id>28b21e50c8f1bc9f4524b02df75b83f3b5efacb4</id>
<content type='text'>
1. Non-ASCII bytes were accepted after shift sequence.
2. A low surrogate could be emitted in case of error in high surrogate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Non-ASCII bytes were accepted after shift sequence.
2. A low surrogate could be emitted in case of error in high surrogate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21279: Flesh out str.translate docs</title>
<updated>2015-08-06T04:54:15+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2015-08-06T04:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=79b98df0231ae177a676c8a2631e8143d75d84a7'/>
<id>79b98df0231ae177a676c8a2631e8143d75d84a7</id>
<content type='text'>
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).</title>
<updated>2015-05-19T19:04:33+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2015-05-19T19:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f6d1f1fa8a503f218a2103ba1e6768c6cfdb7c50'/>
<id>f6d1f1fa8a503f218a2103ba1e6768c6cfdb7c50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use PyMem_NEW to detect overflow (closes #23362)</title>
<updated>2015-03-02T18:23:25+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-03-02T18:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e5a853c390f76f8d73939138adf70604fe33ca4c'/>
<id>e5a853c390f76f8d73939138adf70604fe33ca4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
