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
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
gentoo-3.11.0a1
Victor Stinner
2021-10-30
2
-1
/
+4
*
bpo-45433: Do not link libpython against libcrypt
Mike Gilbert
2021-10-30
1
-0
/
+3
*
Fix dictionary iteration error in _ExecutorManagerThread
Jakub Kulik
2021-10-30
1
-1
/
+1
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2021-10-30
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2021-10-30
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2021-10-30
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2021-10-30
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2021-10-30
2
-10
/
+10
*
Disable nis
Mike Gilbert
2021-10-30
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2021-10-30
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2021-10-30
1
-0
/
+5
*
Override libdir
Mike Gilbert
2021-10-30
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2021-10-30
1
-2
/
+13
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
483
-1497
/
+5665
*
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...
Steve Dower
2021-10-05
3
-2
/
+28
*
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
Jeremy Kloth
2021-10-05
1
-4
/
+7
*
bpo-45163: Restrict added libnetwork check to builds on Haiku. (GH-28729)
Ned Deily
2021-10-05
2
-4
/
+10
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
7
-217
/
+249
*
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
Christian Heimes
2021-10-05
2
-1
/
+5
*
Fix compiler warning in ceval.c regarding signed comparison (GH-28716)
Pablo Galindo Salgado
2021-10-04
1
-1
/
+1
*
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
Serhiy Storchaka
2021-10-04
3
-13
/
+9
*
bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)
Bibo-Joshi
2021-10-04
1
-5
/
+30
*
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
John Belmonte
2021-10-03
4
-4
/
+76
*
bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)
Pablo Galindo Salgado
2021-10-04
3
-5
/
+484
*
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the ...
Serhiy Storchaka
2021-10-03
5
-15
/
+15
*
Remove news entry without bpo issue number. (GH-28703)
Julien Palard
2021-10-03
1
-1
/
+0
*
Remove trailing spaces. (GH-28706)
Serhiy Storchaka
2021-10-03
5
-6
/
+6
*
Fix spelling error in comment (GH-28696)
Raymond Hettinger
2021-10-02
1
-1
/
+1
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
3
-6
/
+6
*
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
TAGAMI Yukihiro
2021-10-02
2
-1
/
+3
*
Makefile: Fix missing slashes (GH-28659)
native-api
2021-10-02
2
-2
/
+3
*
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (#28687)
Terry Jan Reedy
2021-10-02
2
-7
/
+7
*
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...
AngstyDuck
2021-10-01
2
-3
/
+6
*
Fix a couple of compiler warnings. (GH-28677)
Mark Shannon
2021-10-01
1
-2
/
+2
*
bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
Dong-hee Na
2021-10-01
3
-6
/
+3
*
hashlib: Fix old message about unicode objects. (GH-28653)
Julien Palard
2021-10-01
1
-1
/
+1
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652)
Julien Palard
2021-10-01
2
-4
/
+4
*
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner
2021-10-01
11
-108
/
+176
*
bpo-41710: gc_collect_main() uses _PyTime_GetPerfCounter() (GH-28676)
Victor Stinner
2021-10-01
1
-2
/
+2
*
bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)
Victor Stinner
2021-10-01
3
-13
/
+10
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Nikita Sobolev
2021-10-01
3
-31
/
+133
*
Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-2...
Serhiy Storchaka
2021-10-01
1
-47
/
+45
*
bpo-45310: Fix parrallel shared memory tests (GH-28661)
Serhiy Storchaka
2021-10-01
1
-16
/
+24
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner
2021-10-01
6
-72
/
+160
*
Install the __phello__ package too. (#28665)
Eric Snow
2021-09-30
1
-1
/
+2
*
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow
2021-09-30
13
-24
/
+205
*
bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)
Serhiy Storchaka
2021-09-30
4
-52
/
+32
*
Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)
Pablo Galindo Salgado
2021-09-30
1
-45
/
+47
*
bpo-41710: Document _PyTime_t API in pytime.h (GH-28647)
Victor Stinner
2021-09-30
1
-0
/
+41
*
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner
2021-09-30
9
-39
/
+67
[next]