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
180b68b3
Kaydet (Commit)
180b68b3
authored
Şub 22, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More reasonable section titles.
üst
76991ec7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
11 deletions
+13
-11
libbase64.tex
Doc/lib/libbase64.tex
+3
-3
libmailbox.tex
Doc/lib/libmailbox.tex
+2
-2
libmimetypes.tex
Doc/lib/libmimetypes.tex
+3
-2
libquopri.tex
Doc/lib/libquopri.tex
+2
-2
libuu.tex
Doc/lib/libuu.tex
+3
-2
No files found.
Doc/lib/libbase64.tex
Dosyayı görüntüle @
180b68b3
\section
{
\module
{
base64
}
---
\section
{
\module
{
base64
}
---
Encode and decode MIME base64 encoding.
}
Encode and decode MIME base64 data
}
\declaremodule
{
standard
}{
base64
}
\declaremodule
{
standard
}{
base64
}
\modulesynopsis
{
Encode and decode files using the MIME base64 data.
}
\modulesynopsis
{
Encode and decode files using the MIME base64
encoding.
}
\indexii
{
base64
}{
encoding
}
\indexii
{
base64
}{
encoding
}
\index
{
MIME!base64 encoding
}
\index
{
MIME!base64 encoding
}
...
...
Doc/lib/libmailbox.tex
Dosyayı görüntüle @
180b68b3
...
@@ -33,8 +33,8 @@ mailbox specified by \var{dirname} is made available.
...
@@ -33,8 +33,8 @@ mailbox specified by \var{dirname} is made available.
\begin{classdesc}
{
BabylMailbox
}{
fp
}
\begin{classdesc}
{
BabylMailbox
}{
fp
}
Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail
Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail
messages start with
\code
{
'*** EOOH ***
\n
'
}
and end with
messages start with
a line containing only
\code
{
'*** EOOH ***'
}
and
\code
{
'
\0
37
\0
14
\n
'
}
.
end with a line containing only
\code
{
'
\0
37
\0
14
'
}
.
\end{classdesc}
\end{classdesc}
...
...
Doc/lib/libmimetypes.tex
Dosyayı görüntüle @
180b68b3
...
@@ -3,11 +3,12 @@
...
@@ -3,11 +3,12 @@
% mimetypes module.
% mimetypes module.
\section
{
\module
{
mimetypes
}
---
\section
{
\module
{
mimetypes
}
---
Mapping of filename extensions to MIME types.
}
Mapping of filenames to MIME types
}
\declaremodule
{
standard
}{
mimetypes
}
\declaremodule
{
standard
}{
mimetypes
}
\modulesynopsis
{
Mapping of filename extensions to MIME types.
}
\modulesynopsis
{
Mapping of filename extensions to MIME types.
}
\indexii
{
MIME
}{
content type
}
\indexii
{
MIME
}{
content type
}
The
\module
{
mimetypes
}
converts between a filename or URL and the MIME
The
\module
{
mimetypes
}
converts between a filename or URL and the MIME
...
...
Doc/lib/libquopri.tex
Dosyayı görüntüle @
180b68b3
\section
{
\module
{
quopri
}
---
\section
{
\module
{
quopri
}
---
Encode and decode MIME quoted-printable encoding.
}
Encode and decode MIME quoted-printable data
}
\declaremodule
{
standard
}{
quopri
}
\declaremodule
{
standard
}{
quopri
}
\modulesynopsis
{
Encode and decode files using the MIME
\modulesynopsis
{
Encode and decode files using the MIME
quoted-printable encoding.
}
quoted-printable encoding.
}
...
...
Doc/lib/libuu.tex
Dosyayı görüntüle @
180b68b3
\section
{
\module
{
uu
}
---
\section
{
\module
{
uu
}
---
Encode and decode files in uuencode format.
}
Encode and decode uuencode files
}
\declaremodule
{
standard
}{
uu
}
\declaremodule
{
standard
}{
uu
}
\modulesynopsis
{
Encode and decode files in uuencode format.
}
\modulesynopsis
{
Encode and decode files in uuencode format.
}
\moduleauthor
{
Lance Ellinghouse
}{}
This module encodes and decodes files in uuencode format, allowing
This module encodes and decodes files in uuencode format, allowing
...
...
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