summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab...Georg Brandl2008-05-161-1/+1
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-162-7/+45
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-2/+2
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-162-4/+5
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-116-3/+155
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-23/+23
* Made the TypeError message in bytes_iconcat() less confusing.Alexandre Vassalotti2008-05-091-2/+2
* Issue 2801: fix bug in float.is_integer where ValueError was incorrectlyMark Dickinson2008-05-091-0/+1
* Forward port r62848.Raymond Hettinger2008-05-081-3/+3
* Give with_traceback a docstring.Georg Brandl2008-05-051-1/+6
* Issue #1950: Fixed misusage of PyUnicode_AsString().Alexandre Vassalotti2008-05-031-7/+14
* Fixed a small omission in the renaming of "unicode" to "str".Alexandre Vassalotti2008-05-031-1/+1
* Fixed a bug in the representation of self-referential tuples.Alexandre Vassalotti2008-05-031-1/+1
* #2689 Fix indentation in Objects/rangeobject.cBenjamin Peterson2008-04-251-2/+2
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-6/+19
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-194-728/+150
* PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long);Mark Dickinson2008-04-151-12/+53
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-3/+3