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
0e74cacd
Commit
0e74cacd
authored
Dec 17, 2010
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to sqlite3 3.7.4.
parent
2a1e3e67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
Misc/NEWS
Misc/NEWS
+1
-1
PCbuild/pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
PCbuild/readme.txt
PCbuild/readme.txt
+1
-1
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+4
-4
No files found.
Misc/NEWS
View file @
0e74cacd
...
...
@@ -79,7 +79,7 @@ Tools/Demos
Build
-----
- The Windows build now uses Tcl/Tk 8.5.9.
- The Windows build now uses Tcl/Tk 8.5.9
and sqlite3 3.7.4
.
What's New in Python 3.2 Beta 1?
...
...
PCbuild/pyproject.vsprops
View file @
0e74cacd
...
...
@@ -50,7 +50,7 @@
/>
<UserMacro
Name=
"sqlite3Dir"
Value=
"$(externalsDir)\sqlite-3.
6.21
"
Value=
"$(externalsDir)\sqlite-3.
7.4
"
/>
<UserMacro
Name=
"bz2Dir"
...
...
PCbuild/readme.txt
View file @
0e74cacd
...
...
@@ -104,7 +104,7 @@ winsound
Python-controlled subprojects that wrap external projects:
_sqlite3
Wraps SQLite 3.
6.21
, which is currently built by sqlite3.vcproj (see below).
Wraps SQLite 3.
7.4
, which is currently built by sqlite3.vcproj (see below).
_tkinter
Wraps the Tk windowing system. Unlike _sqlite3, there's no
corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's
...
...
Tools/buildbot/external-common.bat
View file @
0e74cacd
...
...
@@ -15,7 +15,7 @@ cd ..
@rem
if
exist
tk
-
8
.4.18.1
rd
/s/q
tk
-
8
.4.18.1
@rem
if
exist
db
-
4
.4.20
rd
/s/q
db
-
4
.4.20
@rem
if
exist
openssl
-
1
.0.0a
rd
/s/q
openssl
-
1
.0.0a
@rem
if
exist
sqlite
-
3
.
6.21
rd
/s/q
sqlite
-
3
.6.21
@rem
if
exist
sqlite
-
3
.
7.4
rd
/s/q
sqlite
-
3
.7.4
@rem
bzip
if
not
exist
bzip2
-
1
.0.5
(
...
...
@@ -37,7 +37,7 @@ if not exist tcl-8.5.9.0 (
if
not
exist
tk
-
8
.5.9.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.5.9.0
@rem
sqlite3
if
not
exist
sqlite
-
3
.
6.21
(
rd
/s/q
sqlite
-source
-
3
.
3.4
svn
export
http
://svn.python.org/projects/external/sqlite
-
3
.
6.21
if
not
exist
sqlite
-
3
.
7.4
(
rd
/s/q
sqlite
-source
-
3
.
6.21
svn
export
http
://svn.python.org/projects/external/sqlite
-
3
.
7.4
)
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