summaryrefslogtreecommitdiffstats
path: root/Objects/unicodeobject.c
Commit message (Expand)AuthorAgeFilesLines
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-0/+1
* Merged revisions 70682,70684 via svnmerge fromMark Dickinson2009-03-291-0/+9
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-291-1/+1
* Merged revisions 70499 via svnmerge fromHirokazu Yamamoto2009-03-211-1/+1
* Issue 4474: On platforms with sizeof(wchar_t) == 4 andMark Dickinson2009-03-181-0/+64
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-191-3/+3
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-3/+3
* fix indentation againBenjamin Peterson2009-01-311-2497/+2497
* detabify Objects/unicodeobject.cBenjamin Peterson2009-01-311-3092/+3092
* Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds...Antoine Pitrou2009-01-111-8/+16
* Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. TheAntoine Pitrou2009-01-101-24/+207
* Issue #4580: slicing of memoryviews when itemsize != 1 is wrong.Antoine Pitrou2009-01-031-1/+1
* Revert unwanted function name change introduced by r67939.Alexandre Vassalotti2008-12-271-1/+1
* Fixed incompatible pointer warning.Hirokazu Yamamoto2008-12-271-1/+1
* Fix bogus assertion.Alexandre Vassalotti2008-12-271-1/+1
* Optimize built-in unicode codecs by avoiding unnecessary copying.Alexandre Vassalotti2008-12-271-50/+58
* Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString.Alexandre Vassalotti2008-12-271-15/+4
* Merged revisions 67932 via svnmerge fromAlexandre Vassalotti2008-12-271-28/+30
* Issue #3106: Speedup some comparisons. This also removes the last callAntoine Pitrou2008-12-201-69/+53
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-1/+1
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-0/+13
* merge from trunkBenjamin Peterson2008-10-111-4/+4
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-021-15/+15
* Merged revisions 66337,66347,66350,66352,66358 via svnmerge fromBenjamin Peterson2008-09-101-2/+2
* #3660: Correct a reference leak in PyUnicode_AsEncodedString whenAmaury Forgeot d'Arc2008-09-051-13/+19
* Closes release blocker #3627.Neal Norwitz2008-08-241-13/+49
* #3560: cleanup C memoryview APIAntoine Pitrou2008-08-191-1/+1
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-1/+1
* issue #3460: PyUnicode_Join() implementation can be simplified in py3kAntoine Pitrou2008-08-071-90/+54
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-3/+3
* Merged revisions 65339-65340,65342 via svnmerge fromAmaury Forgeot d'Arc2008-08-011-1/+3
* Merged revisions 65227 via svnmerge fromAntoine Pitrou2008-07-251-1/+1
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-8/+5
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-5/+8
* Merged revisions 64842,64853,64856,64945 via svnmerge fromRobert Schuppenies2008-07-141-14/+2
* 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
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-64/+118
* Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,...Georg Brandl2008-06-101-0/+23
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-3/+3
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-061-7/+89
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-117/+59
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-59/+117
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-3/+14
* Fix all return types for str/bytes/bytearray docstrings and make the wording ...Georg Brandl2008-05-301-30/+30
* Renamed PyString to PyBytesChristian Heimes2008-05-261-42/+42
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-31/+31
* 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-161-2/+3