index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
mail
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
1
-3
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-79
/
+121
*
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.
Daniyal
2021-03-19
1
-5
/
+9
*
Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3.7.8+, an...
Florian Apolloner
2020-07-20
1
-4
/
+12
*
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-12
1
-2
/
+2
*
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-07
1
-1
/
+1
*
Refs #30608 -- Added django.utils.encoding.punycode().
Mariusz Felisiak
2019-07-03
1
-5
/
+2
*
Fixed #30512 -- Used email.headerregistry.parser for parsing emails in saniti...
Joachim Jablon
2019-06-13
1
-45
/
+33
*
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
1
-2
/
+2
*
Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails.
jannschu
2018-10-22
1
-1
/
+1
*
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-04-19
1
-5
/
+4
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-2
/
+1
*
Fixed #29140 -- Fixed EmailMessage crash when body is None.
Williams Mendez
2018-02-20
1
-1
/
+1
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-3
/
+2
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-5
/
+1
*
Fixed #28912 -- Made EmailMessage.message() omit an empty To header.
Jon Dufresne
2017-12-30
1
-2
/
+2
*
Fixed #28971 -- Made EmailMessage.message() set Cc from headers dict if it ex...
Jon Dufresne
2017-12-30
1
-4
/
+14
*
Fixed #26344 -- Made EmailMessage include alternatives when the body is empty...
Igor Tokarev
2017-09-04
1
-1
/
+1
*
Replaced some map() and filter() calls with generators.
Tom
2017-05-27
1
-2
/
+2
*
Refs #28196 -- Removed mentions of bytestrings for EmailMessage
Claude Paroz
2017-05-14
1
-8
/
+0
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-5
/
+5
*
Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachme...
kalombo
2017-04-07
1
-1
/
+7
*
Fixed #27848 -- Prevented crash when attaching a .eml file to a message
Claude Paroz
2017-04-01
1
-1
/
+1
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-20
/
+17
*
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-09
1
-2
/
+2
*
Removed unneeded parentheses in class definitions
Claude Paroz
2017-01-29
1
-1
/
+1
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-4
/
+4
*
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
1
-2
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
1
-1
/
+1
*
Fixed #23905, refs #23919 -- Used make_msgid() from stdlib.
Tim Graham
2017-01-19
1
-32
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-3
/
+2
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-5
/
+5
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-31
/
+15
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27696 -- Measured email long lines on encoded content
Claude Paroz
2017-01-06
1
-1
/
+4
*
Fixed #27469 -- Prevented sending email to empty addresses
Claude Paroz
2016-11-10
1
-1
/
+1
*
Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3
Claude Paroz
2016-10-12
1
-20
/
+9
*
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
Michael Schwarz
2016-08-12
1
-28
/
+29
*
Fixed #26802 -- Prevented crash when attaching bytes as text message
Claude Paroz
2016-07-08
1
-2
/
+6
*
Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.
Anton I. Sipos
2016-06-04
1
-1
/
+5
*
Fixed #26580 -- Updated references to obsolete RFC 2822.
Vasiliy Faronov
2016-05-10
1
-1
/
+1
*
Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...
Sergei Maertens
2016-05-06
1
-9
/
+53
*
Fixed #22561 -- Prevented too long lines in email messages
Claude Paroz
2016-04-19
1
-1
/
+8
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-4
/
+3
*
Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.
Konrad Świat
2015-07-25
1
-3
/
+29
*
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-07-20
1
-1
/
+2
*
Removed support for Python 3.3.
Tim Graham
2015-06-18
1
-8
/
+1
*
Fixed #24416 -- Added support for lazy email addresses.
medmunds
2015-03-13
1
-4
/
+4
[next]