index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
regex_helper.py
Age
Commit message (
Expand
)
Author
2012-08-07
[py3] Ported django.utils.regex_helper.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-01-03
Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b
Chris Beaven
2008-09-03
Changed the reverse() call for creating URLs to convert a "." in the reg-exp
Malcolm Tredinnick
2008-09-01
Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.
Malcolm Tredinnick
2008-08-31
Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently
Malcolm Tredinnick
2008-08-31
Fixed #8725 -- Handle empty URL patterns in reverse().
Malcolm Tredinnick
2008-08-31
A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...
Malcolm Tredinnick
2008-07-06
Revert [7849] and [7850]. Brain failure on my part.
Malcolm Tredinnick
2008-07-06
Started to work on the regex reverse-engineering phase.
Malcolm Tredinnick