| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 2 | -18/+27 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 2 | -33/+41 |
|
|
* | Fix an apparent typo. This test of the readonly boolean should have been != 0 | Gregory P. Smith | 2008-03-15 | 1 | -1/+1 |
|
|
* | #2285: remove cmp keyword from list.sort docstring. | Georg Brandl | 2008-03-14 | 1 | -1/+1 |
|
|
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 1 | -169/+0 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -0/+98 |
|
|
* | Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge... | Christian Heimes | 2008-02-25 | 2 | -4/+8 |
|
|
* | Corrected assert to check for correct type in py3k. | Eric Smith | 2008-02-24 | 1 | -1/+1 |
|
|
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -13/+31 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -40/+15 |
|
|
* | Port 60893 to py3k, without unicode test. | Eric Smith | 2008-02-18 | 1 | -0/+16 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 5 | -150/+236 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-17 | 1 | -1/+3 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 8 | -38/+139 |
|
|
* | Merge r60673 | Raymond Hettinger | 2008-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 2 | -2/+67 |
|
|
* | Issue 2025: Add index() and count() methods to tuple so that it will follow | Raymond Hettinger | 2008-02-07 | 1 | -0/+54 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 8 | -85/+124 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 3 | -8/+93 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -88/+29 |
|
|
* | Get the ref counting for static allocated longs right. | Christian Heimes | 2008-02-01 | 1 | -9/+7 |
|
|
* | Fixed multiple reinitialization of the Python interpreter. The small int list... | Christian Heimes | 2008-01-31 | 1 | -23/+36 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 1 | -9/+4 |
|
|
* | Fixed r60466 | Christian Heimes | 2008-01-31 | 1 | -1/+2 |
|
|
* | Remove duplicate function. | Raymond Hettinger | 2008-01-30 | 1 | -15/+0 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -190/+29 |
|
|