| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 3 | -1097/+1006 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 3 | -1006/+1097 |
|
|
* | Fix misspelling. | Georg Brandl | 2008-06-04 | 2 | -2/+2 |
|
|
* | Refactored known type optimization, in anticipation of backporting to 2.6. I... | Eric Smith | 2008-06-02 | 1 | -7/+13 |
|
|
* | Optimization of str.format() for cases with unicode, long, and float | Eric Smith | 2008-05-31 | 1 | -7/+28 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 4 | -84/+75 |
|
|
* | Don't return the same object from trivial replace() cases -- | Georg Brandl | 2008-05-30 | 1 | -4/+1 |
|
|
* | Fix all return types for str/bytes/bytearray docstrings and make the wording ... | Georg Brandl | 2008-05-30 | 3 | -77/+81 |
|
|
* | clean up some docstrings and errors in bytesobject.c | Benjamin Peterson | 2008-05-27 | 1 | -21/+18 |
|
|
* | Renamed files bytesobject.[ch] and stringobject.[ch] | Christian Heimes | 2008-05-26 | 3 | -6294/+6294 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 15 | -393/+393 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 6 | -277/+277 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+10 |
|
|
* | #2963: fix method cache types. | Georg Brandl | 2008-05-25 | 1 | -3/+3 |
|
|
* | #2964: fix missing INCREF. | Georg Brandl | 2008-05-25 | 1 | -1/+3 |
|
|
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 2 | -2/+5 |
|
|
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 2 | -7/+45 |
|
|
* | 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 | 2 | -4/+5 |
|
|
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 6 | -3/+155 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -23/+23 |
|
|
* | Made the TypeError message in bytes_iconcat() less confusing. | Alexandre Vassalotti | 2008-05-09 | 1 | -2/+2 |
|
|
* | Issue 2801: fix bug in float.is_integer where ValueError was incorrectly | Mark Dickinson | 2008-05-09 | 1 | -0/+1 |
|
|
* | Forward port r62848. | Raymond Hettinger | 2008-05-08 | 1 | -3/+3 |
|
|
* | Give with_traceback a docstring. | Georg Brandl | 2008-05-05 | 1 | -1/+6 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 1 | -7/+14 |
|
|
* | Fixed a small omission in the renaming of "unicode" to "str". | Alexandre Vassalotti | 2008-05-03 | 1 | -1/+1 |
|
|
* | Fixed a bug in the representation of self-referential tuples. | Alexandre Vassalotti | 2008-05-03 | 1 | -1/+1 |
|
|
* | #2689 Fix indentation in Objects/rangeobject.c | Benjamin Peterson | 2008-04-25 | 1 | -2/+2 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 1 | -6/+19 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 4 | -728/+150 |
|
|
* | PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long); | Mark Dickinson | 2008-04-15 | 1 | -12/+53 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -3/+3 |
|
|
* | Re-indented bytes_getbuffer() and bytes_releasebuffer() to 4-space | Alexandre Vassalotti | 2008-04-14 | 1 | -16/+16 |
|
|
* | Improved bytes_extend() to avoid making a full copy of the temporary | Alexandre Vassalotti | 2008-04-14 | 1 | -17/+23 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 3 | -2/+17 |
|
|
* | Issue 2440: revert r62269 and r62279. These changes were made in an effort t... | Trent Nelson | 2008-04-11 | 1 | -14/+2 |
|
|
* | Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floa... | Trent Nelson | 2008-04-10 | 1 | -1/+1 |
|
|
* | Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext... | Trent Nelson | 2008-04-10 | 1 | -2/+14 |
|
|
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 1 | -8/+2 |
|
|
* | Merged revisions 62199 via svnmerge from | Martin v. Löwis | 2008-04-07 | 3 | -6/+25 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -0/+6 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 4 | -7/+15 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 4 | -10/+14 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -2/+2 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -8/+46 |
|
|
* | Disabled some unused functions to silence compiler warnings | Christian Heimes | 2008-03-21 | 1 | -0/+4 |
|
|
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 1 | -4/+2 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 2 | -1/+18 |
|
|