GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (...
Serhiy Storchaka
2024-07-29
1
-28
/
+0
*
[3.12] gh-120713: Normalize year with century for datetime.strftime (GH-12082...
Serhiy Storchaka
2024-06-29
1
-0
/
+28
*
[3.12] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120...
Miss Islington (bot)
2024-06-25
1
-1
/
+1
*
[3.12] GH-115983: skip building shared modules for testing under WASI (GH-116...
Miss Islington (bot)
2024-06-10
1
-0
/
+8
*
[3.12] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHAREDâ...
Victor Stinner
2024-06-07
1
-1
/
+1
*
[3.12] gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations (...
Miss Islington (bot)
2024-04-12
1
-4
/
+12
*
[3.12] gh-117752: Autoconf: fix -fno-semantic-interposition check (GH-117789)...
Miss Islington (bot)
2024-04-12
1
-1
/
+1
*
[3.12] gh-117752: Autoconf: store all LLVM profile data in the build director...
Miss Islington (bot)
2024-04-12
1
-2
/
+2
*
[3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)
Antoine Pitrou
2024-03-17
1
-0
/
+18
*
[3.12] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previ...
Brett Cannon
2024-03-05
1
-1
/
+1
*
[3.12] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113740)
Miss Islington (bot)
2024-01-05
1
-1
/
+1
*
[3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...
Miss Islington (bot)
2023-12-28
1
-0
/
+1
*
[3.12] gh-110459: Make sure --with-openssl-rpath works on macOS (GH-113441) (...
Miss Islington (bot)
2023-12-28
1
-1
/
+6
*
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...
Victor Stinner
2023-11-16
1
-9
/
+6
*
[3.12] gh-111460: Restore ncurses widechar support on macOS (GH-111878) (gh-1...
Miss Islington (bot)
2023-11-14
1
-2
/
+4
*
[3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-...
Miss Islington (bot)
2023-10-20
1
-0
/
+5
*
[3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...
Miss Islington (bot)
2023-10-10
1
-0
/
+8
*
[3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)
Miss Islington (bot)
2023-10-09
1
-0
/
+7
*
[3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10...
justdan6
2023-07-28
1
-1
/
+1
*
[3.12] gh-106962: Detect mpicc in configure.ac (GH-106961) (#107081)
Miss Islington (bot)
2023-07-23
1
-0
/
+3
*
[3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)
Miss Islington (bot)
2023-07-18
1
-1
/
+17
*
[3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124)...
Miss Islington (bot)
2023-06-26
1
-1
/
+0
*
[3.12] gh-89886: Use Autoconf quadrigraphs where appropriate (#105226) (#105423)
Erlend E. Aasland
2023-06-07
1
-44
/
+44
*
[3.12] gh-90005: Don't link with libbsd if not needed (#105236) (#105360)
Erlend E. Aasland
2023-06-06
1
-3
/
+2
*
[3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)
Erlend E. Aasland
2023-06-01
1
-2
/
+9
*
[3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)
Miss Islington (bot)
2023-06-01
1
-7
/
+3
*
[3.12] gh-89886: Properly quote Autoconf macro arguments (#105062) (#105118)
Erlend E. Aasland
2023-05-30
1
-683
/
+787
*
[3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh… (gh-...
Dong-hee Na
2023-05-24
1
-17
/
+17
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-7
/
+48
*
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
-62
/
+62
*
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
/
+1
*
gh-101525: Fix make test if the --enable-bolt enabled (gh-103574)
Dong-hee Na
2023-04-17
1
-0
/
+7
*
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
/
+45
*
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko
2023-02-22
1
-2
/
+6
*
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-15
1
-10
/
+6
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
1
-1
/
+3
*
gh-92547: Purge sqlite3_enable_shared_cache() detection from configure (#101873)
Erlend E. Aasland
2023-02-13
1
-1
/
+0
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-06
1
-1
/
+4
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-03
1
-0
/
+2
*
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
/
+6
*
gh-101047: Remove vestigial references to macOS libtool options (gh-101048)
Gregory Szorc
2023-01-22
1
-76
/
+0
*
gh-100340: Allows -Wno-int-conversion for wasm (#100341)
Kushal Das
2023-01-18
1
-0
/
+4
*
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
Michał Górny
2023-01-11
1
-1
/
+2
*
gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX...
Dustin Spicuzza
2023-01-05
1
-5
/
+7
*
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
Zachary Ware
2022-12-29
1
-1
/
+0
[next]