| Commit message (Expand) | Author | Age | Files | Lines |
* | Follows to bsddb removal (VC6) | Hirokazu Yamamoto | 2008-09-04 | 2 | -114/+0 |
|
|
* | Merged revisions 66167 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 2 | -13/+13 |
|
|
* | Merged revisions 66166 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 5 | -254/+67 |
|
|
* | RPC_WSTR is not available Visual Studio 2003 or earlier. | Hirokazu Yamamoto | 2008-08-17 | 1 | -1/+1 |
|
|
* | Bug #3542: Support Unicode strings in _msi module. | Martin v. Löwis | 2008-08-16 | 1 | -19/+19 |
|
|
* | Merged revisions 65672 via svnmerge from | Hirokazu Yamamoto | 2008-08-14 | 2 | -0/+130 |
|
|
* | Issue #2065: VC6 related fix. | Hirokazu Yamamoto | 2008-08-14 | 5 | -40/+48 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -2/+2 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -23/+34 |
|
|
* | Merged revisions 63828 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -7/+19 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 2 | -45/+46 |
|
|
* | Return the module at the end of its init function. | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
* | Ran svneol.py | Martin v. Löwis | 2008-06-13 | 29 | -16865/+16865 |
|
|
* | Add missing files for the windows VS2005 compiler | Amaury Forgeot d'Arc | 2008-06-13 | 5 | -0/+3376 |
|
|
* | Merged revisions 64214 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-13 | 5 | -37/+16 |
|
|
* | Slowly apply part of #2065: py3k can be compiled with VS8.0 | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -2/+2 |
|
|
* | Merged revisions 64202 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-12 | 17 | -132/+510 |
|
|
* | On Windows, repair compilation of builtin modules _stringio and _pickle. | Amaury Forgeot d'Arc | 2008-06-12 | 4 | -0/+25 |
|
|
* | Removed _stringio from Windows build. | Alexandre Vassalotti | 2008-06-12 | 4 | -13/+0 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 4 | -12/+0 |
|
|
* | Attempt to fix the Windows build for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-12 | 2 | -0/+21 |
|
|
* | Added Windows build config for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-11 | 2 | -4/+16 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -3/+0 |
|
|
* | Remove PyInit_cStringIO again. | Martin v. Löwis | 2008-06-11 | 1 | -1/+0 |
|
|
* | Update to PEP 3121. | Martin v. Löwis | 2008-06-11 | 1 | -109/+110 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 5 | -24/+87 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 6 | -37/+2 |
|
|
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 5 | -18/+4 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 6 | -8/+6 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 6 | -6/+8 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 6 | -8/+6 |
|
|
* | Port GetInteger and GetString to 3k. | Martin v. Löwis | 2008-06-02 | 1 | -2/+2 |
|
|
* | Merged revisions 63888 via svnmerge from | Martin v. Löwis | 2008-06-02 | 1 | -0/+47 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 2 | -8/+8 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 3 | -9/+9 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 10 | -14/+14 |
|
|
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 7 | -15/+15 |
|
|
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 6 | -14/+12 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -69/+9 |
|
|
* | Use UNICODE wWinMain, to make CRT initialize __wargv. | Martin v. Löwis | 2008-05-09 | 1 | -2/+2 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 4 | -0/+13 |
|
|
* | Added code to compile new _bytesio on Windows | Christian Heimes | 2008-05-07 | 2 | -0/+6 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 3 | -8/+112 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 4 | -2/+14 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 3 | -0/+11 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -1/+3 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 7 | -23/+54 |
|
|
* | Merged revisions 62177-62178,62180-62193 via svnmerge from | Martin v. Löwis | 2008-04-07 | 1 | -0/+133 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 3 | -159/+130 |
|
|