summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merged revisions 70189 via svnmerge fromHirokazu Yamamoto2009-03-051-6/+13
* FileIO.readinto() isn't going anywhereBenjamin Peterson2009-03-051-1/+1
* Fix failures introduced by buggy merge (2)Antoine Pitrou2009-03-041-3/+0
* Fix failures introduced by buggy merge (1)Antoine Pitrou2009-03-041-13/+27
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-049-235/+6964
* Fixed memory leak on failure. This is related to issue5403 but won't crash on...Hirokazu Yamamoto2009-03-034-8/+38
* Issue5407Kristján Valur Jónsson2009-03-031-0/+6
* re-merge r69268 (issue4804) from trunk:Amaury Forgeot d'Arc2009-03-021-0/+18
* #4967 fix buggy read()Benjamin Peterson2009-02-281-36/+33
* Merged revisions 70062 via svnmerge fromMark Dickinson2009-02-281-2/+2
* Merged revisions 70056 via svnmerge fromHirokazu Yamamoto2009-02-281-1/+1
* Merged revisions 70052 via svnmerge fromHirokazu Yamamoto2009-02-281-4/+11
* another instance of #804543: use strdup() when saving the result of setlocale...Georg Brandl2009-02-271-1/+2
* - Modules/Setup.dist: Mention _heapqMatthias Klose2009-02-221-0/+1
* Merged revisions 69855 via svnmerge fromBenjamin Peterson2009-02-211-6/+6
* Port r69837: Fix keyword arguments for itertools.count(). Step arg without a ...Raymond Hettinger2009-02-211-28/+43
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-217-15/+15
* #5306: Fix compilation on Windows by properly merging change 69495.Amaury Forgeot d'Arc2009-02-191-1/+125