Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj | Richard Oudkerk | 2012-06-04 | 1 | -1/+3 |
| | |||||
* | Update to Tcl/Tk 8.5.11. | Martin v. Löwis | 2012-05-31 | 1 | -3/+3 |
| | |||||
* | Issue #14952: Fix incorrect output dll names for win64/debug builds, causing | Kristjan Valur Jonsson | 2012-05-31 | 1 | -4/+0 |
| | | | | the dll importer on windows to fail. | ||||
* | 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 |
| | | | | | | | If a dependency is expressed both in the .sln file and the .vcxproj file msbuild is confused. Removing the .sln dependencies which are deprecated anyway. See: http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx | ||||
* | Remove missing files from the PCbuild pythoncore project. This avoids a | Kristján Valur Jónsson | 2012-05-19 | 2 | -16/+0 |
| | | | | "missing dependency", causing pythocore to be rebuilt every time. | ||||
* | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 38 | -260/+159 |
| | | | | | use "references" to link to dependent projects. Update readme and batch files. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010 | ||||
* | | 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 |
| | | | | | | | | | | _multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt. | ||||
* | | 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 |
| | | | | | | | | _socket does. Some were using the older wsock32.lib. | ||||
* | | 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 |
| | | | | | | | | | | up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and lifetime issues of dynamically allocated Py_buffer members (#9990) as well as crashes (#8305, #7433). Many new features have been added (See whatsnew/3.3), and the documentation has been updated extensively. The ndarray test object from _testbuffer.c implements all aspects of PEP-3118, so further development towards the complete implementation of the PEP can proceed in a test-driven manner. Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review and many ideas. - Issue #12834: Fix incorrect results of memoryview.tobytes() for non-contiguous arrays. - Issue #5231: Introduce memoryview.cast() method that allows changing format and shape without making a copy of the underlying memory. | ||||
* | | 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 ↵ | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | ||||
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, ↵ | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | ||||
* | | | 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 ↵ | Antoine Pitrou | 2011-10-06 | 1 | -0/+8 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | tuples or lists. This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot. | ||||
| * | | Issue #12911: Fix memory consumption when calculating the repr() of huge ↵ | Antoine Pitrou | 2011-10-06 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | tuples or lists. This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot. | ||||
* | | | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array | Victor Stinner | 2011-09-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | Move other various macros to pymcacro.h Thanks Rusty Russell for having written these amazing C macros! | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | file-like objects using a new `fileobj` constructor argument. Patch by Nadeem Vawda. | ||||
* | | | 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 ↵ | Martin v. Löwis | 2011-03-06 | 34 | -14458/+14458 |
|\ \ \ | |/ / | | | | | | | | | | | | | the files will have the right line ending even if the extension is not active. | ||||
| * | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵ | Martin v. Löwis | 2011-03-06 | 38 | -15905/+15905 |
| |\ \ | | |/ | | | | | | | | | | | | | the files will have the right line ending even if the extension is not active. |