| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 70682,70684 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -0/+9 |
|
|
* | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
* | Merged revisions 70499 via svnmerge from | Hirokazu Yamamoto | 2009-03-21 | 1 | -1/+1 |
|
|
* | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 1 | -0/+64 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 1 | -3/+3 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | fix indentation again | Benjamin Peterson | 2009-01-31 | 1 | -2497/+2497 |
|
|
* | detabify Objects/unicodeobject.c | Benjamin Peterson | 2009-01-31 | 1 | -3092/+3092 |
|
|
* | Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds... | Antoine Pitrou | 2009-01-11 | 1 | -8/+16 |
|
|
* | Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The | Antoine Pitrou | 2009-01-10 | 1 | -24/+207 |
|
|
* | Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. | Antoine Pitrou | 2009-01-03 | 1 | -1/+1 |
|
|
* | Revert unwanted function name change introduced by r67939. | Alexandre Vassalotti | 2008-12-27 | 1 | -1/+1 |
|
|
* | Fixed incompatible pointer warning. | Hirokazu Yamamoto | 2008-12-27 | 1 | -1/+1 |
|
|
* | Fix bogus assertion. | Alexandre Vassalotti | 2008-12-27 | 1 | -1/+1 |
|
|
* | Optimize built-in unicode codecs by avoiding unnecessary copying. | Alexandre Vassalotti | 2008-12-27 | 1 | -50/+58 |
|
|
* | Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. | Alexandre Vassalotti | 2008-12-27 | 1 | -15/+4 |
|
|
* | Merged revisions 67932 via svnmerge from | Alexandre Vassalotti | 2008-12-27 | 1 | -28/+30 |
|
|
* | Issue #3106: Speedup some comparisons. This also removes the last call | Antoine Pitrou | 2008-12-20 | 1 | -69/+53 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -1/+1 |
|
|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -0/+13 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -4/+4 |
|
|
* | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 1 | -15/+15 |
|
|
* | Merged revisions 66337,66347,66350,66352,66358 via svnmerge from | Benjamin Peterson | 2008-09-10 | 1 | -2/+2 |
|
|
* | #3660: Correct a reference leak in PyUnicode_AsEncodedString when | Amaury Forgeot d'Arc | 2008-09-05 | 1 | -13/+19 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 1 | -13/+49 |
|
|
* | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -1/+1 |
|
|
* | issue #3460: PyUnicode_Join() implementation can be simplified in py3k | Antoine Pitrou | 2008-08-07 | 1 | -90/+54 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -3/+3 |
|
|
* | Merged revisions 65339-65340,65342 via svnmerge from | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -1/+3 |
|
|
* | Merged revisions 65227 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -1/+1 |
|
|
* | Backed out r65073, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -8/+5 |
|
|
* | Merged revisions 65069 via svnmerge from | Eric Smith | 2008-07-17 | 1 | -5/+8 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -14/+2 |
|
|
* | Issue #3280: like chr() already does, the "%c" format now accepts the full un... | Amaury Forgeot d'Arc | 2008-07-04 | 1 | -15/+32 |
|
|
* | touch up str docstrings #3284 | Benjamin Peterson | 2008-07-04 | 1 | -29/+26 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -64/+118 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -0/+23 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -3/+3 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 1 | -7/+89 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -117/+59 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -59/+117 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 1 | -3/+14 |
|
|
* | Fix all return types for str/bytes/bytearray docstrings and make the wording ... | Georg Brandl | 2008-05-30 | 1 | -30/+30 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -42/+42 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -31/+31 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+2 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+3 |
|
|
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 1 | -0/+3 |
|
|