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
/
text.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.
Andreas Pelme
2022-12-17
1
-4
/
+24
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-53
/
+95
*
Refs #27753 -- Removed unused django.utils.text._replace_entity() and _entity...
Mariusz Felisiak
2021-12-30
1
-23
/
+0
*
Fixed unescape_string_literal() crash on empty strings.
Florian Apolloner
2021-12-14
1
-1
/
+1
*
Fixed #32859 -- Simplified compress_string() by using gzip.compress().
Illia Volochii
2021-06-21
1
-7
/
+2
*
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
1
-3
/
+7
*
Optimized django.utils.text.capfirst().
Nick Pope
2021-03-23
1
-1
/
+5
*
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...
Mariusz Felisiak
2021-01-14
1
-12
/
+0
*
Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.
David Smith
2020-05-29
1
-3
/
+3
*
Corrected slugify()'s docstring.
David Smith
2020-05-29
1
-3
/
+4
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-6
/
+6
*
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-12-30
1
-1
/
+1
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-7
/
+8
*
Removed unneeded ValueError catching in django.utils.text._replace_entity().
Jon Dufresne
2019-08-01
1
-1
/
+1
*
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-08-01
1
-2
/
+2
*
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
Jon Dufresne
2019-05-08
1
-0
/
+7
*
Simplified utils.text.StreamingBuffer.
Sergey Fedoseev
2018-10-04
1
-17
/
+4
*
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-25
1
-1
/
+1
*
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-21
1
-4
/
+3
*
Fixed #29412 -- Stopped marking slugify() result as HTML safe.
Claude Paroz
2018-07-20
1
-6
/
+3
*
Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...
Tim Graham
2018-03-06
1
-1
/
+1
*
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
1
-1
/
+1
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-13
/
+10
*
Removed duplicate lines in slugify().
Jon Dufresne
2017-04-10
1
-3
/
+2
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-3
/
+0
*
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
1
-25
/
+22
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-2
/
+2
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-21
1
-4
/
+4
*
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
-4
/
+3
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-5
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+3
*
Decorated a few functions.
Tim Graham
2016-11-14
1
-2
/
+3
*
Refs #19705 -- Changed gzip modification times to 0.
Kevin Christopher Henry
2016-10-14
1
-2
/
+2
*
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-17
1
-4
/
+4
*
Fixed #26866 -- Added format_lazy function
Mattias Loverot
2016-08-24
1
-1
/
+12
*
Fixed #27020 -- Used a context manager to close files.
Ville Skyttä
2016-08-04
1
-12
/
+10
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-4
/
+6
*
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
1
-1
/
+2
*
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-12-12
1
-13
/
+13
*
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-17
1
-4
/
+8
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-4
/
+4
*
Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()
Matthew Somerville
2015-02-04
1
-2
/
+5
*
Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.
Tim Graham
2015-01-17
1
-29
/
+0
*
Fixed #23558 -- documented slugify limitations
David Hoffman
2014-10-30
1
-3
/
+3
*
Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...
Jon Dufresne
2014-10-20
1
-2
/
+3
[next]