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-45055: Add retry when downloading externals on Windows (GH-28399)
Steve Dower
2021-09-20
1
-1/+18
*
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow
2021-09-17
2
-0/+24
*
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
Eric Snow
2021-09-16
2
-0/+64
*
bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...
Steve Dower
2021-09-16
1
-0/+3
*
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
Eric Snow
2021-09-16
2
-64/+0
*
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
Eric Snow
2021-09-16
2
-0/+64
*
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Eric Snow
2021-09-15
2
-5/+5
*
bpo-45188: Windows now regenerates frozen modules at the start of build inste...
Steve Dower
2021-09-15
3
-50/+175
*
bpo-45124: Remove the bdist_msi command (GH-28195)
Hugo van Kemenade
2021-09-07
1
-3/+0
*
bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146)
Steve Dower
2021-09-03
3
-6/+6
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
1
-2/+0
*
bpo-45019: Add a tool to generate list of modules to include for frozen modul...
Eric Snow
2021-08-30
5
-25/+36
*
bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
Steve Dower
2021-08-29
2
-4/+4
*
bpo-45022: Pin current libffi build to fixed version in preparation for upcom...
Steve Dower
2021-08-26
3
-9/+17
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
1
-0/+1
*
Ensure LICENSE.txt file is generated even in PGO builds (GH-27580)
Steve Dower
2021-08-03
1
-4/+3
*
bpo-44479: Do not regenerate files during a PGO build as it will invalidate t...
Steve Dower
2021-07-29
1
-2/+6
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-0/+1
*
bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)
Dong-hee Na
2021-07-23
1
-1/+1
*
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas
2021-07-22
2
-0/+4
*
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
[prev]
[next]