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
54d361fd
Kaydet (Commit)
54d361fd
authored
Tem 28, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
üst
acd61b6e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
NEWS
Misc/NEWS
+2
-0
get_externals.bat
PCbuild/get_externals.bat
+1
-1
pyproject.props
PCbuild/pyproject.props
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
54d361fd
...
@@ -66,6 +66,8 @@ Core and Builtins
...
@@ -66,6 +66,8 @@ Core and Builtins
Library
Library
-------
-------
-
Issue
#
19450
:
Update
Windows
builds
to
use
SQLite
3.8.11.0
-
Issue
#
23441
:
rcompleter
now
prints
a
tab
character
instead
of
displaying
-
Issue
#
23441
:
rcompleter
now
prints
a
tab
character
instead
of
displaying
possible
completions
for
an
empty
word
.
Initial
patch
by
Martin
Sekera
.
possible
completions
for
an
empty
word
.
Initial
patch
by
Martin
Sekera
.
...
...
PCbuild/get_externals.bat
Dosyayı görüntüle @
54d361fd
...
@@ -58,7 +58,7 @@ for %%e in (
...
@@ -58,7 +58,7 @@ for %%e in (
tcl-8.6.1.0
tcl-8.6.1.0
tk-8.6.1.0
tk-8.6.1.0
tix-8.4.3.4
tix-8.4.3.4
sqlite-3.8.
3.1
sqlite-3.8.
11.0
xz-5.0.5
xz-5.0.5
) do (
) do (
if exist %%e (
if exist %%e (
...
...
PCbuild/pyproject.props
Dosyayı görüntüle @
54d361fd
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<PythonExe>
$(OutDir)python$(PyDebugExt).exe
</PythonExe>
<PythonExe>
$(OutDir)python$(PyDebugExt).exe
</PythonExe>
<KillPythonExe>
$(OutDir)kill_python$(PyDebugExt).exe
</KillPythonExe>
<KillPythonExe>
$(OutDir)kill_python$(PyDebugExt).exe
</KillPythonExe>
<externalsDir>
..\externals
</externalsDir>
<externalsDir>
..\externals
</externalsDir>
<sqlite3Dir>
$(externalsDir)\sqlite-3.8.
3.1
</sqlite3Dir>
<sqlite3Dir>
$(externalsDir)\sqlite-3.8.
11.0
</sqlite3Dir>
<bz2Dir>
$(externalsDir)\bzip2-1.0.6
</bz2Dir>
<bz2Dir>
$(externalsDir)\bzip2-1.0.6
</bz2Dir>
<lzmaDir>
$(externalsDir)\xz-5.0.5
</lzmaDir>
<lzmaDir>
$(externalsDir)\xz-5.0.5
</lzmaDir>
<opensslDir>
$(externalsDir)\openssl-1.0.2d
</opensslDir>
<opensslDir>
$(externalsDir)\openssl-1.0.2d
</opensslDir>
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
54d361fd
...
@@ -214,7 +214,7 @@ _ssl
...
@@ -214,7 +214,7 @@ _ssl
The ssl sub-project does not have the ability to clean the OpenSSL
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.
build; if you need to rebuild, you'll have to clean it by hand.
_sqlite3
_sqlite3
Wraps SQLite 3.8.
3.1
, which is itself built by sqlite3.vcxproj
Wraps SQLite 3.8.
11.0
, which is itself built by sqlite3.vcxproj
Homepage:
Homepage:
http://www.sqlite.org/
http://www.sqlite.org/
_tkinter
_tkinter
...
...
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