summaryrefslogtreecommitdiffstats
path: root/Lib/_pyio.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 80548-80549 via svnmerge fromBenjamin Peterson2010-04-271-3/+2
* Merged revisions 80544 via svnmerge fromBenjamin Peterson2010-04-271-4/+2
* Only the parts which are relevant for 3.x branch.Florent Xicluna2010-03-131-3/+12
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-5/+3
* Merged revisions 76896,76898 via svnmerge fromAntoine Pitrou2009-12-191-4/+14
* 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-311-0/+1
* officially deprecated max_buffer_sizeBenjamin Peterson2009-03-261-7/+14
* stringio doesn't have an encodingBenjamin Peterson2009-03-211-0/+4
* hack StringIO's repr, so it doesn't give an encodingBenjamin Peterson2009-03-091-0/+5
* give TextIOWrapper a repr that tells you the encodingBenjamin Peterson2009-03-091-0/+3
* remove usage of the deprecated max_buffer_sizeBenjamin Peterson2009-03-051-8/+5
* rather pointless XXXBenjamin Peterson2009-03-051-2/+0
* fix #4862 in _pyio: reset the decoder on seek(0)Benjamin Peterson2009-03-051-1/+3
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-0/+1831
_branch'>core_8_5_branch Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Created branch rmax-ipv6-merge-syntheticrmax_ipv6_mergermax_ipv6_merge_syntheticcvs2fossil2010-09-2812-0/+1729
* Implement TIP#162rmax2010-09-283-0/+468
* * doc/socket.n: Document the changes to the [socket] and rmax2010-09-2815-14117/+5972
* fix error with --enable-symbols=compileMiguel Sofer2010-09-271-9/+9
* missed ChangeLog entryMiguel Sofer2010-09-271-3/+2
* * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-2713-772/+497
* * generic/tclVar.c: use the macro HasLocalVars everywhereMiguel Sofer2010-09-272-4/+7
* * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid codeMiguel Sofer2010-09-262-51/+16
* * tests/stringComp.test: improved string test coveragehobbs2010-09-253-264/+232
* * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-242-1/+54
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-234-5/+15
* * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-234-3/+13
* Make compilable with -DUNICODE (not actived yet)nijtmans2010-09-233-115/+130
* * generic/tclExecute: one more DECACHE_STACK_INFO() missing; thisMiguel Sofer2010-09-222-2/+5
* * tests/execute.test: added execute-10.3 for [Bug 3072640]. TheMiguel Sofer2010-09-222-1/+25
* * generic/tclExecute: protect all possible writes to ::errorInfoMiguel Sofer2010-09-222-2/+52
* Improved readability of tcl+pkgs builds and testsdgp2010-09-221-7/+9
* Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M...nijtmans2010-09-223-2/+7
* * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-22