Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue21452 Add missing backslash to build path for make_buildinfo | Tim Golden | 2014-05-09 | 1 | -6/+6 |
| | |||||
* | "Escape" a character in the middle of "warning" | Zachary Ware | 2014-04-23 | 1 | -8/+8 |
| | | | | This should stop Buildbot from falsely reporting a warning on Windows bots. | ||||
* | Issue #20609: Merge with 3.3. | Zachary Ware | 2014-02-18 | 1 | -8/+40 |
| | |||||
* | Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the | Zachary Ware | 2013-11-26 | 1 | -0/+48 |
|\ | | | | | | | | | pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running. | ||||
| * | Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the | Zachary Ware | 2013-11-26 | 1 | -0/+48 |
| | | | | | | | | | | pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running. | ||||
* | | Add _opcode to Windows build env | Christian Heimes | 2013-11-24 | 1 | -0/+1 |
| | | |||||
* | | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -1/+4 |
| | | |||||
* | | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. | Christian Heimes | 2013-11-20 | 1 | -0/+2 |
| | | | | | | | | Python now uses SipHash24 on all major platforms. | ||||
* | | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. | Serhiy Storchaka | 2013-10-26 | 1 | -0/+3 |
| | | |||||
* | | Add _stat module to VS project file -- this time with the GUI instead of ↵ | Christian Heimes | 2013-06-23 | 1 | -2/+2 |
| | | | | | | | | manually. | ||||
* | | Issue #11016: Add C implementation of the stat module as _stat | Christian Heimes | 2013-06-22 | 1 | -1/+2 |
| | | |||||
* | | 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/+1 |
|/ | |||||
* | Issue #15038: Optimize python Locks on Windows | Kristján Valur Jónsson | 2012-06-18 | 1 | -1/+3 |
| | | | | | Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows. | ||||
* | Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj | Richard Oudkerk | 2012-06-04 | 1 | -1/+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. | ||||
* | Remove missing files from the PCbuild pythoncore project. This avoids a | Kristján Valur Jónsson | 2012-05-19 | 1 | -4/+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 | 1 | -32/+14 |
| | | | | | use "references" to link to dependent projects. Update readme and batch files. | ||||
* | Stop including gzio in the build; it's not used. | Martin v. Löwis | 2012-05-15 | 1 | -6/+0 |
| | |||||
* | changeset: 76969:0cbe1099226d | Brian Curtin | 2012-05-13 | 1 | -0/+5 |
| | | | | | | | | 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 | ||||
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -0/+703 |