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-45931: Prevent Directory.Build.props/targets from leaking from directorie...
David Federman
2021-11-29
3
-2/+10
*
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum
2021-11-23
1
-3/+3
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
1
-0/+1
*
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum
2021-11-22
3
-6/+82
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
3
-0/+10
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-6/+0
*
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Steve Dower
2021-11-09
2
-5/+5
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower
2021-11-05
2
-2/+2
*
bpo-45220: Remove invalid include from resource definition files on Windows (...
Steve Dower
2021-11-04
1
-3/+0
*
bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
Steve Dower
2021-11-04
2
-4/+4
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29
1
-1/+11
*
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes
2021-10-25
2
-4/+0
*
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
Christian Heimes
2021-10-22
2
-2/+2
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-1/+0
*
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414)
Erlend Egeberg Aasland
2021-10-19
1
-1/+1
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
2
-0/+4
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
2
-0/+8
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
2
-4/+4
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
2
-4/+0
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
2
-8/+4
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
2
-16/+16
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
2
-4/+4
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
2
-4/+4
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
2
-0/+8
*
bpo-45229: Make tkinter tests discoverable (GH-28637)
Serhiy Storchaka
2021-10-13
1
-2/+0
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
2
-4/+4
*
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...
Steve Dower
2021-10-05
1
-1/+3
*
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow
2021-10-01
2
-0/+40
*
Select correct tool platform when building on Windows ARM64 natively (GH-28491)
Niyas Sait
2021-09-27
1
-3/+4
*
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Eric Snow
2021-09-24
1
-4/+4
*
bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622)
Erlend Egeberg Aasland
2021-09-20
3
-3/+3
*
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
[next]