Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.6
/
Doc
tag
390f30e9e0b20032b4c71e6a3a2694645d6a4d38
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jun 28 08:27:41 2021
object
db3ff76da19004f266b62e98a81bdfd322861436
Python 3.9.6
17b9167
[3.9] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-26500)
by Jason R. Coombs
· 4 years, 2 months ago
1acd1e6
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26928)
by Miss Islington (bot)
· 4 years, 2 months ago
5ed7827
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
by Victor Stinner
· 4 years, 2 months ago
ef89b2b
[doc] Improve punctuation atexit doc (GH-25629) (GH-26857)
by Miss Islington (bot)
· 4 years, 2 months ago
a65df3f
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
by Miss Islington (bot)
· 4 years, 2 months ago
d881002
bpo-13814: Explain why generators are not context managers (GH-26835)
by Miss Islington (bot)
· 4 years, 2 months ago
533bff4
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26805)
by Miss Islington (bot)
· 4 years, 2 months ago
686c6f3
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26761)
by Miss Islington (bot)
· 4 years, 2 months ago
c7e9571
[3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757)
by Ken Jin
· 4 years, 2 months ago
7f02195
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
by Miss Islington (bot)
· 4 years, 2 months ago
d5f8bd6
[3.9] bpo-44322: Document more SyntaxError details. (GH-26562)
by Terry Jan Reedy
· 4 years, 2 months ago
8e2c0fd
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
by Miss Islington (bot)
· 4 years, 2 months ago
ea298e1
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26539)
by Miss Islington (bot)
· 4 years, 3 months ago
9a68862
[3.9] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26481)
by Irit Katriel
· 4 years, 3 months ago
7bd1304
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
by Miss Islington (bot)
· 4 years, 3 months ago
a30cbae
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442)
by Miss Islington (bot)
· 4 years, 3 months ago
bee66d3
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26380)
by Miss Islington (bot)
· 4 years, 3 months ago
e7078ee
Point to recent link to PyFLTK (GH-26315) (GH-26367)
by Miss Islington (bot)
· 4 years, 3 months ago
8accb8c
bpo-20408: Fix memoryview() signature in docs (GH-24431)
by Miss Islington (bot)
· 4 years, 3 months ago
ab4da07
[3.9] bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317) (GH-26335)
by Miss Islington (bot)
· 4 years, 3 months ago
099e6a4
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26312)
by Miss Islington (bot)
· 4 years, 3 months ago
b21193d
[3.9] Remove duplicate words in docs. (GH-26167) (GH-26297)
by Mariusz Felisiak
· 4 years, 3 months ago
11b5045
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) (GH-26238)
by Miss Islington (bot)
· 4 years, 3 months ago
a373c80
Specify Python Cookbook edition for reference (GH-26301) (#26303)
by Miss Islington (bot)
· 4 years, 3 months ago
96c9961
bpo-43556: Fix the attr names for ast.expr and ast.stmt in the docs (GH-24940)
by Zackery Spytz
· 4 years, 3 months ago
e10bd76
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
by Miss Islington (bot)
· 4 years, 3 months ago
bcd5913
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26288)
by Miss Islington (bot)
· 4 years, 3 months ago
0593ae8
[3.9] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26276)
by Senthil Kumaran
· 4 years, 3 months ago
dc6526d
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26257)
by Miss Islington (bot)
· 4 years, 3 months ago
ab1c3d9
bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-25417)
by Miss Islington (bot)
· 4 years, 3 months ago
9a75cc6
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as coroutine methods (GH-20870) (GH-26255)
by Miss Islington (bot)
· 4 years, 3 months ago
74eb94a
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (GH-26219)
by Miss Islington (bot)
· 4 years, 3 months ago
5b5a10c
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
by Miss Islington (bot)
· 4 years, 3 months ago
db20afe
bpo-44106: Improve sqlite3 example database contents (GH-26027)
by Miss Islington (bot)
· 4 years, 3 months ago
76ed53c
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
by Miss Islington (bot)
· 4 years, 3 months ago
632b403
[3.9] bpo-42783: Documentation for asyncio.sleep(0) (GH-24002) (GH-24153)
by Ken Jin
· 4 years, 3 months ago
c17ba23
bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26213)
by Miss Islington (bot)
· 4 years, 3 months ago
2f9ebe6
[doc] Fix typo in os module (GH-24464)
by Miss Islington (bot)
· 4 years, 3 months ago
3767401
bpo-32133: Improve numbers docs (GH-26124) (GH-26147)
by Miss Islington (bot)
· 4 years, 3 months ago
fa9de0c
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
by Miss Islington (bot)
· 4 years, 3 months ago
c90642b
bpo-43729: Clarify comment in tutorial example (GH-25191) (GH-26137)
by Miss Islington (bot)
· 4 years, 3 months ago
41ed452
Subprocess Protocols Documentation (GH-20950) (GH-26134)
by Miss Islington (bot)
· 4 years, 3 months ago
9bc96c0
[doc] Fix typos in cgi.rst (GH-24766) (GH-26131)
by Miss Islington (bot)
· 4 years, 3 months ago
f3007ea
Update doc as relative import can be used with star import (GH-25667) (GH-26122)
by Miss Islington (bot)
· 4 years, 3 months ago
f38296f
Updated code example for asyncio.gather (GH-20604) (GH-26120)
by Miss Islington (bot)
· 4 years, 3 months ago
ada9cdb
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26058)
by Miss Islington (bot)
· 4 years, 3 months ago
c9049cf
bpo-10548: expectedFailure does not apply to fixtures (GH-23201) (#26045)
by Miss Islington (bot)
· 4 years, 3 months ago
390bfe0
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016) (GH-26041)
by Miss Islington (bot)
· 4 years, 3 months ago
bde14f7
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (GH-23192) (#26036)
by Miss Islington (bot)
· 4 years, 3 months ago
1d8c180
Doc: http.server: directory is not a class attribute, but an argument. (GH-26017) (GH-26030)
by Miss Islington (bot)
· 4 years, 3 months ago
4d532d3
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967) (GH-26019)
by Miss Islington (bot)
· 4 years, 3 months ago
20fcd83
bpo-32924: Fix the Show Source url in the documentation (GH-25994)
by Miss Islington (bot)
· 4 years, 3 months ago
bf309d7
Simple Enhancement. Add missing return statements in ftplib documentation. (GH-25968) (#25970)
by Miss Islington (bot)
· 4 years, 3 months ago
7424105
Fix minor grammar problems in dataclasses documentation (GH-25948) (#25959)
by Miss Islington (bot)
· 4 years, 3 months ago
1326f51
docs: clearly document that ":GH-X" string formatting results in "0X..." (GH-25941)
by Miss Islington (bot)
· 4 years, 3 months ago
8faed45
Clarify rx parameter of compileall functions (GH-25857)
by Miss Islington (bot)
· 4 years, 4 months ago
ab0a54a
[3.9] bpo-44001: improve Literal documentation (GH-25877). (#25897)
by Jelle Zijlstra
· 4 years, 4 months ago
4b90c8f
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) (#25694)
by Miss Islington (bot)
· 4 years, 4 months ago
91cb1e2
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25890)
by Miss Islington (bot)
· 4 years, 4 months ago
bb2f3ff
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
by Steve Dower
· 4 years, 4 months ago
1536342
[3.9] Doc: Fix random.uniform example comment. (GH-25784) (GH-25843)
by Miss Islington (bot)
· 4 years, 4 months ago
e60b1e1
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) (GH-25819)
by Miss Islington (bot)
· 4 years, 4 months ago
5374fbc
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-25815)
by Miss Islington (bot)
· 4 years, 4 months ago
10a62bb
Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25794)
by Miss Islington (bot)
· 4 years, 4 months ago
5c018db
Fixing doc for callback for lambda (GG-25779) (GH-25788)
by Miss Islington (bot)
· 4 years, 4 months ago
e48405a
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
by Miss Islington (bot)
· 4 years, 4 months ago
a92d738
bpo-43954: Fix a missing word in the unittest docs (GH-25672)
by Miss Islington (bot)
· 4 years, 4 months ago
3eaa6f9
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
by Miss Islington (bot)
· 4 years, 4 months ago
491fde0
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725)
by Miss Islington (bot)
· 4 years, 4 months ago
8d47f92
[doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25706)
by Miss Islington (bot)
· 4 years, 4 months ago
c4e503e
[doc] Do some polishing in IDEs section (GH-22070) (GH-25703)
by Miss Islington (bot)
· 4 years, 4 months ago
0252ce3
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) (GH-25508)
by Miss Islington (bot)
· 4 years, 4 months ago
fdb1189
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25689)
by Miss Islington (bot)
· 4 years, 4 months ago
cf9d65c
bpo-37751: Update `codecs.register()` doc. (GH-25643)
by Miss Islington (bot)
· 4 years, 4 months ago
531c810
bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096) (GH-25659)
by Miss Islington (bot)
· 4 years, 4 months ago
4a3d73d
[doc] Remove duplicated operator.itemgetter example (GH-24178) (#25646)
by Miss Islington (bot)
· 4 years, 4 months ago
c816c1c
Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25638)
by Miss Islington (bot)
· 4 years, 4 months ago
c9c1dbd
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25635)
by Miss Islington (bot)
· 4 years, 4 months ago
b348580
Doc: Fix the array.fromfile method doc (GH-22037) (GH-25630)
by Miss Islington (bot)
· 4 years, 4 months ago
d7a1a81
Update asyncio-subprocess.rst (GH-21680) (GH-25621)
by Miss Islington (bot)
· 4 years, 4 months ago
debb23f
[3.9] documentation: clarification about the function remove in os library (GH-19024) (GH-25620)
by Senthil Kumaran
· 4 years, 4 months ago
4cb9816
Fix documentation typos of argparse exit_on_error (GH-22706) (GH-25617)
by Miss Islington (bot)
· 4 years, 4 months ago
2b475dc
Fix broken links and improve stand-alone tools list in FAQ GH-25609
by Miss Islington (bot)
· 4 years, 4 months ago
7349c12
Fix id of 'Internet Message Format' RFC in email doc GH-25613
by Miss Islington (bot)
· 4 years, 4 months ago
b861ed1
Fix copy.Error casing in documentation GH-22004 (#25611)
by Miss Islington (bot)
· 4 years, 4 months ago
9b2c5b2
Remove mention of dst parameter from description of os.lstat() (GH-24704)
by Miss Islington (bot)
· 4 years, 4 months ago
ab99b6a
Fix a typo in datamodel reference document (GH-24930)
by Miss Islington (bot)
· 4 years, 4 months ago
2825f90
BaseHTTPRequestHandler, that path includes query (GH-25597)
by Miss Islington (bot)
· 4 years, 4 months ago
52e9031
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
by Miss Islington (bot)
· 4 years, 4 months ago
d4fff1f
bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
by Jason R. Coombs
· 4 years, 4 months ago
8db72cd
Add more tests. Fix code excerpt. (GH-25549) (GH-25550)
by Miss Islington (bot)
· 4 years, 4 months ago
34be484
bpo-43917: Fix pure python equivalent for classmethod (GH-25544) (GH-25546)
by Miss Islington (bot)
· 4 years, 4 months ago
87a392d
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608)
by Miss Islington (bot)
· 4 years, 4 months ago
072ec69
bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469) (GH-25472)
by Miss Islington (bot)
· 4 years, 4 months ago
cdf0287
[3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451)
by Christian Heimes
· 4 years, 4 months ago
56c76df
[3.9] bpo-43723: Revert IDLE doc change (GH-25174)
by Terry Jan Reedy
· 4 years, 4 months ago
95e4431
bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
by Miss Islington (bot)
· 4 years, 4 months ago
57873af
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
by Miss Islington (bot)
· 4 years, 4 months ago
4da5ca5
Revert "Add ignore file for the abidump check (GH-25323)" (GH-25394)
by Pablo Galindo
· 4 years, 4 months ago
de06baa
bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346)
by Miss Islington (bot)
· 4 years, 4 months ago
Next »