This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

ID Activity Title Status Creator
normal
40838 24 months ago inspect.getsourcefile documentation doesn't mention it can return None has PR open pekka.klarck
40576 24 months ago Align docs for list.sort, sorted, and on the website has PR open sxlijin
40434 24 months ago Update of reasoning why there is no case statement has PR open amaajemyfren
40376 24 months ago documentation for os.getgrouplist potentially misleading has PR open woodfighter
40372 24 months ago doctest example programs should exit 1 if any test fails has PR open AndiDog
40344 24 months ago Programming FAQ about "What is the most efficient way to concatenate many strings together?" -- Improving the example open Dominik V.
40283 24 months ago Documentation of turtle.circle() has PR open guchao
40254 24 months ago pyspecific directives are not translatable has PR open cocoatomo
40127 24 months ago Documentation of SSL library has PR open Christophe Nanteuil
40090 24 months ago The referenced RFC for the json module should be corrected to rfc8259 has PR open amaajemyfren
40057 24 months ago Missing mention of some class attributes in socketserver documentation has PR open overmighty
39990 24 months ago help should evaluate forward reference has PR open McSinyx
39971 24 months ago [doc] Error in functional how-to example has PR open dxflores
39759 24 months ago os.getenv documentation is misleading has PR open remi.lapeyre
39712 24 months ago Doc for `-X dev` option should mention PYTHONDEVMODE has patch has PR open pitrou
39671 24 months ago Mention in docs that asyncio.FIRST_COMPLETED does not guarantee the completion of no more than one task has PR open tom.pohl
39616 24 months ago SSLContext.check_hostname description is inaccurate wrt match_hostname has PR open scop
39584 24 months ago multiprocessing.shared_memory: MacOS crashes by running attached Python code has PR open vinay0410
39574 24 months ago str.__doc__ is misleading has PR open kcirtsew
39560 24 months ago PyUnicode_FromKindAndData kind transformation is not documented has PR open smola
39334 24 months ago python specific index directives in our doc has been deprecated 10 years ago has PR open mdk
39278 24 months ago add docstrings to functions in pdb module has PR open carlbordum
39267 24 months ago Fix dict's __missing__ documentation has PR open bar.harel
39229 24 months ago library/functions.rst causes translated builds to fail has PR open rffontenelle
39224 24 months ago HTTPConnection.timeout None support has PR open Daniel Farley
39199 24 months ago Improve the AST documentation has PR open pablogsal
38975 24 months ago Add direct anchors to regex syntax documentation has PR open bmispelon
38668 24 months ago Update os.path documentation regarding recommended types has PR open lazka
38221 24 months ago Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server has patch open fmouse
38157 24 months ago Add a recipe in unittest.mock examples about mock_open per file has PR open xtreak
38056 24 months ago Overhaul Error Handlers section in codecs documentation has patch has PR open malin
37970 24 months ago urllib.parse docstrings incomplete has PR open zach.ware
37860 24 months ago Add deploy preview for docs has PR open epicfaace
37438 24 months ago ConfigParser.set() docs should mention allow_no_value has PR open ncoghlan
37187 24 months ago CField.size from the ctypes module does not behave as documented on bitfields has PR open Eric Wieser
37052 24 months ago Add examples for mocking async for and async context manager in unittest.mock docs has PR open xtreak
36927 24 months ago traceback docstrings should explicitly state return values instead of referring to other functions has PR open Aaron Hall
36896 24 months ago clarify in types.rst that FunctionTypes & co constructors don't have stable signature has PR open mbussonn
36853 24 months ago inconsistencies in docs builds (Sphinx 2) has PR open jaraco
36754 24 months ago Remove smart quotes in pydoc text has PR open steve.dower
36675 24 months ago Doctest directives and comments missing from code samples has patch has PR open steven.daprano
36612 24 months ago Unittest document is not clear on SetUpClass calls has PR open vrpolakatcisco
36364 24 months ago errors in multiprocessing.shared_memory examples has patch has PR open pierreglaser
36345 24 months ago Doc: make serve uses http.server instead of Tools/scripts/server.py has PR open matrixise
36329 24 months ago use the right python "make -C Doc/ serve" has PR open matrixise
36203 24 months ago PyWeakref_NewRef docs are misleading has PR open tekknolagi
36138 24 months ago Improve documentation about converting datetime.timedelta to scalars has PR open p-ganssle
35784 24 months ago document that hashlib.new takes kwargs has PR open joernheissler
35533 24 months ago argparse standard error usage for exit / error has PR open philiprowlands
35514 24 months ago Docs on reference count detail. enhancement. has PR open bombs-kim
35181 24 months ago Doc: Namespace Packages: Inconsistent documentation of __loader__ being None has PR open mdk
35105 24 months ago Document that CPython accepts "invalid" identifiers has PR open vstinner
35026 24 months ago Winreg's documentation lacks mentioning required permission at some points has PR open georgefischhof
34831 24 months ago Asyncio Tutorial has PR open cjrh
34753 24 months ago Use coroutine object or coroutine function instead of coroutine has PR open Windson Yang
34701 24 months ago Asyncio documentation for recursive coroutines is lacking has patch has PR open azaria.zornberg
34526 24 months ago Path.relative_to() taking multiple arguments could be better documented has PR open Antony.Lee
34431 24 months ago Docs does not eval allows code object as argument has PR open jfine2358
34249 24 months ago Full set of format codes applies to strftime only has PR open v kats
34206 24 months ago Move and clarify Py_Main documentation has PR open ncoghlan
34154 24 months ago Tkinter __init__ documentations sometimes missing valid keyword values has PR open Creation Elemental
34118 24 months ago Fix some class entries in 'Built-in Functions' has PR open terry.reedy
33816 24 months ago New metaclass example for Data Model topic has PR open adelfino
33601 24 months ago [doc] Py_UTF8Mode is not documented has patch has PR open serhiy.storchaka
33515 24 months ago subprocess.Popen on a Windows batch file always acts as if shell=True has PR open abigail
33426 24 months ago [doc] Behavior of os.path.join does not match documentation has PR open Michael Klatt
33333 24 months ago ConfigParser.items returns items present in `DEFAULTSECT` when section argument given. has PR open chrBrd
32843 24 months ago More revisions to test.support docs has PR open cheryl.sabella
32821 24 months ago Add snippet on how to configure a "split" stream for console has PR open mariocj89
32658 24 months ago Metacharacter (\) documentation suggestion has PR open kdraeder
32625 24 months ago Update the dis module documentation to reflect switch to wordcode has PR open belopolsky
32523 24 months ago inconsistent spacing in changelog.html has PR open ned.deily
32353 24 months ago Add docs about Embedding with an frozen module limitation. has PR open Decorater
32017 24 months ago profile.Profile() has no method enable() has PR open pitrou
31739 24 months ago socket.close recommended but not demonstrated in same-page example code has PR open Nathaniel Manista
31582 24 months ago Add _pth breadcrumb to sys.path documentation has PR open Traveler Hauptman
30718 24 months ago [doc] open builtin function: specifying the size of buffer has no effect for text files has PR open direprobs
30588 24 months ago Missing documentation for codecs.escape_decode has PR open mdartiailh
30535 24 months ago [doc] Explicitly note that meta_path is not empty has PR open xmorel
29947 24 months ago In SocketServer, why not passing a factory instance for the RequestHandlerClass instead of the class itself? has patch has PR open dominic108
29688 24 months ago Add support for Path.absolute() has PR open Jim Fasarakis-Hilliard
29394 24 months ago Cannot tunnel TLS connection through TLS connection has PR open Maximilian Blochberger
29247 24 months ago Document return value of epoll.poll has patch has PR open njs
28805 24 months ago Add documentation for METH_FASTCALL and _PyObject_FastCall*() has PR open skrah
28612 24 months ago str.translate needs a mapping example has patch open Jim.Jewett
28542 24 months ago document cross compilation has patch open xdegaye
28445 24 months ago Wrong documentation for GzipFile.peek has PR open abacabadabacaba
28356 24 months ago [easy doc] Document os.rename() behavior on Windows when src and dst are on different filesystems has patch has PR open stephan
28234 24 months ago In xml.etree.ElementTree docs there are many absent Element class links has patch has PR open py.user
27992 24 months ago Clarify %(prog)s in argparse help formatter returns basename of sys.argv[0] by default has patch has PR open py.user
27583 24 months ago [doc ] configparser: modifying default_section at runtime has patch has PR open rk
27544 24 months ago Document the ABCs for instance/subclass checks of dict view types has patch open story645
27461 24 months ago Optimize PNGs has patch open scop
27429 24 months ago xml.sax.saxutils.escape doesn't escape multiple characters safely has patch open tylerjohnhughes
27409 24 months ago List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols has patch open martin.panter
27036 24 months ago Mark up of references in different form has patch open serhiy.storchaka
26834 24 months ago Add truncated SHA512/224 and SHA512/256 has patch open christian.heimes
26792 24 months ago docstrings of runpy.run_{module,path} are rather sparse has PR open Antony.Lee
26602 24 months ago argparse doc introduction is inappropriately targeted has patch open Daniel Stone
26515 24 months ago Update extending/embedding docs to new way to build modules in C has PR open brett.cannon
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: