summaryrefslogtreecommitdiff
path: root/PCbuild/pythoncore.vcxproj
Commit message (Expand)AuthorAgeFilesLines
* Ensures intermediate directory is created before using itSteve Dower2016-12-031-3/+11
|\
| * Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+10
| * mark dtrace stubs as static inline; remove stubsBenjamin Peterson2016-10-201-1/+0
| * Issue #28448: Fix C implemented asyncio.Future didn't work on WindowsINADA Naoki2016-10-211-1/+0
| * Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-151-1/+1
| * Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-091-0/+1
| * Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-171-1/+1
| * compile dtrace stubsBenjamin Peterson2016-09-091-1/+2
| * Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-1/+1
| * Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+1
| * Issue #16113: compile the module on Windows, too.Christian Heimes2016-09-071-0/+1
| * Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-061-0/+3
| * Issue #27186: add Include/osmodule.h to the proper build rulesBrett Cannon2016-06-121-1/+2
| * Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-0/+1
* | Ensures intermediate directory is created before accessing it.Steve Dower2016-12-031-0/+1
* | Issue #28846: Various installer fixesSteve Dower2016-12-031-3/+9
* | Add file missed from backportSteve Dower2016-09-171-1/+1
|/
* Adds version info to all signed binaries on Windows.Steve Dower2016-04-061-1/+0
* Issue #16991: Add odictobject.h on Windows.Eric Snow2015-05-301-0/+2
* Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-251-0/+2
* Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-061-7/+4
* Back-out wcstok deprecation suppression and updates calls to use wcstok_s.Steve Dower2015-02-251-1/+1
* Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.Steve Dower2015-02-251-1/+1
* Fixes sys.winver generation and removes dependency on user32.dllSteve Dower2015-01-151-3/+5
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-394/+38
* Issue #22869: Add pylifecycle.c/.h files to pythoncore project.Steve Dower2014-11-201-0/+2
* Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-8/+8
* Issue21452 Add missing backslash to build path for make_buildinfoTim Golden2014-05-091-6/+6
* "Escape" a character in the middle of "warning"Zachary Ware2014-04-231-8/+8
* Issue #20609: Merge with 3.3.Zachary Ware2014-02-181-8/+40
* Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on theZachary Ware2013-11-261-0/+48
|\
| * Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on theZachary Ware2013-11-261-0/+48
* | Add _opcode to Windows build envChristian Heimes2013-11-241-0/+1
* | Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-1/+4
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+2
* | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.Serhiy Storchaka2013-10-261-0/+3
* | Add _stat module to VS project file -- this time with the GUI instead of manu...Christian Heimes2013-06-231-2/+2
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-1/+2
* | Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-1/+1
* | Issue #16061: Speed up str.replace() for replacing 1-character strings.Serhiy Storchaka2013-04-131-0/+1
|/
* Issue #15038: Optimize python Locks on WindowsKristj?n Valur J?nsson2012-06-181-1/+3
* Add namespaceobject.h and namespaceobject.c to pythoncore.vcxprojRichard Oudkerk2012-06-041-1/+3
* Issue #14952: Fix incorrect output dll names for win64/debug builds, causingKristjan Valur Jonsson2012-05-311-4/+0
* Remove missing files from the PCbuild pythoncore project. This avoids aKristj?n Valur J?nsson2012-05-191-4/+0
* Clean up the PCBuild project files, removing redundant settings andKristj?n Valur J?nsson2012-05-191-32/+14
* Stop including gzio in the build; it's not used.Martin v. L?wis2012-05-151-6/+0
* changeset: 76969:0cbe1099226dBrian Curtin2012-05-131-0/+5
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+703