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
...
*
Minor change on threading.Thread.native_id documentation. (GH-18129)
Antoine
2020-06-12
1
-5/+4
*
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney
2020-06-12
1
-0/+12
*
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
Victor Stinner
2020-06-11
1
-9/+0
*
bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
Hai Shi
2020-06-11
1
-93/+102
*
bpo-40275: Add import_helper submodule in test.support (GH-20794)
Hai Shi
2020-06-10
1
-103/+116
*
bpo-40895: Update weakref documentation to remove old warnings (GH-20687)
Daniel Fortunov
2020-06-10
1
-16/+0
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
1
-0/+2
*
bpo-40275: Add os_helper submodule in test.support (GH-20765)
Hai Shi
2020-06-10
1
-172/+184
*
bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
Éric Araujo
2020-06-10
1
-0/+3
*
Remove reference to 3.7 and 3.8 backports. (GH-20754)
Stefan Krah
2020-06-09
1
-1/+0
*
bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
Shantanu
2020-06-08
1
-2/+11
*
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
Lysandros Nikolaou
2020-06-08
1
-3/+47
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
Jason R. Coombs
2020-06-05
1
-3/+11
*
Fix spacing in docs for tarfile (GH-20629)
Harsha Laxman
2020-06-04
1
-1/+1
*
bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
Huon Wilson
2020-06-01
1
-1/+1
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Pablo Galindo
2020-05-31
3
-195/+211
*
bpo-40759: Deprecate the symbol module (GH-20364)
Batuhan Taskaya
2020-05-31
1
-0/+5
*
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger
2020-05-31
1
-41/+13
*
Fix asyncio.to_thread() documented return type (GH-20547)
Kyle Stanley
2020-05-31
1
-2/+1
*
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Samuel Gaist
2020-05-30
1
-5/+6
*
bpo-29882: Add an efficient popcount method for integers (#771)
Niklas Fiekas
2020-05-29
1
-0/+21
*
Indicate that abs() method accept argument that implement __abs__(), just lik...
Windson yang
2020-05-29
1
-3/+2
*
Note the output ordering of combinatoric functions (GH-19732)
Ruaridh Williamson
2020-05-28
1
-9/+9
*
bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-2...
Ramil Nugmanov
2020-05-28
1
-0/+3
*
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
Michał Górny
2020-05-28
1
-3/+4
*
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
Raymond Hettinger
2020-05-28
1
-0/+41
*
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
Hai Shi
2020-05-28
1
-5/+0
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-0/+4
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-67/+78
*
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
YoSTEALTH
2020-05-27
1
-4/+19
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
1
-0/+5
*
bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
Ethan Steinberg
2020-05-26
1
-1/+21
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Zackery Spytz
2020-05-26
1
-4/+2
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
1
-1/+1
*
bpo-40745: Fix typos in NewType docs (GH-20379)
ziheng
2020-05-26
1
-2/+2
*
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...
sth
2020-05-26
1
-8/+8
*
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...
Rotuna
2020-05-25
1
-1/+3
*
bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...
Jakub Stasiak
2020-05-25
1
-3/+3
*
bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)
Albert
2020-05-24
1
-13/+0
*
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
Bar Harel
2020-05-23
1
-5/+5
*
bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135)
Shantanu
2020-05-23
1
-1/+5
*
[doc] Add missing space in urllib.request.rst (GH-19860)
Sardorbek Imomaliev
2020-05-23
1
-1/+1
*
Cosmetic smtplib changes (GH-8718)
Ville Skyttä
2020-05-23
1
-3/+4
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
1
-0/+59
*
Reword aware/naive introduction sentence (GH-20175)
Mathieu Dupuy
2020-05-21
1
-1/+2
*
Improve output summary in the examples and recipes section (GH-20285)
Raymond Hettinger
2020-05-21
1
-3/+3
*
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
Kyle Stanley
2020-05-21
1
-1/+5
*
Fix typo in multiprocessing documentation (GH-20016)
Joe DeCapo
2020-05-19
1
-1/+1
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley
2020-05-19
2
-0/+59
*
Fix code-block in zoneinfo (GH-20201)
Anthony Sottile
2020-05-19
1
-2/+2
[prev]
[next]