<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sqlite3/test/userfunctions.py, 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 #17073: Fix some integer overflows in sqlite3 module.</title>
<updated>2013-02-07T15:03:46+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-02-07T15:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2efdc90b0f49866d857a5b3dc21b7c791f7a0aeb'/>
<id>2efdc90b0f49866d857a5b3dc21b7c791f7a0aeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17073: Fix some integer overflows in sqlite3 module.</title>
<updated>2013-02-07T15:01:47+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-02-07T15:01:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3cf96ac2484d093bea17610480efd0e88301f72a'/>
<id>3cf96ac2484d093bea17610480efd0e88301f72a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.2'</title>
<updated>2012-02-21T11:59:40+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-02-21T11:59:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8b24506534860b6c1cfa7f53c40113d502f4c78f'/>
<id>8b24506534860b6c1cfa7f53c40113d502f4c78f</id>
<content type='text'>
Closes #8033.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #8033.
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures</title>
<updated>2012-02-21T11:49:50+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-02-19T19:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4fe85abab9f0188733e654a72353217b43f95920'/>
<id>4fe85abab9f0188733e654a72353217b43f95920</id>
<content type='text'>
Closes #8033.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #8033.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sqlite3 tests editable with Emacs</title>
<updated>2012-02-02T18:47:59+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-02-02T15:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f854799d8438d66d1997e71cb2ea821e29d33472'/>
<id>f854799d8438d66d1997e71cb2ea821e29d33472</id>
<content type='text'>
Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs
doesn't understand the former.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs
doesn't understand the former.
</pre>
</div>
</content>
</entry>
<entry>
<title>change deprecated unittest method calls into their proper names.</title>
<updated>2009-07-04T08:32:15+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@mad-scientist.com</email>
</author>
<published>2009-07-04T08:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=04cecafce10abc8906a96aa16c0a7a87d9fb8227'/>
<id>04cecafce10abc8906a96aa16c0a7a87d9fb8227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 62011 via svnmerge from</title>
<updated>2008-03-30T20:21:00+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2008-03-30T20:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0311736fc1f4ee6d8cdd90d3276f4462e270f5cd'/>
<id>0311736fc1f4ee6d8cdd90d3276f4462e270f5cd</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62011 | gerhard.haering | 2008-03-28 21:08:36 +0100 (Fr, 28 Mär 2008) | 2 lines

  Update sqlite3 module to match current version of pysqlite.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62011 | gerhard.haering | 2008-03-28 21:08:36 +0100 (Fr, 28 Mär 2008) | 2 lines

  Update sqlite3 module to match current version of pysqlite.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>Merging the py3k-pep3137 branch back into the py3k branch.</title>
<updated>2007-11-06T21:34:58+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2007-11-06T21:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=98297ee7815939b124156e438b22bd652d67b5db'/>
<id>98297ee7815939b124156e438b22bd652d67b5db</id>
<content type='text'>
No detailed change log; just check out the change log for the py3k-pep3137
branch.  The most obvious changes:

  - str8 renamed to bytes (PyString at the C level);
  - bytes renamed to buffer (PyBytes at the C level);
  - PyString and PyUnicode are no longer compatible.

I.e. we now have an immutable bytes type and a mutable bytes type.

The behavior of PyString was modified quite a bit, to make it more
bytes-like.  Some changes are still on the to-do list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No detailed change log; just check out the change log for the py3k-pep3137
branch.  The most obvious changes:

  - str8 renamed to bytes (PyString at the C level);
  - bytes renamed to buffer (PyBytes at the C level);
  - PyString and PyUnicode are no longer compatible.

I.e. we now have an immutable bytes type and a mutable bytes type.

The behavior of PyString was modified quite a bit, to make it more
bytes-like.  Some changes are still on the to-do list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Breaking ground for PEP 3137 implementation:</title>
<updated>2007-10-08T02:46:15+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2007-10-08T02:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bae07c9baf3e53164de6f85a18ce747a76b9ffde'/>
<id>bae07c9baf3e53164de6f85a18ce747a76b9ffde</id>
<content type='text'>
Get rid of buffer().  Use memoryview() in its place where possible.
In a few places, do things a bit different, because memoryview()
can't slice (yet).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of buffer().  Use memoryview() in its place where possible.
In a few places, do things a bit different, because memoryview()
can't slice (yet).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the sqlite test.  Blobs should be created using buffer(b"blob"),</title>
<updated>2007-08-29T03:44:33+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2007-08-29T03:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a8be92b6490f3e14581a18620f146016a1230125'/>
<id>a8be92b6490f3e14581a18620f146016a1230125</id>
<content type='text'>
not buffer("blob").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not buffer("blob").
</pre>
</div>
</content>
</entry>
</feed>
