93 Commits (4173772031747a9b249be4100b4aa9eda805ea23)

Author SHA1 Message Date
Paul Monson 8a1657b934 bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) 7 years ago
Gregory Szorc fbf50683b3 bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) 7 years ago
Serhiy Storchaka 8ac658114d
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) 7 years ago
Steve Dower 0cd6391fd8
bpo-34977: Add Windows App Store package (GH-11027) 7 years ago
Victor Stinner cb0b78a070
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) 7 years ago
Steve Dower 468a15aaf9
bpo-34977: Add Windows App Store package (GH-10245) 7 years ago
Victor Stinner 54ba556c6c
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) 7 years ago
Victor Stinner ec13b9322d
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) 7 years ago
Victor Stinner e421106b9e
bpo-35134: Create Include/cpython/ subdirectory (GH-10624) 7 years ago
Victor Stinner 984061eeb4
bpo-35081: Add new internal headers to Makefile (GH-10670) 7 years ago
Victor Stinner 621cebe81b
bpo-35081: Rename internal headers (GH-10275) 7 years ago
Victor Stinner a1c249c405
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) 7 years ago
Victor Stinner e281f7d80c
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
Victor Stinner 27e2d1f219
bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
Victor Stinner 31368a4f0e
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) 7 years ago
Victor Stinner 6279c1c500
bpo-35053: Add Include/tracemalloc.h (GH-10091) 8 years ago
Serhiy Storchaka 79d1c2e6c9
bpo-25711: Rewrite zipimport in pure Python. (GH-6809) 8 years ago
Victor Stinner 6c785c0ebd
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) 8 years ago
Ivan Levkivskyi 03e3c340a0
bpo-31333: Re-implement ABCMeta in C (#5273) 8 years ago
Zachary Ware 310b05289b
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) 8 years ago
Guido van Rossum 95e4d58913 String annotations [PEP 563] (#4390) 8 years ago
Yury Selivanov f23746a934
bpo-32436: Implement PEP 567 (#5027) 8 years ago
Steve Dower 2507e29a9e
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) 8 years ago
Steve Dower d135f20ae8
bpo-32507: Change Windows install to include app-local UCRT (#5119) 8 years ago
Benjamin Peterson e425bd7517
move pygetopt.h to internal (closes bpo-32264) (#4830) 8 years ago
INADA Naoki 7ea143ae79
bpo-29469: Move constant folding to AST optimizer (GH-2858) 8 years ago
Victor Stinner 31a8393cf6
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) 8 years ago
Serhiy Storchaka 13badcbc60
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) 8 years ago
Victor Stinner 0ea395ae96
bpo-32030: Add Python/pathconfig.c (#4668) 8 years ago
Victor Stinner 9e87e7776f
bpo-32096: Remove obj and mem from _PyRuntime (#4532) 8 years ago
Eric Snow 2ebc5ce42a bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
Steve Dower 05f01d8525 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) 9 years ago
Zachary Ware d01db1c2a2 bpo-31358: Pull zlib out of the repository (GH-3375) 9 years ago
Steve Dower 5fcd5e64ee bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) 9 years ago
Eric Snow 05351c1bd8 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) 9 years ago
Eric Snow 76d5abc868 bpo-30860: Consolidate stateful runtime globals. (#2594) 9 years ago
Eric Snow 6b4be195cd bpo-22257: Small changes for PEP 432. (#1728) 9 years ago
Ned Deily 554626ada7 bpo-27593: Revise git SCM build info. (#744) 9 years ago
Steve Dower 7030ca65de Fixes git command (#451) 9 years ago
Steve Dower a0c07d2edd bpo-27593: Updates Windows build to use information from git (#262) 9 years ago
Victor Stinner c22bfaae83 bpo-29524: Add Objects/call.c file (#12) 9 years ago
Victor Stinner d2306cec4d Backed out changeset f23fa1f7b68f 9 years ago
Victor Stinner 766af559ad Issue #29465: Add Objects/call.c file 9 years ago
Steve Dower de6efdb772 Ensures intermediate directory is created before accessing it. 9 years ago
Steve Dower 190dbd9ba2 Issue #28846: Various installer fixes 9 years ago
Steve Dower 02a4018c6e Issue #28573: Missing sys._mercurial info and other build issues. 9 years ago
Benjamin Peterson 4510e6de9d mark dtrace stubs as static inline; remove stubs 10 years ago
INADA Naoki a83636247e Issue #28448: Fix C implemented asyncio.Future didn't work on Windows 10 years ago
INADA Naoki 9f2ce25481 Issue #28428: Rename _futures module to _asyncio. 10 years ago
INADA Naoki 9e4e38ecd2 Issue #26801: Added C implementation of asyncio.Future. 10 years ago