| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 72081 via svnmerge from | Thomas Heller | 2009-04-28 | 2 | -6/+6 |
|
|
* | Merged revisions 72054 via svnmerge from | Antoine Pitrou | 2009-04-27 | 2 | -1741/+2019 |
|
|
* | Merged revisions 71906 via svnmerge from | Thomas Heller | 2009-04-25 | 1 | -146/+142 |
|
|
* | Merged revisions 71853 via svnmerge from | Thomas Heller | 2009-04-24 | 7 | -516/+515 |
|
|
* | Merged revisions 71847 via svnmerge from | Thomas Heller | 2009-04-24 | 1 | -1/+1 |
|
|
* | Issue #5463: Remove deprecated float coercion from struct module, along | Mark Dickinson | 2009-04-19 | 1 | -77/+51 |
|
|
* | use NULL for the ends of tables | Benjamin Peterson | 2009-04-19 | 6 | -12/+12 |
|
|
* | Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. | Antoine Pitrou | 2009-04-19 | 1 | -19/+24 |
|
|
* | Make sure that marshal and pickle continue to output 17 | Mark Dickinson | 2009-04-17 | 1 | -1/+1 |
|
|
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 1 | -8/+23 |
|
|
* | Merged revisions 71640-71641 via svnmerge from | Thomas Heller | 2009-04-16 | 4 | -20/+1 |
|
|
* | Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 | Kristján Valur Jónsson | 2009-04-13 | 1 | -39/+24 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 2 | -25/+63 |
|
|
* | #5502: accelerate binary buffered IO (especially small operations). | Antoine Pitrou | 2009-04-11 | 1 | -104/+154 |
|
|
* | Merged revisions 71210 via svnmerge from | Guilherme Polo | 2009-04-10 | 2 | -3/+5 |
|
|
* | Merged revisions 71229,71271 via svnmerge from | Matthias Klose | 2009-04-07 | 1 | -2/+2 |
|
|
* | Merged revisions 70908,70939,71009,71022,71036 via svnmerge from | Benjamin Peterson | 2009-04-05 | 5 | -14/+35 |
|
|
* | Merge revision 71222 from trunk: #5615: make it possible to configure --witho... | Georg Brandl | 2009-04-05 | 3 | -6/+43 |
|
|
* | Initialize the tk_init_failed static variable to 0. | Alexandre Vassalotti | 2009-04-05 | 1 | -1/+1 |
|
|
* | fix typo #5687 | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 9 | -1/+1 |
|
|
* | #5391 make mmap work exclusively with bytes | Benjamin Peterson | 2009-04-04 | 1 | -4/+4 |
|
|
* | Py_BuildValue's 'c' code should use byte strings #5666 | Benjamin Peterson | 2009-04-03 | 2 | -3/+3 |
|
|
* | Update a comment about why the __module__ can sometime be NULL. | Alexandre Vassalotti | 2009-04-03 | 1 | -3/+6 |
|
|
* | Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat | Hye-Shik Chang | 2009-04-02 | 1 | -1/+1 |
|
|
* | Merged revisions 70953 via svnmerge from | Jesse Noller | 2009-04-01 | 1 | -0/+3 |
|
|
* | Merged revisions 70931 via svnmerge from | Jack Diederich | 2009-04-01 | 1 | -1/+48 |
|
|
* | fix TextIOWrapper.read() when the buffer is not readable #5628 | Benjamin Peterson | 2009-03-31 | 1 | -0/+5 |
|
|
* | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -0/+6 |
|
|
* | Merged revisions 70879 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 70849,70852 via svnmerge from | Jesse Noller | 2009-03-31 | 2 | -2/+6 |
|
|
* | Merged revisions 70800 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -4/+2 |
|
|
* | merge 70783 to py3k | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 1 | -6/+28 |
|
|
* | Rewrite IOBase.readall to avoid costly string resizes, and plug a leak | Antoine Pitrou | 2009-03-29 | 2 | -38/+21 |
|
|
* | Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). | Antoine Pitrou | 2009-03-29 | 1 | -0/+1 |
|
|
* | Fix leak in _fileio.c (patch by Hirokazu Yamamoto) | Antoine Pitrou | 2009-03-29 | 1 | -0/+1 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -1/+0 |
|
|
* | Restore a conditional I removed by mistake. | Antoine Pitrou | 2009-03-29 | 1 | -1/+1 |
|
|
* | Issue #1174606: Calling read() without arguments of an unbounded file | Antoine Pitrou | 2009-03-29 | 1 | -3/+14 |
|
|
* | Issue #5592: make the encodefuncs symbol static | Antoine Pitrou | 2009-03-28 | 1 | -11/+11 |
|
|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 1 | -6/+24 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -17/+34 |
|
|
* | http://bugs.python.org/issue5552 | Kristján Valur Jónsson | 2009-03-24 | 1 | -3/+1 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -2/+4 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -5/+9 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -1/+29 |
|
|
* | - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. | Matthias Klose | 2009-03-22 | 1 | -0/+1 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | - Issue #5463: In struct module, remove deprecated overflow wrapping | Mark Dickinson | 2009-03-21 | 1 | -182/+7 |
|
|