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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] docs: puremagic.what() as replacement for imghdr.what() (GH-120871) (#...
Miss Islington (bot)
2024-06-24
1
-0/+3
*
[3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us...
Miss Islington (bot)
2024-06-24
1
-0/+8
*
[3.13] Docs makefile/RTD: Use uv if installed (GH-120711) (#120922)
Miss Islington (bot)
2024-06-23
1
-6/+19
*
[3.13] Typing docs: normalize some indents in code examples (GH-120912) (#120...
Miss Islington (bot)
2024-06-23
1
-4/+5
*
[3.13] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross
2024-06-21
1
-0/+104
*
[3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...
Miss Islington (bot)
2024-06-21
1
-3/+10
*
[3.13] gh-120773: document introspective attributes of an async generator obj...
Miss Islington (bot)
2024-06-21
1
-214/+227
*
[3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...
Miss Islington (bot)
2024-06-20
1
-1/+1
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
2
-0/+48
*
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...
Mark Shannon
2024-06-20
1
-2/+2
*
[3.13] Update the documentation howto index page and group docs into 3 logica...
Miss Islington (bot)
2024-06-20
4
-5/+39
*
[3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...
Jelle Zijlstra
2024-06-20
1
-2/+33
*
[3.13] gh-118820: Zero-valued flag enum has no name (GH-118848) (GH-120759)
Miss Islington (bot)
2024-06-19
1
-0/+8
*
[3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-120753) (#120757)
Miss Islington (bot)
2024-06-19
1
-4/+4
*
[3.13] gh-120521: clarify except* documentation to allow tuples (GH-120523) (...
Miss Islington (bot)
2024-06-19
1
-9/+10
*
[3.13] gh-119960: Add information about regex flags in re module functions (G...
Miss Islington (bot)
2024-06-19
1
-0/+32
*
[3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)
Miss Islington (bot)
2024-06-19
1
-3/+8
*
[3.13] gh-120496: Add a note about iterator thread-safe (gh-120685) (#120706)
Miss Islington (bot)
2024-06-19
1
-0/+3
*
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...
Miss Islington (bot)
2024-06-18
1
-0/+16
*
[3.13] gh-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#...
Miss Islington (bot)
2024-06-18
2
-0/+255
*
[3.13] gh-120662: Improve `smtplib` example (GH-120668) (#120681)
Miss Islington (bot)
2024-06-18
1
-12/+11
*
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...
Jelle Zijlstra
2024-06-17
1
-4/+57
*
[3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3....
Miss Islington (bot)
2024-06-17
2
-1/+18
*
[3.13] gh-118596: Add thread-safety clarifications to the SSLContext document...
Miss Islington (bot)
2024-06-16
1
-0/+13
*
[3.13] Docs: remove temporary hardcoded links (GH-120348) (#120587)
Miss Islington (bot)
2024-06-16
1
-34/+1
*
[3.13] gh-120572: add missing parentheses in TypeIs documentation (GH-120573)...
Miss Islington (bot)
2024-06-16
1
-2/+2
*
[3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. ...
Miss Islington (bot)
2024-06-15
1
-3/+5
*
[3.13] annotations: expand documentation on "simple" assignment targets (GH-1...
Miss Islington (bot)
2024-06-15
2
-5/+12
*
[3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` ...
Miss Islington (bot)
2024-06-14
1
-1/+1
*
[3.13] GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-12...
Miss Islington (bot)
2024-06-13
1
-60/+64
*
[3.13] GH-119054: Add "Creating files and directories" section to pathlib doc...
Miss Islington (bot)
2024-06-13
1
-79/+86
*
[3.13] gh-101575: document Decimal.__round__() (GH-101737) (GH-120394)
Miss Islington (bot)
2024-06-13
1
-0/+42
*
[3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...
Miss Islington (bot)
2024-06-12
7
-9/+9
*
[3.13] gh-120128: fix description of argument to ipaddress.collapse_addresses...
Miss Islington (bot)
2024-06-12
1
-1/+1
*
[3.13] Fix typo in ElementTree docs (GH-120342) (#120357)
Miss Islington (bot)
2024-06-11
1
-1/+1
*
[3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-12...
Miss Islington (bot)
2024-06-08
1
-1/+1
*
[3.13] gh-110383: Improve 'old string formatting' text in tutorial (GH-120219...
Miss Islington (bot)
2024-06-07
1
-3/+5
*
[3.13] gh-110383: Clarify "non-integral" wording in pow() docs (GH-119688) (#...
Miss Islington (bot)
2024-06-07
1
-1/+3
*
[3.13] Add Plausible for docs metrics (GH-119977) (#120193)
Miss Islington (bot)
2024-06-07
2
-1/+5
*
[3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...
Miss Islington (bot)
2024-06-07
3
-10/+14
*
[3.13] GH-119054: Add "Reading directories" section to pathlib docs (GH-11995...
Barney Gale
2024-06-07
1
-96/+103
*
[3.13] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...
Miss Islington (bot)
2024-06-05
2
-2/+5
*
[3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...
Miss Islington (bot)
2024-06-05
1
-1/+1
*
[3.13] gh-114616: Improve docs regarding changes to caches representation in ...
Miss Islington (bot)
2024-06-04
2
-3/+11
*
[3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052)
Miss Islington (bot)
2024-06-04
1
-1/+1
*
[3.13] gh-119588: Update docs to reflect decision to include the change with ...
Miss Islington (bot)
2024-06-04
1
-2/+2
*
[3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...
Miss Islington (bot)
2024-06-04
1
-0/+9
*
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
Miss Islington (bot)
2024-06-04
1
-0/+6
[next]