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
*
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Barney Gale
2024-06-23
2
-0/+30
*
Docs makefile/RTD: Use uv if installed (#120711)
Hugo van Kemenade
2024-06-23
1
-6/+19
*
Typing docs: normalize some indents in code examples (#120912)
Nyakku Shigure
2024-06-23
1
-4/+5
*
GH-120804: add docs for removal for asyncio child watchers (#120895)
Kumar Aditya
2024-06-23
7
-214/+31
*
gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (#12...
Nice Zombies
2024-06-23
1
-1/+1
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-0/+104
*
gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...
Eric Snow
2024-06-21
1
-3/+10
*
gh-119003: Clarify slice assignments (#119935)
Nice Zombies
2024-06-21
1
-1/+1
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
2
-3/+34
*
gh-120773: document introspective attributes of an async generator object in ...
blhsing
2024-06-21
1
-214/+227
*
gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (G...
Serhiy Storchaka
2024-06-20
1
-1/+1
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
2
-0/+48
*
gh-119698: fix `symtable.Class.get_methods` and document its behaviour correc...
Bénédikt Tran
2024-06-20
1
-2/+33
*
gh-118820: Zero-valued flag enum has no name (GH-118848)
Nice Zombies
2024-06-19
1
-0/+8
*
Regen ``Doc/requirements-oldest-sphinx.txt`` (#120753)
Kirill Podoprigora
2024-06-19
1
-4/+4
*
gh-120521: clarify except* documentation to allow tuples (#120523)
Danny Yang
2024-06-19
1
-9/+10
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-2/+2
*
gh-119960: Add information about regex flags in re module functions (#119978)
Awbert
2024-06-19
1
-0/+32
*
Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-...
Petr Viktorin
2024-06-19
1
-0/+1
*
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale
2024-06-19
1
-1/+10
*
gh-120496: Add a note about iterator thread-safe (gh-120685)
Donghee Na
2024-06-18
1
-0/+3
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
2
-0/+6
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
1
-0/+16
*
gh-119241: Add HOWTO for free-threaded C API extensions (#119877)
Sam Gross
2024-06-18
2
-0/+255
*
gh-120381: Fix inspect.ismethoddescriptor() (#120383)
Jan Kaliszewski
2024-06-18
1
-3/+8
*
gh-120662: Improve `smtplib` example (#120668)
Bénédikt Tran
2024-06-18
1
-12/+11
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
1
-22/+11
*
fix enum doc typo (#120091)
Saul Pwanson
2024-06-17
1
-1/+1
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
2
-0/+99
*
Update the documentation howto index page and group docs into 3 logical secti...
Carol Willing
2024-06-17
4
-5/+38
*
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...
Bénédikt Tran
2024-06-17
1
-4/+57
*
itertools doc: examples for groupby() and tee() (#120618)
Frank Dana
2024-06-17
1
-2/+2
*
gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#12...
Gregory P. Smith
2024-06-17
2
-1/+18
*
gh-118596: Add thread-safety clarifications to the SSLContext documentation (...
mm-matthias
2024-06-16
1
-0/+13
*
Docs: remove temporary hardcoded links (#120348)
Hugo van Kemenade
2024-06-16
1
-34/+1
*
gh-120572: add missing parentheses in TypeIs documentation (#120573)
Nyuan Zhang
2024-06-16
1
-2/+2
*
gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120...
Ruben Vorderman
2024-06-15
1
-3/+5
*
annotations: expand documentation on "simple" assignment targets (#120535)
Jelle Zijlstra
2024-06-15
2
-5/+12
*
gh-119824: Print stack entry when user input is needed (#119882)
Tian Gao
2024-06-14
1
-2/+8
*
gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120...
Nikita Sobolev
2024-06-14
1
-1/+1
*
GH-73991: Add `pathlib.Path.copy()` (#119058)
Barney Gale
2024-06-14
2
-2/+23
*
GH-119054: Add "Renaming and deleting" section to pathlib docs. (#120465)
Barney Gale
2024-06-13
1
-60/+64
*
gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed q...
Bénédikt Tran
2024-06-13
1
-0/+4
*
GH-119054: Add "Creating files and directories" section to pathlib docs. (#12...
Barney Gale
2024-06-13
1
-79/+86
*
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...
Serhiy Storchaka
2024-06-12
7
-9/+9
*
gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...
Bénédikt Tran
2024-06-12
2
-0/+45
*
gh-101575: document Decimal.__round__() (GH-101737)
Owain Davies
2024-06-12
1
-0/+42
*
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...
Nikita Sobolev
2024-06-12
1
-0/+4
*
Fix typo in ElementTree docs (#120342)
naglis
2024-06-11
1
-1/+1
*
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner
2024-06-10
2
-0/+18
[next]