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-45433: Do not link libpython against libcrypt
gentoo-3.9.8
Mike Gilbert
2021-11-06
1
-0
/
+3
*
Fix dictionary iteration error in _ExecutorManagerThread
Jakub Kulik
2021-11-06
1
-1
/
+1
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-11-06
6
-17
/
+76
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2021-11-06
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2021-11-06
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2021-11-06
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2021-11-06
1
-1
/
+1
*
Install shared libs in LIBDEST
Mike Gilbert
2021-11-06
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2021-11-06
2
-10
/
+10
*
Disable nis
Mike Gilbert
2021-11-06
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2021-11-06
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2021-11-06
1
-0
/
+5
*
Override libdir
Mike Gilbert
2021-11-06
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2021-11-06
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2021-11-06
4
-14
/
+4
*
Python 3.9.8
v3.9.8
Łukasz Langa
2021-11-05
78
-180
/
+783
*
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...
Miss Islington (bot)
2021-11-05
2
-22
/
+28
*
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) ...
Miss Islington (bot)
2021-11-05
1
-1
/
+4
*
bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-294...
Miss Islington (bot)
2021-11-05
1
-46
/
+20
*
[3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recu...
Łukasz Langa
2021-11-04
2
-12
/
+18
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
Miss Islington (bot)
2021-11-04
3
-6
/
+45
*
[3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...
Alex Waygood
2021-11-04
3
-2
/
+150
*
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (G...
Miss Islington (bot)
2021-11-04
2
-2
/
+11
*
bpo-45220: Remove invalid include from resource definition files on Windows (...
Miss Islington (bot)
2021-11-04
7
-9
/
+0
*
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
Miss Islington (bot)
2021-11-04
1
-4
/
+3
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Miss Islington (bot)
2021-11-03
2
-4
/
+7
*
[3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)
Łukasz Langa
2021-11-03
2
-0
/
+42
*
bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365)
Miss Islington (bot)
2021-11-03
1
-1
/
+1
*
[3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)
Serhiy Storchaka
2021-11-03
3
-6
/
+9
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Miss Islington (bot)
2021-11-02
3
-1
/
+11
*
[doc] Link to section File input (GH-28941) (GH-29376)
Miss Islington (bot)
2021-11-02
1
-1
/
+1
*
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...
Miss Islington (bot)
2021-11-02
1
-1
/
+1
*
bpo-44828: Avoid leaving a zombie Save panel. (GH-29371)
Ned Deily
2021-11-02
1
-1
/
+2
*
makefile: remove unused SGI_ABI variable (GH-29325) (GH-29370)
Miss Islington (bot)
2021-11-02
1
-1
/
+0
*
[3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353)...
Miss Islington (bot)
2021-11-02
5
-7
/
+86
*
[3.9] Move field width to the right field (GH-29344) (GH-29350)
Miss Islington (bot)
2021-10-31
1
-2
/
+2
*
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
Miss Islington (bot)
2021-10-31
2
-0
/
+42
*
[3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals m...
Łukasz Langa
2021-10-29
2
-0
/
+6
*
bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...
Miss Islington (bot)
2021-10-29
1
-7
/
+8
*
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...
Miss Islington (bot)
2021-10-29
1
-0
/
+6
*
[3.9] bpo-45628: Check all parts of the suffix for an extension match. (GH-29...
Miss Islington (bot)
2021-10-29
1
-2
/
+7
*
[3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306)
Serhiy Storchaka
2021-10-29
1
-72
/
+55
*
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295)
Miss Islington (bot)
2021-10-29
2
-44
/
+54
*
[3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)
Alex Waygood
2021-10-28
2
-6
/
+34
*
bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-2...
Miss Islington (bot)
2021-10-28
1
-4
/
+13
*
bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289)
Miss Islington (bot)
2021-10-28
1
-0
/
+34
*
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286)
Miss Islington (bot)
2021-10-28
1
-2
/
+2
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Miss Islington (bot)
2021-10-28
2
-1
/
+3
*
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...
Miss Islington (bot)
2021-10-28
1
-0
/
+46
*
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-292...
Miss Islington (bot)
2021-10-28
3
-9
/
+33
[next]