aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2021-11-02bpo-43158: Use configure values for building _uuid extension (GH-29353)Christian Heimes
2021-10-29bpo-45548: Some test modules must be built as shared libs (GH-29268)Christian Heimes
2021-10-25bpo-45595: Make extensions depend on header files (GH-29198)Christian Heimes
2021-10-25bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)Christian Heimes
2021-10-22bpo-45570: Simplify setup macros for pyexpat (GH-29159)Christian Heimes
2021-10-22bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)Christian Heimes
2021-10-18bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031)andrei kulakov
2021-10-15bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)Victor Stinner
2021-10-13bpo-45434: Remove pystrhex.h header file (GH-28923)Victor Stinner
2021-10-13pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)Victor Stinner
2021-10-12bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)Victor Stinner
2021-09-29[typo] s/libexpact/libexpat/ in setup.py (GH-28624)Ɓukasz Langa
2021-09-29bpo-44394: Ensure libexpat is linked against libm (GH-28617)Pablo Galindo Salgado
2021-08-27bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)Erlend Egeberg Aasland
2021-07-30Fail the CI if an optional module fails to compile (GH-27466)Pablo Galindo Salgado
2021-07-30Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz
2021-07-22bpo-44353: Implement typing.NewType __call__ method in C (#27262)Yurii Karabas
2021-07-02bpo-43425: Update setup.py not to use distutils.log (GH-26969)Dong-hee Na
2021-06-03bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...Erlend Egeberg Aasland
2021-05-02bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)Ned Batchelder
2021-04-26bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587)Christian Heimes
2021-04-26bpo-18233: Add internal methods to access peer chain (GH-25467)Christian Heimes
2021-04-24bpo-41282: Consistent message and filter warning in setup.py (GH-25571)Christian Heimes
2021-04-22bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)Victor Stinner
2021-04-17bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)Christian Heimes
2021-04-17bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes
2021-04-14bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405)Victor Stinner
2021-04-09bpo-43788: Generate version specific _ssl_data.h (GH-25300)Christian Heimes
2021-04-06bpo-41111: Don't build xxlimited with Py_TRACE_REFS macro (GH-25180)Hai Shi
2021-04-02bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)Victor Stinner
2021-04-02bpo-43688: Support the limited C API in debug mode (GH-25131)Victor Stinner
2021-04-01bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)Victor Stinner
2021-03-30bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)Antoine Pitrou
2021-03-27bpo-43466: Unsupported static build hack (GH-25002)Christian Heimes
2021-03-19bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes
2021-03-13bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)Erlend Egeberg Aasland
2021-02-28bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)Manolis Stamatogiannakis
2021-02-08bpo-13501: allow choosing between readline and libedit (GH-24189)Roland Hieber
2021-01-31bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...Ronald Oussoren
2021-01-22bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)pxinwr
2021-01-19bpo-42955: Add Python/module_names.h (GH-24258)Victor Stinner
2021-01-06bpo-40810: Require SQLite 3.7.15 (GH-24106)Erlend Egeberg Aasland
2020-12-30bpo-27640: Add --disable-test-modules configure option (GH-23886)pxinwr
2020-12-14bpo-42639: atexit now logs callbacks exceptions (GH-23771)Victor Stinner
2020-12-08bpo-42111: Make the xxlimited module an example of best extension module prac...Petr Viktorin
2020-12-04bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649)Ned Deily
2020-12-02bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)FX Coudert
2020-11-28bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)pxinwr
2020-11-22bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)Ronald Oussoren
2020-11-17bpo-40656: Clean up detect_socket() (GH-20148)Erlend Egeberg Aasland