cpython/Tools/unicode
Christian Heimes a37d4c693a Removed PyInt_GetMax and sys.maxint
I replaced sys.maxint with sys.maxsize in Lib/*.py. Does anybody see a problem with the change on Win 64bit platforms? Win 64's long is just 32bit but the sys.maxsize is now 2**63-1 on every 64bit platform.
Also added docs for sys.maxsize.
2007-12-04 23:02:19 +00:00
..
python-mappings Add custom mapping files used for generating some of the charmap 2005-10-25 11:54:04 +00:00
Makefile Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
comparecodecs.py Convert print statements to function calls in Tools/. 2007-08-03 17:06:41 +00:00
gencjkcodecs.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
gencodec.py Convert print statements to function calls in Tools/. 2007-08-03 17:06:41 +00:00
listcodecs.py Convert print statements to function calls in Tools/. 2007-08-03 17:06:41 +00:00
makeunicodedata.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
mkstringprep.py Convert raise statements in Tools/. 2007-08-22 23:05:06 +00:00