| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+29 |
|
|
* | Reflow long line. | Jeremy Hylton | 2008-12-15 | 1 | -1/+2 |
|
|
* | Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun... | Antoine Pitrou | 2008-12-14 | 1 | -40/+72 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 5 | -23/+285 |
|
|
* | Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ... | Antoine Pitrou | 2008-12-13 | 1 | -0/+8 |
|
|
* | Merged revisions 67717 via svnmerge from | Lars Gustäbel | 2008-12-12 | 1 | -6/+3 |
|
|
* | raise a SyntaxError in detect_encoding() when a codec lookup fails like the b... | Benjamin Peterson | 2008-12-12 | 1 | -0/+2 |
|
|
* | Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to | Facundo Batista | 2008-12-11 | 1 | -0/+17 |
|
|
* | Merged revisions 67688 via svnmerge from | Amaury Forgeot d'Arc | 2008-12-10 | 1 | -0/+30 |
|
|
* | 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 | 2 | -2/+63 |
|
|
* | Merged revisions 67463,67572,67576,67628 via svnmerge from | Georg Brandl | 2008-12-07 | 2 | -0/+15 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 1 | -0/+31 |
|
|
* | Merged revisions 67528 via svnmerge from | Fred Drake | 2008-12-04 | 1 | -0/+27 |
|
|
* | 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 | 3 | -16/+16 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -0/+4 |
|
|
* | Issue #4407: Fix source file that caused the compileall step in Windows | Martin v. Löwis | 2008-11-30 | 1 | -1/+1 |
|
|
* | Fix a broken test_dbm_gnu as introducted by r67380. | Brett Cannon | 2008-11-25 | 1 | -1/+1 |
|
|
* | 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 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -1/+1 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 4 | -12/+12 |
|
|
* | Merged revisions 67320 via svnmerge from | Benjamin Peterson | 2008-11-21 | 1 | -2/+25 |
|
|
* | Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and | Brett Cannon | 2008-11-21 | 1 | -15/+31 |
|
|
* | fix test_gzip | Benjamin Peterson | 2008-11-21 | 1 | -1/+1 |
|
|
* | Follow-up of r67300: correct a failure in socket.makefile(). | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -0/+8 |
|
|
* | Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. | Barry Warsaw | 2008-11-20 | 1 | -0/+31 |
|
|
* | Fix for bug 4360 "SystemError when method has both super() & closure". Patch | Barry Warsaw | 2008-11-20 | 1 | -0/+11 |
|
|
* | Merged revisions 67291 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -0/+10 |
|
|
* | Merged revisions 67246 via svnmerge from | Benjamin Peterson | 2008-11-17 | 1 | -0/+40 |
|
|
* | Issue #1721812: Binary operations and copy operations on set/frozenset | Raymond Hettinger | 2008-11-16 | 1 | -4/+9 |
|
|
* | Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to | Mark Dickinson | 2008-11-12 | 2 | -2/+49 |
|
|
* | #2971: test_zipfile64 fails. | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -7/+8 |
|
|
* | Enable this test only when subprocess supports non-ascii arguments. | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -6/+5 |
|
|
* | Temporarily print some information in test_cmd_line, | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -0/+2 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+6 |
|
|
* | #4298: pickle.load() can segfault on invalid or truncated input. | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+5 |
|
|
* | fix #4211: the __path__ of a frozen package should be a list. | Benjamin Peterson | 2008-11-05 | 1 | -0/+1 |
|
|
* | Merged revisions 67089,67091,67101 via svnmerge from | Benjamin Peterson | 2008-11-05 | 2 | -1/+10 |
|
|
* | Fixed issue #3727: poplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 | 1 | -25/+274 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -9/+23 |
|
|
* | fix test_descr | Benjamin Peterson | 2008-11-03 | 1 | -1/+1 |
|
|
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 4 | -7/+22 |
|
|
* | Correct the pickle test, broken since r67059: | Amaury Forgeot d'Arc | 2008-10-31 | 1 | -2/+9 |
|
|
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 2 | -0/+14 |
|
|
* | Merged revisions 67049 via svnmerge from | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+16 |
|
|
* | Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ... | Christian Heimes | 2008-10-30 | 1 | -0/+7 |
|
|
* | #4170: Fix segfault when pickling a defauldict object. | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+8 |
|
|
* | Merged revisions 67030-67031 via svnmerge from | Benjamin Peterson | 2008-10-26 | 2 | -2/+27 |
|
|