summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #4583: crash after resizing an array.array which has buffer exports.Antoine Pitrou2008-12-181-1/+17
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-182-22/+21
* Forward merge of r67822 to py3k: add bit_length method to int.Mark Dickinson2008-12-171-0/+36
* Try to fix #4674: test_normalization failure on some buildbots.Antoine Pitrou2008-12-161-1/+1
* Merged revisions 67806 via svnmerge fromBenjamin Peterson2008-12-1620-153/+329
* Issue #4663: increase the chunk size to improve TextIOWrapper performance on ...Antoine Pitrou2008-12-151-1/+1
* Merged revisions 67777,67779 via svnmerge fromAntoine Pitrou2008-12-152-2/+2
* Merged revisions 67790 via svnmerge fromNick Coghlan2008-12-152-3/+42
* Reflow long line.Jeremy Hylton2008-12-151-1/+2
* Use True/False for ints instead of 1/0. That's so Python 2.0.Jeremy Hylton2008-12-151-5/+5
* Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun...Antoine Pitrou2008-12-142-55/+84
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-149-48/+310
* Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ...Antoine Pitrou2008-12-132-1/+9
* Merged revisions 67717 via svnmerge fromLars Gustäbel2008-12-122-10/+3
* revert r67713. it causes build problemsBenjamin Peterson2008-12-121-4/+20
* reuse tokenize.detect_encoding for linecache #4016Benjamin Peterson2008-12-121-20/+4
* raise a SyntaxError in detect_encoding() when a codec lookup fails like the b...Benjamin Peterson2008-12-122-13/+22
* Issue #4084: Fix max, min, max_mag and min_mag Decimal methods toFacundo Batista2008-12-112-16/+33
* Merged revisions 67688 via svnmerge fromAmaury Forgeot d'Arc2008-12-101-0/+30
* simplify importsFred Drake2008-12-101-2/+1
* Remove unnecessary importNeal Norwitz2008-12-071-1/+0
* Issue #4569: Interpreter crash when mutating a memoryview with an item size l...Antoine Pitrou2008-12-071-0/+9
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-074-17/+179
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-073-1/+16
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-071-1/+1
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-0/+31
* #4401: Re-add os.extsep.Georg Brandl2008-12-051-1/+3
* add missing importFred Drake2008-12-051-0/+1
* Issue #4537: webbrowser.UnixBrowser failed because this module defines an open()Amaury Forgeot d'Arc2008-12-051-1/+1
* Merged revisions 67528 via svnmerge fromFred Drake2008-12-042-3/+42
* Prep for Python 3.1!Barry Warsaw2008-12-032-2/+2
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-021-0/+2
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-024-24/+24
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-013-21/+65
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-303-2/+6
* Merged revisions 67442 via svnmerge fromBenjamin Peterson2008-11-301-25/+40
* Issue #4407: Fix source file that caused the compileall step in WindowsMartin v. Löwis2008-11-301-1/+1
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-292-3/+3
* #4455: IDLE failed to display the windows list when two windows have the same...Amaury Forgeot d'Arc2008-11-281-2/+2
* Merged revisions 67428 via svnmerge fromBenjamin Peterson2008-11-2815-86/+104
* Merged revisions 67414 via svnmerge fromChristian Heimes2008-11-281-1/+1
* Fix a broken test_dbm_gnu as introducted by r67380.Brett Cannon2008-11-251-1/+1
* Second fix for issue #4373Christian Heimes2008-11-251-0/+10
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-253-0/+6
* Merged revisions 67183,67191,67371 via svnmerge fromMartin v. Löwis2008-11-253-9/+31
* dbm.dumb was opening files without specifying the encoding. Caused problem onBrett Cannon2008-11-241-8/+10
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-222-3/+3
* #4206: fix 2.xisms in multiprocessing docs and docstrings.Georg Brandl2008-11-221-7/+8
* #4361: fix string.py docstring, clarify that only ASCII characters are in its...Georg Brandl2008-11-221-9/+9
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-225-13/+15