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
47093 24 months ago Documentation Fix: Remove .bat when activating venv on windows open jovinator
46586 24 months ago In documentation contents enum.property erroneously links to built-in property has PR open Dutcho
46291 24 months ago [doc] First argument to raise can also be BaseException has PR open gtitze
46279 24 months ago [docs] Minor information-ordering issue in __main__ doc has PR open ferdnyc
46168 24 months ago Incorrect format specified for the "style" key in the configuration file format formatter example open bokunogf
45991 24 months ago Improve ambiguous docstrings in pkgutil open khock
44158 24 months ago Clarify documentation for redirected stdout/stderr when using subprocess in Linux open tanty
43286 24 months ago [doc] Clarify that Popen.returncode does not get auto-set when the process terminates open Antony.Lee
41825 24 months ago os.waitid() documentation needs TLC has PR open georg.brandl
40899 24 months ago Document exceptions raised by importlib.import has PR open j13r
40283 24 months ago Documentation of turtle.circle() has PR open guchao
40065 24 months ago py39: remove deprecation note for xml.etree.cElementTree open fdrake
39971 24 months ago [doc] Error in functional how-to example has PR open dxflores
39712 24 months ago Doc for `-X dev` option should mention PYTHONDEVMODE has patch has PR open pitrou
38825 24 months ago shutil.disk_usage - Lacking documentation open Lord Anton Hvornum
37430 24 months ago [doc] range is not a built-in function open bgailer
35190 24 months ago doc: collections.abc.Sequence cannot be used to test whether a class provides a particular interface open hroncok
34526 24 months ago Path.relative_to() taking multiple arguments could be better documented has PR open Antony.Lee
33601 24 months ago [doc] Py_UTF8Mode is not documented has patch has PR open serhiy.storchaka
33590 24 months ago [doc] sched.enter priority has no impact on execution open sahilmn
33426 24 months ago [doc] Behavior of os.path.join does not match documentation has PR open Michael Klatt
32658 24 months ago Metacharacter (\) documentation suggestion has PR open kdraeder
30718 24 months ago [doc] open builtin function: specifying the size of buffer has no effect for text files has PR open direprobs
30535 24 months ago [doc] Explicitly note that meta_path is not empty has PR open xmorel
29010 24 months ago Incorrect description about scope related with inheritance open woo yoo
28973 24 months ago [doc] The fact that multiprocess.Queue uses serialization should be documented. open Bernhard10
28951 24 months ago re.flags not documented in Module Contents as promised. open 4Dummies
28661 24 months ago Fix code example in Python 3.5 telnetlib documentation open tiabc
28612 24 months ago str.translate needs a mapping example has patch open Jim.Jewett
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
27901 24 months ago DOC: inspect.ismethod returns different results on the same basic code between Python2.7 Python3.5 open anthony-flury
27779 24 months ago Sync-up docstrings in C version of the the decimal module open rhettinger
27583 24 months ago [doc ] configparser: modifying default_section at runtime has patch has PR open rk
26792 24 months ago docstrings of runpy.run_{module,path} are rather sparse has PR open Antony.Lee
26608 24 months ago RLock undocumented behavior in case of multiple acquire open smbrd
26124 24 months ago shlex.quote and pipes.quote do not quote shell keywords has PR open Charles Daffern
25743 24 months ago [doc] Clarify exactly what \w matches in UNICODE mode open zwol
25514 24 months ago Improve IDLE's "subprocess didn't make connection" message has PR open markroseman
25433 24 months ago whitespace in strip()/lstrip()/rstrip() has patch has PR open Dimitri Papadopoulos Orfanos
25377 24 months ago Mention octal format of mode argument of os.chmod has PR open krichter
24247 24 months ago Docs: "unittest discover" modifies sys.path open redixin
24147 24 months ago Dialect class defaults are not documented. has patch has PR open MiK
23747 24 months ago [doc] platform module exposes win32_ver function on posix systems has PR open pythonhacker
23560 24 months ago Group the docs of similar methods in stdtypes.rst has patch has PR open ezio.melotti
23453 24 months ago [doc] Clarify bytes vs text with non-seeking tarfile stream has PR open chaica_
23323 24 months ago [doc] mention that flags arg to imaplib's append should be a string open Pilessio
22593 24 months ago Automate update of doc references to UCD version when it changes. has PR open r.david.murray
22456 24 months ago __base__ undocumented has patch open Arfrever
22021 24 months ago shutil.make_archive() root_dir do not work has patch has PR open DemoHT
22014 24 months ago Improve display of OS exception <-> errno mapping has patch open ncoghlan
21761 24 months ago [doc] language reference describes the role of module.__file__ inaccurately has PR open eric.snow
21760 24 months ago inspect documentation describes module type inaccurately has PR open eric.snow
21254 24 months ago doc: PropertyMock refuses to raise AttributeErrror as a side effect open michael.foord
21150 24 months ago Add quick links table to argparse docs has patch has PR open rhettinger
20970 24 months ago [doc] contradictory documentation for prog option of argparse has patch has PR open Aaron.Meurer
20823 24 months ago [doc] Clarify copyreg.pickle() documentation has patch has PR open peter.otten
20803 24 months ago doc: clarify that struct.pack_into writes 0x00 for pad bytes has PR open bsder
20749 24 months ago shutil.unpack_archive(): security concerns not documented has PR open jwilk
20741 24 months ago Documentation archives should be available also in tar.xz format open Arfrever
20459 24 months ago [doc] No Argument Clinic documentation on how to specify a return converter open brett.cannon
20109 24 months ago TestProgram is mentioned in the unittest docs but is not documented open r.david.murray
19871 24 months ago json module won't parse a float that starts with a decimal point has patch open picomancer
19864 24 months ago [doc] multiprocessing Proxy docs need locking semantics explained open maxpolk
19154 24 months ago AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed. open fviard
18767 24 months ago csv documentation does not note default quote constant has patch open bemclaugh
18744 24 months ago doc: pathological performance using tarfile open teamnoir
18697 24 months ago Unify arguments names in Unicode object C API documentation has PR open serhiy.storchaka
18534 24 months ago [doc] State clearly that open() 'file' param is "name" attr of the result open ncoghlan
18280 24 months ago Documentation is too personalized has patch has PR open serhiy.storchaka
17972 24 months ago inspect module docs omits many functions has PR open s7v7nislands@gmail.com
17545 24 months ago [doc] os.listdir and os.path.join inconsistent on empty path open babou
17505 24 months ago [doc] email.header.Header.__unicode__ does not decode header has PR open hniksic
17108 24 months ago [doc] import silently prefers package over module when both available open shai
15457 24 months ago consistent treatment of generator terminology has patch open chris.jerdonek
14995 24 months ago PyLong_FromString documentation should state that the string must be null-terminated has patch has PR open rfk
13821 24 months ago [doc] misleading return from isidentifier open Jim.Jewett
13498 24 months ago os.makedirs exist_ok documentation is incorrect, as is some of the behavior has patch open r.david.murray
13305 24 months ago datetime.strftime("%Y") not consistent for years < 1000 has patch open flox
13127 24 months ago xml.dom.Attr.name is not labeled as read-only has PR open dillona
12706 24 months ago timeout sentinel in ftplib and poplib documentation has patch has PR open orsenthil
12600 24 months ago Add example of using load_tests to parameterise Test Cases open abingham
12403 24 months ago Mention sys.displayhook in code module docs and the compile builtin docs has patch has PR open tebeka
12217 24 months ago Cross-link docs for faulthandler, traceback and pdb has PR open eric.araujo
12165 24 months ago [doc] clarify documentation of nonlocal has PR open Lukas.Petru
12067 24 months ago Doc: remove errors about mixed-type comparisons. has patch has PR open terry.reedy
12020 24 months ago [doc] Attribute error with flush on stdout,stderr open Jimbofbx
11776 24 months ago Constructor signatures missing in types module documentation has patch open techtonik
11479 24 months ago Add discussion of trailing backslash in raw string to tutorial has patch has PR open r.david.murray
11385 24 months ago [doc] TextTestRunner documentation improvements open techtonik
11176 24 months ago [doc] give more meaningful argument names in argparse documentation has patch has PR open bethard
10936 24 months ago Simple CSS fix for left margin at docs.python.org open cdunn2001
10434 24 months ago Document the rules for "public names" open belopolsky
10149 24 months ago [doc] Data truncation in expat parser has patch has PR open Maciek.J
9305 24 months ago Don't use east/west of UTC in date/time documentation has patch has PR open belopolsky
9267 24 months ago Update pickle opcode documentation in pickletools for 3.x open belopolsky
9182 24 months ago document “--” as a way to distinguish option w/ narg='+' from positional argument in argparse has patch has PR open gray_hemp
9004 24 months ago datetime.utctimetuple() should not set tm_isdst flag to 0 has patch has PR open belopolsky
7760 24 months ago [doc] ctypes: use_errno=True does not work open nikratio
7262 24 months ago [doc] codecs.open() + eol (windows) has patch has PR open shamilbi
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: