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
dfb4120e
Kaydet (Commit)
dfb4120e
authored
Nis 30, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add zlib
üst
412154f3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
1 deletion
+17
-1
Makefile
Doc/Makefile
+1
-1
lib.tex
Doc/lib.tex
+1
-0
lib.tex
Doc/lib/lib.tex
+1
-0
libsomeos.tex
Doc/lib/libsomeos.tex
+7
-0
libsomeos.tex
Doc/libsomeos.tex
+7
-0
No files found.
Doc/Makefile
Dosyayı görüntüle @
dfb4120e
...
@@ -115,7 +115,7 @@ LIBFILES = lib.tex \
...
@@ -115,7 +115,7 @@ LIBFILES = lib.tex \
libformatter.tex liboperator.tex libsoundex.tex libresource.tex
\
libformatter.tex liboperator.tex libsoundex.tex libresource.tex
\
libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex
\
libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex
\
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex
\
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex
\
libbase64.tex libfnmatch.tex libquopri.tex
libbase64.tex libfnmatch.tex libquopri.tex
libzlib.tex
# Library document
# Library document
lib.dvi
:
$(LIBFILES)
lib.dvi
:
$(LIBFILES)
...
...
Doc/lib.tex
Dosyayı görüntüle @
dfb4120e
...
@@ -121,6 +121,7 @@ to Python and how to embed it in other applications.
...
@@ -121,6 +121,7 @@ to Python and how to embed it in other applications.
\input
{
libthread
}
\input
{
libthread
}
\input
{
libanydbm
}
\input
{
libanydbm
}
\input
{
libwhichdb
}
\input
{
libwhichdb
}
\input
{
libzlib
}
\input
{
libunix
}
% UNIX Specific Services
\input
{
libunix
}
% UNIX Specific Services
\input
{
libposix
}
\input
{
libposix
}
...
...
Doc/lib/lib.tex
Dosyayı görüntüle @
dfb4120e
...
@@ -121,6 +121,7 @@ to Python and how to embed it in other applications.
...
@@ -121,6 +121,7 @@ to Python and how to embed it in other applications.
\input
{
libthread
}
\input
{
libthread
}
\input
{
libanydbm
}
\input
{
libanydbm
}
\input
{
libwhichdb
}
\input
{
libwhichdb
}
\input
{
libzlib
}
\input
{
libunix
}
% UNIX Specific Services
\input
{
libunix
}
% UNIX Specific Services
\input
{
libposix
}
\input
{
libposix
}
...
...
Doc/lib/libsomeos.tex
Dosyayı görüntüle @
dfb4120e
...
@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well
...
@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well
\item
[anydbm]
\item
[anydbm]
--- Generic interface to DBM-style database modules.
--- Generic interface to DBM-style database modules.
\item
[whichdbm]
\item
[whichdbm]
--- Guess which DBM-style module created a given database.
--- Guess which DBM-style module created a given database.
\item
[zlib]
\item
[gzip]
--- Compression and decompression compatible with the
\code
{
gzip
}
program (zlib is the low-level interface, gzip the
high-level one).
\end{description}
\end{description}
Doc/libsomeos.tex
Dosyayı görüntüle @
dfb4120e
...
@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well
...
@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well
\item
[anydbm]
\item
[anydbm]
--- Generic interface to DBM-style database modules.
--- Generic interface to DBM-style database modules.
\item
[whichdbm]
\item
[whichdbm]
--- Guess which DBM-style module created a given database.
--- Guess which DBM-style module created a given database.
\item
[zlib]
\item
[gzip]
--- Compression and decompression compatible with the
\code
{
gzip
}
program (zlib is the low-level interface, gzip the
high-level one).
\end{description}
\end{description}
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