cpython/Tools/unicode
Jon Dufresne 3972628de3 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
* Replaced list(<generator expression>) with list comprehension
* Replaced dict(<generator expression>) with dict comprehension
* Replaced set(<list literal>) with set literal
* Replaced builtin func(<list comprehension>) with func(<generator
  expression>) when supported (e.g. any(), all(), tuple(), min(), &
  max())
2017-05-18 07:35:54 -07:00
..
python-mappings #1097797: add the original mapping file 2013-11-10 21:46:02 -05:00
Makefile
comparecodecs.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
gencjkcodecs.py
gencodec.py #27364: fix "incorrect" uses of escape character in the stdlib. 2016-09-08 13:59:53 -04:00
genwincodec.py Merged revisions 78806 via svnmerge from 2010-03-08 22:17:58 +00:00
genwincodecs.bat Issue #17202: Add .bat to .hgeol to force them to CRLF. 2015-04-13 11:59:54 -05:00
listcodecs.py
makeunicodedata.py bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 2017-05-18 07:35:54 -07:00
mkstringprep.py Issue #15239: Make mkstringprep.py work again on Python 3. 2013-06-09 17:08:00 +03:00