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
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
1
-0/+20
*
Docs: Add `os.splice` flags argument (#109847)
Amin Alaee
2024-07-03
1
-1/+20
*
gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn...
AN Long
2024-07-03
1
-0/+6
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
1
-5/+0
*
gh-121196: Document `dict.fromkeys` params as pos-only (#121197)
sobolevn
2024-07-01
1
-1/+1
*
gh-120743: Soft deprecate os.popen() function (#120744)
Victor Stinner
2024-07-01
1
-1/+9
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
1
-0/+18
*
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...
Kirill Podoprigora
2024-06-30
1
-0/+2
*
gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...
Russell Keith-Magee
2024-06-30
1
-1/+9
*
GH-119054: Add alt text to pathlib inheritance diagram (#121158)
Barney Gale
2024-06-29
1
-0/+6
*
GH-119054: Add "Expanding and resolving paths" section to pathlib docs. (#120...
Barney Gale
2024-06-29
1
-101/+101
*
gh-115986 Improve pprint docs formatting (GH-117401)
Kerim Kabirov
2024-06-27
1
-91/+89
*
gh-120661: improve example for basic type hints (#120934)
Bénédikt Tran
2024-06-25
1
-5/+6
*
GH-119054: Add "Permissions and ownership" section to pathlib docs. (#120505)
Barney Gale
2024-06-24
1
-47/+51
*
gh-112169: Documented getaddrinfo/getnameinfo default loop executor usage and...
Alek Kowalczyk
2024-06-24
1
-0/+8
*
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Barney Gale
2024-06-23
1
-0/+27
*
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
3
-202/+0
*
gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (#12...
Nice Zombies
2024-06-23
1
-1/+1
*
gh-119003: Clarify slice assignments (#119935)
Nice Zombies
2024-06-21
1
-1/+1
*
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-119698: fix `symtable.Class.get_methods` and document its behaviour correc...
Bénédikt Tran
2024-06-20
1
-2/+33
*
gh-119960: Add information about regex flags in re module functions (#119978)
Awbert
2024-06-19
1
-0/+32
*
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale
2024-06-19
1
-1/+10
*
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-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
1
-1/+3
*
gh-118596: Add thread-safety clarifications to the SSLContext documentation (...
mm-matthias
2024-06-16
1
-0/+13
*
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
1
-3/+7
*
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
1
-2/+16
*
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
3
-3/+3
*
gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...
Bénédikt Tran
2024-06-12
1
-0/+34
*
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
1
-0/+11
*
gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)
Clinton
2024-06-08
1
-1/+1
*
gh-110383: Clarify "non-integral" wording in pow() docs (#119688)
Aditya Borikar
2024-06-07
1
-1/+3
[next]