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
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Volker-Weissmann
2020-07-20
1
-2/+4
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Vinay Sharma
2020-07-20
1
-0/+8
*
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-07-19
1
-0/+3
*
bpo-41325: Add version note for args and kwargs property in call object (GH-2...
Jordan Speicher
2020-07-18
1
-0/+3
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+10
*
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Christopher Yeh
2020-07-16
1
-15/+15
*
bpo-32192: A basic lazy importer example (GH-21330)
Joannah Nanjekye
2020-07-13
1
-0/+23
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Nima Dini
2020-07-11
1
-1/+1
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
marload
2020-07-10
1
-1/+1
*
bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)
Joannah Nanjekye
2020-07-10
1
-0/+1
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
1
-42/+48
*
Remove trailing >>> in enum docs (GH-21358)
E-Paine
2020-07-09
1
-1/+0
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
marload
2020-07-09
1
-1/+1
*
Doc: Builtins functions: faster jump table (GH-21376)
Julien Palard
2020-07-09
1
-18/+32
*
bpo-41224: Document is_annotated() in symtable module and update doc strings ...
Joannah Nanjekye
2020-07-07
1
-0/+4
*
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
Zackery Spytz
2020-07-04
1
-1/+1
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
1
-25/+0
*
bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)
Kit Choi
2020-07-01
1
-0/+21
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
1
-0/+12
*
bpo-38870: Extend subject of ast.unparse warnings (GH-21053)
Batuhan Taskaya
2020-06-28
1
-1/+6
*
Add soft keywords to the documentation (GH-21185)
Pablo Galindo
2020-06-27
1
-0/+16
*
Fix typo in functions.rst (GH-21131)
Ram Rachum
2020-06-25
1
-1/+1
*
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
Arisaka97
2020-06-24
1
-0/+1
*
bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...
Gareth Rees
2020-06-24
1
-4/+5
*
Improve asyncio.loop.call_soon() documentation (GH-20883)
Roger Iyengar
2020-06-23
2
-3/+3
*
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...
Vincent Férotin
2020-06-20
1
-0/+14
*
bpo-40636: Documentation for zip-strict (#20961)
Ram Rachum
2020-06-19
1
-44/+84
*
bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
Serhiy Storchaka
2020-06-18
1
-2/+14
*
bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)
Bar Harel
2020-06-18
1
-1/+9
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
1
-0/+8
*
bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)
Zackery Spytz
2020-06-13
1
-1/+1
*
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
[next]