summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 72081 via svnmerge fromThomas Heller2009-04-282-6/+6
* Merged revisions 72054 via svnmerge fromAntoine Pitrou2009-04-272-1741/+2019
* Merged revisions 71906 via svnmerge fromThomas Heller2009-04-251-146/+142
* Merged revisions 71853 via svnmerge fromThomas Heller2009-04-247-516/+515
* Merged revisions 71847 via svnmerge fromThomas Heller2009-04-241-1/+1
* Issue #5463: Remove deprecated float coercion from struct module, alongMark Dickinson2009-04-191-77/+51
* use NULL for the ends of tablesBenjamin Peterson2009-04-196-12/+12
* Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.Antoine Pitrou2009-04-191-19/+24
* Make sure that marshal and pickle continue to output 17Mark Dickinson2009-04-171-1/+1
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-8/+23
* Merged revisions 71640-71641 via svnmerge fromThomas Heller2009-04-164-20/+1
* Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623Kristján Valur Jónsson2009-04-131-39/+24
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-112-25/+63
* #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