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
45959 24 months ago Teach pprint about dict views has PR open rhettinger
45924 24 months ago Incorrect traceback when future's exception is raised multiple times has PR open iritkatriel
44844 24 months ago The command line of launching Edge on Linux hangs has PR open rayluo
44158 24 months ago Clarify documentation for redirected stdout/stderr when using subprocess in Linux open tanty
43847 24 months ago [Windows] ntpath.realpath() of bytes root directory may raise TypeError in some cases open 9001
43286 24 months ago [doc] Clarify that Popen.returncode does not get auto-set when the process terminates open Antony.Lee
42831 24 months ago IDLE fix colours for MacOS dark mode open epaine
41825 24 months ago os.waitid() documentation needs TLC has PR open georg.brandl
41395 24 months ago pickle and pickletools cli interface doesn't close input and output file. has PR open xtreak
41275 24 months ago [doc] Clarify that Futures can be awaited multiple times open JustAnotherArchivist
41115 24 months ago Codecs should raise precise UnicodeDecodeError or UnicodeEncodeError has PR open pitrou
40946 24 months ago SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windows open eryksun
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
39243 24 months ago CDLL __init__ no longer supports name being passed as None when the handle is not None open David Heffernan
38981 24 months ago better name for re.error Exception class. has PR open mbussonn
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
37367 24 months ago octal escapes applied inconsistently throughout the interpreter and lib has PR open bup
36703 24 months ago [Easy][Windows] test_subprocess: test_close_fds_with_stdio() has a race condition open vstinner
36461 24 months ago timeit: Additional changes for autorange has PR open cheryl.sabella
36003 24 months ago set better defaults for TCPServer options has PR open giampaolo.rodola
35190 24 months ago doc: collections.abc.Sequence cannot be used to test whether a class provides a particular interface open hroncok
35131 24 months ago Cannot access to customized paths within .pth file open Valentin Zhao
34816 24 months ago raise AttributeError if loading fails in ctypes.LibraryLoader.__getattr__ has patch has PR open lfriedri
34680 24 months ago [doc] asyncio event_loop fails when accessed from multiple threads open jnwatson
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
33222 24 months ago Various test failures if PYTHONUSERBASE is not canonicalized has PR open jdemeyer
33140 24 months ago shutil.chown should not be defined in Windows has patch has PR open eryksun
32658 24 months ago Metacharacter (\) documentation suggestion has PR open kdraeder
32465 24 months ago [urllib] proxy_bypass_registry - extra error handling required for ProxyOverride, Windows under proxy environment open chansol kim
32339 24 months ago Make the dict type used in csv.DictReader configurable has PR open serhiy.storchaka
31524 24 months ago mailbox._mboxMMDF.get_message throws away From envelope open bpoaugust
31188 24 months ago Makefile.pre.in: commoninstall: reformat open dilyan.palauzov
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
30274 24 months ago Rename 'name' to 'fullname' argument to ExtensionFileLoader has PR open brett.cannon
30082 24 months ago hide command prompt when using subprocess.Popen with shell=False on Windows has patch has PR open iMath
30044 24 months ago shutil.copystat should (allow to) copy ownership, and other attributes open noctiflore
29890 24 months ago Constructor of ipaddress.IPv*Interface does not follow documentation has PR open Ilya.Kulakov
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
28879 24 months ago smtplib send_message should add Date header if it is missing, per RFC5322 has patch has PR open Henning.von.Bargen
28859 24 months ago os.path.ismount sometimes raises FileNotFoundError on Windows has PR open lazka
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
28159 24 months ago Deprecate isdst argument in email.utils.localtime open belopolsky
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
25567 24 months ago shlex.quote doesn't work on bytestrings has patch has PR open Jonas Thiem
25514 24 months ago Improve IDLE's "subprocess didn't make connection" message has PR open markroseman
25439 24 months ago Add type checks to urllib.request.Request has patch has PR open ezio.melotti
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
25066 24 months ago Better repr for multiprocessing.synchronize objects has patch has PR open davin
25026 24 months ago (FreeBSD/OSX) Fix fcntl module to accept 'unsigned long' type commands for ioctl(2). open koobs
24954 24 months ago No way to generate or parse timezone as produced by datetime.isoformat() has patch open gvanrossum
24925 24 months ago Allow doctest to find line number of __test__ strings if formatted as a triple quoted string. has patch has PR open r.david.murray
24823 24 months ago ctypes.create_string_buffer does not add NUL if len(init) == size has patch open tom.pohl
24780 24 months ago unittest assertEqual difference output foiled by newlines has patch has PR open chris.jerdonek
24398 24 months ago Update test_capi to use test.support.script_helper has patch has PR open bobcatfish
24364 24 months ago Not all defects pass through email policy has patch open r.david.murray
24263 24 months ago unittest cannot load module whose name starts with Unicode has patch has PR open sih4sing5hong5
24255 24 months ago Replace debuglevel-related logic with logging has patch has PR open demian.brecht
24249 24 months ago unittest API for detecting test failure in cleanup/teardown open r.david.murray
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
24053 24 months ago Define EXIT_SUCCESS and EXIT_FAILURE constants in sys has patch has PR open belopolsky
23747 24 months ago [doc] platform module exposes win32_ver function on posix systems has PR open pythonhacker
23740 24 months ago http.client request and send method have some datatype issues open r.david.murray
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
23041 24 months ago csv needs more quoting rules has patch has PR open samwyse
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
22024 24 months ago Add to shutil the ability to wait until files are definitely deleted has patch open zach.ware
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
21914 24 months ago Create unit tests for Turtle guionly has patch has PR open Lita.Cho
21861 24 months ago io class name are hardcoded in reprs has PR open serhiy.storchaka
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
21130 24 months ago equivalent functools.partial instances should compare equal has patch open theller
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
20389 24 months ago clarify meaning of xbar and mu in pvariance/variance of statistics module has patch open jtaylor
20352 24 months ago Add support for AUTH command to poplib has patch open dveeden
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
19683 24 months ago test_minidom has many empty tests has patch has PR open zach.ware
19280 24 months ago Add a datatype to represent mime types to the email module open r.david.murray
19154 24 months ago AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed. open fviard
18862 24 months ago Implement __subclasshook__() for Finders and Loaders in importlib.abc has patch open eric.snow
18816 24 months ago "mmap.flush()" is always synchronous, hurting performance open jcea
18767 24 months ago csv documentation does not note default quote constant has patch open bemclaugh
18765 24 months ago unittest needs a way to launch pdb.post_mortem or other debug hooks open gregory.p.smith
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
18624 24 months ago Add alias for iso-8859-8-i which is the same as iso-8859-8 has patch has PR open r.david.murray
18534 24 months ago [doc] State clearly that open() 'file' param is "name" attr of the result open ncoghlan
18376 24 months ago show the effective count of process when running the testsuite open flox
18299 24 months ago Change script_helper to use universal_newlines=True in _assert_python has PR open r.david.murray
18280 24 months ago Documentation is too personalized has patch has PR open serhiy.storchaka
18108 24 months ago shutil.chown should support dir_fd and follow_symlinks keyword arguments has patch has PR open cjwatson
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
17301 24 months ago An in-place version of many bytearray methods is needed has patch open gregory.p.smith
17246 24 months ago inspect.getargvalues fails if arg name is not bound to a value open Andrew.Lutomirski
17108 24 months ago [doc] import silently prefers package over module when both available open shai
16845 24 months ago warnings.simplefilter should validate input has patch has PR open seberg
16288 24 months ago TextTestResult uses TestCase.__str__() which isn't customisable (vs id() or shortDescription()) open rbcollins
16232 24 months ago curses.textpad.Textbox backtrace support open emeaudroid.emeaudroid
16142 24 months ago ArgumentParser inconsistent with parse_known_args has patch open idank
16079 24 months ago list duplicate test names with patchcheck has patch has PR open xdegaye
15457 24 months ago consistent treatment of generator terminology has patch open chris.jerdonek
15393 24 months ago JSONDecoder.raw_decode breaks on leading whitespace has patch open aalien
15376 24 months ago Refactor the test_runpy walk_package support code into a common location open chris.jerdonek
15305 24 months ago Test harness unnecessarily disambiguating twice 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
14817 24 months ago pkgutil.extend_path has no tests has PR open eric.smith
14534 24 months ago Add means to mark unittest.TestCases as "do not load". has patch open r.david.murray
14322 24 months ago More test coverage for hmac has patch has PR open packetslave
13821 24 months ago [doc] misleading return from isidentifier open Jim.Jewett
13670 24 months ago Increase test coverage for pstats.py open andrea.crotti
13498 24 months ago os.makedirs exist_ok documentation is incorrect, as is some of the behavior has patch open r.david.murray
13330 24 months ago Attempt full test coverage of LocaleTextCalendar.formatweekday open Sean.Fleming
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
12750 24 months ago add cross-platform support for %s strftime-format code has patch open Daniel.O'Connor
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
12387 24 months ago IDLE save keyboard shortcut problem has patch has PR open Jacob.VB
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
10880 24 months ago do_mkvalue and 'boolean' has patch open IROV
10850 24 months ago inconsistent behavior concerning multiprocessing.manager.BaseManager._Server has PR open chrysn
10835 24 months ago sys.executable default and altinstall open allan
10572 24 months ago Move test sub-packages to Lib/test has patch has PR open michael.foord
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
8704 24 months ago cgitb sends a bogus HTTP header if the app crashes before finishing headers open stutzbach
7982 24 months ago extend captured_output to simulate different stdout.encoding has patch has PR open flox
7760 24 months ago [doc] ctypes: use_errno=True does not work open nikratio
7325 24 months ago tempfile.mkdtemp() does not return absolute pathname when relative dir is specified has patch open roysmith
7275 24 months ago CoverageResult fails to merge input file with non-empty callers in trace.py open glinsvad
7262 24 months ago [doc] codecs.open() + eol (windows) has patch has PR open shamilbi
5752 24 months ago xml.dom.minidom does not escape CR, LF and TAB characters within attribute values has patch open Tomalak
5714 24 months ago http.server._url_collapse_path should live elsewhere has patch open gregory.p.smith
5430 24 months ago imaplib: must not replace LF or CR by CRLF in literals has patch has PR open memeplex
5038 24 months ago urrlib2/httplib doesn't reset file position between requests has patch has PR open matejcik
4849 24 months ago instantiating and populating xml.dom.minidom.Element is cumbersome has patch open exarkun
4712 24 months ago Document pickle behavior for subclasses of dicts/lists open georg.brandl
4683 24 months ago tests missing in urllib2 has patch open cmb
4079 24 months ago urllib.request.Request 'timeout' attribute needs to have a default has patch open sidnei
3991 24 months ago urllib.request.urlopen does not handle non-ASCII characters has patch open a.badger
3244 24 months ago multipart/form-data encoding has patch open catlee
2756 24 months ago urllib.request.add_header fails with existing unredirected_header has patch open zathras
1705393 24 months ago Document select() failure with buffered file open rongarret
1521051 24 months ago Allow passing DocTestRunner and DocTestCase in doctest has patch open freakboy
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: