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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.0rc2
v3.12.0rc2
Thomas Wouters
2023-09-05
52
-1076
/
+1499
*
[3.12] gh-108469: Update ast.unparse for unescaped quote support from PEP701 ...
Miss Islington (bot)
2023-09-05
4
-28
/
+31
*
[3.12] gh-108927: Fix test_import + test_importlib + test_unittest problem (G...
Miss Islington (bot)
2023-09-05
1
-2
/
+3
*
[3.12] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) (#10...
Miss Islington (bot)
2023-09-05
3
-4
/
+5
*
[3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107...
Miss Islington (bot)
2023-09-05
4
-0
/
+323
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
8
-2966
/
+3066
*
[3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#1...
Serhiy Storchaka
2023-09-05
3
-9
/
+10
*
[3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)
Miss Islington (bot)
2023-09-05
1
-3
/
+7
*
[3.12] bpo-45229: Make ElementTree tests discoverable (GH-108859) (#108873)
Serhiy Storchaka
2023-09-05
2
-62
/
+35
*
[3.12] CI: Bump GitHub Actions (GH-108879) (#108889)
Miss Islington (bot)
2023-09-05
6
-17
/
+17
*
[3.12] gh-89392: Remove test_main() in test_netrc (GH-108860) (#108872)
Serhiy Storchaka
2023-09-04
1
-4
/
+2
*
[3.12] Disable `differing_test_runners` health check (GH-108886) (#108887)
Miss Islington (bot)
2023-09-04
3
-2
/
+9
*
[3.12] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (#108871)
Serhiy Storchaka
2023-09-04
1
-5
/
+8
*
[3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193)
Miss Islington (bot)
2023-09-04
2
-6
/
+6
*
[3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-...
Łukasz Langa
2023-09-04
2
-56
/
+0
*
[3.12] Reorder some test's decorators (GH-108804) (#108844)
Miss Islington (bot)
2023-09-04
2
-4
/
+4
*
[3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-10883...
Miss Islington (bot)
2023-09-04
1
-12
/
+23
*
[3.12] gh-108822: regrtest computes statistics (#108793) (#108833)
Victor Stinner
2023-09-04
10
-308
/
+511
*
[3.12] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...
Miss Islington (bot)
2023-09-03
32
-5
/
+57
*
[3.12] gh-63760: Don't declare gethostname() on Solaris (#108817) (#108824)
Victor Stinner
2023-09-02
2
-5
/
+3
*
[3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...
Nikita Sobolev
2023-09-02
2
-7
/
+7
*
[3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108807)
Miss Islington (bot)
2023-09-02
2
-22
/
+30
*
[3.12] gh-106392: Fix inconsistency in deprecation warnings (GH-106436) (#108...
Miss Islington (bot)
2023-09-02
1
-2
/
+2
*
[3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) ...
Miss Islington (bot)
2023-09-02
1
-0
/
+4
*
[3.12] Improve some C API documentation (GH-108768) (#108785)
Serhiy Storchaka
2023-09-02
3
-44
/
+43
*
[3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)
Miss Islington (bot)
2023-09-02
7
-94
/
+49
*
[3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...
Hugo van Kemenade
2023-09-02
2
-5
/
+4
*
[3.12] Make test_fcntl quiet (GH-108758) (#108760)
Miss Islington (bot)
2023-09-01
1
-31
/
+32
*
[3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...
Miss Islington (bot)
2023-09-01
2
-2
/
+1
*
[3.12] gh-107805: Fix signatures of module-level generated functions in `turt...
Miss Islington (bot)
2023-09-01
3
-19
/
+45
*
[3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)
Miss Islington (bot)
2023-09-01
1
-2
/
+2
*
[3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...
Miss Islington (bot)
2023-09-01
4
-56
/
+260
*
[3.12] gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and ...
Miss Islington (bot)
2023-09-01
1
-2
/
+3
*
[3.12] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108707)
Miss Islington (bot)
2023-08-31
2
-9
/
+8
*
[3.12] gh-108654: restore comprehension locals before handling exception (GH-...
Miss Islington (bot)
2023-08-31
3
-14
/
+90
*
[3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...
Miss Islington (bot)
2023-08-30
3
-3
/
+34
*
[3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#1...
Miss Islington (bot)
2023-08-30
2
-5
/
+11
*
[3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)
Miss Islington (bot)
2023-08-30
1
-1
/
+1
*
[3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDuratio...
Miss Islington (bot)
2023-08-30
1
-1
/
+1
*
[3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661)
Miss Islington (bot)
2023-08-30
1
-1
/
+2
*
[3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...
Erlend E. Aasland
2023-08-29
3
-14
/
+23
*
[3.12] gh-108617: Extend interactive session tests for sqlite3 (GH-108556) (#...
Miss Islington (bot)
2023-08-29
1
-6
/
+32
*
[3.12] gh-108558: Improve sqlite3 row factory tests (GH-108578) (#108615)
Miss Islington (bot)
2023-08-29
1
-14
/
+11
*
[3.12] gh-108550: Fix sqlite3 CLI regression from gh-108551 (GH-108618) (#108...
Miss Islington (bot)
2023-08-29
1
-1
/
+1
*
[3.12] GH-106176, GH-104702: Fix reference leak when importing across multipl...
Miss Islington (bot)
2023-08-29
2
-12
/
+107
*
[3.12] Fix misc doc typos (GH-108592) (#108594)
Miss Islington (bot)
2023-08-29
8
-9
/
+9
*
[3.12] GH-108202: Combine documentation of ``calendar`` constants (GH-108492)...
Adam Turner
2023-08-29
2
-61
/
+50
*
[3.12] gh-108550: Speed up sqlite3 tests (GH-108551) (#108566)
Miss Islington (bot)
2023-08-29
4
-101
/
+74
*
[3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#1...
Erlend E. Aasland
2023-08-29
3
-7
/
+35
*
[3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)
Miss Islington (bot)
2023-08-29
1
-1
/
+1
[next]