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
/
utils
/
encoding.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #34233 -- Used types.NoneType.
Nick Pope
2023-01-18
1
-1
/
+2
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
1
-10
/
+9
*
Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().
Mariusz Felisiak
2022-03-08
1
-2
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-22
/
+31
*
Fixed typos in comments and docs.
David Sanders
2021-05-29
1
-1
/
+1
*
Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...
Mariusz Felisiak
2021-01-14
1
-18
/
+0
*
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
1
-1
/
+1
*
Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
Hasan Ramezani
2019-10-30
1
-1
/
+1
*
Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().
Jon Dufresne
2019-08-28
1
-1
/
+1
*
Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.enc...
Florian Apolloner
2019-08-01
1
-7
/
+10
*
Refs #30608 -- Added django.utils.encoding.punycode().
Mariusz Felisiak
2019-07-03
1
-0
/
+5
*
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
Tim Graham
2019-02-06
1
-2
/
+16
*
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
1
-17
/
+7
*
Refs #27753 -- Removed django.utils.six.
Tim Graham
2019-02-05
1
-5
/
+0
*
Simplified force_bytes().
Sergey Fedoseev
2018-07-09
1
-4
/
+1
*
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
Ville Skyttä
2017-10-31
1
-2
/
+2
*
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
1
-14
/
+11
*
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
Chronial
2017-02-09
1
-4
/
+41
*
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-09
1
-2
/
+2
*
Refs #23919 -- Removed a Python 2 code path in force_text().
Tim Graham
2017-02-03
1
-10
/
+1
*
Removed an untested and broken branch in force_bytes() (refs #6353).
Tim Graham
2017-02-03
1
-12
/
+1
*
Used super() in DjangoUnicodeDecodeError.
Tim Graham
2017-02-03
1
-3
/
+2
*
Refs #23919 -- Removed unneeded code in force_text().
Vytis Banaitis
2017-01-31
1
-6
/
+3
*
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-30
1
-9
/
+4
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-6
/
+6
*
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-23
1
-7
/
+9
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-12
/
+12
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-26
/
+9
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-3
/
+0
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+2
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-4
/
+4
*
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-11-03
1
-1
/
+1
*
Fixed #24927 -- Used python_2_unicode_compatible from six
Matthew Somerville
2015-06-05
1
-16
/
+2
*
Fixed #24836 -- Made force_text() resolve lazy objects.
Tim Graham
2015-05-27
1
-2
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+3
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
1
-4
/
+4
*
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-11-03
1
-0
/
+17
*
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-10-16
1
-2
/
+39
*
Optimize is_protected_type slightly (used by force_text, which is used basica...
Alex Gaynor
2014-06-07
1
-2
/
+5
*
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
1
-0
/
+7
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-10-13
1
-0
/
+4
*
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-22
1
-2
/
+2
*
Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.
Florian Apolloner
2013-09-06
1
-9
/
+8
*
Fixed #21052 -- Small performance optimization.
Aymeric Augustin
2013-09-06
1
-4
/
+4
*
Fixed #18719 -- Made force_bytes more consistent with force_text.
Aymeric Augustin
2013-09-06
1
-1
/
+1
*
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-05
1
-4
/
+1
*
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-09-02
1
-1
/
+1
*
Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.
Ramiro Morales
2013-06-28
1
-24
/
+0
[next]