Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/regex_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16362 -- Allowed lookaround assertions in URL patt...Bas Peschier2015-03-231-6/+5
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+5
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+4
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-1/+1
* [py3] Ported django.utils.regex_helper.Aymeric Augustin2012-08-071-5/+6
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-16/+17
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-14/+14
* Fixed #17492 -- Allow reversal of named backreferences. T...Chris Beaven2012-01-031-4/+14
* Changed the reverse() call for creating URLs to convert a...Malcolm Tredinnick2008-09-031-1/+1
* Fixed a case of incorrect parsing of quanitifers in reg-e...Malcolm Tredinnick2008-09-021-0/+1
* Fixed #8726 -- When doing reverse URL resolving, make sur...Malcolm Tredinnick2008-09-011-15/+15
* Fixed #8725 -- Handle empty URL patterns in reverse().Malcolm Tredinnick2008-08-311-1/+5
* A rewrite of the reverse URL parsing: the reverse() call ...Malcolm Tredinnick2008-08-311-0/+323
* Revert [7849] and [7850]. Brain failure on my part.Malcolm Tredinnick2008-07-061-123/+0
* Started to work on the regex reverse-engineering phase.Malcolm Tredinnick2008-07-061-0/+123