| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35134: Create Include/cpython/ subdirectory (GH-10624) | Victor Stinner | 2018-11-23 | 2 | -0/+4 |
|
|
* | bpo-35081: Add new internal headers to Makefile (GH-10670) | Victor Stinner | 2018-11-23 | 2 | -0/+8 |
|
|
* | bpo-35081: Rename internal headers (GH-10275) | Victor Stinner | 2018-11-12 | 2 | -7/+11 |
|
|
* | bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) | Victor Stinner | 2018-11-01 | 2 | -0/+8 |
|
|
* | bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) | Victor Stinner | 2018-11-01 | 2 | -5/+4 |
|
|
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 3 | -23/+24 |
|
|
* | bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) | Victor Stinner | 2018-10-30 | 2 | -0/+4 |
|
|
* | bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) | Steve Dower | 2018-10-27 | 4 | -118/+1 |
|
|
* | bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) | Victor Stinner | 2018-10-26 | 1 | -0/+2 |
|
|
* | bpo-35053: Add Include/tracemalloc.h (GH-10091) | Victor Stinner | 2018-10-25 | 2 | -0/+4 |
|
|
* | bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) | Jeremy Kloth | 2018-10-23 | 1 | -10/+25 |
|
|
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 3 | -5/+9 |
|
|
* | bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) | Steve Dower | 2018-09-17 | 1 | -2/+2 |
|
|
* | bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) | Steve Dower | 2018-08-15 | 2 | -4/+4 |
|
|
* | bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) | Victor Stinner | 2018-08-01 | 2 | -0/+8 |
|
|
* | bro-33614: Override exit code in find_msbuild.bat (GH-7169) | Steve Dower | 2018-05-28 | 2 | -2/+3 |
|
|
* | bpo-33614: Ensures module definition files for the stable ABI on Windows are ... | Steve Dower | 2018-05-28 | 2 | -5/+25 |
|
|
* | Fix Windows build of Python for latest WinSDK. (GH-6874) | Carl Meyer | 2018-05-17 | 1 | -1/+2 |
|
|
* | bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) | Steve Dower | 2018-05-16 | 1 | -5/+6 |
|
|
* | bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) | Steve Dower | 2018-04-14 | 3 | -5/+5 |
|
|
* | Minor improvements to the Windows build/release process (GH-5935) | Steve Dower | 2018-02-28 | 1 | -8/+7 |
|
|
* | bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) | Steve Dower | 2018-02-23 | 2 | -4/+4 |
|
|
* | bpo-31333: Re-implement ABCMeta in C (#5273) | Ivan Levkivskyi | 2018-02-18 | 2 | -0/+4 |
|
|
* | Add missing backslashes to get_externals.bat (GH-5731) | Steve Dower | 2018-02-18 | 1 | -2/+2 |
|
|
* | Improves the ability to build in CI (GH-5728) | Steve Dower | 2018-02-18 | 3 | -6/+8 |
|
|
* | bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) | Zachary Ware | 2018-02-11 | 1 | -0/+1 |
|
|
* | Start of 3.8.0a0 | Ned Deily | 2018-01-31 | 1 | -1/+1 |
|
|
* | String annotations [PEP 563] (#4390) | Guido van Rossum | 2018-01-26 | 2 | -0/+4 |
|
|
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 6 | -2/+119 |
|
|
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-18 | 5 | -4/+119 |
|
|
* | bpo-14976: Reentrant simple queue (#3346) | Antoine Pitrou | 2018-01-15 | 5 | -1/+115 |
|
|
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 18 | -42/+0 |
|
|
* | Add missing backslashes in PCbuild bat files (GH-5056) | Zachary Ware | 2017-12-30 | 3 | -17/+17 |
|
|
* | move pygetopt.h to internal (closes bpo-32264) (#4830) | Benjamin Peterson | 2017-12-15 | 2 | -2/+2 |
|
|
* | bpo-29469: Move constant folding to AST optimizer (GH-2858) | INADA Naoki | 2017-12-14 | 2 | -0/+4 |
|
|
* | Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203... | Victor Stinner | 2017-12-04 | 2 | -0/+4 |
|
|
* | bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) | Serhiy Storchaka | 2017-12-02 | 2 | -4/+0 |
|
|
* | bpo-32030: Add Python/pathconfig.c (#4668) | Victor Stinner | 2017-12-01 | 2 | -0/+4 |
|
|
* | bpo-32096: Remove obj and mem from _PyRuntime (#4532) | Victor Stinner | 2017-11-24 | 2 | -5/+1 |
|
|
* | bpo-31691: Specify where to find build instructions for the Windows installer... | native-api | 2017-11-16 | 1 | -0/+2 |
|
|
* | bpo-32030: Split Py_Main() into subfunctions (#4399) | Victor Stinner | 2017-11-15 | 1 | -2/+2 |
|
|
* | bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) | Mariatta | 2017-11-07 | 3 | -3/+3 |
|
|
* | bpo-31957: Fixes version detection. (#4298) | Steve Dower | 2017-11-06 | 1 | -8/+7 |
|
|
* | bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280) | Steve Dower | 2017-11-04 | 1 | -1/+1 |
|
|
* | bpo-31944: Fixes build and Modify button (#4278) | Steve Dower | 2017-11-04 | 2 | -2/+3 |
|
|
* | bpo-31523: Reliability improvements to the Windows build files (#3900) | Steve Dower | 2017-10-05 | 1 | -1/+1 |
|
|
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -5/+5 |
|
|
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 5 | -31/+61 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#3397) | Eric Snow | 2017-09-08 | 2 | -0/+28 |
|
|
* | Updates PCBuild/readme.txt (#3418) | Steve Dower | 2017-09-08 | 1 | -76/+54 |
|
|