Added long() and support for longs in int() and float();
turned abs() and divmod() into generic versions;
added pow().
1 file changed
tree: ad4a98d20193908559dbfcdb8c898aff01efe1bf
  1. Doc/
  2. Grammar/
  3. Include/
  4. Lib/
  5. Mac/
  6. Modules/
  7. Objects/
  8. Parser/
  9. Python/