- 08 Kas, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte") means 1024 bytes. KB was misused: replace kB or KB with KiB when appropriate. Same change for MB and GB which become MiB and GiB. Change the output of Tools/iobench/iobench.py. Round also the size of the documentation from 5.5 MB to 5 MiB.
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 18 Ara, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Write the Python version, Unicode implementation and the platform.
-
- 08 Eki, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
(found by Georg)
-
Antoine Pitrou yazdı
(found by Georg)
-
- 06 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
e.g. the pure Python implementation in _pyio).
-
- 18 Ock, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77599 | antoine.pitrou | 2010-01-18 22:04:00 +0100 (lun., 18 janv. 2010) | 3 lines Add iobench to the Tools directory (see December python-dev discussion) ........ r77600 | antoine.pitrou | 2010-01-18 22:10:31 +0100 (lun., 18 janv. 2010) | 3 lines Add ccbench to the Tools directory ........ r77601 | antoine.pitrou | 2010-01-18 22:15:21 +0100 (lun., 18 janv. 2010) | 3 lines Add a NEWS entry for r77599 and r77600. ........
-
Antoine Pitrou yazdı
-