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