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
af0bfbee
Kaydet (Commit)
af0bfbee
authored
Şub 18, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added \label{} for logical addressing.
Logical markup.
üst
1f3ab1cb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
10 deletions
+14
-10
libpython.tex
Doc/lib/libpython.tex
+3
-2
libsomeos.tex
Doc/lib/libsomeos.tex
+4
-3
libpython.tex
Doc/libpython.tex
+3
-2
libsomeos.tex
Doc/libsomeos.tex
+4
-3
No files found.
Doc/lib/libpython.tex
Dosyayı görüntüle @
af0bfbee
\chapter
{
Python Services
}
\chapter
{
Python Services
}
\label
{
python
}
The modules described in this chapter provide a wide range of services
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its
related to the Python interpreter and its interaction with its
...
@@ -26,7 +27,7 @@ environment. Here's an overview:
...
@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back.
--- Convert Python objects to streams of bytes and back.
\item
[copy_reg]
\item
[copy_reg]
--- Register
\
cod
e
{
pickle
}
support functions.
--- Register
\
modul
e
{
pickle
}
support functions.
\item
[shelve]
\item
[shelve]
--- Python object persistency.
--- Python object persistency.
...
@@ -39,7 +40,7 @@ environment. Here's an overview:
...
@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints).
different constraints).
\item
[imp]
\item
[imp]
--- Access the implementation of the
\
code
{
import
}
statement.
--- Access the implementation of the
\
keyword
{
import
}
statement.
\item
[ni]
\item
[ni]
--- New import (obsolete).
--- New import (obsolete).
...
...
Doc/lib/libsomeos.tex
Dosyayı görüntüle @
af0bfbee
\chapter
{
Optional Operating System Services
}
\chapter
{
Optional Operating System Services
}
\label
{
someos
}
The modules described in this chapter provide interfaces to operating
The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only.
system features that are available on selected operating systems only.
The interfaces are generally modelled after the
\UNIX
{}
or
C
The interfaces are generally modelled after the
\UNIX
{}
or
\C
{}
interfaces but they are available on some other systems as well
interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview:
(e.g. Windows or NT). Here's an overview:
...
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
...
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item
[zlib]
\item
[zlib]
\item
[gzip]
\item
[gzip]
--- Compression and decompression compatible with the
--- Compression and decompression compatible with the
\
code
{
gzip
}
program (zlib is the low-level interface, gzip the
\
program
{
gzip
}
program (
\module
{
zlib
}
is the low-level interface,
high-level one).
\module
{
gzip
}
the
high-level one).
\end{description}
\end{description}
Doc/libpython.tex
Dosyayı görüntüle @
af0bfbee
\chapter
{
Python Services
}
\chapter
{
Python Services
}
\label
{
python
}
The modules described in this chapter provide a wide range of services
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its
related to the Python interpreter and its interaction with its
...
@@ -26,7 +27,7 @@ environment. Here's an overview:
...
@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back.
--- Convert Python objects to streams of bytes and back.
\item
[copy_reg]
\item
[copy_reg]
--- Register
\
cod
e
{
pickle
}
support functions.
--- Register
\
modul
e
{
pickle
}
support functions.
\item
[shelve]
\item
[shelve]
--- Python object persistency.
--- Python object persistency.
...
@@ -39,7 +40,7 @@ environment. Here's an overview:
...
@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints).
different constraints).
\item
[imp]
\item
[imp]
--- Access the implementation of the
\
code
{
import
}
statement.
--- Access the implementation of the
\
keyword
{
import
}
statement.
\item
[ni]
\item
[ni]
--- New import (obsolete).
--- New import (obsolete).
...
...
Doc/libsomeos.tex
Dosyayı görüntüle @
af0bfbee
\chapter
{
Optional Operating System Services
}
\chapter
{
Optional Operating System Services
}
\label
{
someos
}
The modules described in this chapter provide interfaces to operating
The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only.
system features that are available on selected operating systems only.
The interfaces are generally modelled after the
\UNIX
{}
or
C
The interfaces are generally modelled after the
\UNIX
{}
or
\C
{}
interfaces but they are available on some other systems as well
interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview:
(e.g. Windows or NT). Here's an overview:
...
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
...
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item
[zlib]
\item
[zlib]
\item
[gzip]
\item
[gzip]
--- Compression and decompression compatible with the
--- Compression and decompression compatible with the
\
code
{
gzip
}
program (zlib is the low-level interface, gzip the
\
program
{
gzip
}
program (
\module
{
zlib
}
is the low-level interface,
high-level one).
\module
{
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