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
path:
root
/
Doc
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...
Gregory P. Smith
2024-08-06
1
-3/+4
*
[3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentat...
Christopher Chianelli
2024-08-06
1
-1/+4
*
[3.12] gh-121650: Encode newlines in headers, and verify headers are sound (G...
Petr Viktorin
2024-08-06
2
-0/+25
*
[3.12] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122684)
Miss Islington (bot)
2024-08-05
1
-4/+8
*
[3.12] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-...
Miss Islington (bot)
2024-08-03
1
-1/+1
*
[3.12] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122642)
Miss Islington (bot)
2024-08-03
1
-1/+1
*
[3.12] Fix typos in docs (#122502) (#122605)
Alex Waygood
2024-08-02
1
-1/+1
*
[3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.Qu...
Miss Islington (bot)
2024-08-02
1
-3/+6
*
[3.12] gh-122300: Preserve AST nodes for format specifiers with single elemen...
Pablo Galindo Salgado
2024-07-27
1
-1/+3
*
[3.12] GH-121462: pathlib docs: improve table of corresponding os/os.path fun...
Barney Gale
2024-07-27
1
-45/+48
*
[3.12] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122329)
Miss Islington (bot)
2024-07-26
1
-0/+10
*
[3.12] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (G...
Miss Islington (bot)
2024-07-23
1
-1/+1
*
[3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...
Łukasz Langa
2024-07-22
1
-1/+8
*
[3.12] Docs: spelling and grammar fixes (GH-122084) (#122107)
Russell Keith-Magee
2024-07-22
17
-24/+24
*
[3.12] Delete stale note about mp.Lock.acquire/SIGINT (GH-120929) (GH-122079)
Miss Islington (bot)
2024-07-21
1
-11/+0
*
[3.12] gh-121977: Add tips for handling unhashable data (GH-122075) (#122077)
Miss Islington (bot)
2024-07-21
1
-0/+6
*
[3.12] Docs: Fix duplicate object description warnings (GH-122068) (#122070)
Miss Islington (bot)
2024-07-20
2
-0/+2
*
[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...
Pablo Galindo Salgado
2024-07-20
1
-3/+1
*
[3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950)
Miss Islington (bot)
2024-07-19
1
-3/+3
*
[3.12] gh-121160: Note that readline libraries using different history format...
Petr Viktorin
2024-07-19
1
-0/+4
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
23
-81/+81
*
[3.12] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-...
Miss Islington (bot)
2024-07-19
1
-0/+14
*
[3.12] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-1220...
Miss Islington (bot)
2024-07-19
1
-1/+1
*
[3.12] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-12...
Miss Islington (bot)
2024-07-18
1
-2/+2
*
[3.12] gh-121874: Define audit-event open parameters consistently (GH-121883)...
Miss Islington (bot)
2024-07-18
1
-1/+1
*
[3.12] gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.r...
Miss Islington (bot)
2024-07-16
1
-24/+24
*
[3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...
Miss Islington (bot)
2024-07-14
1
-0/+4
*
[3.12] gh-73159 Added clarifications in multiprocessing docs on that objects ...
Miss Islington (bot)
2024-07-13
1
-0/+10
*
[3.12] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121706)
Miss Islington (bot)
2024-07-13
1
-1/+1
*
[3.12] gh-96765: Update ConfigParser.read() docs with multi-file read example...
Miss Islington (bot)
2024-07-13
1
-14/+44
*
[3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH...
Hugo van Kemenade
2024-07-13
1
-1/+1
*
[3.12] gh-121333: Clarify what is the default executor for asyncio.run_in_exe...
Miss Islington (bot)
2024-07-09
1
-0/+3
*
[3.12] gh-121461: Fix os.path.normpath documentation indentation (GH-121466) ...
Miss Islington (bot)
2024-07-08
1
-1/+1
*
[3.12] Update example of str.split, bytes.split (GH-121287) (#121416)
Miss Islington (bot)
2024-07-05
1
-6/+10
*
[3.12] gh-90437: Fix __main__.py documentation wording (GH-116309) (GH-121386)
Miss Islington (bot)
2024-07-04
1
-3/+3
*
[3.12] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#1...
Miss Islington (bot)
2024-07-01
1
-1/+1
*
[3.12] GH-119054: Add alt text to pathlib inheritance diagram (GH-121158) (#1...
Miss Islington (bot)
2024-06-29
1
-0/+6
*
[3.12] GH-119054: Fix pathlib docs subtitle word order (#121167)
Barney Gale
2024-06-29
1
-1/+1
*
[3.12] GH-119054: Add "Expanding and resolving paths" section to pathlib docs...
Barney Gale
2024-06-29
1
-94/+93
*
[3.12] gh-115986 Improve pprint docs formatting (GH-117401) (GH-121099)
Miss Islington (bot)
2024-06-28
1
-91/+89
*
[3.12] gh-120661: improve example for basic type hints (GH-120934) (#120988)
Miss Islington (bot)
2024-06-25
1
-5/+6
*
[3.12] GH-119054: Add "Permissions and ownership" section to pathlib docs. (G...
Barney Gale
2024-06-24
1
-37/+40
*
[3.12] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us...
Miss Islington (bot)
2024-06-24
1
-0/+8
*
[3.12] Typing docs: normalize some indents in code examples (GH-120912) (#120...
Miss Islington (bot)
2024-06-23
1
-4/+5
*
[3.12] gh-119960: Add information about regex flags in re module functions (G...
Bénédikt Tran
2024-06-23
1
-0/+32
*
[3.12] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.12] gh-119003: Clarify slice assignments (GH-119935) (#120848)
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.12] gh-120773: document introspective attributes of an async generator obj...
Miss Islington (bot)
2024-06-21
1
-214/+227
*
[3.12] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...
Miss Islington (bot)
2024-06-20
1
-1/+1
*
[3.12] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...
Jelle Zijlstra
2024-06-20
1
-2/+33
[next]