File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uninstalling pip (rather than failing) if the user has updated pip to a
2626 different version from the one bundled with ensurepip.
2727
28- - Issue #20465: Update OS X installer build to use SQLite 3.8.3.1.
28+ - Issue #20465: Update OS X and Windows installer builds to use
29+ SQLite 3.8.3.1.
2930
3031
3132What's New in Python 3.4.0 release candidate 2?
Original file line number Diff line number Diff line change 5050 />
5151 <UserMacro
5252 Name=" sqlite3Dir"
53- Value=" $(externalsDir)\sqlite-3.8.1"
53+ Value=" $(externalsDir)\sqlite-3.8.3. 1"
5454 />
5555 <UserMacro
5656 Name=" bz2Dir"
Original file line number Diff line number Diff line change 1717 <PythonExe >$(OutDir)python$(PyDebugExt).exe</PythonExe >
1818 <KillPythonExe >$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe >
1919 <externalsDir >..\..</externalsDir >
20- <sqlite3Dir >$(externalsDir)\sqlite-3.8.1</sqlite3Dir >
20+ <sqlite3Dir >$(externalsDir)\sqlite-3.8.3. 1</sqlite3Dir >
2121 <bz2Dir >$(externalsDir)\bzip2-1.0.6</bz2Dir >
2222 <lzmaDir >$(externalsDir)\xz-5.0.5</lzmaDir >
2323 <opensslDir >$(externalsDir)\openssl-1.0.1e</opensslDir >
Original file line number Diff line number Diff line change 206206 The ssl sub-project does not have the ability to clean the OpenSSL
207207 build; if you need to rebuild, you'll have to clean it by hand.
208208_sqlite3
209- Wraps SQLite 3.8.1, which is itself built by sqlite3.vcxproj
209+ Wraps SQLite 3.8.3. 1, which is itself built by sqlite3.vcxproj
210210 Homepage:
211211 http://www.sqlite.org/
212212_tkinter
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ if not exist tcl-8.6.1.0 (
3737if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
3838
3939@ rem sqlite3
40- if not exist sqlite-3.8.1 (
41- rd /s/q sqlite-source-3.7.12
42- svn export http://svn.python.org/projects/external/sqlite-3.8.1
40+ if not exist sqlite-3.8.3. 1 (
41+ rd /s/q sqlite-source-3.8.1
42+ svn export http://svn.python.org/projects/external/sqlite-3.8.3. 1
4343)
4444
4545@ rem lzma
You can’t perform that action at this time.
0 commit comments