| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37404: Raising value error if an SSLSocket is passed to asyncio function... | idomic | 2019-12-07 | 1 | -0/+2 |
|
|
* | Python 3.9.0a1v3.9.0a1 | Łukasz Langa | 2019-11-19 | 16 | -54/+0 |
|
|
* | bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) | Tal Einat | 2019-11-18 | 1 | -0/+2 |
|
|
* | bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043) | Alexandru Ardelean | 2019-11-04 | 1 | -0/+1 |
|
|
* | bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) | Victor Stinner | 2019-10-22 | 1 | -0/+2 |
|
|
* | bpo-38468 : Refactor python-config (#16749) | Joannah Nanjekye | 2019-10-15 | 1 | -0/+2 |
|
|
* | bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446) | Jesús Cea | 2019-09-28 | 1 | -0/+2 |
|
|
* | closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) | Doyle Rowland | 2019-09-13 | 1 | -0/+2 |
|
|
* | bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (... | Greg Price | 2019-09-12 | 1 | -0/+6 |
|
|
* | bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1... | Greg Price | 2019-09-11 | 1 | -0/+5 |
|
|
* | bpo-37725: have "make clean" remove PGO task data (#15033) | Neil Schemenauer | 2019-09-10 | 1 | -0/+3 |
|
|
* | bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) | Greg Price | 2019-09-09 | 1 | -0/+2 |
|
|
* | bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) | Neil Schemenauer | 2019-07-30 | 1 | -0/+3 |
|
|
* | bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) | Neil Schemenauer | 2019-07-22 | 1 | -0/+9 |
|
|
* | Fix typos in docs, comments and test assert messages (#14872) | Min ho Kim | 2019-07-21 | 1 | -1/+1 |
|
|
* | bpo-37468: make install no longer install wininst-*.exe files (GH-14511) | Victor Stinner | 2019-07-15 | 1 | -0/+2 |
|
|
* | bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) | animalize | 2019-06-24 | 1 | -0/+1 |
|
|
* | bpo-36210: update optional extension handling for AIX (GH-12202) | Michael Felt | 2019-06-21 | 1 | -0/+9 |
|
|
* | bpo-37189: Export old PyRun_XXX() functions (#14142) | Victor Stinner | 2019-06-17 | 1 | -0/+3 |
|
|
* | Python 3.8.0b1v3.8.0b1 | Łukasz Langa | 2019-06-04 | 2 | -17/+0 |
|
|
* | bpo-36721: Add --embed option to python-config (GH-13500) | Victor Stinner | 2019-05-23 | 1 | -0/+16 |
|
|
* | bpo-36786: Run compileall in parallel during "make install" (GH-13078) | Antoine Pitrou | 2019-05-15 | 1 | -0/+1 |
|
|
* | Python 3.8.0a4v3.8.0a4 | Łukasz Langa | 2019-05-06 | 12 | -45/+0 |
|
|
* | bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) | xdegaye | 2019-04-29 | 1 | -0/+1 |
|
|
* | bpo-21536: On Android, C extensions are linked to libpython (GH-12989) | xdegaye | 2019-04-29 | 1 | -1/+1 |
|
|
* | bpo-36722: Style and grammar edits for ABI news entries (GH-12979) | Paul Ganssle | 2019-04-27 | 2 | -9/+10 |
|
|
* | bpo-21536: C extensions are no longer linked to libpython (GH-12946) | Victor Stinner | 2019-04-25 | 1 | -0/+12 |
|
|
* | bpo-36465: Make release and debug ABI compatible (GH-12615) | Victor Stinner | 2019-04-24 | 1 | -0/+5 |
|
|
* | bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) | Victor Stinner | 2019-04-24 | 1 | -0/+3 |
|
|
* | bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) | Victor Stinner | 2019-04-17 | 1 | -0/+5 |
|
|
* | bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) | pxinwr | 2019-04-15 | 1 | -0/+1 |
|
|
* | bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) | Victor Stinner | 2019-04-12 | 1 | -2/+2 |
|
|
* | bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) | Victor Stinner | 2019-04-12 | 1 | -0/+8 |
|
|
* | bpo-36605: make tags: parse Modules/_io directory (GH-12789) | Victor Stinner | 2019-04-11 | 1 | -0/+2 |
|
|
* | bpo-36577: setup.py reports missing OpenSSL again (GH-12746) | Christian Heimes | 2019-04-09 | 1 | -0/+1 |
|
|
* | bpo-36508: python-config don't export LINKFORSHARED (GH-12661) | Victor Stinner | 2019-04-09 | 1 | -0/+3 |
|
|
* | bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) | xdegaye | 2019-04-09 | 1 | -0/+1 |
|
|
* | bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) | Michael Felt | 2019-04-08 | 1 | -0/+2 |
|
|
* | v3.8.0a3v3.8.0a3 | Łukasz Langa | 2019-03-25 | 4 | -6/+0 |
|
|
* | bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425) | btharper | 2019-03-19 | 1 | -0/+1 |
|
|
* | bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129) | Victor Stinner | 2019-03-01 | 1 | -0/+2 |
|
|
* | bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098) | Victor Stinner | 2019-03-01 | 1 | -0/+2 |
|
|
* | bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) | pxinwr | 2019-02-27 | 1 | -0/+1 |
|
|
* | [blurb] v3.8.0a1 | Łukasz Langa | 2019-02-03 | 37 | -70/+0 |
|
|
* | bpo-34691: Compile _contextvars module into main Python library (GH-11741) | Steve Dower | 2019-02-02 | 1 | -0/+2 |
|
|
* | bpo-35683: Improve Azure Pipelines steps (GH-11493) | Steve Dower | 2019-01-22 | 1 | -0/+1 |
|
|
* | bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) | Gregory Szorc | 2019-01-08 | 1 | -0/+1 |
|
|
* | bpo-35550: Fix incorrect Solaris define guards (GH-11275) | Jakub Kulík | 2018-12-31 | 1 | -0/+1 |
|
|
* | bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) | stratakis | 2018-12-19 | 1 | -0/+2 |
|
|
* | bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) | Victor Stinner | 2018-12-16 | 1 | -0/+3 |
|
|