summaryrefslogtreecommitdiffstats
path: root/PC/VS9.0
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.0.1gMartin v. Löwis2014-05-011-1/+1
* Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-021-1/+1
* * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-032-515/+0
* Update xz to 5.0.5.Martin v. Löwis2013-11-221-1/+1
* Update SQLite to 3.8.1 on Windows.Martin v. Löwis2013-11-221-1/+1
* Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.Tim Golden2013-10-271-1/+1
* Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.Serhiy Storchaka2013-10-261-0/+12
* Issue #18527: Upgrade internal copy of zlib to 1.2.8Christian Heimes2013-10-211-68/+0
* Issue #18701: Remove support of old CPython versions (<3.0) from C code.Serhiy Storchaka2013-08-161-4/+0
* Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-0/+4
* comparing with http://hg.python.org/cpython/Christian Heimes2013-06-142-17/+17
* Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-091-8/+8
* merge with 3.3Georg Brandl2013-05-121-1/+1
|\
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-1/+1
* | Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-1/+1
* | Issue #16061: Speed up str.replace() for replacing 1-character strings.Serhiy Storchaka2013-04-131-0/+4
* | #17425: merge 3.3Martin v. Löwis2013-03-241-1/+1
|\ \ | |/
| * Fix typoMartin v. Löwis2013-03-241-1/+1
| * Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-241-1/+1
* | Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio.Brian Curtin2012-12-242-581/+0
* | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-142-0/+542
* | backout ce9c9cbd1b11, Build the _sha3 module with VS 2008Christian Heimes2012-10-211-4/+0
* | Add VS 9 project file for _sha3 moduleChristian Heimes2012-10-212-0/+531
* | Build the _sha3 module with VS 2008.Antoine Pitrou2012-10-211-0/+4
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-292-2/+2
|/
* Issue #8847: Merge with 3.2Martin v. Löwis2012-08-011-1/+1
* Issue #15070: fix VS9.0 build regressionAntoine Pitrou2012-06-141-0/+8
* Upgrade OpenSSL to 1.0.1cMartin v. Löwis2012-05-181-1/+1
* merge 3.2Martin v. Löwis2012-05-181-1/+1
* Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0Stefan Krah2012-05-1634-552/+925
* Upgrade sqlite to 3.7.12.Martin v. Löwis2012-05-141-1/+1
* Relabel bzip2 filters.Martin v. Löwis2012-05-141-2/+2
* Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-141-1/+1
* Move out VS9 project files to PC\VS9.0 folder. Fixes #13210Brian Curtin2012-05-133-0/+1801
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-1338-0/+15960