| Commit message (Expand) | Author | Age | Files | Lines |
* | Capsule-related changes: | Larry Hastings | 2010-04-02 | 1 | -0/+8 |
|
|
* | Add -Wd and -3 to the flags used to run the tests on Windows. | Ezio Melotti | 2010-03-31 | 1 | -1/+1 |
|
|
* | Revert rev. 79509; ctypes doesn't build on linux. | Thomas Heller | 2010-03-30 | 1 | -80/+28 |
|
|
* | Merged revisions 79115,79424,79491 via svnmerge from | Thomas Heller | 2010-03-30 | 1 | -28/+80 |
|
|
* | make an attempt to add capsule to the Windows build | Benjamin Peterson | 2010-03-25 | 1 | -0/+8 |
|
|
* | Move bsddb47 macros before their use, to make VS 2010 happy. | Martin v. Löwis | 2010-02-18 | 1 | -8/+8 |
|
|
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 1 | -0/+4 |
|
|
* | Make script work with 2.5. | Martin v. Löwis | 2010-01-02 | 1 | -0/+1 |
|
|
* | Update Windows build to sqlite 3.6.21. | Martin v. Löwis | 2010-01-02 | 3 | -3/+3 |
|
|
* | Switch to OpenSSL 0.9.8l. | Martin v. Löwis | 2009-12-21 | 2 | -2/+2 |
|
|
* | Drop 2.4 compatibility. | Martin v. Löwis | 2009-12-21 | 1 | -5/+2 |
|
|
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 1 | -0/+8 |
|
|
* | Issue #7117: Prepare for backport of py3k float repr. | Mark Dickinson | 2009-10-24 | 1 | -0/+8 |
|
|
* | Set svn:eol-style=CRLF on all Visual Studio solution files. | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -559/+559 |
|
|
* | Updated MSVC files to follow r73394. | Hirokazu Yamamoto | 2009-06-14 | 1 | -8/+36 |
|
|
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 1 | -0/+8 |
|
|
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-03 | 1 | -0/+4 |
|
|
* | Update Tix build procedure. | Martin v. Löwis | 2009-02-13 | 1 | -6/+6 |
|
|
* | Move amd64 properties further to the top, so that they override | Martin v. Löwis | 2009-02-13 | 1 | -4/+4 |
|
|
* | Set eol-style to native | Martin v. Löwis | 2009-02-10 | 1 | -14/+14 |
|
|
* | Issue #5134: Silence compiler warnings when compiling sqlite with VC++. | Martin v. Löwis | 2009-02-10 | 2 | -24/+30 |
|
|
* | Fix issue5075: bdist_wininst should not depend on the vc runtime? | Mark Hammond | 2009-01-29 | 1 | -2/+2 |
|
|
* | Fixed version number in build_ssl.bat. | Hirokazu Yamamoto | 2009-01-11 | 1 | -2/+2 |
|
|
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 1 | -4/+0 |
|
|
* | yuvconvert.c is a part of the "sv" module, an old IRIX thing | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -8/+0 |
|
|
* | Issue #4120: Exclude manifest from extension modules in VS2008. | Martin v. Löwis | 2008-11-06 | 2 | -1/+11 |
|
|
* | Update version number to 2.7. | Martin v. Löwis | 2008-10-03 | 1 | -1/+1 |
|
|
* | Update nasm location. | Georg Brandl | 2008-09-29 | 1 | -1/+1 |
|
|
* | #3901: bsddb fix. | Georg Brandl | 2008-09-21 | 1 | -2/+2 |
|
|
* | #3916: fixes for docs wrt. Windows directory layout | Georg Brandl | 2008-09-21 | 1 | -1/+1 |
|
|
* | 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 |
|
|