| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4583: crash after resizing an array.array which has buffer exports. | Antoine Pitrou | 2008-12-18 | 1 | -1/+17 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 2 | -22/+21 |
|
|
* | Forward merge of r67822 to py3k: add bit_length method to int. | Mark Dickinson | 2008-12-17 | 1 | -0/+36 |
|
|
* | Try to fix #4674: test_normalization failure on some buildbots. | Antoine Pitrou | 2008-12-16 | 1 | -1/+1 |
|
|
* | Merged revisions 67806 via svnmerge from | Benjamin Peterson | 2008-12-16 | 20 | -153/+329 |
|
|
* | Issue #4663: increase the chunk size to improve TextIOWrapper performance on ... | Antoine Pitrou | 2008-12-15 | 1 | -1/+1 |
|
|
* | Merged revisions 67777,67779 via svnmerge from | Antoine Pitrou | 2008-12-15 | 2 | -2/+2 |
|
|
* | Merged revisions 67790 via svnmerge from | Nick Coghlan | 2008-12-15 | 2 | -3/+42 |
|
|
* | Reflow long line. | Jeremy Hylton | 2008-12-15 | 1 | -1/+2 |
|
|
* | Use True/False for ints instead of 1/0. That's so Python 2.0. | Jeremy Hylton | 2008-12-15 | 1 | -5/+5 |
|
|
* | Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun... | Antoine Pitrou | 2008-12-14 | 2 | -55/+84 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 9 | -48/+310 |
|
|
* | Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ... | Antoine Pitrou | 2008-12-13 | 2 | -1/+9 |
|
|
* | Merged revisions 67717 via svnmerge from | Lars Gustäbel | 2008-12-12 | 2 | -10/+3 |
|
|
* | revert r67713. it causes build problems | Benjamin Peterson | 2008-12-12 | 1 | -4/+20 |
|
|
* | reuse tokenize.detect_encoding for linecache #4016 | Benjamin Peterson | 2008-12-12 | 1 | -20/+4 |
|
|
* | raise a SyntaxError in detect_encoding() when a codec lookup fails like the b... | Benjamin Peterson | 2008-12-12 | 2 | -13/+22 |
|
|
* | Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to | Facundo Batista | 2008-12-11 | 2 | -16/+33 |
|
|
* | Merged revisions 67688 via svnmerge from | Amaury Forgeot d'Arc | 2008-12-10 | 1 | -0/+30 |
|
|
* | simplify imports | Fred Drake | 2008-12-10 | 1 | -2/+1 |
|
|
* | Remove unnecessary import | Neal Norwitz | 2008-12-07 | 1 | -1/+0 |
|
|
* | Issue #4569: Interpreter crash when mutating a memoryview with an item size l... | Antoine Pitrou | 2008-12-07 | 1 | -0/+9 |
|
|
* | Merged revisions 67511,67536-67537,67543 via svnmerge from | Georg Brandl | 2008-12-07 | 4 | -17/+179 |
|
|
* | Merged revisions 67463,67572,67576,67628 via svnmerge from | Georg Brandl | 2008-12-07 | 3 | -1/+16 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 1 | -1/+1 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 1 | -0/+31 |
|
|
* | #4401: Re-add os.extsep. | Georg Brandl | 2008-12-05 | 1 | -1/+3 |
|
|
* | add missing import | Fred Drake | 2008-12-05 | 1 | -0/+1 |
|
|
* | Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() | Amaury Forgeot d'Arc | 2008-12-05 | 1 | -1/+1 |
|
|
* | Merged revisions 67528 via svnmerge from | Fred Drake | 2008-12-04 | 2 | -3/+42 |
|
|
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 2 | -2/+2 |
|
|
* | Issue 3689: list_reverseiterator should support __length_hint__ instead of _... | Raymond Hettinger | 2008-12-02 | 1 | -0/+2 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 4 | -24/+24 |
|
|
* | Issue #4073: Add 2to3 support to build_scripts, refactor that support | Martin v. Löwis | 2008-12-01 | 3 | -21/+65 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 3 | -2/+6 |
|
|
* | Merged revisions 67442 via svnmerge from | Benjamin Peterson | 2008-11-30 | 1 | -25/+40 |
|
|
* | Issue #4407: Fix source file that caused the compileall step in Windows | Martin v. Löwis | 2008-11-30 | 1 | -1/+1 |
|
|
* | Fix more threading API related bugs: Thread.get_name() --> Thread.name. | Amaury Forgeot d'Arc | 2008-11-29 | 2 | -3/+3 |
|
|
* | #4455: IDLE failed to display the windows list when two windows have the same... | Amaury Forgeot d'Arc | 2008-11-28 | 1 | -2/+2 |
|
|
* | Merged revisions 67428 via svnmerge from | Benjamin Peterson | 2008-11-28 | 15 | -86/+104 |
|
|
* | Merged revisions 67414 via svnmerge from | Christian Heimes | 2008-11-28 | 1 | -1/+1 |
|
|
* | Fix a broken test_dbm_gnu as introducted by r67380. | Brett Cannon | 2008-11-25 | 1 | -1/+1 |
|
|
* | Second fix for issue #4373 | Christian Heimes | 2008-11-25 | 1 | -0/+10 |
|
|
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 3 | -0/+6 |
|
|
* | Merged revisions 67183,67191,67371 via svnmerge from | Martin v. Löwis | 2008-11-25 | 3 | -9/+31 |
|
|
* | dbm.dumb was opening files without specifying the encoding. Caused problem on | Brett Cannon | 2008-11-24 | 1 | -8/+10 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 2 | -3/+3 |
|
|
* | #4206: fix 2.xisms in multiprocessing docs and docstrings. | Georg Brandl | 2008-11-22 | 1 | -7/+8 |
|
|
* | #4361: fix string.py docstring, clarify that only ASCII characters are in its... | Georg Brandl | 2008-11-22 | 1 | -9/+9 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 5 | -13/+15 |
|
|