summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bumping to 3.0 final.Barry Warsaw2008-12-033-5/+5
* 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
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-211-3/+4
* Merged revisions 67320 via svnmerge fromBenjamin Peterson2008-11-211-2/+25
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-213-9/+9
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-212-26/+48
* fix test_gzipBenjamin Peterson2008-11-211-1/+1
* #4338: Fix the distutils "setup.py upload" command.Amaury Forgeot d'Arc2008-11-201-17/+19
* Follow-up of r67300: correct a failure in socket.makefile().Amaury Forgeot d'Arc2008-11-202-5/+16
* Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc.Barry Warsaw2008-11-202-10/+47
* Fix for bug 4360 "SystemError when method has both super() & closure". PatchBarry Warsaw2008-11-201-0/+11
* Issue #4354: Fix distutils register command.Martin v. Löwis2008-11-201-13/+8
* Merged revisions 67243,67245,67277-67278,67289 via svnmerge fromBenjamin Peterson2008-11-191-2/+2
* Merged revisions 67291 via svnmerge fromBenjamin Peterson2008-11-191-0/+10
* This fixes issue 4332 for Py3k.Josiah Carlson2008-11-191-1/+1
* Merged revisions 67279 via svnmerge fromMartin v. Löwis2008-11-191-2/+2
* Merged revisions 67246 via svnmerge fromBenjamin Peterson2008-11-171-0/+40
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-162-6/+8
* Issue #1721812: Binary operations and copy operations on set/frozensetRaymond Hettinger2008-11-161-4/+9
* Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates toMark Dickinson2008-11-122-2/+49
* change the named tuple returned by inspect.getfullargspec to have a 'kwonlyde...Benjamin Peterson2008-11-121-1/+1
* #2971: test_zipfile64 fails.Amaury Forgeot d'Arc2008-11-121-7/+8
* Enable this test only when subprocess supports non-ascii arguments.Amaury Forgeot d'Arc2008-11-121-6/+5
* Temporarily print some information in test_cmd_line,Amaury Forgeot d'Arc2008-11-121-0/+2
* #3705: Command-line arguments were not correctly decoded when theAmaury Forgeot d'Arc2008-11-111-0/+6
* #4298: pickle.load() can segfault on invalid or truncated input.Amaury Forgeot d'Arc2008-11-111-0/+5
* Merged revisions 67180 via svnmerge fromBenjamin Peterson2008-11-105-12/+44
* #4283: fix left-over iteritems() in distutils.Georg Brandl2008-11-081-1/+1
* updateBarry Warsaw2008-11-071-1/+1
* Bumping to 3.0rc2.Barry Warsaw2008-11-063-7/+7
* fix #4211: the __path__ of a frozen package should be a list.Benjamin Peterson2008-11-051-0/+1
* Merged revisions 67089,67091,67101 via svnmerge fromBenjamin Peterson2008-11-052-1/+10