summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #3280: like chr() already does, the "%c" format now accepts the full un...Amaury Forgeot d'Arc2008-07-041-15/+32
* touch up str docstrings #3284Benjamin Peterson2008-07-041-29/+26
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-042-148/+145
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-021-37/+0
* Oops, forgot that there are modules outside the win32 world.Amaury Forgeot d'Arc2008-07-021-0/+37
* #3247: Get rid of Py_FindMethod:Amaury Forgeot d'Arc2008-07-021-37/+0
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-1/+1
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-1/+1
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-021-2/+3
* Issue #3236: Return small longs from PyLong_FromString.Martin v. Löwis2008-06-301-0/+8
* Merged revisions 64518,64521-64525,64528-64533 via svnmerge fromRobert Schuppenies2008-06-281-1/+1
* Revert 64451.Raymond Hettinger2008-06-242-34/+1
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-241-13/+13
* Merged revisions 64496 via svnmerge fromEric Smith2008-06-241-1/+1
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-242-20/+27
* Merge 64438: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-222-1/+34
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-183-6/+25
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-171-0/+12
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-171-14/+42
* add some casts and fix the build from 64311Benjamin Peterson2008-06-161-2/+2
* Merged revisions 64309 via svnmerge fromAmaury Forgeot d'Arc2008-06-161-4/+12
* Make stdprinter_write static.Martin v. Löwis2008-06-131-1/+1
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-116-18/+0
* #2630: Implement PEP 3138.Georg Brandl2008-06-117-1011/+1134
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-3/+0
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-113-6/+157
* Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,...Georg Brandl2008-06-102-18/+97
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-103-13/+16
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-1/+2
* Issue 2582: Fix pickling of range objects.Alexandre Vassalotti2008-06-101-0/+9
* Remove locking from buffer protocol as-per discussion.Travis E. Oliphant2008-06-062-9/+0
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-063-11/+93
* remove unused docstringBenjamin Peterson2008-06-041-3/+0
* Merged revisions 63856-63857,63859-63860 via svnmerge fromMartin v. Löwis2008-06-045-0/+73
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-043-1097/+1006
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-043-1006/+1097
* Fix misspelling.Georg Brandl2008-06-042-2/+2
* Refactored known type optimization, in anticipation of backporting to 2.6. I...Eric Smith2008-06-021-7/+13
* Optimization of str.format() for cases with unicode, long, and floatEric Smith2008-05-311-7/+28
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-304-84/+75
* Don't return the same object from trivial replace() cases --Georg Brandl2008-05-301-4/+1
* Fix all return types for str/bytes/bytearray docstrings and make the wording ...Georg Brandl2008-05-303-77/+81
* clean up some docstrings and errors in bytesobject.cBenjamin Peterson2008-05-271-21/+18
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-263-6294/+6294
* Renamed PyString to PyBytesChristian Heimes2008-05-2615-393/+393
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-266-277/+277
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-0/+10
* #2963: fix method cache types.Georg Brandl2008-05-251-3/+3
* #2964: fix missing INCREF.Georg Brandl2008-05-251-1/+3
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-162-2/+5