| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed compiler warnings on MSVC9.0 | Alexandre Vassalotti | 2008-06-13 | 1 | -2/+3 |
|
|
* | Merged revisions 64214 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-13 | 3 | -15/+18 |
|
|
* | Merged revisions 64212 via svnmerge from | Benjamin Peterson | 2008-06-13 | 1 | -0/+1 |
|
|
* | Slowly apply part of #2065: py3k can be compiled with VS8.0 | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -0/+4 |
|
|
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 1 | -0/+4546 |
|
|
* | fix compiler warning | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -4546/+0 |
|
|
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 1 | -0/+379 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 1 | -0/+4546 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -3/+0 |
|
|
* | Correctly export the module init function. Needed on Windows. | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -1/+1 |
|
|
* | Adaptation to py3k. | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 7 | -0/+2201 |
|
|
* | Add missing NULL return value. | Martin v. Löwis | 2008-06-11 | 1 | -1/+1 |
|
|
* | Fix module initialization glitches. | Martin v. Löwis | 2008-06-11 | 2 | -3/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 77 | -467/+1483 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -0/+49 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 8 | -62/+110 |
|
|
* | Fixed _bsddb key allocation errors. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+4 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 1 | -3/+3 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -3/+0 |
|
|
* | PyString_InternFromString -> PyUnicode_InternFromString | Thomas Heller | 2008-06-10 | 1 | -1/+1 |
|
|
* | Merged revisions 63988,63991 via svnmerge from | Thomas Heller | 2008-06-10 | 1 | -3/+9 |
|
|
* | Merged revisions 64070 via svnmerge from | Thomas Heller | 2008-06-10 | 1 | -4/+16 |
|
|
* | Remove locking from buffer protocol as-per discussion. | Travis E. Oliphant | 2008-06-06 | 3 | -16/+0 |
|
|
* | Merged revisions 63977 via svnmerge from | Thomas Heller | 2008-06-06 | 4 | -4/+202 |
|
|
* | Merged revisions 63897-63898 via svnmerge from | Thomas Heller | 2008-06-06 | 1 | -1/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -2/+1 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -1/+2 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -2/+1 |
|
|
* | Change all functions that expect one unicode character to accept a pair of | Walter Dörwald | 2008-06-03 | 1 | -73/+74 |
|
|
* | Removed the old cStringIO module. | Alexandre Vassalotti | 2008-06-02 | 1 | -754/+0 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -0/+1 |
|
|
* | add the gestalt module back as _gestalt | Benjamin Peterson | 2008-05-29 | 1 | -0/+72 |
|
|
* | Merged revisions 63791-63792 via svnmerge from | Thomas Heller | 2008-05-29 | 1 | -21/+21 |
|
|
* | Make db modules' error classes inherit IOError. | Georg Brandl | 2008-05-28 | 2 | -2/+3 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 1 | -0/+194 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 40 | -436/+436 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 15 | -82/+82 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 4 | -14/+14 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 2 | -4/+4 |
|
|
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Merged revisions 63395-63396,63511,63522-63523 via svnmerge from | Thomas Heller | 2008-05-23 | 1 | -0/+1 |
|
|
* | Remove duplicate check for PyLong_Check(). It was checked above. | Neal Norwitz | 2008-05-20 | 1 | -3/+0 |
|
|
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 1 | -5/+1 |
|
|
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 3 | -1/+9 |
|
|
* | 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 |
|
|