summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* #5502: accelerate binary buffered IO (especially small operations).Antoine Pitrou2009-04-111-104/+154
* Merged revisions 71210 via svnmerge fromGuilherme Polo2009-04-102-3/+5
* Merged revisions 71229,71271 via svnmerge fromMatthias Klose2009-04-071-2/+2
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-055-14/+35
* Merge revision 71222 from trunk: #5615: make it possible to configure --witho...Georg Brandl2009-04-053-6/+43
* Initialize the tk_init_failed static variable to 0.Alexandre Vassalotti2009-04-051-1/+1
* fix typo #5687Benjamin Peterson2009-04-051-1/+1
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-049-1/+1
* #5391 make mmap work exclusively with bytesBenjamin Peterson2009-04-041-4/+4
* Py_BuildValue's 'c' code should use byte strings #5666Benjamin Peterson2009-04-032-3/+3
* Update a comment about why the __module__ can sometime be NULL.Alexandre Vassalotti2009-04-031-3/+6
* Issue #5640: Fix _multibytecodec so that CJK codecs don't repeatHye-Shik Chang2009-04-021-1/+1
* Merged revisions 70953 via svnmerge fromJesse Noller2009-04-011-0/+3
* Merged revisions 70931 via svnmerge fromJack Diederich2009-04-011-1/+48
* fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-311-0/+5
* Merged revisions 70908 via svnmerge fromJesse Noller2009-03-311-0/+6
* Merged revisions 70879 via svnmerge fromHirokazu Yamamoto2009-03-311-1/+1
* Merged revisions 70849,70852 via svnmerge fromJesse Noller2009-03-312-2/+6
* Merged revisions 70800 via svnmerge fromHirokazu Yamamoto2009-03-311-4/+2
* merge 70783 to py3kJesse Noller2009-03-311-1/+1
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-6/+28
* Rewrite IOBase.readall to avoid costly string resizes, and plug a leakAntoine Pitrou2009-03-292-38/+21
* Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).Antoine Pitrou2009-03-291-0/+1
* Fix leak in _fileio.c (patch by Hirokazu Yamamoto)Antoine Pitrou2009-03-291-0/+1
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-1/+0
* Restore a conditional I removed by mistake.Antoine Pitrou2009-03-291-1/+1
* Issue #1174606: Calling read() without arguments of an unbounded fileAntoine Pitrou2009-03-291-3/+14
* Issue #5592: make the encodefuncs symbol staticAntoine Pitrou2009-03-281-11/+11
* officially deprecated max_buffer_sizeBenjamin Peterson2009-03-261-6/+24
* http://bugs.python.org/issue5544Kristján Valur Jónsson2009-03-241-17/+34
* http://bugs.python.org/issue5552Kristján Valur Jónsson2009-03-241-3/+1
* http://bugs.python.org/issue5544Kristján Valur Jónsson2009-03-241-2/+4
* http://bugs.python.org/issue5544Kristján Valur Jónsson2009-03-241-5/+9
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-1/+29
* - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge.Matthias Klose2009-03-221-0/+1
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-1/+1
* - Issue #5463: In struct module, remove deprecated overflow wrappingMark Dickinson2009-03-211-182/+7
* stringio doesn't have an encodingBenjamin Peterson2009-03-211-1/+1
* Issue 4474: On platforms with sizeof(wchar_t) == 4 andMark Dickinson2009-03-181-0/+45
* Issue #5016: FileIO.seekable() could return False if the file positionAntoine Pitrou2009-03-131-6/+8
* The error detection code in FileIO.close() could fail to reflect the `errno` ...Antoine Pitrou2009-03-131-3/+1
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-1/+15
* Small optimization for corner case where maxlen==0.Raymond Hettinger2009-03-101-0/+23
* give TextIOWrapper a repr that tells you the encodingBenjamin Peterson2009-03-091-2/+10
* Merged revisions 70218-70219 via svnmerge fromGuilherme Polo2009-03-071-1/+1
* Remove double negativeAntoine Pitrou2009-03-061-1/+1
* Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...Antoine Pitrou2009-03-061-12/+30
* Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on S...Antoine Pitrou2009-03-061-10/+10
* Issue #5334: array.fromfile() failed to insert values when EOFError was raised.Hirokazu Yamamoto2009-03-061-6/+11
* properly export PyExc_BlockingIOErrorBenjamin Peterson2009-03-051-1/+1