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-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)
Steve Dower
2021-07-07
1
-9/+9
*
bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Wi...
Steve Dower
2021-07-05
3
-29/+49
*
bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
Steve Dower
2021-06-30
1
-0/+1
*
bpo-43298: Improved error message when building without the Windows SDK insta...
Steve Dower
2021-06-19
1
-3/+12
*
bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
Steve Dower
2021-06-11
1
-2/+2
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
2
-0/+4
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
2
-8/+0
*
bpo-42686: Enable SQLite math functions in Windows build (#24053)
Erlend Egeberg Aasland
2021-05-04
1
-1/+1
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-0/+1
*
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
Erlend Egeberg Aasland
2021-04-27
3
-3/+3
*
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
Ken Jin
2021-04-26
1
-2/+2
*
bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
Terry Jan Reedy
2021-04-23
2
-4/+4
*
bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)
Steve Dower
2021-04-22
1
-0/+28
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
2
-0/+4
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
1
-0/+1
*
bpo-43567: Improved generated code refresh on Windows (GH-25120)
Steve Dower
2021-04-06
5
-228/+108
*
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
Steve Dower
2021-04-06
2
-2/+2
*
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
Victor Stinner
2021-04-02
2
-6/+0
*
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
Victor Stinner
2021-04-01
1
-1/+1
*
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
Christian Heimes
2021-03-30
3
-5/+5
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
2
-0/+4
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
2
-0/+4
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
3
-17/+9
*
bpo-35134: Add include/cpython/compile.h (GH-24922)
Hai Shi
2021-03-22
2
-0/+4
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
2
-0/+4
*
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner
2021-03-17
2
-0/+4
*
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner
2021-03-17
3
-5/+9
*
bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
Erlend Egeberg Aasland
2021-03-13
1
-1/+0
*
bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
Erlend Egeberg Aasland
2021-03-09
1
-1/+1
*
bpo-42825: Enable /OPT:REF (GH-24098)
Austin Lamb
2021-02-19
1
-0/+1
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
2
-20/+20
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
2
-8/+8
*
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Nicholas Sim
2021-02-16
2
-4/+4
*
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
Inada Naoki
2021-02-12
1
-0/+1
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
2
-2/+2
*
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner
2021-01-19
2
-0/+4
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
2
-4/+0
*
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Erlend Egeberg Aasland
2021-01-05
3
-3/+3
*
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
Steve Dower
2021-01-05
3
-5/+5
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
2
-0/+4
*
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner
2020-12-08
2
-0/+4
*
bpo-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
5
-2/+133
*
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka
2020-12-03
2
-0/+4
*
bpo-42336: Improve PCbuild batch files (GH-23275)
Steve Dower
2020-11-18
6
-20/+56
*
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
Pablo Galindo
2020-11-05
1
-0/+1
*
Enable signing of nuget.org packages and update to supported timestamp server...
Steve Dower
2020-11-03
1
-2/+2
*
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner
2020-11-02
1
-3/+9
*
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
Victor Stinner
2020-10-31
1
-1/+0
*
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner
2020-10-26
2
-0/+4
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
2
-4/+4
[next]