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-108295: Fix crashes with TypeVar weakrefs
gentoo-3.12.0rc1_p6
Jelle Zijlstra
2023-08-26
2
-0
/
+13
*
Add back a different assert(self != NULL)
gentoo-3.12.0rc1_p5
Guido van Rossum
2023-08-26
2
-2
/
+2
*
Remove assert that should've been DEOPT_IF
Guido van Rossum
2023-08-26
2
-2
/
+2
*
[3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...
Miss Islington (bot)
2023-08-26
1
-2
/
+1
*
[3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#1...
Miss Islington (bot)
2023-08-26
1
-1000
/
+1104
*
[3.12] gh-108418: Speed up bigmem compression tests in dry mode (GH-108419) (...
Miss Islington (bot)
2023-08-26
3
-6
/
+6
*
[3.12] GH-108202: Document ``calendar`` exceptions (GH-108398) (#108467)
Miss Islington (bot)
2023-08-26
1
-0
/
+23
*
[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448)
Victor Stinner
2023-08-26
1
-3
/
+5
*
[3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#...
Miss Islington (bot)
2023-08-26
5
-16
/
+17
*
[3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)
Miss Islington (bot)
2023-08-26
19
-27
/
+117
*
[3.12] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) ...
gentoo-3.12.0rc1_p4
Miss Islington (bot)
2023-08-25
1
-121
/
+94
*
[3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (...
Miss Islington (bot)
2023-08-25
4
-0
/
+18
*
[3.12] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...
Łukasz Langa
2023-08-25
1
-31
/
+71
*
[3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)
Miss Islington (bot)
2023-08-25
2
-44
/
+39
*
[3.12] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-1...
Miss Islington (bot)
2023-08-25
1
-0
/
+4
*
[3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...
Miss Islington (bot)
2023-08-25
3
-2
/
+30
*
[3.12] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (...
Miss Islington (bot)
2023-08-25
1
-1
/
+1
*
[3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343...
Miss Islington (bot)
2023-08-25
2
-0
/
+15
*
[3.12] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...
Miss Islington (bot)
2023-08-25
1
-1
/
+5
*
[3.12] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108334)
Miss Islington (bot)
2023-08-25
1
-3
/
+0
*
[3.12] GH-92584: Remove distutils from the newtypes tutorial includes (GH-108...
Miss Islington (bot)
2023-08-25
10
-43
/
+42
*
[3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329)
Miss Islington (bot)
2023-08-25
1
-0
/
+6
*
[3.12] gh-108303: Add Lib/test/test_cppext/ sub-directory (GH-108325) (#108328)
Miss Islington (bot)
2023-08-25
4
-6
/
+8
*
[3.12] gh-106016: Add Lib/test/test_module/ directory (#108293) (#108306)
Victor Stinner
2023-08-25
6
-18
/
+19
*
[3.12] Document 3.13, 3.14 and future removals (GH-108055) (#108331)
Miss Islington (bot)
2023-08-25
1
-0
/
+13
*
[3.12] gh-105857: Document that asyncio subprocess std{in,out,err} can be fil...
Miss Islington (bot)
2023-08-25
1
-0
/
+1
*
[3.12] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...
Łukasz Langa
2023-08-25
3
-1
/
+248
*
[3.12] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-10826...
Miss Islington (bot)
2023-08-25
1
-0
/
+4
*
[3.12] Docs: align the param spec of sqlite3.Connection methods with the impl...
Miss Islington (bot)
2023-08-25
1
-2
/
+2
*
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...
Miss Islington (bot)
2023-08-25
21
-74
/
+85
*
[3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283)
Miss Islington (bot)
2023-08-25
1
-1
/
+1
*
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...
Miss Islington (bot)
2023-08-25
3
-1
/
+16
*
[3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#...
Miss Islington (bot)
2023-08-25
5
-1063
/
+542
*
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...
Erlend E. Aasland
2023-08-25
3
-5
/
+55
*
[3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when th...
Miss Islington (bot)
2023-08-25
3
-0
/
+22
*
[3.12] Fix test_generators: save/restore warnings filters (GH-108246) (#108249)
Miss Islington (bot)
2023-08-25
1
-2
/
+2
*
[3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234)
Serhiy Storchaka
2023-08-25
2
-15
/
+57
*
[3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231)
Miss Islington (bot)
2023-08-25
1
-1
/
+1
*
[3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...
Miss Islington (bot)
2023-08-25
4
-51
/
+51
*
[3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)
Miss Islington (bot)
2023-08-25
1
-1
/
+1
*
[3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237)
T. Wouters
2023-08-25
1
-3
/
+3
*
[3.12] gh-107905: Test raising `__value__` for `TypeAliasType` (GH-107997) (#...
Miss Islington (bot)
2023-08-25
1
-0
/
+18
*
[3.12] Run sphinx-lint on Misc/NEWS.d/next/ (GH-108212) (#108213)
Hugo van Kemenade
2023-08-25
1
-1
/
+1
*
[3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...
Miss Islington (bot)
2023-08-25
4
-9
/
+156
*
[3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107...
Miss Islington (bot)
2023-08-25
3
-1
/
+19
*
[3.12] gh-107916: Save the error code before decoding the filename in PyErr_S...
Miss Islington (bot)
2023-08-25
2
-0
/
+12
*
[3.12] gh-105736: Sync pure python version of OrderedDict with the C version ...
Miss Islington (bot)
2023-08-25
3
-7
/
+23
*
[3.12] Improve references in the tutorial (GH-108069) (#108203)
Miss Islington (bot)
2023-08-25
6
-49
/
+48
*
[3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "dev...
Miss Islington (bot)
2023-08-25
1
-1
/
+4
*
[3.12] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-10814...
Miss Islington (bot)
2023-08-25
1
-0
/
+8
[next]