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
*
Skip sched/priority tests
gentoo
Sam James
2022-03-07
1
-0
/
+2
*
Fix dictionary iteration error in _ExecutorManagerThread
Jakub Kulik
2021-09-29
1
-1
/
+1
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2021-09-29
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2021-09-29
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2021-09-29
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2021-09-29
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2021-09-29
2
-10
/
+10
*
Disable nis
Mike Gilbert
2021-09-29
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2021-09-29
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2021-09-29
1
-0
/
+5
*
Override libdir
Mike Gilbert
2021-09-29
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2021-09-29
1
-2
/
+13
*
[typo] s/libexpact/libexpat/ in setup.py (GH-28624)
main
Łukasz Langa
2021-09-29
1
-1
/
+1
*
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623)
Łukasz Langa
2021-09-29
1
-1
/
+1
*
bpo-44394: Ensure libexpat is linked against libm (GH-28617)
Pablo Galindo Salgado
2021-09-29
1
-1
/
+3
*
Fix doctest doc examples for syntax errors (GH-28486)
andrei kulakov
2021-09-29
1
-11
/
+10
*
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
zhanpon
2021-09-29
1
-0
/
+1
*
bpo-24391: Better reprs for threading objects. (GH-20534)
Serhiy Storchaka
2021-09-29
3
-0
/
+61
*
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
Jack DeVries
2021-09-29
3
-0
/
+25
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
13
-20
/
+21
*
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540)
Nikita Sobolev
2021-09-28
2
-0
/
+10
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
18
-32
/
+32
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
10
-3
/
+93
*
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
Pablo Galindo Salgado
2021-09-28
2
-14
/
+15
*
bpo-45296: Fix exit/quit message on Windows (GH-28577)
Terry Jan Reedy
2021-09-28
3
-0
/
+16
*
Optimized code format (GH-28599)
Rajendra arora
2021-09-28
1
-3
/
+1
*
[doc] fix minor typo for argparse (GH-28451)
Louis Sautier
2021-09-28
1
-1
/
+1
*
Fixed typo in "decclarations" (GH-28578)
Rajendra arora
2021-09-28
1
-1
/
+1
*
Fix typo in whatsnew: "ns" is 10^-9 secs and "us" is 10^-6 secs. (GH-28565)
Jörn Heissler
2021-09-28
1
-2
/
+2
*
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
Victor Stinner
2021-09-27
3
-8
/
+53
*
bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...
Pablo Galindo Salgado
2021-09-27
2
-6
/
+34
*
Select correct tool platform when building on Windows ARM64 natively (GH-28491)
Niyas Sait
2021-09-27
2
-4
/
+9
*
Do not check isabs() on Windows. (gh-28584)
Eric Snow
2021-09-27
1
-0
/
+2
*
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow
2021-09-27
8
-100
/
+164
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Pablo Galindo Salgado
2021-09-27
5
-8
/
+31
*
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
Victor Stinner
2021-09-27
2
-4
/
+22
*
bpo-44958: Revert GH-27844 (GH-28574)
Erlend Egeberg Aasland
2021-09-26
3
-40
/
+39
*
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)
Nikita Sobolev
2021-09-26
2
-0
/
+14
*
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner
2021-09-25
7
-33
/
+114
*
bpo-43914: Whats New 310: add new SyntaxError attributes (GH-28558)
Terry Jan Reedy
2021-09-25
1
-1
/
+6
*
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
Nikita Sobolev
2021-09-25
5
-10
/
+56
*
bpo-45277: Fix typo in codecs doc (GH-28555)
Terry Jan Reedy
2021-09-24
1
-1
/
+1
*
bpo-41299: Mark private thread_nt.h functions as static (GH-28553)
Victor Stinner
2021-09-25
1
-10
/
+10
*
bpo-41299: Fix EnterNonRecursiveMutex() (GH-28548)
Victor Stinner
2021-09-25
1
-3
/
+0
*
bpo-41299: QueryPerformanceFrequency() cannot fail (GH-28552)
Victor Stinner
2021-09-25
1
-21
/
+7
*
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Eric Snow
2021-09-24
5
-69
/
+130
*
bpo-44019: Add missing comma to operator.call doc (GH-28551)
Terry Jan Reedy
2021-09-24
1
-1
/
+1
*
bpo-44019: Implement operator.call(). (GH-27888)
Antony Lee
2021-09-24
6
-0
/
+62
*
bpo-20524: adds better error message for `.format()` (GH-28310)
Nikita Sobolev
2021-09-24
3
-7
/
+50
*
bpo-30951: Correct co_names docstring in inspect module (GH-2743)
Alex Vig
2021-09-24
1
-1
/
+1
[next]