| Commit message (Expand) | Author | Age | Files | Lines |
* | Use vs9to8.py to refresh the Visual Studio 2005 build files. | Amaury Forgeot d'Arc | 2008-09-02 | 1 | -3/+3 |
|
|
* | Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd | Martin v. Löwis | 2008-06-30 | 1 | -0/+2 |
|
|
* | Merged revisions 64368-64369 via svnmerge from | Trent Nelson | 2008-06-27 | 4 | -1279/+922 |
|
|
* | Include debug info when assembling win64.asm in a debug build. | Thomas Heller | 2008-06-23 | 1 | -1/+1 |
|
|
* | Run svneol.py on all sources. | Martin v. Löwis | 2008-06-13 | 5 | -2522/+2522 |
|
|
* | Update AMD64 build for amalgamated sqlite. | Martin v. Löwis | 2008-06-13 | 1 | -4/+4 |
|
|
* | Switch to SQLite 3.5.9. | Martin v. Löwis | 2008-06-13 | 3 | -209/+9 |
|
|
* | Switch to bzip2 1.0.5. | Martin v. Löwis | 2008-06-13 | 2 | -6/+6 |
|
|
* | Update VS8.0 build files, using the script vs9to8.py. | Amaury Forgeot d'Arc | 2008-06-12 | 4 | -18/+6 |
|
|
* | It seems that my VS2008 Express does not include a project in the build confi... | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -17/+17 |
|
|
* | Revert bogus disabling of Tcl and Tk. | Martin v. Löwis | 2008-06-12 | 1 | -2/+2 |
|
|
* | Switch to Tcl/Tk 8.5. | Martin v. Löwis | 2008-06-12 | 1 | -4/+4 |
|
|
* | Switch to Tcl/Tk 8.5.2. | Martin v. Löwis | 2008-06-12 | 1 | -20/+15 |
|
|
* | fix Windows building for multiprocessing | Benjamin Peterson | 2008-06-11 | 2 | -0/+578 |
|
|
* | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 1 | -1/+1 |
|
|
* | Renamed bytesobject.c to bytearrayobject.c | Christian Heimes | 2008-05-26 | 1 | -4/+8 |
|
|
* | Introduce a user macro named $(externalsDir), which should point to the root ... | Trent Nelson | 2008-05-23 | 1 | -7/+11 |
|
|
* | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -0/+4 |
|
|
* | Re-added getbuildinfo.c solution item | Christian Heimes | 2008-05-06 | 1 | -0/+1 |
|
|
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 2 | -1/+4 |
|
|
* | Added new files to Windows project files | Christian Heimes | 2008-04-18 | 1 | -4/+12 |
|
|
* | Update project files for all Windows supported compilers | Amaury Forgeot d'Arc | 2008-04-14 | 1 | -4/+4 |
|
|
* | Added new files to the pcbuild files | Christian Heimes | 2008-04-13 | 1 | -0/+4 |
|
|
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 1 | -4/+0 |
|
|
* | Issue #2513: enable 64bit cross compilation on windows. | Mark Hammond | 2008-04-07 | 2 | -5/+98 |
|
|
* | Don't run kill_python as part of the build process. Change the buildbots so ... | Trent Nelson | 2008-04-06 | 2 | -24/+16 |
|
|
* | Make kill_python a little more forgiving if it can't obtain a snapshot of mod... | Trent Nelson | 2008-04-03 | 1 | -5/+9 |
|
|
* | Add the correct OutputFile values for debug builds. Fixes r62129's commit. | Trent Nelson | 2008-04-03 | 1 | -0/+2 |
|
|
* | Reimplement kill_python. The existing version had a number of flaws, namely,... | Trent Nelson | 2008-04-03 | 6 | -17/+513 |
|
|
* | Update information pertaining to building external components, as well as not... | Trent Nelson | 2008-04-02 | 1 | -134/+95 |
|
|
* | Hopefully added _fileio module to the Windows build system | Christian Heimes | 2008-03-27 | 1 | -0/+4 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+16 |
|
|
* | Remove extraneous apostrophe and semi-colon from AdditionalIncludeDirectories. | Trent Nelson | 2008-03-19 | 1 | -8/+8 |
|
|
* | Refine the Visual Studio 2008 build solution in order to improve how we deal ... | Trent Nelson | 2008-03-19 | 7 | -61/+2091 |
|
|
* | Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 210000... | Trent Nelson | 2008-03-18 | 1 | -1/+1 |
|
|
* | Patch #2284: add -x64 option to rt.bat. | Martin v. Löwis | 2008-03-14 | 1 | -4/+10 |
|
|
* | Rely on x64 platform configuration when building _bsddb on AMD64. | Martin v. Löwis | 2008-03-06 | 2 | -9/+11 |
|
|
* | Make _hashlib depend on pythoncore. | Martin v. Löwis | 2008-02-29 | 1 | -0/+4 |
|
|
* | Port build_ssl.py to 2.4; support HOST_PYTHON variable | Martin v. Löwis | 2008-02-29 | 3 | -5/+18 |
|
|
* | Make _hashlib a separate project. | Martin v. Löwis | 2008-02-29 | 3 | -12/+571 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Added future_builtins, which contains PEP 3127 compatible versions of hex() a... | Eric Smith | 2008-02-23 | 1 | -0/+4 |
|
|
* | Compilation was broken on Windows since the introduction of Advanced String F... | Amaury Forgeot d'Arc | 2008-02-17 | 1 | -0/+8 |
|
|
* | Issue #1706: Require Windows 2000+ | Christian Heimes | 2008-02-09 | 4 | -6/+12 |
|
|
* | Fixed paths to Windows build directories in build_ext.py | Christian Heimes | 2008-02-03 | 3 | -14/+14 |
|
|
* | Revert revision 59913, because it was wrong: | Thomas Heller | 2008-01-11 | 1 | -4/+4 |
|
|
* | The sqlite3 dll, when compiled in debug mode, must be linked with /MDd | Thomas Heller | 2008-01-11 | 1 | -4/+4 |
|
|
* | Add an important missing blank. | Thomas Heller | 2008-01-11 | 1 | -1/+1 |
|
|
* | Reflow a paragraph, and fix a typo. | Thomas Heller | 2008-01-10 | 1 | -4/+6 |
|
|
* | Set the output file in the _ctypes Debug|x64 configuration. | Thomas Heller | 2008-01-09 | 1 | -1/+2 |
|
|