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-39017: Avoid infinite loop in the tarfile module (GH-21454)
gentoo-3.8.4-r2
Rishi
2020-07-19
2
-0
/
+3
*
bpo-39603: Prevent header injection in http methods (GH-18485)
AMIR
2020-07-19
3
-0
/
+39
*
Skip RDS socket tests that hang frequently
gentoo-3.8.4-r1
Michał Górny
2020-07-14
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
gentoo-3.8.4
Michał Górny
2020-07-14
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2020-07-14
1
-1
/
+1
*
Call OPENSSL_init_crypto for openssl >= 1.1.0
Mike Gilbert
2020-07-14
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2020-07-14
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2020-07-14
2
-10
/
+10
*
Disable nis
Mike Gilbert
2020-07-14
1
-1
/
+0
*
h2py: use binary I/O to avoid encoding issues
Mike Gilbert
2020-07-14
1
-33
/
+34
*
Improve distutils C++ support
Mike Gilbert
2020-07-14
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2020-07-14
1
-0
/
+6
*
Override libdir
Mike Gilbert
2020-07-14
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2020-07-14
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2020-07-14
4
-14
/
+4
*
Python 3.8.4
v3.8.4
Łukasz Langa
2020-07-13
17
-32
/
+136
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Miss Islington (bot)
2020-07-10
1
-1
/
+1
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
Miss Islington (bot)
2020-07-10
1
-1
/
+1
*
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...
Miss Islington (bot)
2020-07-10
2
-1
/
+5
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Miss Islington (bot)
2020-07-09
6
-83
/
+110
*
bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406)
Tony Solomonik
2020-07-09
2
-3
/
+8
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
Miss Islington (bot)
2020-07-09
1
-1
/
+1
*
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...
Miss Islington (bot)
2020-07-09
2
-1
/
+3
*
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH...
Miss Islington (bot)
2020-07-08
3
-1
/
+15
*
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...
Miss Islington (bot)
2020-07-07
2
-2
/
+5
*
bpo-39417: Fix broken link to guide to building venvs (GH-18432)
Miss Islington (bot)
2020-07-07
1
-1
/
+1
*
bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (G...
Miss Islington (bot)
2020-07-06
1
-3
/
+5
*
bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)
Miss Islington (bot)
2020-07-06
3
-4
/
+29
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Miss Islington (bot)
2020-07-06
8
-134
/
+147
*
bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344)
Miss Islington (bot)
2020-07-05
1
-5
/
+4
*
bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342)
Miss Islington (bot)
2020-07-05
1
-2
/
+2
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
scoder
2020-07-05
4
-11
/
+119
*
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
Miss Islington (bot)
2020-07-04
1
-3
/
+1
*
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Miss Islington (bot)
2020-07-04
1
-3
/
+1
*
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
Miss Islington (bot)
2020-07-03
1
-1
/
+1
*
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Steve Dower
2020-07-04
5
-49
/
+16
*
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
Miss Islington (bot)
2020-07-03
1
-0
/
+6
*
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
Miss Islington (bot)
2020-07-02
2
-3
/
+7
*
[3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...
Serhiy Storchaka
2020-07-02
22
-27
/
+31
*
3.8.3 -> 3.8.4 in macOS installer ReadMe (GH-21274)
Ned Deily
2020-07-02
1
-5
/
+3
*
bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)
Miss Islington (bot)
2020-07-01
1
-152
/
+41
*
Doc: Minor fix to init config C API documentation (GH-21198)
Miss Islington (bot)
2020-07-01
1
-2
/
+2
*
Post 3.8.4rc1
Łukasz Langa
2020-06-30
1
-1
/
+1
*
Merge tag 'v3.8.4rc1' into 3.8
Łukasz Langa
2020-06-30
67
-129
/
+648
|
\
|
*
Python 3.8.4rc1
v3.8.4rc1
Łukasz Langa
2020-06-30
67
-129
/
+648
*
|
Update FAQ release schedule and estimated users (GH-21180)
Miss Islington (bot)
2020-06-30
1
-4
/
+4
*
|
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
Miss Islington (bot)
2020-06-30
1
-0
/
+2
*
|
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
Miss Islington (bot)
2020-06-29
5
-52
/
+10
|
/
*
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21...
Miss Islington (bot)
2020-06-29
3
-2
/
+15
*
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...
Miss Islington (bot)
2020-06-29
4
-1
/
+16
[next]