summaryrefslogtreecommitdiffstats
path: root/Modules/_io/_iomodule.h
Commit message (Expand)AuthorAgeFilesLines
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-0/+3
* Issue #7228: Fix format mismatch when printing something of type off_t.Mark Dickinson2009-11-241-1/+17
* Roll back ill-considered attempts to fix printf specifier mismatch for off_t.Mark Dickinson2009-10-291-22/+7
* Fix format specifier for MSVCMark Dickinson2009-10-281-1/+1
* Replace long long with PY_LONG_LONGMark Dickinson2009-10-281-2/+2
* Silence gcc warnings when trying to print an off_t using "lld", on platformsMark Dickinson2009-10-271-1/+12
* Use correct conversion specifier and length modifier when printing anMark Dickinson2009-10-261-6/+10
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+146