Limnoria/src/utils
Valentin Lorentz 61e5a29351 Fix scheme-matching regexp.
Old behavior allowed underscores and schemes starting with a digit,
and did not allow -+.
New behavior: https://tools.ietf.org/html/rfc3986\#section-3.1

Side effect: closes GH-1146
2016-02-07 09:44:08 +01:00
..
__init__.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
crypt.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
error.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
file.py Use utf-8 to encode files by default. 2015-12-23 15:22:19 +01:00
gen.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
iter.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
minisix.py utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
net.py utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
python.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
seq.py Remove fix_xrange. 2015-08-10 19:36:07 +02:00
str.py Remove unbreakable space. 2015-09-29 17:38:07 +02:00
structures.py utils.structures: Define __slots__ for more classes. 2015-12-02 12:22:24 +01:00
transaction.py Fix errors detected by PyLint. 2014-03-05 14:14:36 +01:00
web.py Fix scheme-matching regexp. 2016-02-07 09:44:08 +01:00