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
/
PC
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36509: Add iot layout for Windows IoT containers (GH-12663)
Paul Monson
2019-04-12
2
-2/+18
*
bpo-36010: Add venv to the nuget distribution (GH-12367)
Paul Moore
2019-03-30
1
-1/+9
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
1
-1/+1
*
bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469)
Inada Naoki
2019-03-20
1
-5/+3
*
bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466)
Inada Naoki
2019-03-20
1
-0/+6
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
3
-21/+79
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-3/+3
*
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
Zackery Spytz
2019-03-07
1
-1/+1
*
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz
2019-02-25
1
-7/+0
*
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson
2019-02-14
1
-1/+1
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Steve Dower
2019-02-02
1
-0/+4
*
bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)
Shiva Saxena
2019-02-02
1
-1/+1
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
1
-0/+8
*
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...
Tzu-ping Chung
2019-02-02
1
-10/+19
*
bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)
Steve Dower
2019-01-25
1
-0/+11
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
1
-0/+1
*
bpo-35683: Improve Azure Pipelines steps (GH-11493)
Steve Dower
2019-01-22
1
-0/+2
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
2
-18/+100
*
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re...
Steve Dower
2019-01-08
1
-7/+13
*
bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple tim...
Steve Dower
2018-12-27
1
-1/+1
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
2
-14/+64
*
bpo-11566: Extension build errors on Windows for _hypot (GH-11283)
Matt McCormick
2018-12-22
1
-6/+0
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
2
-75/+83
*
bpo-34977: Remove unused preprocessor definition (GH-11092)
Steve Dower
2018-12-11
1
-12/+0
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
25
-0/+2194
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
2
-16/+215
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz
2018-12-08
1
-3/+7
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
27
-2392/+16
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
2
-2/+13
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
27
-16/+2389
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
4
-31/+31
*
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner
2018-11-23
1
-1/+1
*
bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039)
Brendan Gerrity
2018-11-20
1
-4/+5
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
1
-0/+4
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
Replace dead code with an assertion in winreg.c. (GH-10028)
Zackery Spytz
2018-11-08
1
-2/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Steve Dower
2018-10-27
7
-1089/+0
*
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner
2018-10-26
1
-1/+1
*
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Zackery Spytz
2018-09-25
1
-0/+5
*
Simplify PyInit_timezone. (GH-9467)
Benjamin Peterson
2018-09-21
1
-0/+4
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-2/+0
*
bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
Zackery Spytz
2018-09-07
1
-0/+7
*
bpo-34565: Change a PC/launcher.c comment to accurately describe valid major ...
Brendan Gerrity
2018-09-04
1
-2/+2
*
bpo-34062: Add missing launcher argument and make behavior consistent between...
Brendan Gerrity
2018-08-31
1
-8/+11
*
bpo-34217: Use lowercase header for Windows (GH-8453)
erikjanss
2018-07-25
1
-1/+1
*
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
2018-07-24
1
-2/+2
*
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
2018-07-21
1
-11/+7
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
1
-1/+1
*
Add missing va_end() calls in PC/launcher.c (GH-7690)
Zackery Spytz
2018-06-15
1
-0/+2
[next]