index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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-08-31
4
-56/+260
*
[3.12] gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and ...
Miss Islington (bot)
2023-08-31
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-28
2
-61/+50
*
[3.12] gh-108550: Speed up sqlite3 tests (GH-108551) (#108566)
Miss Islington (bot)
2023-08-28
4
-101/+74
*
[3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#1...
Erlend E. Aasland
2023-08-28
3
-7/+35
*
[3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)
Miss Islington (bot)
2023-08-28
1
-1/+1
*
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
Erlend E. Aasland
2023-08-27
3
-4/+21
*
[3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)
Miss Islington (bot)
2023-08-27
3
-11/+14
*
[3.12] gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108...
Erlend E. Aasland
2023-08-27
1
-1/+1
*
[3.12] Fix grammatical error in stringprep documentation (GH-108414) (#108537)
Miss Islington (bot)
2023-08-27
1
-1/+1
*
[3.12] Clarify distinction between datetime module and class in deprecation m...
Miss Islington (bot)
2023-08-27
1
-4/+4
*
[3.12] gh-105052:update timeit function's description (GH-105060) (#108534)
Miss Islington (bot)
2023-08-27
3
-8/+17
*
[3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSU...
Miss Islington (bot)
2023-08-27
1
-0/+28
*
[3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)
Miss Islington (bot)
2023-08-27
3
-0/+14
*
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...
Miss Islington (bot)
2023-08-26
17
-75/+129
*
[3.12] gh-108487: Change assert that should've been DEOPT_IF (#108509)
Guido van Rossum
2023-08-26
3
-2/+3
*
[3.12] gh-102211: Document `re.{Pattern,Match}`’s existence (GH-102212) (#1...
Miss Islington (bot)
2023-08-26
1
-30/+37
*
[3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)
Victor Stinner
2023-08-26
14
-1677/+1847
*
[3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...
Miss Islington (bot)
2023-08-25
1
-2/+1
*
[3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#1...
Miss Islington (bot)
2023-08-25
1
-1000/+1104
*
[3.12] gh-108418: Speed up bigmem compression tests in dry mode (GH-108419) (...
Miss Islington (bot)
2023-08-25
3
-6/+6
*
[3.12] GH-108202: Document ``calendar`` exceptions (GH-108398) (#108467)
Miss Islington (bot)
2023-08-25
1
-0/+23
*
[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448)
Victor Stinner
2023-08-25
1
-3/+5
*
[3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#...
Miss Islington (bot)
2023-08-25
5
-16/+17
*
[3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)
Miss Islington (bot)
2023-08-25
19
-27/+117
*
[3.12] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) ...
Miss Islington (bot)
2023-08-24
1
-121/+94
*
[3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (...
Miss Islington (bot)
2023-08-24
4
-0/+18
*
[3.12] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...
Łukasz Langa
2023-08-24
1
-31/+71
*
[3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)
Miss Islington (bot)
2023-08-24
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-23
1
-0/+4
*
[3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...
Miss Islington (bot)
2023-08-23
3
-2/+30
*
[3.12] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (...
Miss Islington (bot)
2023-08-23
1
-1/+1
*
[3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343...
Miss Islington (bot)
2023-08-23
2
-0/+15
*
[3.12] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...
Miss Islington (bot)
2023-08-23
1
-1/+5
*
[3.12] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108334)
Miss Islington (bot)
2023-08-23
1
-3/+0
[prev]
[next]