| Commit message (Expand) | Author | Age | Files | Lines |
* | Update build.bat for VS2010 | Brian Curtin | 2012-05-22 | 1 | -3/+4 |
|
|
* | Issue 14821: | Kristján Valur Jónsson | 2012-05-20 | 1 | -12/+0 |
|
|
* | Remove missing files from the PCbuild pythoncore project. This avoids a | Kristján Valur Jónsson | 2012-05-19 | 2 | -16/+0 |
|
|
* | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 38 | -260/+159 |
|
|
* | Upgrade OpenSSL to 1.0.1c | Martin v. Löwis | 2012-05-18 | 2 | -2/+2 |
|
|
* | Assume nasm. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 |
|
|
* | merge 3.2 | Martin v. Löwis | 2012-05-18 | 3 | -3/+3 |
|\ |
|
| * | Drop double quoting again. I'm at a loss when to quote and when not. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
|
|
| * | Upgrade OpenSSL to 1.0.0j | Martin v. Löwis | 2012-05-18 | 2 | -2/+2 |
|
|
* | | merge heads | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 |
|\ \ |
|
| * | | Port to VS 2010. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 |
|
|
| * | | Merge 3.2 build_ssl changes. | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 |
| |\ \
| | |/ |
|
| | * | Add another set of quotes to make cmd.exe happy. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
|
|
| | * | Fetch openssl directory from pyproject.vsprops. | Martin v. Löwis | 2012-05-18 | 1 | -32/+8 |
|
|
| | * | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 3 | -8/+8 |
|
|
* | | | Stop including gzio in the build; it's not used. | Martin v. Löwis | 2012-05-15 | 2 | -9/+0 |
|
|
* | | | Don't build xxlimited in debug mode. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
|/ / |
|
* | | 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 | -12/+12 |
|
|
* | | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 2 | -6/+6 |
|
|
* | | Fix release build settings. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
|
|
* | | changeset: 76969:0cbe1099226d | Brian Curtin | 2012-05-13 | 26 | -8/+165 |
|
|
* | | Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 | Brian Curtin | 2012-05-13 | 31 | -16834/+0 |
|
|
* | | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 80 | -397/+9891 |
|
|
* | | Kill remaining mentions of import_nt.c | Antoine Pitrou | 2012-05-04 | 1 | -4/+0 |
|
|
* | | Closes #14093: Added Mercurial version information to Windows builds. | Vinay Sajip | 2012-05-04 | 1 | -1/+66 |
|
|
* | | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 2 | -8/+4 |
|
|
* | | Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. | Kristján Valur Jónsson | 2012-04-15 | 2 | -14/+14 |
|\ \
| |/ |
|
| * | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 2 | -14/+14 |
|
|
* | | Add MASM define to PGI and PGO builds | Martin v. Löwis | 2012-04-01 | 1 | -743/+743 |
|
|
* | | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 2 | -0/+764 |
|
|
* | | Remove non-existing file from pythoncore project. | krisvale | 2012-03-21 | 1 | -4/+0 |
|
|
* | | Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed | Victor Stinner | 2012-03-13 | 1 | -8/+0 |
|
|
* | | Enable PGI/PGO builds for x64 python3.dll | Martin v. Löwis | 2012-03-04 | 1 | -6/+6 |
|
|
* | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 3 | -0/+545 |
|
|
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
|
|
* | | | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-29 | 4 | -0/+568 |
|
|
* | | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+8 |
|
|
* | | | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array | Victor Stinner | 2011-09-28 | 1 | -0/+4 |
|
|
* | | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 1 | -12/+0 |
|
|
* | | | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 3 | -6/+6 |
|
|
* | | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -0/+4 |
|
|
* | | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 34 | -14458/+14458 |
|\ \ \
| |/ / |
|
| * | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 38 | -15905/+15905 |
| |\ \
| | |/ |
|
| | * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 35 | -14976/+14976 |
|
|
| | * | Merged revisions 85071-85072,85894,87132 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 2 | -5/+5 |
|
|
| | * | Merged revisions 84763,85135 via svnmerge from | Hirokazu Yamamoto | 2010-10-08 | 2 | -2/+2 |
|
|