| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+9 |
|
|
* | Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,... | Alexandre Vassalotti | 2008-05-15 | 1 | -12/+54 |
|
|
* | Fixed refleak in _testcapi.test_s_code. | Alexandre Vassalotti | 2008-05-15 | 1 | -0/+1 |
|
|
* | #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic... | Amaury Forgeot d'Arc | 2008-05-12 | 1 | -0/+33 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -1/+1 |
|
|
* | Revert the temporary change in r62624 | Mark Dickinson | 2008-05-09 | 1 | -11/+3 |
|
|
* | Move variable declaration to the top of the block, | Amaury Forgeot d'Arc | 2008-05-08 | 1 | -1/+2 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 1 | -0/+620 |
|
|
* | Fixed bytes naming in the docstrings of _bytesio.c. | Alexandre Vassalotti | 2008-05-08 | 1 | -3/+3 |
|
|
* | Reverted (partially) patch r62667 to zipimport.c. | Alexandre Vassalotti | 2008-05-07 | 1 | -2/+3 |
|
|
* | Fixed docstring of _bytesio._BytesIO.writelines(). | Alexandre Vassalotti | 2008-05-07 | 1 | -3/+4 |
|
|
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 1 | -10/+2 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -1/+10 |
|
|
* | Silence a compiler warning | Christian Heimes | 2008-05-06 | 1 | -1/+1 |
|
|
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 2 | -48/+760 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 6 | -10/+166 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 3 | -18/+14 |
|
|
* | One more attempt to track down Debian/alpha test_math failures: | Mark Dickinson | 2008-05-02 | 1 | -3/+11 |
|
|
* | Whoops. errno should only be tested when the result is finite. | Mark Dickinson | 2008-05-01 | 1 | -4/+4 |
|
|
* | Make floating-point exception error messages slightly more verbose: in | Mark Dickinson | 2008-04-30 | 1 | -10/+13 |
|
|
* | Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,... | Thomas Heller | 2008-04-30 | 5 | -2/+215 |
|
|
* | Merged revisions 62481 via svnmerge from | Thomas Heller | 2008-04-24 | 3 | -50/+133 |
|
|
* | Merged revisions 62420-62421,62423-62424 via svnmerge from | Christian Heimes | 2008-04-21 | 2 | -2/+47 |
|
|
* | Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,... | Christian Heimes | 2008-04-20 | 2 | -139/+193 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 2 | -233/+1235 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -1/+1 |
|
|
* | Merged revisions 62338 via svnmerge from | Thomas Heller | 2008-04-14 | 3 | -0/+80 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 3 | -4/+12 |
|
|
* | Removed unused variable. | Alexandre Vassalotti | 2008-04-12 | 1 | -2/+0 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 3 | -97/+4 |
|
|
* | Merged revisions 62177-62178,62180-62193 via svnmerge from | Martin v. Löwis | 2008-04-07 | 1 | -3/+4 |
|
|
* | Convert another %s to %ls. | Martin v. Löwis | 2008-04-06 | 1 | -1/+1 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 4 | -144/+314 |
|
|
* | Remove baseName argument from Tkapp_New, as it apparently | Martin v. Löwis | 2008-04-05 | 1 | -8/+4 |
|
|
* | Merged revisions 62149, 62153, 62154 via svnmerge from | Thomas Heller | 2008-04-04 | 9 | -24/+1266 |
|
|
* | Fix a refleak | Neal Norwitz | 2008-04-01 | 1 | -1/+1 |
|
|
* | Moved DECREF to correct place to get rid of leaked references. | Gerhard Häring | 2008-03-29 | 1 | -1/+1 |
|
|
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 | 16 | -171/+383 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -1/+91 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -2/+2 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 2 | -14/+13 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 2 | -8/+11 |
|
|
* | Merge the table type change to save space on LP64 platforms from trunk r61875. | Gregory P. Smith | 2008-03-25 | 1 | -53/+53 |
|
|
* | Merged revisions 61849 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -0/+2 |
|
|
* | Merged revisions 61846-61847 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -3/+149 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 2 | -287/+0 |
|
|
* | Fix crash on 64-bit platforms | Neal Norwitz | 2008-03-24 | 1 | -1/+1 |
|
|
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 | 2 | -2/+20 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -12/+1163 |
|
|
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 1 | -5/+14 |
|
|