summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Blocked revisions 67307 via svnmergeBenjamin Peterson2008-11-220-0/+0
* Add 3.0rc3 UUID.Martin v. Löwis2008-11-221-0/+1
* #4153: finish updating Unicode HOWTO for Py3k changes.Georg Brandl2008-11-221-68/+60
* Blocked revisions 67336 via svnmergeGeorg Brandl2008-11-220-0/+0
* Fix two mp doc issues from #4012.Georg Brandl2008-11-221-4/+4
* #4206: fix 2.xisms in multiprocessing docs and docstrings.Georg Brandl2008-11-222-10/+11
* Blocked revisions 67332 via svnmergeGeorg Brandl2008-11-220-0/+0
* #4372: add bullet point for __cmp__ removal.Georg Brandl2008-11-221-0/+4
* #4361: fix string.py docstring, clarify that only ASCII characters are in its...Georg Brandl2008-11-222-10/+10
* #4378: fix a few functional HOWTO 2.xisms.Georg Brandl2008-11-221-156/+153
* Blocked revisions 67326 via svnmergeBenjamin Peterson2008-11-220-0/+0
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-228-16/+24
* add a glossary entry for "view"Benjamin Peterson2008-11-211-0/+7
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-212-3/+7
* Merged revisions 67320 via svnmerge fromBenjamin Peterson2008-11-212-3/+27
* A few tiny improvements that I had sitting in an edit buffer. More to come.Guido van Rossum2008-11-211-12/+31
* post-3.0rc3Barry Warsaw2008-11-212-3/+15
* Fix minor typos.Raymond Hettinger2008-11-211-3/+3
* Tagging 3.0rc3.Barry Warsaw2008-11-211-0/+1
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-217-14/+14
* a few updates to the gloassary with regards to __future__ and divisionBenjamin Peterson2008-11-211-27/+12
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-213-27/+52
* fix test_gzipBenjamin Peterson2008-11-211-1/+1
* #4338: Fix the distutils "setup.py upload" command.Amaury Forgeot d'Arc2008-11-202-17/+21
* Follow-up of r67300: correct a failure in socket.makefile().Amaury Forgeot d'Arc2008-11-202-5/+16
* Blocked revisions 67303 via svnmergeBenjamin Peterson2008-11-200-0/+0
* fix Sphinx table warningBenjamin Peterson2008-11-201-89/+89
* 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-203-2/+21
* Issue #4354: Fix distutils register command.Martin v. Löwis2008-11-202-13/+10
* Merged revisions 67243,67245,67277-67278,67289 via svnmerge fromBenjamin Peterson2008-11-194-15/+19
* Merged revisions 67291 via svnmerge fromBenjamin Peterson2008-11-192-17/+13
* Blocked revisions 67287 via svnmergeBenjamin Peterson2008-11-190-0/+0
* This fixes issue 4332 for Py3k.Josiah Carlson2008-11-191-1/+1
* Merged revisions 67283 via svnmerge fromMartin v. Löwis2008-11-192-6/+5
* Merged revisions 67279 via svnmerge fromMartin v. Löwis2008-11-192-2/+4
* Blocked revisions 67266 via svnmergeAmaury Forgeot d'Arc2008-11-180-0/+0
* fix the Makefile so it doesn't pollute sys.pathBenjamin Peterson2008-11-182-1/+3
* Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue ...Hirokazu Yamamoto2008-11-181-8/+2
* Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUM...Raymond Hettinger2008-11-181-0/+10
* Issue 4090 and 4087: Further documentation of comparisons.Raymond Hettinger2008-11-171-4/+27
* Merged revisions 67246 via svnmerge fromBenjamin Peterson2008-11-172-3/+76
* rephrase dict view docsBenjamin Peterson2008-11-171-9/+6
* Issue #3327: Don't overallocate in the modules_by_index list.Martin v. Löwis2008-11-172-1/+3
* Issue #4312: Remove claim that distutils parameters must not be Unicode. The ...Martin v. Löwis2008-11-171-2/+0
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-1614-129/+45
* Issue #1721812: Binary operations and copy operations on set/frozensetRaymond Hettinger2008-11-163-9/+31
* Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates toMark Dickinson2008-11-124-2/+62
* change the named tuple returned by inspect.getfullargspec to have a 'kwonlyde...Benjamin Peterson2008-11-123-1/+5
* getfullargspec() has other virtues, tooBenjamin Peterson2008-11-121-1/+1