Commit graph

16 commits

Author SHA1 Message Date
sevan
1986b5d001 Unbreak scan stage.
PYTHON_VERSIONS_INCOMPATIBLE is handled by lang/python/pyversion.mk
2018-08-28 13:44:00 +00:00
adam
e59c57d0fa py-yarl: updated to 1.2.6
1.2.6:
Drop Python 3.4 trove classifier
2018-06-15 08:02:51 +00:00
adam
62a2439d1c py-yarl: updated to 1.2.5
1.2.5:
* Fix annotations for build
2018-06-12 15:16:31 +00:00
adam
aa53b3839e py-yarl: updated to 1.2.4
1.2.4:
Fix annotations for cached_property
2018-05-08 13:04:48 +00:00
adam
5645d15e23 py-yarl: updated to 1.2.3
1.2.3:
Accept str subclasses in URL constructor
2018-05-04 06:56:10 +00:00
adam
345130a75f py-yarl: updated to 1.2.2
1.2.2:
Fix build

1.2.1:
Pin minimal required Python to 3.5.3

1.2.0:
Forbid inheritance, replace __init__ with __new__
Support PEP-561 (provide type hinting marker)
2018-05-02 07:07:41 +00:00
adam
eda86cc235 py-yarl: updated to 1.1.1
1.1.1:
Fix performance regression: don’t encode enmpty netloc
2018-02-20 09:29:05 +00:00
adam
b476eeed14 py-yarl: updated to 1.1.0
1.1.0:
Make pure Python quoter consistent with Cython version
2018-01-21 11:55:13 +00:00
adam
4b6b2e950f py-yarl: updated to 1.0.0
1.0.0:
Use fast path if quoted string does not need requoting
Speed up quoting/unquoting by _Quoter and _Unquoter classes
Drop yarl.quote and yarl.unquote public functions
Add custom string writer, reuse static buffer if available; Code is 50-80 times faster than Pure Python version (was 4-5 times faster)
Don’t recode IP zone
Support encoded=True in yarl.URL.build()
Fix updating query with multiple keys
2018-01-17 08:37:02 +00:00
adam
8ec728a4c9 py-yarl: updated to 0.18.0
0.18.0:
Fallback to IDNA 2003 if domain name is not IDNA 2008 compatible
2018-01-11 13:38:49 +00:00
adam
709e6392bb py-yarl: updated to 0.17.0
0.17.0:
Bug fixes.
2018-01-05 08:16:19 +00:00
adam
222464f279 py-yarl: updated to 0.16.0
0.16.0:
Fix raising TypeError by url.query_string() after url.with_query({}) (empty mapping)
2017-12-10 09:56:09 +00:00
adam
957faedcd6 py-yarl: updated to 0.15.0
0.15.0:
Add raw_path_qs attribute
2017-11-24 12:35:09 +00:00
adam
1b36724539 py-yarl: updated to 0.14.2
0.14.2:
Restore strict parameter as no-op in quote/unquote

0.14.1:
Restore strict parameter as no-op for sake of compatibility with aiohttp 2.2

0.14.0:
Drop strict mode
Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url
2017-11-14 11:07:37 +00:00
adam
f81c1c7f57 py-yarl: update to 0.13.0
0.13.0:
Document encoded parameter
Support relative urls like ‘?key=value’
Unsafe encoding for QS fixed. Encode ; char in value param
Process passwords without user names
2017-10-02 12:50:55 +00:00
adam
10be71becb The module provides handy URL class for url parsing and changing. 2017-07-16 09:41:18 +00:00