summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct a typo during previous checkin.Amaury Forgeot d'Arc2008-07-041-1/+1
* Issue #3280: like chr() already does, the "%c" format now accepts the full un...Amaury Forgeot d'Arc2008-07-044-27/+43
* touch up str docstrings #3284Benjamin Peterson2008-07-041-29/+26
* Correct a test after r64701.Amaury Forgeot d'Arc2008-07-041-2/+4
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-046-8817/+8936
* Fix committed merge conflict.Georg Brandl2008-07-041-13/+0
* remove traces of .nextBenjamin Peterson2008-07-033-28/+29
* document LOAD_BUILD_CLASSBenjamin Peterson2008-07-031-3/+3
* Merged revisions 64688 via svnmerge fromMartin v. Löwis2008-07-035-109/+317
* Merged revisions 64685 via svnmerge fromAmaury Forgeot d'Arc2008-07-021-5/+8
* Correct a typo that breaks test_distutilsAmaury Forgeot d'Arc2008-07-021-1/+1
* Add a NEWS entry for Issue #3247.Amaury Forgeot d'Arc2008-07-021-0/+6
* #3247: get rid of Py_FindMethodsAmaury Forgeot d'Arc2008-07-023-32/+12
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-028-96/+105
* Block r64673.Brett Cannon2008-07-020-0/+0
* Merged revisions 64677 via svnmerge fromBrett Cannon2008-07-020-0/+0
* Oops, forgot that there are modules outside the win32 world.Amaury Forgeot d'Arc2008-07-022-0/+47
* #3247: Get rid of Py_FindMethod:Amaury Forgeot d'Arc2008-07-024-89/+99
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-0213-325/+384
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-0224-333/+271
* Revert a bad change I made in r64209, which probably broke compilation on win64Amaury Forgeot d'Arc2008-07-021-9/+17
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-0216-56/+249
* sync whatsnew with 2.6Benjamin Peterson2008-07-021-387/+582
* I'm blocking all these whatsnew revisions, so I can just manually sync it wit...Benjamin Peterson2008-07-020-0/+0
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-027-14/+30
* Blocked revisions 64398,64400,64437,64456,64462,64511 via svnmergeBenjamin Peterson2008-07-020-0/+0
* add an entry for object.__dir__Benjamin Peterson2008-07-021-0/+5
* Blocked revisions 64649 via svnmergeBrett Cannon2008-07-020-0/+0
* Blocked revisions 64633 via svnmergeAmaury Forgeot d'Arc2008-07-010-0/+0
* Blocked revisions 64635 via svnmergeGeorg Brandl2008-07-010-0/+0
* #3191: fix round() docs and docstring.Georg Brandl2008-07-012-5/+9
* fix test_metaclassBenjamin Peterson2008-07-011-1/+1
* Add some full stops.Georg Brandl2008-07-011-2/+2
* #3220: improve bytes docs a bit.Georg Brandl2008-07-011-12/+15
* Merged revisions 64622 via svnmerge fromBenjamin Peterson2008-07-012-1/+15
* Fix a few urllib bugs (NameErrors).Georg Brandl2008-07-012-126/+125
* #2683: Popen.communicate() argument must be bytes.Georg Brandl2008-07-013-8/+5
* document PyUnicode_CompareWithASCIIStringBenjamin Peterson2008-07-011-0/+6
* #2683: communicate() takes bytes.Georg Brandl2008-07-011-2/+2
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-0175-5708/+361
* - No more 0L or similar.Mark Summerfield2008-07-011-26/+33
* fix syntaxBenjamin Peterson2008-07-011-1/+1
* - removed sentence about the new free format floating-point representationMark Summerfield2008-07-012-6/+5
* Merged revisions 64601 via svnmerge fromBenjamin Peterson2008-06-302-1/+30
* now that exec is a function, we can use the shorter assertRaises to testBenjamin Peterson2008-06-301-37/+7
* Merged revisions 64597-64598 via svnmerge fromMartin v. Löwis2008-06-302-1/+4
* Issue #3236: Return small longs from PyLong_FromString.Martin v. Löwis2008-06-303-0/+13
* close asyncore.dispatcher on EOFBill Janssen2008-06-291-0/+1
* fix bad method names in ssl module (and typo in ssl doc)Bill Janssen2008-06-292-7/+7
* Merged revisions 64518,64521-64525,64528-64533 via svnmerge fromRobert Schuppenies2008-06-282-72/+54