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
014f1037
Kaydet (Commit)
014f1037
authored
Tem 29, 2004
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug #999776, zlib home page wrong
Backport candidate.
üst
f9f0b216
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
test_gzip.py
Lib/test/test_gzip.py
+1
-1
BeOS-setup.py
Misc/BeOS-setup.py
+1
-1
Setup.dist
Modules/Setup.dist
+1
-1
No files found.
Lib/test/test_gzip.py
Dosyayı görüntüle @
014f1037
...
@@ -12,7 +12,7 @@ data1 = """ int length=DEFAULTALLOC, err = Z_OK;
...
@@ -12,7 +12,7 @@ data1 = """ int length=DEFAULTALLOC, err = Z_OK;
"""
"""
data2
=
"""/* zlibmodule.c -- gzip-compatible data compression */
data2
=
"""/* zlibmodule.c -- gzip-compatible data compression */
/* See http://www.
cdrom.com/pub/infozip/zlib/ *
/
/* See http://www.
gzip.org/zlib
/
/* See http://www.winimage.com/zLibDll for Windows */
/* See http://www.winimage.com/zLibDll for Windows */
"""
"""
...
...
Misc/BeOS-setup.py
Dosyayı görüntüle @
014f1037
...
@@ -443,7 +443,7 @@ class PyBuildExt(build_ext):
...
@@ -443,7 +443,7 @@ class PyBuildExt(build_ext):
# Andrew Kuchling's zlib module.
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# This require zlib 1.1.3 (or later).
# See http://www.
cdrom.com/pub/infozip
/zlib/
# See http://www.
gzip.org
/zlib/
if
(
self
.
compiler
.
find_library_file
(
lib_dirs
,
'z'
)):
if
(
self
.
compiler
.
find_library_file
(
lib_dirs
,
'z'
)):
exts
.
append
(
Extension
(
'zlib'
,
[
'zlibmodule.c'
],
exts
.
append
(
Extension
(
'zlib'
,
[
'zlibmodule.c'
],
libraries
=
[
'z'
])
)
libraries
=
[
'z'
])
)
...
...
Modules/Setup.dist
Dosyayı görüntüle @
014f1037
...
@@ -462,7 +462,7 @@ GLHACK=-Dclear=__GLclear
...
@@ -462,7 +462,7 @@ GLHACK=-Dclear=__GLclear
# Andrew Kuchling's zlib module.
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# This require zlib 1.1.3 (or later).
# See http://www.
cdrom.com/pub/infozip
/zlib/
# See http://www.
gzip.org
/zlib/
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
# Interface to the Expat XML parser
# Interface to the Expat XML parser
...
...
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