| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Change \u which is causing a syntax error. I'm not sure if that should be, but | Neal Norwitz | 2008-04-05 | 1 | -1/+1 |
|
|
* | #2484: remove duplicate variable definition. | Georg Brandl | 2008-03-26 | 1 | -1/+0 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 2 | -1/+2 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 3 | -23/+0 |
|
|
* | Copyright and version tweaks for 3.0a3.v3.0a3 | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 2 | -0/+15 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-12 | 1 | -9/+9 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 2 | -14/+19 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 3 | -150/+201 |
|
|
* | Merged revisions 59864-59882 via svnmerge from | Christian Heimes | 2008-01-10 | 1 | -0/+1 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 1 | -0/+57 |
|
|
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 2 | -2/+0 |
|
|
* | And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H... | Christian Heimes | 2008-01-04 | 6 | -41/+171 |
|
|