[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7260dffad495 by Ned Deily in branch '3.4': Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. http://hg.python.org/cpython/rev/7260dffad495 New changeset 1f922e9742b7 by Ned Deily in branch '3.4': Issue #20465: fix NEWS typo (it's 3.8.

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: Cherry-picking in Issue20832. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9459f517d854 by Martin v. Löwis in branch 'default': Issue #20465: Update Windows installer to SQLite 3.8.3.1. http://hg.python.org/cpython/rev/9459f517d854 -- ___ Python tracker

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Ned Deily
Ned Deily added the comment: "Fix a bug (ticket 4c86b126f2) that causes rows to go missing on some queries with OR clauses and IS NOT NULL operators in the WHERE clause, when the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time options are used." http://www.sqlite.org/releaselog/3_8_3_1

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset a8470f88e7b4 by Ned Deily in branch 'default': Issue #20465: fix NEWS typo (it's 3.8.3.1) http://hg.python.org/cpython/rev/a8470f88e7b4 -- ___ Python tracker _

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5fa3f6d82d61 by Ned Deily in branch 'default': Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. http://hg.python.org/cpython/rev/5fa3f6d82d61 -- ___ Python tracker

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: 3.8.3 has been superseded by 3.8.3.1. -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Larry Hastings
Larry Hastings added the comment: Ned, yeah I recall the discussion, and I didn't think you needed a further pronouncement from me. I was just saying, I'm not sure you *ever* needed a pronouncement from me. ;-) Everything's perfectly alright now. We're fine... we're all fine here now. Thank

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Ned Deily
Ned Deily added the comment: Larry, I thought we had agreed on everything in email so I wasn't expecting any further pronouncements from you, just documenting that post feature cutoff decision. I think we're good to go. -- ___ Python tracker

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Larry Hastings
Larry Hastings added the comment: I assumed that you guys took responsibility for the binary installers, and the decision was up to you. But I'm happy to take ultimate responsibility for the decision to ship SQLite 3.8.3 with 3.4 if that's what policy demands, and yes I give it my blessing.

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Ned Deily
Ned Deily added the comment: With the consent of the release manager, the SQLite library to be shipped with the OS X installers for 3.4.0 has been updated to 3.8.3. Assigning to MvL for the Windows installers. -- assignee: -> loewis ___ Python trac

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 32af4954e46a by Ned Deily in branch 'default': Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. http://hg.python.org/cpython/rev/32af4954e46a -- nosy: +python-dev ___ Python tracker

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-01-31 Thread Ned Deily
New submission from Ned Deily: The SQLite project has requested that we consider shipping SQLite version 3.8.3 with the Windows and OS X binary installers for Python 3.4.0, primarily to make available support for the new Common Table Expressions feature. 3.8.3 is expected to be officially rel