index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PCbuild
/
pythoncore.vcxproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensures intermediate directory is created before accessing it.
Steve Dower
2016-12-03
1
-0/+1
*
Issue #28846: Various installer fixes
Steve Dower
2016-12-03
1
-3/+9
*
Add file missed from backport
Steve Dower
2016-09-18
1
-1/+1
*
Adds version info to all signed binaries on Windows.
Steve Dower
2016-04-06
1
-1/+0
*
Issue #16991: Add odictobject.h on Windows.
Eric Snow
2015-05-30
1
-0/+2
*
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Gregory P. Smith
2015-04-25
1
-0/+2
*
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...
Steve Dower
2015-03-06
1
-7/+4
*
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
Steve Dower
2015-02-26
1
-1/+1
*
Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.
Steve Dower
2015-02-26
1
-1/+1
*
Fixes sys.winver generation and removes dependency on user32.dll
Steve Dower
2015-01-15
1
-3/+5
*
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
1
-394/+38
*
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
Steve Dower
2014-11-21
1
-0/+2
*
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
Victor Stinner
2014-07-29
1
-8/+8
*
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
Victor Stinner
2014-07-24
1
-8/+8
*
tets
Victor Stinner
2014-07-24
1
-8/+8
*
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
*
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
|
\
|
*
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware
2013-11-26
1
-0/+48
*
|
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
*
|
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 manu...
Christian Heimes
2013-06-23
1
-2/+2
*
|
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
*
|
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
*
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
*
Remove missing files from the PCbuild pythoncore project. This avoids a
Kristján Valur Jónsson
2012-05-19
1
-4/+0
*
Clean up the PCBuild project files, removing redundant settings and
Kristján Valur Jónsson
2012-05-19
1
-32/+14
*
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
*
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin
2012-05-13
1
-0/+703