summaryrefslogtreecommitdiffstats
path: root/translations/qt_gl.ts
Commit message (Collapse)AuthorAgeFilesLines
* Added galician translationMarce Villarino2010-09-201-0/+9828
This just add a qt_gl_ES.ts file containing an uncomplete translation to Galician lang Merge-request: 2465 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
thon.git/commit/Lib/_pyio.py?h=v3.12.0&id=cf76e1ac927cdc14ee321a363e161be24bfff059'>Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-221-0/+5 * Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-221-1/+3 * give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-0/+11 * Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-1/+16 * Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-141-0/+20 * implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-6/+45 * readline() args must be an int #3521Benjamin Peterson2009-04-241-0/+4 * Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.Antoine Pitrou2009-04-191-4/+13 * add annotations to open()Benjamin Peterson2009-04-181-2/+3 * other places like this just catch IOErrorBenjamin Peterson2009-04-141-1/+1 * Fix test_memoryio under WindowsAntoine Pitrou2009-04-041-0/+4 * add SEEK_ constants to _pyioBenjamin Peterson2009-04-021-0/+1 * fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-31