summaryrefslogtreecommitdiffstats
path: root/PC/VS9.0
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-2243-18067/+0
| | | | which will be used for the official 3.5 release.
* Merge with 3.4Martin v. Löwis2014-05-011-1/+1
|\
| * 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
| |
* | Bump Windows build to 3.5Zachary Ware2014-03-172-8/+8
| |
* | 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
| | | | Patch by Christian Heimes, with modifications.
* 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
| | | | | | | | | | | | | searching for changes changeset: 84118:98343392fd81 tag: tip user: Christian Heimes <christian@cheimes.de> date: Fri Jun 14 14:54:48 2013 +0200 files: PC/VS9.0/_socket.vcproj PC/VS9.0/_ssl.vcproj description: Fix compilation of Python with VS 2008 Contrary to VS 2010 the compiler doesn't like semicolon seperated dependency names
* 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
| | | | | | | | Patch by Zachary Ware.
* | 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
| | | | | | | | Patch by Václav Šmilauer.
* | 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
| | | | directory.
* 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