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
798654fc
Kaydet (Commit)
798654fc
authored
Kas 30, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added \indexsubitem definition; functions were previously indexed for the
wrong module.
üst
2478f9d5
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
0 deletions
+16
-0
libbase64.tex
Doc/lib/libbase64.tex
+2
-0
libfnmatch.tex
Doc/lib/libfnmatch.tex
+2
-0
libquopri.tex
Doc/lib/libquopri.tex
+2
-0
libsocksvr.tex
Doc/lib/libsocksvr.tex
+2
-0
libbase64.tex
Doc/libbase64.tex
+2
-0
libfnmatch.tex
Doc/libfnmatch.tex
+2
-0
libquopri.tex
Doc/libquopri.tex
+2
-0
libsocksvr.tex
Doc/libsocksvr.tex
+2
-0
No files found.
Doc/lib/libbase64.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -13,6 +13,8 @@ string \code{'www.python.org'} is encoded as the string
\indexii
{
RFC
}{
1421
}
\index
{
MIME, base 64 encoding
}
\renewcommand
{
\indexsubitem
}{
(in module base64)
}
\begin{funcdesc}
{
decode
}{
input
\,
output
}
Decode the contents of the
\var
{
input
}
file and write the resulting
binary data to the
\var
{
output
}
file.
...
...
Doc/lib/libfnmatch.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -17,6 +17,8 @@ Note that the filename separator (\code{'/'} on Unix) is \emph{not}
special to this module. See module
\code
{
glob
}
for pathname expansion
(
\code
{
glob
}
uses
\code
{
fnmatch
}
to match filename segments).
\renewcommand
{
\indexsubitem
}{
(in module fnmatch)
}
\begin{funcdesc}
{
fnmatch
}{
filename
\,
pattern
}
Test whether the
\var
{
filename
}
string matches the
\var
{
pattern
}
string, returning true or false. If the operating system is
...
...
Doc/lib/libquopri.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -12,6 +12,8 @@ are many such characters, as when sending a graphics file.
\indexii
{
RFC
}{
1521
}
\index
{
MIME!quoted-printable encoding
}
\renewcommand
{
\indexsubitem
}{
(in module quopri)
}
\begin{funcdesc}
{
decode
}{
input
\,
output
}
Decode the contents of the
\var
{
input
}
file and write the resulting
decoded binary data to the
\var
{
output
}
file.
...
...
Doc/lib/libsocksvr.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -36,6 +36,8 @@ many requests.
Server classes have the same external methods and attributes, no
matter what network protocol they use:
\renewcommand
{
\indexsubitem
}{
(in module SocketServer)
}
%XXX should data and methods be intermingled, or separate?
% how should the distinction between class and instance variables be
% drawn?
...
...
Doc/libbase64.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -13,6 +13,8 @@ string \code{'www.python.org'} is encoded as the string
\indexii
{
RFC
}{
1421
}
\index
{
MIME, base 64 encoding
}
\renewcommand
{
\indexsubitem
}{
(in module base64)
}
\begin{funcdesc}
{
decode
}{
input
\,
output
}
Decode the contents of the
\var
{
input
}
file and write the resulting
binary data to the
\var
{
output
}
file.
...
...
Doc/libfnmatch.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -17,6 +17,8 @@ Note that the filename separator (\code{'/'} on Unix) is \emph{not}
special to this module. See module
\code
{
glob
}
for pathname expansion
(
\code
{
glob
}
uses
\code
{
fnmatch
}
to match filename segments).
\renewcommand
{
\indexsubitem
}{
(in module fnmatch)
}
\begin{funcdesc}
{
fnmatch
}{
filename
\,
pattern
}
Test whether the
\var
{
filename
}
string matches the
\var
{
pattern
}
string, returning true or false. If the operating system is
...
...
Doc/libquopri.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -12,6 +12,8 @@ are many such characters, as when sending a graphics file.
\indexii
{
RFC
}{
1521
}
\index
{
MIME!quoted-printable encoding
}
\renewcommand
{
\indexsubitem
}{
(in module quopri)
}
\begin{funcdesc}
{
decode
}{
input
\,
output
}
Decode the contents of the
\var
{
input
}
file and write the resulting
decoded binary data to the
\var
{
output
}
file.
...
...
Doc/libsocksvr.tex
Dosyayı görüntüle @
798654fc
...
...
@@ -36,6 +36,8 @@ many requests.
Server classes have the same external methods and attributes, no
matter what network protocol they use:
\renewcommand
{
\indexsubitem
}{
(in module SocketServer)
}
%XXX should data and methods be intermingled, or separate?
% how should the distinction between class and instance variables be
% drawn?
...
...
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