1239 Commits (dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a)

Author SHA1 Message Date
Erlend Egeberg Aasland dd74c01d3b
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675) 6 years ago
Steve Dower afb7144378
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125) 6 years ago
Victor Stinner 52a327c1cb
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) 6 years ago
Victor Stinner fe6e5e7cfd
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) 6 years ago
Petr Viktorin c168b5078f
bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) 6 years ago
Serhiy Storchaka 2ad93821a6
bpo-42431: Fix outdated bytes comments (GH-23458) 6 years ago
Steve Dower 2156d964a1
bpo-42336: Improve PCbuild batch files (GH-23275) 6 years ago
Pablo Galindo 80449f243b
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157) 6 years ago
Steve Dower db6434c474
Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) 6 years ago
Victor Stinner 5cf4782a26
bpo-41796: Make _ast module state per interpreter (GH-23024) 6 years ago
Victor Stinner b62bdf71ea
bpo-42208: Add _locale._get_locale_encoding() (GH-23052) 6 years ago
Victor Stinner 8e3b9f9283
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) 6 years ago
Victor Stinner 47e1afd2a1
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) 6 years ago
Steve Dower 985f0ab3ad
bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405) 6 years ago
Erlend Egeberg Aasland bfe6e03cd6
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) 6 years ago
Maggie Moss 1b4552c5e8
bpo-41428: Implementation for PEP 604 (GH-21515) 6 years ago
Stefan Krah a02efe4d27
MSVC: The ARM command line should not define MASM. (#21817) 6 years ago
Mark Shannon 6e8128f02e
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) 6 years ago
Steve Dower 84761c3cc4
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570) 6 years ago
Steve Dower dcbaa1b49c
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) 6 years ago
Nikita Nemkin bbf36e8903
bpo-41070: Simplify pyshellext.dll build (GH-21037) 6 years ago
Nikita Nemkin 2c6e4e91c5
bpo-41039: Simplify python3.dll build (GH-20989) 6 years ago
Nikita Nemkin 4efc3360c9
bpo-41054: Simplify resource compilation on Windows (GH-21004) 6 years ago
Nikita Nemkin fe2a48c605
bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) 6 years ago
Victor Stinner c45dbe93b7
bpo-41078: Add pycore_list.h internal header file (GH-21057) 6 years ago
Victor Stinner 384621c42f
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) 6 years ago
Lysandros Nikolaou 564cd18767
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) 6 years ago
Lysandros Nikolaou 314858e276
bpo-40939: Remove the old parser (Part 2) (GH-21005) 6 years ago
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 80d827c3cb
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) 6 years ago
Pablo Galindo 1ed83adb0e
bpo-40939: Remove the old parser (GH-20768) 6 years ago
Lysandros Nikolaou 9727694f08
bpo-40939: Generate keyword.py using the new parser (GH-20800) 6 years ago
Stefan Krah 0c59f440f4
Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20730) 6 years ago
Steve Dower 3a3a30c5a4
bpo-40861: Enable optimizations when building liblzma (GH-20724) 6 years ago
Victor Stinner c6b292cdee
bpo-29882: Add _Py_popcount32() function (GH-20518) 6 years ago
Pablo Galindo 2f172d8f15
bpo-17005: Move topological sort functionality to its own module (GH-20558) 6 years ago
Pablo Galindo d4fe098d1e
Python 3.10.0a0 (GH-20198) 6 years ago
Batuhan Taskaya 63b8e0cba3
bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968) 6 years ago
Paul Ganssle 62972d9d73
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) 6 years ago
Steve Dower d6b727e2c9
bpo-40501: Replace ctypes code in uuid with native module (GH-19948) 6 years ago
Victor Stinner b617993b7c
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) 6 years ago
Petr Viktorin e1becf46b4
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 6 years ago
Steve Dower ac4bf42411
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845) 6 years ago
Anthony Shaw 9b64ef3ac7
bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785) 6 years ago
Victor Stinner b8f704d219
bpo-40421: Add Include/cpython/code.h header file (GH-19756) 6 years ago
Victor Stinner 7c59d7c986
bpo-40421: Add pyframe.h header file (GH-19755) 6 years ago
Pablo Galindo 5b9f4988c9
bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745) 6 years ago
Pablo Galindo 4044c843a5
Add files in tests/test_peg_generator to the install target lists (GH-19723) 6 years ago
Ammar Askar a494caa14b
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725) 6 years ago
Lysandros Nikolaou ebebb6429c
bpo-40334: Improve various PEG-Parser related stuff (GH-19669) 6 years ago
Pablo Galindo c5fc156852
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 6 years ago