summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issue #3727: poplib module broken by str to unicode conversionChristian Heimes2008-11-052-105/+298
* Issue #3714: nntplib module broken by str to unicode conversionChristian Heimes2008-11-051-63/+52
* Issue #1210: Fixed imaplibChristian Heimes2008-11-051-110/+77
* Fixed issue #4233.Christian Heimes2008-11-051-9/+23
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-041-12/+13
* Sorry, r67092 is commit miss....Hirokazu Yamamoto2008-11-041-13/+0
* Blocked revisions 67002 via svnmergeHirokazu Yamamoto2008-11-041-0/+13
* fix test_descrBenjamin Peterson2008-11-031-1/+1
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-035-8/+26
* Correct the pickle test, broken since r67059:Amaury Forgeot d'Arc2008-10-311-2/+9