Files
cpython/Python
Eric Smith 9ff19b5434 Finished backporting PEP 3127, Integer Literal Support and Syntax.
Added 0b and 0o literals to tokenizer.
Modified PyOS_strtoul to support 0b and 0o inputs.
Modified PyLong_FromString to support guessing 0b and 0o inputs.
Renamed test_hexoct.py to test_int_literal.py and added binary tests.
Added upper and lower case 0b, 0O, and 0X tests to test_int_literal.py
2008-03-17 17:32:20 +00:00
..
2006-04-13 13:08:58 +00:00
2008-03-15 22:03:18 +00:00
2008-01-23 17:15:06 +00:00
2008-01-07 16:41:57 +00:00
2008-02-01 07:22:59 +00:00
2008-02-25 01:45:37 +00:00
2008-03-17 12:14:29 +00:00
2008-02-04 18:00:12 +00:00
2005-07-09 15:26:33 +00:00
2008-01-18 08:47:59 +00:00