1. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  2. aba7d66 bpo-35134: Add cpython/pymem.h to build system (GH-12842) by Victor Stinner · 5 years ago
  3. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  4. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  5. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  6. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  7. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  8. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 5 years ago
  9. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  10. 8a1657b bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) by Paul Monson · 5 years ago
  11. fbf5068 bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) by Gregory Szorc · 6 years ago
  12. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  13. 0cd6391 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 6 years ago
  14. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 6 years ago
  15. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 6 years ago
  16. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago
  17. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  18. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  19. 984061e bpo-35081: Add new internal headers to Makefile (GH-10670) by Victor Stinner · 6 years ago
  20. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  21. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  22. e281f7d bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) by Victor Stinner · 6 years ago
  23. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  24. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  25. 6279c1c bpo-35053: Add Include/tracemalloc.h (GH-10091) by Victor Stinner · 6 years ago
  26. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  27. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  28. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  29. 310b052 bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) by Zachary Ware · 6 years ago
  30. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  31. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  32. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 7 years ago
  33. d135f20 bpo-32507: Change Windows install to include app-local UCRT (#5119) by Steve Dower · 7 years ago
  34. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  35. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  36. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  37. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  38. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  39. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  40. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  41. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  42. d01db1c bpo-31358: Pull zlib out of the repository (GH-3375) by Zachary Ware · 7 years ago
  43. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  44. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  45. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  46. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  47. 554626a bpo-27593: Revise git SCM build info. (#744) by Ned Deily · 7 years ago
  48. 7030ca6 Fixes git command (#451) by Steve Dower · 7 years ago
  49. a0c07d2 bpo-27593: Updates Windows build to use information from git (#262) by Steve Dower · 7 years ago
  50. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 7 years ago
  51. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 7 years ago
  52. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 7 years ago
  53. f00ef72 Ensures intermediate directory is created before using it by Steve Dower · 8 years ago
  54. de6efdb Ensures intermediate directory is created before accessing it. by Steve Dower · 8 years ago
  55. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  56. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  57. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  58. a836362 Issue #28448: Fix C implemented asyncio.Future didn't work on Windows by INADA Naoki · 8 years ago
  59. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  60. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  61. 17a564e Add file missed from backport by Steve Dower · 8 years ago
  62. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  63. 37d398e compile dtrace stubs by Benjamin Peterson · 8 years ago
  64. 4db86bc Changes pyvenv.cfg trick into an actual sys.path file. by Steve Dower · 8 years ago
  65. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  66. 393b82e Issue #16113: compile the module on Windows, too. by Christian Heimes · 8 years ago
  67. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  68. 82029ac Issue #27186: add Include/osmodule.h to the proper build rules by Brett Cannon · 8 years ago
  69. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  70. b066058 Adds version info to all signed binaries on Windows. by Steve Dower · 8 years ago
  71. dce09c3 Issue #16991: Add odictobject.h on Windows. by Eric Snow · 9 years ago
  72. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  73. d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 9 years ago
  74. f63dab5 Back-out wcstok deprecation suppression and updates calls to use wcstok_s. by Steve Dower · 9 years ago
  75. b3f51e3 Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. by Steve Dower · 9 years ago
  76. 2587952 Fixes sys.winver generation and removes dependency on user32.dll by Steve Dower · 10 years ago
  77. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  78. 8314690 Issue #22869: Add pylifecycle.c/.h files to pythoncore project. by Steve Dower · 10 years ago
  79. 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
  80. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
  81. d18ccd1 tets by Victor Stinner · 10 years ago
  82. 55c2364 Issue21452 Add missing backslash to build path for make_buildinfo by Tim Golden · 10 years ago
  83. 404b5da "Escape" a character in the middle of "warning" by Zachary Ware · 10 years ago
  84. ee227ae Issue #20609: Merge with 3.3. by Zachary Ware · 10 years ago
  85. 14fff88 Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  86. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  87. 71135ac Add _opcode to Windows build env by Christian Heimes · 11 years ago
  88. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  89. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  90. 8444ebb Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. by Serhiy Storchaka · 11 years ago
  91. 59b2401 Add _stat module to VS project file -- this time with the GUI instead of manually. by Christian Heimes · 11 years ago
  92. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  93. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 11 years ago
  94. e2cef88 Issue #16061: Speed up str.replace() for replacing 1-character strings. by Serhiy Storchaka · 11 years ago
  95. e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 12 years ago
  96. 9650d36 Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj by Richard Oudkerk · 12 years ago
  97. d245655 Issue #14952: Fix incorrect output dll names for win64/debug builds, causing by Kristjan Valur Jonsson · 12 years ago
  98. 77a1cf1 Remove missing files from the PCbuild pythoncore project. This avoids a by Kristján Valur Jónsson · 12 years ago
  99. c45ea9e Clean up the PCBuild project files, removing redundant settings and by Kristján Valur Jónsson · 12 years ago
  100. c0181eb Stop including gzio in the build; it's not used. by Martin v. Löwis · 12 years ago