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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-120602: Support LLVM_VERSION_SUFFIX
gentoo-3.13.0b2_p7
Xarblu
2024-06-18
1
-1
/
+1
*
Support disabling system site-packages via GENTOO_BUILD var
gentoo-3.13.0b2_p6
Michał Górny
2024-06-18
1
-0
/
+1
*
Add missing textwrap import to datetimetester
gentoo-3.13.0b2_p3
Michał Górny
2024-06-15
1
-0
/
+1
*
Avoid a race on _PyRuntime.types.managed_static.types[i].interp_count.
gentoo-3.13.0b2_p2
Eric Snow
2024-06-15
2
-0
/
+5
*
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
Miss Islington (bot)
2024-06-15
6
-71
/
+133
*
[3.13] gh-120291: Fix a bashism in python-config.sh.in (GH-120292) (#120341)
Miss Islington (bot)
2024-06-12
2
-4
/
+6
*
test_lzma: Skip tests requiring extra-filters
gentoo-3.13.0b2
Michał Górny
2024-06-06
1
-0
/
+21
*
Prevent tests from detecting our fake tzdata package
Michał Górny
2024-06-06
1
-5
/
+2
*
Skip tests which interact with invalid UTF-8 files
Sam James
2024-06-06
9
-0
/
+14
*
Skip sched/priority tests
Sam James
2024-06-06
1
-0
/
+2
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2024-06-06
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2024-06-06
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2024-06-06
1
-0
/
+2
*
Python 3.13.0b2
v3.13.0b2
Thomas Wouters
2024-06-05
83
-201
/
+847
*
[3.13] gh-120065: Increase `collect_in_thread` period to 5 ms. (GH-120068) (#...
Miss Islington (bot)
2024-06-05
1
-1
/
+1
*
[3.13] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...
Miss Islington (bot)
2024-06-05
2
-2
/
+5
*
[3.13] gh-119819: Update logging configuration to support joinable multiproc...
Miss Islington (bot)
2024-06-05
2
-3
/
+9
*
[3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...
Miss Islington (bot)
2024-06-05
1
-1
/
+1
*
[3.13] gh-114616: Improve docs regarding changes to caches representation in ...
Miss Islington (bot)
2024-06-04
2
-3
/
+11
*
[3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (...
Miss Islington (bot)
2024-06-04
2
-1
/
+3
*
[3.13] gh-120048: Make `test_imaplib` faster (GH-120050) (#120069)
Miss Islington (bot)
2024-06-04
1
-14
/
+8
*
[3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount`...
Miss Islington (bot)
2024-06-04
1
-8
/
+11
*
[3.13] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH...
Miss Islington (bot)
2024-06-04
1
-1
/
+1
*
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
Łukasz Langa
2024-06-04
8
-11
/
+144
*
[3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062)
Miss Islington (bot)
2024-06-04
3
-0
/
+19
*
[3.13] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047...
Miss Islington (bot)
2024-06-04
1
-3
/
+3
*
[3.13] gh-120041: Do not use append_to_screen when completions are visible (G...
Miss Islington (bot)
2024-06-04
3
-10
/
+52
*
[3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)
Miss Islington (bot)
2024-06-04
4
-39
/
+99
*
[3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052)
Miss Islington (bot)
2024-06-04
1
-1
/
+1
*
[3.13] gh-119588: Update docs to reflect decision to include the change with ...
Miss Islington (bot)
2024-06-04
1
-2
/
+2
*
[3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...
Miss Islington (bot)
2024-06-04
4
-12
/
+32
*
[3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...
Miss Islington (bot)
2024-06-04
16
-146
/
+231
*
[3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (...
Miss Islington (bot)
2024-06-04
4
-3
/
+7
*
[3.13] gh-119819: Fix regression to allow logging configuration with multipr...
Miss Islington (bot)
2024-06-04
3
-1
/
+31
*
[3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...
Miss Islington (bot)
2024-06-04
3
-8
/
+39
*
[3.13] gh-119070: Update test_shebang_executable_extension to always use non-...
Miss Islington (bot)
2024-06-04
1
-3
/
+3
*
[3.13] gh-111499: Fix PYTHONMALLOCSTATS at Python exit (GH-120021) (#120022)
Miss Islington (bot)
2024-06-04
1
-6
/
+6
*
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
Miss Islington (bot)
2024-06-04
7
-7
/
+16
*
[3.13] gh-119724: Revert "bpo-45759: Better error messages for non-matching '...
T. Wouters
2024-06-04
4
-611
/
+454
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
13
-166
/
+381
*
[3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)
Miss Islington (bot)
2024-06-03
2
-1
/
+3
*
[3.13] gh-117398: Add datetime Module State (gh-120004)
Miss Islington (bot)
2024-06-03
5
-162
/
+376
*
[3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)
Sam Gross
2024-06-03
3
-11
/
+54
*
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross
2024-06-03
9
-44
/
+30
*
[3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992)
Miss Islington (bot)
2024-06-03
2
-10
/
+1
*
[3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...
Miss Islington (bot)
2024-06-03
3
-2
/
+41
*
[3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)
Miss Islington (bot)
2024-06-03
3
-6
/
+7
*
gh-119679: Ensures correct import libraries are included in Windows install p...
Miss Islington (bot)
2024-06-03
3
-14
/
+23
*
gh-102511: Amend 3.13.0b1.rst (GH-119895)
Miss Islington (bot)
2024-06-03
1
-0
/
+1
*
[3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971)
Miss Islington (bot)
2024-06-03
1
-1
/
+1
[next]