Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
a663069b
Kaydet (Commit)
a663069b
authored
Mar 02, 2014
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
üst
582538bd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
NEWS
Misc/NEWS
+2
-1
pyproject.vsprops
PC/VS9.0/pyproject.vsprops
+1
-1
pyproject.props
PCbuild/pyproject.props
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
external-common.bat
Tools/buildbot/external-common.bat
+3
-3
No files found.
Misc/NEWS
Dosyayı görüntüle @
a663069b
...
...
@@ -25,7 +25,8 @@ Build
uninstalling pip (rather than failing) if the user has updated pip to a
different version from the one bundled with ensurepip.
- Issue #20465: Update OS X installer build to use SQLite 3.8.3.1.
- Issue #20465: Update OS X and Windows installer builds to use
SQLite 3.8.3.1.
What'
s
New
in
Python
3.4.0
release
candidate
2
?
...
...
PC/VS9.0/pyproject.vsprops
Dosyayı görüntüle @
a663069b
...
...
@@ -50,7 +50,7 @@
/>
<UserMacro
Name=
"sqlite3Dir"
Value=
"$(externalsDir)\sqlite-3.8.1"
Value=
"$(externalsDir)\sqlite-3.8.
3.
1"
/>
<UserMacro
Name=
"bz2Dir"
...
...
PCbuild/pyproject.props
Dosyayı görüntüle @
a663069b
...
...
@@ -17,7 +17,7 @@
<PythonExe>
$(OutDir)python$(PyDebugExt).exe
</PythonExe>
<KillPythonExe>
$(OutDir)kill_python$(PyDebugExt).exe
</KillPythonExe>
<externalsDir>
..\..
</externalsDir>
<sqlite3Dir>
$(externalsDir)\sqlite-3.8.1
</sqlite3Dir>
<sqlite3Dir>
$(externalsDir)\sqlite-3.8.
3.
1
</sqlite3Dir>
<bz2Dir>
$(externalsDir)\bzip2-1.0.6
</bz2Dir>
<lzmaDir>
$(externalsDir)\xz-5.0.5
</lzmaDir>
<opensslDir>
$(externalsDir)\openssl-1.0.1e
</opensslDir>
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
a663069b
...
...
@@ -206,7 +206,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.8.1, which is itself built by sqlite3.vcxproj
Wraps SQLite 3.8.
3.
1, which is itself built by sqlite3.vcxproj
Homepage:
http://www.sqlite.org/
_tkinter
...
...
Tools/buildbot/external-common.bat
Dosyayı görüntüle @
a663069b
...
...
@@ -37,9 +37,9 @@ if not exist tcl-8.6.1.0 (
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
@rem sqlite3
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
if not exist sqlite-3.8.
3.
1 (
rd /s/q sqlite-source-3.
8.1
svn export http://svn.python.org/projects/external/sqlite-3.8.
3.
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