Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 1.0.1g | Martin v. Löwis | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Issue #20465: Update Windows installer to SQLite 3.8.3.1. | Martin v. Löwis | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 2 | -515/+0 |
| | | | | Patch by Christian Heimes, with modifications. | ||||
* | Update xz to 5.0.5. | Martin v. Löwis | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | Update SQLite to 3.8.1 on Windows. | Martin v. Löwis | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. | Tim Golden | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. | Serhiy Storchaka | 2013-10-26 | 1 | -0/+12 |
| | |||||
* | Issue #18527: Upgrade internal copy of zlib to 1.2.8 | Christian Heimes | 2013-10-21 | 1 | -68/+0 |
| | |||||
* | Issue #18701: Remove support of old CPython versions (<3.0) from C code. | Serhiy Storchaka | 2013-08-16 | 1 | -4/+0 |
| | |||||
* | Issue #11016: Add C implementation of the stat module as _stat | Christian Heimes | 2013-06-22 | 1 | -0/+4 |
| | |||||
* | comparing with http://hg.python.org/cpython/ | Christian Heimes | 2013-06-14 | 2 | -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 Heimes | 2013-06-09 | 1 | -8/+8 |
| | |||||
* | merge with 3.3 | Georg Brandl | 2013-05-12 | 1 | -1/+1 |
|\ | |||||
| * | Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2 | Georg Brandl | 2013-05-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #16694: Add a pure Python implementation of the operator module. | Antoine Pitrou | 2013-04-20 | 1 | -1/+1 |
| | | | | | | | | Patch by Zachary Ware. | ||||
* | | Issue #16061: Speed up str.replace() for replacing 1-character strings. | Serhiy Storchaka | 2013-04-13 | 1 | -0/+4 |
| | | |||||
* | | #17425: merge 3.3 | Martin v. Löwis | 2013-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo | Martin v. Löwis | 2013-03-24 | 1 | -1/+1 |
| | | |||||
| * | Issue #17425: Build with openssl 1.0.1d on Windows. | Martin v. Löwis | 2013-03-24 | 1 | -1/+1 |
| | | |||||
* | | Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio. | Brian Curtin | 2012-12-24 | 2 | -581/+0 |
| | | |||||
* | | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 2 | -0/+542 |
| | | | | | | | | Patch by Václav Šmilauer. | ||||
* | | backout ce9c9cbd1b11, Build the _sha3 module with VS 2008 | Christian Heimes | 2012-10-21 | 1 | -4/+0 |
| | | |||||
* | | Add VS 9 project file for _sha3 module | Christian Heimes | 2012-10-21 | 2 | -0/+531 |
| | | |||||
* | | Build the _sha3 module with VS 2008. | Antoine Pitrou | 2012-10-21 | 1 | -0/+4 |
| | | |||||
* | | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 2 | -2/+2 |
|/ | |||||
* | Issue #8847: Merge with 3.2 | Martin v. Löwis | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | Issue #15070: fix VS9.0 build regression | Antoine Pitrou | 2012-06-14 | 1 | -0/+8 |
| | |||||
* | Upgrade OpenSSL to 1.0.1c | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | merge 3.2 | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0 | Stefan Krah | 2012-05-16 | 34 | -552/+925 |
| | | | | directory. | ||||
* | Upgrade sqlite to 3.7.12. | Martin v. Löwis | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Relabel bzip2 filters. | Martin v. Löwis | 2012-05-14 | 1 | -2/+2 |
| | |||||
* | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 | Brian Curtin | 2012-05-13 | 3 | -0/+1801 |
| | |||||
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 38 | -0/+15960 |