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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner
2020-05-12
2
-4/+8
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
2
-0/+4
*
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...
Steve Dower
2020-05-05
2
-0/+2
*
bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785)
Anthony Shaw
2020-04-29
1
-1/+2
*
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner
2020-04-28
2
-0/+4
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
2
-7/+11
*
bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...
Pablo Galindo
2020-04-28
1
-1/+1
*
Add files in tests/test_peg_generator to the install target lists (GH-19723)
Pablo Galindo
2020-04-27
1
-0/+7
*
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)
Ammar Askar
2020-04-27
1
-1/+0
*
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou
2020-04-23
1
-1/+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
3
-1/+30
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miro HronĨok
2020-04-22
1
-0/+1
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
2
-0/+4
*
bpo-40270: Enable json extension in Windows sqlite extension (GH-19528)
Ammar Askar
2020-04-15
1
-1/+1
*
bpo-40241: Add pycore_interp.h header (GH-19499)
Victor Stinner
2020-04-13
2
-0/+4
*
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner
2020-04-13
2
-0/+4
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
2
-0/+4
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0/+1
*
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
Steve Dower
2020-04-04
2
-4/+4
*
bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)
Victor Stinner
2020-03-26
2
-0/+4
*
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
Steve Dower
2020-03-11
2
-16/+27
*
bpo-39930: Convert error to warning for more silent failure (GH-18921)
Steve Dower
2020-03-11
1
-1/+1
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Steve Dower
2020-03-11
2
-9/+22
*
bpo-38597: Never statically link extension initialization code on Windows (GH...
Steve Dower
2020-03-03
1
-0/+2
*
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Erlend Egeberg Aasland
2020-03-02
3
-3/+3
*
bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)
Victor Stinner
2020-02-12
2
-0/+4
*
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
Victor Stinner
2020-02-12
2
-0/+8
*
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner
2020-02-12
2
-4/+4
*
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner
2020-02-12
2
-4/+4
*
bpo-35134: Create Include/cpython/listobject.h (GH-18395)
Victor Stinner
2020-02-07
2
-0/+4
*
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
Anthony Shaw
2020-02-05
1
-0/+4
*
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Steve Dower
2020-01-29
1
-1/+1
*
bpo-39459: include missing test files in windows installer
Dino Viehland
2020-01-28
1
-0/+2
*
bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in ...
Steve Dower
2019-12-17
1
-13/+8
*
bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen...
Anthony Shaw
2019-12-17
2
-1/+241
*
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-...
Steve Dower
2019-11-20
7
-5/+74
*
Add Python 3.8 to py based search in find_python.bat (GH-17188)
Segev Finer
2019-11-20
1
-1/+1
*
bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
Tal Einat
2019-11-18
1
-0/+3
*
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
2
-0/+4
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
2
-0/+4
*
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
Steve Dower
2019-10-16
1
-0/+9
*
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346)
Benjamin Peterson
2019-09-26
4
-8/+0
*
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
Steve Dower
2019-09-16
2
-4/+4
*
bpo-37326: Include libffi license when available (GH-15921)
Steve Dower
2019-09-11
1
-2/+3
*
bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)
Greg Price
2019-09-10
1
-1/+0
*
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price
2019-09-09
3
-0/+0
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
2
-0/+4
*
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
Steve Dower
2019-08-13
1
-0/+9
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...
Steve Dower
2019-07-29
2
-0/+2
[next]