0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
The Python programming language
Go to file
Guido van Rossum d4905454cc Added long() and support for longs in int() and float();
turned abs() and divmod() into generic versions;
added pow().
1991-05-05 20:00:36 +00:00
Doc Minor improvements. Removed footnote about CWI pathnames. 1991-04-23 14:14:57 +00:00
Grammar Removed 'dir' statement. 1991-01-21 15:07:21 +00:00
Include Added longobject.h 1991-05-05 20:00:02 +00:00
Lib Clarify comment. 1991-04-21 19:34:48 +00:00
Mac/Lib
Modules New hacks for include files to get time_t in the most portable way. 1991-04-16 08:47:51 +00:00
Objects Add warning about Lambert's bug. 1991-04-16 08:41:06 +00:00
Parser Add declaration of struct _node, for scoping reasons. 1991-04-04 15:44:12 +00:00
Python Added long() and support for longs in int() and float(); 1991-05-05 20:00:36 +00:00