| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) | Victor Stinner | 2018-08-01 | 1 | -0/+2 |
|
|
* | bpo-31333: Re-implement ABCMeta in C (#5273) | Ivan Levkivskyi | 2018-02-18 | 1 | -0/+1 |
|
|
* | bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) | Zachary Ware | 2018-02-11 | 1 | -0/+1 |
|
|
* | String annotations [PEP 563] (#4390) | Guido van Rossum | 2018-01-26 | 1 | -0/+1 |
|
|
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -0/+6 |
|
|
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-18 | 1 | -2/+0 |
|
|
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 1 | -1/+0 |
|
|
* | move pygetopt.h to internal (closes bpo-32264) (#4830) | Benjamin Peterson | 2017-12-15 | 1 | -1/+1 |
|
|
* | bpo-29469: Move constant folding to AST optimizer (GH-2858) | INADA Naoki | 2017-12-14 | 1 | -0/+1 |
|
|
* | Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203... | Victor Stinner | 2017-12-04 | 1 | -0/+1 |
|
|
* | bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) | Serhiy Storchaka | 2017-12-02 | 1 | -1/+0 |
|
|
* | bpo-32030: Add Python/pathconfig.c (#4668) | Victor Stinner | 2017-12-01 | 1 | -0/+1 |
|
|
* | bpo-32096: Remove obj and mem from _PyRuntime (#4532) | Victor Stinner | 2017-11-24 | 1 | -1/+0 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#3397) | Eric Snow | 2017-09-08 | 1 | -0/+7 |
|
|
* | bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) | Steve Dower | 2017-09-07 | 1 | -0/+5 |
|
|
* | bpo-31358: Pull zlib out of the repository (GH-3375) | Zachary Ware | 2017-09-07 | 1 | -24/+33 |
|
|
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201... | Steve Dower | 2017-09-06 | 1 | -1/+2 |
|
|
* | Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) | Eric Snow | 2017-09-06 | 1 | -8/+0 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#2594) | Eric Snow | 2017-09-06 | 1 | -0/+8 |
|
|
* | bpo-22257: Small changes for PEP 432. (#1728) | Eric Snow | 2017-05-23 | 1 | -2/+2 |
|
|
* | bpo-27593: Revise git SCM build info. (#744) | Ned Deily | 2017-03-21 | 1 | -2/+2 |
|
|
* | Fixes git command (#451) | Steve Dower | 2017-03-04 | 1 | -1/+1 |
|
|
* | bpo-27593: Updates Windows build to use information from git (#262) | Steve Dower | 2017-03-04 | 1 | -12/+12 |
|
|
* | bpo-29524: Add Objects/call.c file (#12) | Victor Stinner | 2017-02-12 | 1 | -1/+2 |
|
|
* | Backed out changeset f23fa1f7b68f | Victor Stinner | 2017-02-10 | 1 | -2/+1 |
|
|
* | Issue #29465: Add Objects/call.c file | Victor Stinner | 2017-02-10 | 1 | -1/+2 |
|
|
* | Ensures intermediate directory is created before using it | Steve Dower | 2016-12-03 | 1 | -0/+1 |
|\ |
|
| * | Ensures intermediate directory is created before accessing it. | Steve Dower | 2016-12-03 | 1 | -0/+1 |
|
|
| * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -3/+9 |
|
|
| * | Add file missed from backport | Steve Dower | 2016-09-18 | 1 | -1/+1 |
|
|
* | | Issue #28573: Missing sys._mercurial info and other build issues. | Steve Dower | 2016-11-22 | 1 | -3/+10 |
|
|
* | | mark dtrace stubs as static inline; remove stubs | Benjamin Peterson | 2016-10-21 | 1 | -1/+0 |
|
|
* | | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows | INADA Naoki | 2016-10-21 | 1 | -1/+0 |
|
|
* | | Issue #28428: Rename _futures module to _asyncio. | INADA Naoki | 2016-10-15 | 1 | -1/+1 |
|
|
* | | Issue #26801: Added C implementation of asyncio.Future. | INADA Naoki | 2016-10-09 | 1 | -0/+1 |
|
|
* | | Issue #27932: Prevent memory leak in win32_ver(). | Steve Dower | 2016-09-18 | 1 | -1/+1 |
|
|
* | | compile dtrace stubs | Benjamin Peterson | 2016-09-10 | 1 | -1/+2 |
|
|
* | | Changes pyvenv.cfg trick into an actual sys.path file. | Steve Dower | 2016-09-09 | 1 | -1/+1 |
|
|
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 1 | -0/+1 |
|
|
* | | Issue #16113: compile the module on Windows, too. | Christian Heimes | 2016-09-07 | 1 | -0/+1 |
|
|
* | | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 1 | -0/+3 |
|
|
* | | Issue #27186: add Include/osmodule.h to the proper build rules | Brett Cannon | 2016-06-12 | 1 | -1/+2 |
|
|
* | | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. | Serhiy Storchaka | 2016-05-24 | 1 | -0/+1 |
|/ |
|
* | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 1 | -1/+0 |
|
|
* | Issue #16991: Add odictobject.h on Windows. | Eric Snow | 2015-05-30 | 1 | -0/+2 |
|
|
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 1 | -0/+2 |
|
|
* | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in... | Steve Dower | 2015-03-06 | 1 | -7/+4 |
|
|
* | Back-out wcstok deprecation suppression and updates calls to use wcstok_s. | Steve Dower | 2015-02-26 | 1 | -1/+1 |
|
|
* | Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. | Steve Dower | 2015-02-26 | 1 | -1/+1 |
|
|
* | Fixes sys.winver generation and removes dependency on user32.dll | Steve Dower | 2015-01-15 | 1 | -3/+5 |
|
|