summaryrefslogtreecommitdiff
path: root/py/parsenum.c
AgeCommit message (Expand)Author
2014-05-03Add license header to (almost) all files.Damien George
2014-04-09Remove exception name from inside the exception messageAndrew Scheller
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-03-21py: Put back proper ValueError for badly parsed integers.Damien George
2014-03-21py: Improve mp_parse_num_integer; make it self contained.Damien George
2014-03-21py: Allow 'complex()' to take a string as first argument.Damien George
2014-03-21py: Implement parsing of infinity and nan for floats.Damien George
2014-03-17py: Clean up includes.xbe
2014-03-01py: Implement bit-shift and not operations for mpz.Damien George
2014-02-22py: Put number parsing code together in parsenum.c.Damien George