]> granicus.if.org Git - python/commit
Issue #18783: Removed existing mentions of Python long type in docstrings,
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Aug 2013 17:17:03 +0000 (20:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Aug 2013 17:17:03 +0000 (20:17 +0300)
commit46e1ce214b5711e8dae63a1b5a0a7aafb371baf0
tree0230554f5bd4df8804946f5bb0634cefdbbbd2ae
parent14e461d5b92000ec4e89182fa25ab0d5b5b31234
parent9594942716a8f9c557b85d31751753d89cd7cebf
Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
34 files changed:
Include/abstract.h
Include/longobject.h
Include/objimpl.h
Include/pyport.h
Lib/datetime.py
Lib/pickle.py
Lib/pickletools.py
Lib/random.py
Lib/test/test_decimal.py
Lib/test/test_gdb.py
Lib/test/test_itertools.py
Lib/test/test_long.py
Lib/test/test_struct.py
Lib/test/test_sys.py
Lib/xmlrpc/client.py
Misc/NEWS
Modules/_ctypes/callproc.c
Modules/_datetimemodule.c
Modules/_pickle.c
Modules/_randommodule.c
Modules/_struct.c
Modules/_testcapimodule.c
Modules/socketmodule.c
Objects/abstract.c
Objects/fileobject.c
Objects/floatobject.c
Objects/longobject.c
Objects/rangeobject.c
PC/pyconfig.h
PC/winreg.c
Python/bltinmodule.c
Python/compile.c
Python/formatter_unicode.c
Python/marshal.c