index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-4/+4
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
1
-2/+2
*
gh-109054: Don't use libatomic on cross-compilation (#109211)
Victor Stinner
2023-09-10
1
-5/+2
*
gh-109054: configure checks if libatomic is needed (#109101)
Victor Stinner
2023-09-08
1
-1/+84
*
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner
2023-09-02
1
-6/+0
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
1
-0/+1
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-5/+6
*
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)
Victor Stinner
2023-08-29
1
-0/+44
*
gh-108465: Use compiler basename when determining compiler flags (#108392)
John Micco
2023-08-27
1
-3/+6
*
gh-95855: Refactor platform triplet detection code, add detection for MIPS so...
Jeffery To
2023-08-24
1
-188/+4
*
gh-108223: Add --disable-gil to configure (gh-108227)
Sam Gross
2023-08-21
1
-0/+31
*
GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)
Mina Galić
2023-08-10
1
-0/+15
*
gh-106881: Check for linux/limits.h before including it (#107397)
justdan6
2023-07-28
1
-0/+6
*
gh-106962: Detect mpicc in configure.ac (#106961)
Lukas van de Wiel
2023-07-22
1
-0/+3
*
gh-106123: Modules/_sha3 appears to no longer be necessary (#106124)
Skip Montanaro
2023-06-27
1
-1/+0
*
gh-101538: Add experimental wasi-threads build (#101537)
YAMAMOTO Takashi
2023-06-22
1
-1/+20
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
1
-10/+10
*
gh-90005: Don't link with libbsd if not needed (#105236)
Erlend E. Aasland
2023-06-06
1
-2/+6
*
GH-89886: Bump to GNU Autoconf v2.71 (#104925)
Erlend E. Aasland
2023-06-01
1
-7232/+10291
*
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland
2023-06-01
1
-9/+1
*
gh-89886: Properly quote Autoconf macro arguments (#105062)
Erlend E. Aasland
2023-05-30
1
-23/+11
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-26/+0
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
1
-341/+1
*
gh-104773: Fix PY_STDLIB_MOD_SET_NA() on macOS (#104901)
Victor Stinner
2023-05-24
1
-0/+2
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
1
-319/+0
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
1
-48/+0
*
gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)
Victor Stinner
2023-05-24
1
-8/+0
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
1
-42/+0
*
gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh-104752)
Dong-hee Na
2023-05-24
1
-2/+1
*
Regenerate configure after the Python version bump (#104757)
T. Wouters
2023-05-22
1
-13/+13
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-108/+39
*
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Erlend E. Aasland
2023-05-15
1
-1/+1
*
gh-101282: move BOLT config after PGO (gh-104493)
Gregory Szorc
2023-05-15
1
-180/+180
*
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Zhang Na
2023-05-09
1
-0/+14
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+35
*
gh-101525: Fix make test if the --enable-bolt enabled (gh-103574)
Dong-hee Na
2023-04-17
1
-0/+108
*
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev
2023-04-12
1
-1/+0
*
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens
2023-03-04
1
-9/+69
*
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko
2023-02-22
1
-2/+2
*
gh-99942: correct the pkg-config/python-config flags for cygwin/android
Eli Schwartz
2023-02-16
1
-1/+1
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-69/+27
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
1
-1/+1
*
gh-92547: Purge sqlite3_enable_shared_cache() detection from configure (#101873)
Erlend E. Aasland
2023-02-13
1
-51/+0
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
1
-1/+2
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
1
-0/+27
*
gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)
Dong-hee Na
2023-01-24
1
-3/+0
*
gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)
Gregory Szorc
2023-01-24
1
-1/+40
*
gh-101047: Remove vestigial references to macOS libtool options (gh-101048)
Gregory Szorc
2023-01-22
1
-93/+0
*
gh-100340: Allows -Wno-int-conversion for wasm (#100341)
Kushal Das
2023-01-18
1
-0/+38
*
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
Michał Górny
2023-01-11
1
-1/+4
[next]