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
79cf3bad
Kaydet (Commit)
79cf3bad
authored
May 27, 2012
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#11785: fix the :mod: references in email package submodule titles.
Also adds the TOC entry for headerregistry.
üst
ea976689
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
30 additions
and
22 deletions
+30
-22
email.charset.rst
Doc/library/email.charset.rst
+2
-2
email.encoders.rst
Doc/library/email.encoders.rst
+2
-2
email.errors.rst
Doc/library/email.errors.rst
+2
-2
email.generator.rst
Doc/library/email.generator.rst
+2
-2
email.header.rst
Doc/library/email.header.rst
+2
-2
email.headerregistry.rst
Doc/library/email.headerregistry.rst
+4
-0
email.iterators.rst
Doc/library/email.iterators.rst
+2
-2
email.message.rst
Doc/library/email.message.rst
+2
-2
email.mime.rst
Doc/library/email.mime.rst
+2
-2
email.parser.rst
Doc/library/email.parser.rst
+2
-2
email.policy.rst
Doc/library/email.policy.rst
+5
-2
email.rst
Doc/library/email.rst
+1
-0
email.util.rst
Doc/library/email.util.rst
+2
-2
No files found.
Doc/library/email.charset.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Representing character sets
:mod:`email
.charset
`: Representing character sets
-----------------------------------------
-----------------------------------------
--------
.. module:: email.charset
.. module:: email.charset
:synopsis: Character Sets
:synopsis: Character Sets
...
...
Doc/library/email.encoders.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Encoders
:mod:`email
.encoders
`: Encoders
----------------------
----------------------
---------
.. module:: email.encoders
.. module:: email.encoders
:synopsis: Encoders for email message payloads.
:synopsis: Encoders for email message payloads.
...
...
Doc/library/email.errors.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Exception and Defect classes
:mod:`email
.errors
`: Exception and Defect classes
------------------------------------------
------------------------------------------
-------
.. module:: email.errors
.. module:: email.errors
:synopsis: The exception classes used by the email package.
:synopsis: The exception classes used by the email package.
...
...
Doc/library/email.generator.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Generating MIME documents
:mod:`email
.generator
`: Generating MIME documents
---------------------------------------
---------------------------------------
----------
.. module:: email.generator
.. module:: email.generator
:synopsis: Generate flat text email messages from a message structure.
:synopsis: Generate flat text email messages from a message structure.
...
...
Doc/library/email.header.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Internationalized headers
:mod:`email
.header
`: Internationalized headers
---------------------------------------
---------------------------------------
-------
.. module:: email.header
.. module:: email.header
:synopsis: Representing non-ASCII headers
:synopsis: Representing non-ASCII headers
...
...
Doc/library/email.headerregistry.rst
Dosyayı görüntüle @
79cf3bad
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
.. module:: email.headerregistry
.. module:: email.headerregistry
:synopsis: Automatic Parsing of headers based on the field name
:synopsis: Automatic Parsing of headers based on the field name
.. moduleauthor:: R. David Murray <rdmurray@bitdance.com>
.. sectionauthor:: R. David Murray <rdmurray@bitdance.com>
.. note::
.. note::
The headerregistry module has been included in the standard library on a
The headerregistry module has been included in the standard library on a
...
...
Doc/library/email.iterators.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Iterators
:mod:`email
.iterators
`: Iterators
-----------------------
-----------------------
----------
.. module:: email.iterators
.. module:: email.iterators
:synopsis: Iterate over a message object tree.
:synopsis: Iterate over a message object tree.
...
...
Doc/library/email.message.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Representing an email message
:mod:`email
.message
`: Representing an email message
-------------------------------------------
-------------------------------------------
--------
.. module:: email.message
.. module:: email.message
:synopsis: The base class representing email messages.
:synopsis: The base class representing email messages.
...
...
Doc/library/email.mime.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Creating email and MIME objects from scratch
:mod:`email
.mime
`: Creating email and MIME objects from scratch
----------------------------------------------------------
----------------------------------------------------------
-----
.. module:: email.mime
.. module:: email.mime
:synopsis: Build MIME messages.
:synopsis: Build MIME messages.
...
...
Doc/library/email.parser.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Parsing email messages
:mod:`email
.parser
`: Parsing email messages
------------------------------------
------------------------------------
-------
.. module:: email.parser
.. module:: email.parser
:synopsis: Parse flat text email messages to produce a message object structure.
:synopsis: Parse flat text email messages to produce a message object structure.
...
...
Doc/library/email.policy.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Policy Objects
:mod:`email
.policy
`: Policy Objects
----------------------------
----------------------------
-------
.. module:: email.policy
.. module:: email.policy
:synopsis: Controlling the parsing and generating of messages
:synopsis: Controlling the parsing and generating of messages
.. moduleauthor:: R. David Murray <rdmurray@bitdance.com>
.. sectionauthor:: R. David Murray <rdmurray@bitdance.com>
.. versionadded:: 3.3
.. versionadded:: 3.3
...
...
Doc/library/email.rst
Dosyayı görüntüle @
79cf3bad
...
@@ -52,6 +52,7 @@ Contents of the :mod:`email` package documentation:
...
@@ -52,6 +52,7 @@ Contents of the :mod:`email` package documentation:
email
.
parser
.
rst
email
.
parser
.
rst
email
.
generator
.
rst
email
.
generator
.
rst
email
.
policy
.
rst
email
.
policy
.
rst
email
.
headerregistry
.
rst
email
.
mime
.
rst
email
.
mime
.
rst
email
.
header
.
rst
email
.
header
.
rst
email
.
charset
.
rst
email
.
charset
.
rst
...
...
Doc/library/email.util.rst
Dosyayı görüntüle @
79cf3bad
:mod:`email`: Miscellaneous utilities
:mod:`email
.utils
`: Miscellaneous utilities
-------------------------------------
-------------------------------------
------
.. module:: email.utils
.. module:: email.utils
:synopsis: Miscellaneous email package utilities.
:synopsis: Miscellaneous email package utilities.
...
...
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