| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (... | Ned Deily | 2020-05-18 | 1 | -1/+0 |
|
|
* | bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) | Ned Deily | 2020-05-18 | 1 | -0/+1 |
|
|
* | bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) | Victor Stinner | 2020-05-05 | 1 | -0/+2 |
|
|
* | Python 3.9.0a6v3.9.0a6 | Łukasz Langa | 2020-04-27 | 3 | -4/+0 |
|
|
* | bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) | Joshua Root | 2020-04-22 | 1 | -0/+1 |
|
|
* | bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) | Chris Martinez | 2020-04-03 | 1 | -0/+1 |
|
|
* | bpo-38527: fix configure script for Solaris (GH-16845) | Arnon Yaari | 2020-04-01 | 1 | -0/+2 |
|
|
* | Python 3.9.0a5v3.9.0a5 | Łukasz Langa | 2020-03-23 | 3 | -10/+0 |
|
|
* | bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960) | Raúl Cumplido | 2020-03-12 | 1 | -1/+1 |
|
|
* | bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766) | Petr Viktorin | 2020-03-11 | 1 | -0/+1 |
|
|
* | bpo-1294959: Add sys.platlibdir attribute (GH-18381) | Victor Stinner | 2020-03-10 | 1 | -0/+6 |
|
|
* | bpo-39763: distutils.spawn now uses subprocess (GH-18743) | Victor Stinner | 2020-03-04 | 1 | -0/+3 |
|
|
* | Python 3.9.0a4v3.9.0a4 | Łukasz Langa | 2020-02-25 | 1 | -1/+0 |
|
|
* | bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) | Victor Stinner | 2020-02-03 | 1 | -0/+1 |
|
|
* | Python 3.9.0a3v3.9.0a3 | Łukasz Langa | 2020-01-24 | 3 | -4/+0 |
|
|
* | bpo-39395: putenv() and unsetenv() always available (GH-18135) | Victor Stinner | 2020-01-24 | 1 | -0/+2 |
|
|
* | bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-... | Anthony Shaw | 2020-01-14 | 1 | -0/+1 |
|
|
* | bpo-39144 Align ctags and etags behaviours in the makefile and include Python... | Anthony Shaw | 2019-12-28 | 1 | -0/+1 |
|
|
* | Python 3.9.0a2v3.9.0a2 | Łukasz Langa | 2019-12-18 | 2 | -4/+0 |
|
|
* | bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen... | Anthony Shaw | 2019-12-17 | 1 | -0/+2 |
|
|
* | 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 |
|
|