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
bb1c0796
Kaydet (Commit)
bb1c0796
authored
Tem 29, 2015
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
üst
1ee92832
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
README.txt
Mac/BuildScript/README.txt
+2
-2
build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
NEWS
Misc/NEWS
+1
-1
No files found.
Mac/BuildScript/README.txt
Dosyayı görüntüle @
bb1c0796
...
@@ -33,7 +33,7 @@ package creation are the same as for 3.4.1 below.
...
@@ -33,7 +33,7 @@ package creation are the same as for 3.4.1 below.
* libcrypto and libssl from OpenSSL 1.0.1 (new, as of 3.4.3)
* libcrypto and libssl from OpenSSL 1.0.1 (new, as of 3.4.3)
* NCurses 5.9 (http://bugs.python.org/issue15037)
* NCurses 5.9 (http://bugs.python.org/issue15037)
* SQLite 3.8.
3.
1
* SQLite 3.8.
1
1
* XZ 5.0.5
* XZ 5.0.5
- uses system-supplied versions of third-party libraries
- uses system-supplied versions of third-party libraries
...
@@ -68,7 +68,7 @@ package creation are the same as for 3.4.1 below.
...
@@ -68,7 +68,7 @@ package creation are the same as for 3.4.1 below.
- builds the following third-party libraries
- builds the following third-party libraries
* NCurses 5.9 (http://bugs.python.org/issue15037)
* NCurses 5.9 (http://bugs.python.org/issue15037)
* SQLite 3.8.
3.
1
* SQLite 3.8.
1
1
* XZ 5.0.5
* XZ 5.0.5
- uses system-supplied versions of third-party libraries
- uses system-supplied versions of third-party libraries
...
...
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
bb1c0796
...
@@ -339,9 +339,9 @@ def library_recipes():
...
@@ -339,9 +339,9 @@ def library_recipes():
),
),
),
),
dict
(
dict
(
name
=
"SQLite 3.8.
3.
1"
,
name
=
"SQLite 3.8.
1
1"
,
url
=
"http
://www.sqlite.org/2014/sqlite-autoconf-3080301
.tar.gz"
,
url
=
"http
s://www.sqlite.org/2015/sqlite-autoconf-3081100
.tar.gz"
,
checksum
=
'
509ff98d8dc9729b618b7e96612079c6
'
,
checksum
=
'
77b451925121028befbddbf45ea2bc49
'
,
extra_cflags
=
(
'-Os '
extra_cflags
=
(
'-Os '
'-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
...
...
Misc/NEWS
Dosyayı görüntüle @
bb1c0796
...
@@ -69,7 +69,7 @@ Library
...
@@ -69,7 +69,7 @@ Library
-
Issue
#
23254
:
Document
how
to
close
the
TCPServer
listening
socket
.
-
Issue
#
23254
:
Document
how
to
close
the
TCPServer
listening
socket
.
Patch
from
Martin
Panter
.
Patch
from
Martin
Panter
.
-
Issue
#
19450
:
Update
Windows
builds
to
use
SQLite
3.8.11.0
-
Issue
#
19450
:
Update
Windows
and
OS
X
installer
builds
to
use
SQLite
3.8.11
.
-
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
.
...
...
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