summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More codestring -> codebytes.Georg Brandl2009-06-0410-15/+16
* Remove nonexisting stuff from __all__.Georg Brandl2009-06-042-4/+0
* #3791: remove last traces of bsddb.Georg Brandl2009-06-0418-292/+26
* #3613: add base64.encodebytes and decodebytes as the new spelling of encodest...Georg Brandl2009-06-046-48/+66
* Remove mentions of the nonexisting SlowParser in xmlrpc.client.Georg Brandl2009-06-041-28/+19
* Recorded merge of revisions 73201 via svnmerge fromGeorg Brandl2009-06-042-54/+3
* Merged revisions 73197 via svnmerge fromTarek Ziadé2009-06-042-46/+123
* Issue #5373: Remove restriction on null bytes in docstrings of classes.Alexandre Vassalotti2009-06-041-7/+3
* Fix __all__.Raymond Hettinger2009-06-041-1/+2
* Use new form of with-statement instead of contextlib.nested().Raymond Hettinger2009-06-044-12/+11
* Remove the application stub for Python Launcher. ThisRonald Oussoren2009-06-0310-300/+0
* #6190: Remove duplicate paragraph.Georg Brandl2009-06-031-7/+0
* This fixes bug 5798 on OS X.Josiah Carlson2009-06-031-2/+7
* Another hidden treasure.Raymond Hettinger2009-06-031-0/+13
* remove extra "|"sBenjamin Peterson2009-06-031-2/+2
* Blocked revisions 73174 via svnmergeTarek Ziadé2009-06-030-0/+0
* Merged revisions 73170 via svnmerge fromTarek Ziadé2009-06-032-15/+42
* Merged revisions 73166 via svnmerge fromTarek Ziadé2009-06-033-13/+107
* Blocked revisions 73163 via svnmergeGeorg Brandl2009-06-030-0/+0
* <> is gone (almost).Georg Brandl2009-06-031-1/+1
* Issue #6183: Disables wcsftime on VC6.Hirokazu Yamamoto2009-06-032-1/+3
* range() doesn't return a listBenjamin Peterson2009-06-031-1/+1
* ignore some 2to3 test files with 2.x syntax #6184Benjamin Peterson2009-06-031-2/+2
* Merged revisions 73147 via svnmerge fromTarek Ziadé2009-06-022-24/+63
* Fix header level for 'Constants' section of math.rstMark Dickinson2009-06-021-1/+1
* Fix for Issue6170: 'make frameworkinstall' failure with python 3.1rc1.Ronald Oussoren2009-06-022-3/+3
* Merged revisions 73138 via svnmerge fromMark Dickinson2009-06-021-1/+1
* Add test code to verify that relative comparison operators with an objectGregory P. Smith2009-06-021-0/+10
* Merged revisions 73135 via svnmerge fromGregory P. Smith2009-06-022-19/+30
* Merged revisions 73129 via svnmerge fromAntoine Pitrou2009-06-011-1/+3
* Merged revisions 73073-73074,73089 via svnmerge fromBenjamin Peterson2009-06-013-19/+27
* Blocked revisions 73076 via svnmergeBenjamin Peterson2009-06-010-0/+0
* Blocked revisions 72786 via svnmergeBenjamin Peterson2009-06-010-0/+0
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-0123-101/+132
* Merged revisions 73121 via svnmerge fromTarek Ziadé2009-06-012-46/+89
* Merged revisions 73114 via svnmerge fromAmaury Forgeot d'Arc2009-06-013-2/+22
* #5735: Modules compiled with incompatible settings (--with-pydebug when pytho...Amaury Forgeot d'Arc2009-06-012-2/+9
* Blocked revisions 72571,72774,72791,72956,72992,73001-73002,73006,73029,73046...Benjamin Peterson2009-06-010-0/+0
* Fix-up doc for itertools.repeat(). A -1 translates to zero repetitions, not ...Raymond Hettinger2009-06-011-1/+1
* Merged revisions 73109 via svnmerge fromGregory P. Smith2009-06-011-1/+2
* Convert all "i" docs to new style optional args.Georg Brandl2009-06-019-55/+50
* Use true boolean for flag argument.Georg Brandl2009-06-011-1/+1
* Issue #6150: Fix test_unicode on wide-unicode builds.Martin v. Löwis2009-06-012-6/+9
* NEWS entry for 73102.Martin v. Löwis2009-06-011-0/+5
* Merged revisions 73101 via svnmerge fromMartin v. Löwis2009-06-011-0/+1
* Typo fix; constant name is uppercaseAndrew M. Kuchling2009-06-011-1/+1
* #5675 followup: bytearray also has translate and maketrans.Georg Brandl2009-05-311-0/+2
* Merged revisions 73083 via svnmerge fromGuilherme Polo2009-05-311-2/+2
* Merged revisions 73077 via svnmerge fromR. David Murray2009-05-312-0/+33
* #6155: remove usage of cPickle.Georg Brandl2009-05-311-2/+2