]> granicus.if.org Git - python/commit
Issue #26331: Implement the parsing part of PEP 515.
authorBrett Cannon <brett@python.org>
Fri, 9 Sep 2016 21:57:09 +0000 (14:57 -0700)
committerBrett Cannon <brett@python.org>
Fri, 9 Sep 2016 21:57:09 +0000 (14:57 -0700)
commita721abac299bb6529021000a71847486d531b41a
tree8355a69b891cfcdaad8a5fd62870231b7f940696
parentee73a657455a908102379d3c9bc254676418e10c
Issue #26331: Implement the parsing part of PEP 515.

Thanks to Georg Brandl for the patch.
22 files changed:
Doc/library/decimal.rst
Doc/library/functions.rst
Doc/reference/lexical_analysis.rst
Doc/whatsnew/3.6.rst
Include/pystrtod.h
Lib/_pydecimal.py
Lib/test/test_complex.py
Lib/test/test_decimal.py
Lib/test/test_float.py
Lib/test/test_grammar.py
Lib/test/test_int.py
Lib/test/test_tokenize.py
Lib/test/test_types.py
Lib/tokenize.py
Misc/NEWS
Modules/_decimal/_decimal.c
Objects/complexobject.c
Objects/floatobject.c
Objects/longobject.c
Parser/tokenizer.c
Python/ast.c
Python/pystrtod.c