| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353... | Miss Islington (bot) | 2021-11-02 | 1 | -6/+6 |
|
|
* | [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (G... | Miss Islington (bot) | 2021-10-18 | 1 | -0/+12 |
|
|
* | [3.10] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28621) | Miss Islington (bot) | 2021-09-29 | 1 | -1/+3 |
|
|
* | bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) | Miss Islington (bot) | 2021-08-27 | 1 | -0/+2 |
|
|
* | [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481) | Pablo Galindo Salgado | 2021-07-30 | 1 | -0/+3 |
|
|
* | Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) | Miss Islington (bot) | 2021-07-30 | 1 | -8/+8 |
|
|
* | bpo-43425: Update setup.py not to use distutils.log (GH-26969) | Miss Islington (bot) | 2021-07-02 | 1 | -16/+23 |
|
|
* | bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) | Ned Batchelder | 2021-05-03 | 1 | -3/+3 |
|
|
* | bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587) | Christian Heimes | 2021-04-26 | 1 | -1/+2 |
|
|
* | bpo-18233: Add internal methods to access peer chain (GH-25467) | Christian Heimes | 2021-04-26 | 1 | -1/+7 |
|
|
* | bpo-41282: Consistent message and filter warning in setup.py (GH-25571) | Christian Heimes | 2021-04-24 | 1 | -2/+10 |
|
|
* | bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) | Victor Stinner | 2021-04-21 | 1 | -4/+8 |
|
|
* | bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) | Christian Heimes | 2021-04-17 | 1 | -9/+1 |
|
|
* | bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) | Christian Heimes | 2021-04-17 | 1 | -27/+14 |
|
|
* | bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405) | Victor Stinner | 2021-04-14 | 1 | -8/+14 |
|
|
* | bpo-43788: Generate version specific _ssl_data.h (GH-25300) | Christian Heimes | 2021-04-09 | 1 | -1/+7 |
|
|
* | bpo-41111: Don't build xxlimited with Py_TRACE_REFS macro (GH-25180) | Hai Shi | 2021-04-06 | 1 | -3/+4 |
|
|
* | bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151) | Victor Stinner | 2021-04-02 | 1 | -4/+2 |
|
|
* | bpo-43688: Support the limited C API in debug mode (GH-25131) | Victor Stinner | 2021-04-02 | 1 | -11/+5 |
|
|
* | bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135) | Victor Stinner | 2021-04-01 | 1 | -1/+1 |
|
|
* | bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) | Antoine Pitrou | 2021-03-30 | 1 | -1/+1 |
|
|
* | bpo-43466: Unsupported static build hack (GH-25002) | Christian Heimes | 2021-03-27 | 1 | -13/+37 |
|
|
* | bpo-43466: Add --with-openssl-rpath configure option (GH-24820) | Christian Heimes | 2021-03-19 | 1 | -0/+12 |
|
|
* | bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) | Erlend Egeberg Aasland | 2021-03-13 | 1 | -5/+0 |
|
|
* | bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721) | Manolis Stamatogiannakis | 2021-03-01 | 1 | -14/+40 |
|
|
* | bpo-13501: allow choosing between readline and libedit (GH-24189) | Roland Hieber | 2021-02-09 | 1 | -3/+10 |
|
|
* | bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string... | Ronald Oussoren | 2021-02-01 | 1 | -1/+1 |
|
|
* | bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191) | pxinwr | 2021-01-22 | 1 | -0/+48 |
|
|
* | bpo-42955: Add Python/module_names.h (GH-24258) | Victor Stinner | 2021-01-19 | 1 | -16/+35 |
|
|
* | bpo-40810: Require SQLite 3.7.15 (GH-24106) | Erlend Egeberg Aasland | 2021-01-06 | 1 | -2/+1 |
|
|
* | bpo-27640: Add --disable-test-modules configure option (GH-23886) | pxinwr | 2020-12-30 | 1 | -1/+1 |
|
|
* | bpo-42639: atexit now logs callbacks exceptions (GH-23771) | Victor Stinner | 2020-12-14 | 1 | -2/+0 |
|
|
* | bpo-42111: Make the xxlimited module an example of best extension module prac... | Petr Viktorin | 2020-12-08 | 1 | -0/+8 |
|
|
* | bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) | Ned Deily | 2020-12-05 | 1 | -1/+2 |
|
|
* | bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) | FX Coudert | 2020-12-03 | 1 | -1/+1 |
|
|
* | bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) | pxinwr | 2020-11-28 | 1 | -5/+1 |
|
|
* | bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) | Ronald Oussoren | 2020-11-22 | 1 | -27/+4 |
|
|
* | bpo-40656: Clean up detect_socket() (GH-20148) | Erlend Egeberg Aasland | 2020-11-18 | 1 | -12/+10 |
|
|
* | bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279) | Ronald Oussoren | 2020-11-14 | 1 | -1/+1 |
|
|
* | bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) | Ronald Oussoren | 2020-11-08 | 1 | -49/+45 |
|
|
* | bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) | Victor Stinner | 2020-10-27 | 1 | -1/+4 |
|
|
* | bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) | Victor Stinner | 2020-10-26 | 1 | -1/+2 |
|
|
* | bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) | Kyle Evans | 2020-10-13 | 1 | -1/+2 |
|
|
* | Typo fix (GH-22496) | Manan Kumar Garg | 2020-10-04 | 1 | -5/+5 |
|
|
* | bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) | Erlend Egeberg Aasland | 2020-09-07 | 1 | -2/+2 |
|
|
* | bpo-41078: Add pycore_list.h internal header file (GH-21057) | Victor Stinner | 2020-06-22 | 1 | -1/+2 |
|
|
* | bpo-41043: Escape literal part of the path for glob(). (GH-20994) | Serhiy Storchaka | 2020-06-20 | 1 | -4/+4 |
|
|
* | bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) | Victor Stinner | 2020-06-15 | 1 | -1/+2 |
|
|
* | bpo-40939: Remove the old parser (GH-20768) | Pablo Galindo | 2020-06-11 | 1 | -3/+0 |
|
|
* | Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (... | Ned Deily | 2020-05-18 | 1 | -3/+2 |
|
|