| Commit message (Expand) | Author | Age | Files | Lines |
* | More 3.0 -> 3.1 transistion in the Windows and OS/2 build files | Christian Heimes | 2008-12-04 | 3 | -3/+3 |
|
|
* | Bumped up version number in PC/pyconfig.h. | Hirokazu Yamamoto | 2008-12-04 | 1 | -2/+2 |
|
|
* | More 3.0 -> 3.1 transistions | Christian Heimes | 2008-12-03 | 4 | -17/+17 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -1/+26 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 5 | -23/+2 |
|
|
* | #3791: Remove bsddb from the Windows msi installer, | Amaury Forgeot d'Arc | 2008-09-09 | 3 | -1274/+1 |
|
|
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | Gregory P. Smith | 2008-09-06 | 1 | -1/+1 |
|
|
* | forgot to remove _bsddb description from readme.txt (VC6) | Hirokazu Yamamoto | 2008-09-06 | 1 | -54/+0 |
|
|
* | Align the VS2003 and VS2005 build files with the VS2008 ones | Amaury Forgeot d'Arc | 2008-09-06 | 5 | -871/+20 |
|
|
* | 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 |
|
|