Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9155b290
Commit
9155b290
authored
Nov 22, 2013
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SQLite to 3.8.1 on Windows.
parent
d122b2ba
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
6 deletions
+8
-6
Misc/NEWS
Misc/NEWS
+2
-0
PC/VS9.0/pyproject.vsprops
PC/VS9.0/pyproject.vsprops
+1
-1
PCbuild/pyproject.props
PCbuild/pyproject.props
+1
-1
PCbuild/readme.txt
PCbuild/readme.txt
+1
-1
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+3
-3
No files found.
Misc/NEWS
View file @
9155b290
...
...
@@ -352,6 +352,8 @@ Tests
Build
-----
- Update SQLite to 3.8.1 on Windows.
- Issue #16632: Enable DEP and ASLR on Windows.
- Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
...
...
PC/VS9.0/pyproject.vsprops
View file @
9155b290
...
...
@@ -50,7 +50,7 @@
/>
<UserMacro
Name=
"sqlite3Dir"
Value=
"$(externalsDir)\sqlite-3.
7.12
"
Value=
"$(externalsDir)\sqlite-3.
8.1
"
/>
<UserMacro
Name=
"bz2Dir"
...
...
PCbuild/pyproject.props
View file @
9155b290
...
...
@@ -17,7 +17,7 @@
<PythonExe>
$(OutDir)python$(PyDebugExt).exe
</PythonExe>
<KillPythonExe>
$(OutDir)kill_python$(PyDebugExt).exe
</KillPythonExe>
<externalsDir>
..\..
</externalsDir>
<sqlite3Dir>
$(externalsDir)\sqlite-3.
7.12
</sqlite3Dir>
<sqlite3Dir>
$(externalsDir)\sqlite-3.
8.1
</sqlite3Dir>
<bz2Dir>
$(externalsDir)\bzip2-1.0.6
</bz2Dir>
<lzmaDir>
$(externalsDir)\xz-5.0.3
</lzmaDir>
<opensslDir>
$(externalsDir)\openssl-1.0.1e
</opensslDir>
...
...
PCbuild/readme.txt
View file @
9155b290
...
...
@@ -207,7 +207,7 @@ _ssl
The ssl sub-project does not have the ability to clean the OpenSSL
build; if you need to rebuild, you'll have to clean it by hand.
_sqlite3
Wraps SQLite 3.
7.12
, which is itself built by sqlite3.vcxproj
Wraps SQLite 3.
8.1
, which is itself built by sqlite3.vcxproj
Homepage:
http://www.sqlite.org/
_tkinter
...
...
Tools/buildbot/external-common.bat
View file @
9155b290
...
...
@@ -37,9 +37,9 @@ if not exist tcl-8.5.11.0 (
if
not
exist
tk
-
8
.5.11.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.5.11.0
@rem
sqlite3
if
not
exist
sqlite
-
3
.
7.12
(
rd
/s/q
sqlite
-source
-
3
.7.
4
svn
export
http
://svn.python.org/projects/external/sqlite
-
3
.
7.12
if
not
exist
sqlite
-
3
.
8.1
(
rd
/s/q
sqlite
-source
-
3
.7.
12
svn
export
http
://svn.python.org/projects/external/sqlite
-
3
.
8.1
)
@rem
lzma
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment