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 Components Versions Status Assigned To Type
normal
795081 24 months ago email.Message param parsing problem II has patch email, Library (Lib) Python 3.3 open   enhancement
1227748 24 months ago doc: subprocess: inheritance of std descriptors inconsistent has patch Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
1284670 24 months ago Allow to restrict ModuleFinder to get "direct" dependencies has patch has PR Library (Lib) Python 3.3 open eric.araujo enhancement
1375011 24 months ago http.cookies, Cookie.py: Improper handling of duplicate cookies has patch Library (Lib) Python 3.10, Python 3.9, Python 3.8 open   behavior
1410680 24 months ago Add 'surgical editing' to ConfigParser has patch Library (Lib) Python 3.5 open lukasz.langa enhancement
1490929 24 months ago urllib.retrieve's reporthook called with non-helpful value has patch Library (Lib) Python 3.10, Python 3.9, Python 3.8 open orsenthil enhancement
1521051 24 months ago Allow passing DocTestRunner and DocTestCase in doctest has patch Library (Lib) Python 3.4 open   enhancement
1705393 24 months ago Document select() failure with buffered file Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
2756 24 months ago urllib.request.add_header fails with existing unredirected_header has patch Library (Lib) Python 3.11, Python 3.10 open orsenthil behavior
3244 24 months ago multipart/form-data encoding has patch email Python 3.4 open   enhancement
3991 24 months ago urllib.request.urlopen does not handle non-ASCII characters has patch Extension Modules Python 3.8, Python 3.7, Python 3.6, Python 3.4, Python 3.5 open   behavior
4079 24 months ago urllib.request.Request 'timeout' attribute needs to have a default has patch Library (Lib) Python 3.11 open   behavior
4683 24 months ago tests missing in urllib2 has patch Extension Modules, Tests Python 3.10, Python 3.9, Python 3.8 open orsenthil behavior
4712 24 months ago Document pickle behavior for subclasses of dicts/lists Documentation Python 3.6, Python 3.4, Python 3.5, Python 2.7 open docs@python behavior
4849 24 months ago instantiating and populating xml.dom.minidom.Element is cumbersome has patch Library (Lib) Python 3.5 open   enhancement
5038 24 months ago urrlib2/httplib doesn't reset file position between requests has patch has PR Documentation, Library (Lib) Python 3.10, Python 3.9 open orsenthil behavior
5430 24 months ago imaplib: must not replace LF or CR by CRLF in literals has patch has PR email, Library (Lib) Python 3.10, Python 3.9, Python 3.8 open   behavior
5714 24 months ago http.server._url_collapse_path should live elsewhere has patch Library (Lib) Python 3.5 open   enhancement
5752 24 months ago xml.dom.minidom does not escape CR, LF and TAB characters within attribute values has patch XML Python 3.1, Python 3.2, Python 2.7, Python 2.6 open   behavior
7262 24 months ago [doc] codecs.open() + eol (windows) has patch has PR Documentation Python 3.11, Python 3.10, Python 3.9 open lemburg behavior
7275 24 months ago CoverageResult fails to merge input file with non-empty callers in trace.py Library (Lib) Python 3.11, Python 3.10, Python 3.9 open   behavior
7325 24 months ago tempfile.mkdtemp() does not return absolute pathname when relative dir is specified has patch Library (Lib) Python 3.11, Python 3.10, Python 3.9 open   behavior
7760 24 months ago [doc] ctypes: use_errno=True does not work ctypes, Documentation Python 3.11 open theller enhancement
7982 24 months ago extend captured_output to simulate different stdout.encoding has patch has PR Tests Python 3.5 open   enhancement
8704 24 months ago cgitb sends a bogus HTTP header if the app crashes before finishing headers Library (Lib) Python 3.8 open   behavior
9004 24 months ago datetime.utctimetuple() should not set tm_isdst flag to 0 has patch has PR Documentation Python 3.6 open belopolsky behavior
9182 24 months ago document “--” as a way to distinguish option w/ narg='+' from positional argument in argparse has patch has PR Documentation Python 3.9 open docs@python behavior
9267 24 months ago Update pickle opcode documentation in pickletools for 3.x Documentation Python 3.7, Python 3.6, Python 3.5 open docs@python enhancement
9305 24 months ago Don't use east/west of UTC in date/time documentation has patch has PR Documentation Python 3.2 open   enhancement
10149 24 months ago [doc] Data truncation in expat parser has patch has PR Documentation, Library (Lib) Python 3.11 open docs@python behavior
10434 24 months ago Document the rules for "public names" Documentation Python 3.2, Python 3.3, Python 3.4 open docs@python enhancement
10572 24 months ago Move test sub-packages to Lib/test has patch has PR Tests Python 3.9 open   enhancement
10835 24 months ago sys.executable default and altinstall Interpreter Core Python 3.5 open   behavior
10850 24 months ago inconsistent behavior concerning multiprocessing.manager.BaseManager._Server has PR Extension Modules Python 3.11, Python 3.10, Python 3.9, Python 3.8 open sbt behavior
10880 24 months ago do_mkvalue and 'boolean' has patch C API Python 3.11 open   enhancement
10936 24 months ago Simple CSS fix for left margin at docs.python.org Documentation Python 3.10, Python 3.9, Python 3.8 open docs@python behavior
11176 24 months ago [doc] give more meaningful argument names in argparse documentation has patch has PR Documentation Python 3.10, Python 3.9, Python 3.8 open   enhancement
11385 24 months ago [doc] TextTestRunner documentation improvements Documentation, Tests Python 3.11, Python 3.10, Python 3.9 open   behavior
11479 24 months ago Add discussion of trailing backslash in raw string to tutorial has patch has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
11776 24 months ago Constructor signatures missing in types module documentation has patch Documentation Python 3.8, Python 3.7 open docs@python enhancement
12020 24 months ago [doc] Attribute error with flush on stdout,stderr Documentation, IO Python 3.11 open docs@python behavior
12067 24 months ago Doc: remove errors about mixed-type comparisons. has patch has PR Documentation, Tests Python 3.6, Python 3.4, Python 3.5, Python 2.7 open docs@python enhancement
12165 24 months ago [doc] clarify documentation of nonlocal has PR Documentation Python 3.11, Python 3.10, Python 3.9 open   behavior
12217 24 months ago Cross-link docs for faulthandler, traceback and pdb has PR Documentation Python 3.4, Python 3.5 open docs@python enhancement
12387 24 months ago IDLE save keyboard shortcut problem has patch has PR IDLE Python 3.7, Python 3.6 open terry.reedy behavior
12403 24 months ago Mention sys.displayhook in code module docs and the compile builtin docs has patch has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
12600 24 months ago Add example of using load_tests to parameterise Test Cases Documentation, Tests Python 3.11 open docs@python enhancement
12706 24 months ago timeout sentinel in ftplib and poplib documentation has patch has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
12750 24 months ago add cross-platform support for %s strftime-format code has patch Extension Modules, Library (Lib) Python 3.6 open belopolsky enhancement
13127 24 months ago xml.dom.Attr.name is not labeled as read-only has PR Documentation, Library (Lib), XML Python 3.8, Python 3.7 open docs@python  
13305 24 months ago datetime.strftime("%Y") not consistent for years < 1000 has patch Documentation, Library (Lib) Python 3.9, Python 3.8, Python 3.7 open docs@python behavior
13330 24 months ago Attempt full test coverage of LocaleTextCalendar.formatweekday Library (Lib), Tests Python 3.11 open   enhancement
13498 24 months ago os.makedirs exist_ok documentation is incorrect, as is some of the behavior has patch Documentation, Library (Lib) Python 3.4 open   behavior
13670 24 months ago Increase test coverage for pstats.py Tests Python 3.5 open   enhancement
13821 24 months ago [doc] misleading return from isidentifier Documentation, Unicode Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
14322 24 months ago More test coverage for hmac has patch has PR Library (Lib), Tests Python 3.10, Python 3.9, Python 3.8 open   enhancement
14534 24 months ago Add means to mark unittest.TestCases as "do not load". has patch Library (Lib) Python 3.6 open michael.foord enhancement
14817 24 months ago pkgutil.extend_path has no tests has PR Tests Python 3.9, Python 3.8, Python 3.7 open   enhancement
14995 24 months ago PyLong_FromString documentation should state that the string must be null-terminated has patch has PR Documentation Python 3.11 open docs@python enhancement
15305 24 months ago Test harness unnecessarily disambiguating twice has patch Tests Python 3.4 open   enhancement
15376 24 months ago Refactor the test_runpy walk_package support code into a common location Tests Python 3.5 open   enhancement
15393 24 months ago JSONDecoder.raw_decode breaks on leading whitespace has patch Library (Lib) Python 3.7, Python 3.6, Python 3.5 open   behavior
15457 24 months ago consistent treatment of generator terminology has patch Documentation Python 3.8, Python 3.7 open docs@python  
16079 24 months ago list duplicate test names with patchcheck has patch has PR Library (Lib), Tests Python 3.9 open   behavior
16142 24 months ago ArgumentParser inconsistent with parse_known_args has patch Library (Lib) Python 3.3, Python 2.7 open   behavior
16232 24 months ago curses.textpad.Textbox backtrace support Extension Modules Python 3.5 open   enhancement
16288 24 months ago TextTestResult uses TestCase.__str__() which isn't customisable (vs id() or shortDescription())   Python 3.4 open michael.foord enhancement
16845 24 months ago warnings.simplefilter should validate input has patch has PR Library (Lib) Python 3.10 open   enhancement
17108 24 months ago [doc] import silently prefers package over module when both available Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
17246 24 months ago inspect.getargvalues fails if arg name is not bound to a value Library (Lib) Python 3.11, Python 3.10, Python 3.9 open   behavior
17301 24 months ago An in-place version of many bytearray methods is needed has patch Library (Lib) Python 3.4 open   enhancement
17505 24 months ago [doc] email.header.Header.__unicode__ does not decode header has PR Documentation, email Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
17545 24 months ago [doc] os.listdir and os.path.join inconsistent on empty path Documentation, Library (Lib) Python 3.10, Python 3.9, Python 3.8 open docs@python behavior
17972 24 months ago inspect module docs omits many functions has PR Documentation Python 3.7 open docs@python behavior
18108 24 months ago shutil.chown should support dir_fd and follow_symlinks keyword arguments has patch has PR Library (Lib) Python 3.5 open   enhancement
18280 24 months ago Documentation is too personalized has patch has PR Documentation Python 3.7 open fdrake  
18299 24 months ago Change script_helper to use universal_newlines=True in _assert_python has PR   Python 3.5 open   enhancement
18376 24 months ago show the effective count of process when running the testsuite Tests Python 3.11 open   enhancement
18534 24 months ago [doc] State clearly that open() 'file' param is "name" attr of the result Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python  
18624 24 months ago Add alias for iso-8859-8-i which is the same as iso-8859-8 has patch has PR email, Unicode Python 3.4 open   enhancement
18697 24 months ago Unify arguments names in Unicode object C API documentation has PR C API, Documentation, Unicode Python 3.9, Python 3.8, Python 3.7 open docs@python enhancement
18744 24 months ago doc: pathological performance using tarfile Documentation Python 3.11 open docs@python performance
18765 24 months ago unittest needs a way to launch pdb.post_mortem or other debug hooks Library (Lib) Python 3.8 open   enhancement
18767 24 months ago csv documentation does not note default quote constant has patch Documentation, Library (Lib) Python 3.10, Python 3.9, Python 3.8 open docs@python  
18816 24 months ago "mmap.flush()" is always synchronous, hurting performance Extension Modules Python 3.4 open   enhancement
18862 24 months ago Implement __subclasshook__() for Finders and Loaders in importlib.abc has patch Library (Lib) Python 3.4 open   enhancement
19154 24 months ago AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed. Documentation Python 3.4 open docs@python enhancement
19280 24 months ago Add a datatype to represent mime types to the email module email Python 3.5 open   enhancement
19683 24 months ago test_minidom has many empty tests has patch has PR Tests Python 3.4 open   enhancement
19864 24 months ago [doc] multiprocessing Proxy docs need locking semantics explained Documentation Python 3.11 open docs@python enhancement
19871 24 months ago json module won't parse a float that starts with a decimal point has patch Documentation, Tests Python 3.3, Python 3.4, Python 2.7 open docs@python behavior
20109 24 months ago TestProgram is mentioned in the unittest docs but is not documented Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
20352 24 months ago Add support for AUTH command to poplib has patch email, Library (Lib) Python 3.5 open   enhancement
20389 24 months ago clarify meaning of xbar and mu in pvariance/variance of statistics module has patch Library (Lib) Python 3.11, Python 3.10, Python 3.9 open steven.daprano  
20459 24 months ago [doc] No Argument Clinic documentation on how to specify a return converter Argument Clinic, Documentation Python 3.11, Python 3.10, Python 3.9 open larry  
20741 24 months ago Documentation archives should be available also in tar.xz format Documentation Python 3.11, Python 3.10, Python 3.9 open mdk  
20749 24 months ago shutil.unpack_archive(): security concerns not documented has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
20803 24 months ago doc: clarify that struct.pack_into writes 0x00 for pad bytes has PR Documentation Python 3.11 open docs@python behavior
20823 24 months ago [doc] Clarify copyreg.pickle() documentation has patch has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
20970 24 months ago [doc] contradictory documentation for prog option of argparse has patch has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
21130 24 months ago equivalent functools.partial instances should compare equal has patch Library (Lib) Python 3.10, Python 3.9, Python 3.8 open   enhancement
21150 24 months ago Add quick links table to argparse docs has patch has PR Documentation Python 3.5 open docs@python  
21254 24 months ago doc: PropertyMock refuses to raise AttributeErrror as a side effect Documentation, Library (Lib) Python 3.10, Python 3.9, Python 3.8 open michael.foord behavior
21760 24 months ago inspect documentation describes module type inaccurately has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python  
21761 24 months ago [doc] language reference describes the role of module.__file__ inaccurately has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python  
21861 24 months ago io class name are hardcoded in reprs has PR Extension Modules, IO Python 3.3, Python 3.4, Python 2.7 open   behavior
21914 24 months ago Create unit tests for Turtle guionly has patch has PR Library (Lib), Tkinter Python 3.11 open   enhancement
22014 24 months ago Improve display of OS exception <-> errno mapping has patch Documentation Python 3.4, Python 3.5 open docs@python enhancement
22021 24 months ago shutil.make_archive() root_dir do not work has patch has PR Documentation, Library (Lib) Python 3.8, Python 3.7 open docs@python behavior
22024 24 months ago Add to shutil the ability to wait until files are definitely deleted has patch Library (Lib) Python 3.5 open   enhancement
22456 24 months ago __base__ undocumented has patch Documentation Python 3.4, Python 3.5, Python 2.7 open docs@python enhancement
22593 24 months ago Automate update of doc references to UCD version when it changes. has PR Documentation Python 3.9 open docs@python enhancement
23041 24 months ago csv needs more quoting rules has patch has PR Library (Lib) Python 3.11 open skip.montanaro enhancement
23323 24 months ago [doc] mention that flags arg to imaplib's append should be a string Documentation Python 3.11 open docs@python enhancement
23453 24 months ago [doc] Clarify bytes vs text with non-seeking tarfile stream has PR Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
23560 24 months ago Group the docs of similar methods in stdtypes.rst has patch has PR Documentation Python 3.6, Python 3.5, Python 2.7 open docs@python enhancement
23740 24 months ago http.client request and send method have some datatype issues   Python 3.5 open   enhancement
23747 24 months ago [doc] platform module exposes win32_ver function on posix systems has PR Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python  
24053 24 months ago Define EXIT_SUCCESS and EXIT_FAILURE constants in sys has patch has PR   Python 3.8 open belopolsky enhancement
24147 24 months ago Dialect class defaults are not documented. has patch has PR Documentation Python 3.10 open docs@python behavior
24247 24 months ago Docs: "unittest discover" modifies sys.path Documentation Python 3.11, Python 3.10, Python 3.9, Python 3.8 open docs@python behavior
24249 24 months ago unittest API for detecting test failure in cleanup/teardown   Python 3.6 open   enhancement
24255 24 months ago Replace debuglevel-related logic with logging has patch has PR Library (Lib) Python 3.8, Python 3.7, Python 3.6 open   enhancement
24263 24 months ago unittest cannot load module whose name starts with Unicode has patch has PR Library (Lib) Python 3.6, Python 3.5 open   behavior
24364 24 months ago Not all defects pass through email policy has patch email Python 3.6, Python 3.5 open   behavior
24398 24 months ago Update test_capi to use test.support.script_helper has patch has PR Tests Python 3.11 open   enhancement
24780 24 months ago unittest assertEqual difference output foiled by newlines has patch has PR Library (Lib) Python 3.8, Python 3.7, Python 2.7 open   behavior
24823 24 months ago ctypes.create_string_buffer does not add NUL if len(init) == size has patch ctypes, Library (Lib) Python 3.10, Python 3.9, Python 3.8 open docs@python behavior
24925 24 months ago Allow doctest to find line number of __test__ strings if formatted as a triple quoted string. has patch has PR   Python 3.8, Python 3.7, Python 3.6, Python 3.4, Python 3.5 open CuriousLearner behavior
24954 24 months ago No way to generate or parse timezone as produced by datetime.isoformat() has patch Extension Modules Python 3.7 open belopolsky enhancement
25026 24 months ago (FreeBSD/OSX) Fix fcntl module to accept 'unsigned long' type commands for ioctl(2). Interpreter Core Python 3.6, Python 3.4, Python 3.5, Python 2.7 open   behavior
25066 24 months ago Better repr for multiprocessing.synchronize objects has patch has PR Library (Lib) Python 3.11 open davin enhancement
25377 24 months ago Mention octal format of mode argument of os.chmod has PR Documentation Python 3.10, Python 3.9, Python 3.8, Python 3.7, Python 3.6 open docs@python enhancement
25433 24 months ago whitespace in strip()/lstrip()/rstrip() has patch has PR Documentation Python 3.8, Python 3.7, Python 2.7 open docs@python enhancement
25439 24 months ago Add type checks to urllib.request.Request has patch has PR Library (Lib) Python 3.8, Python 3.7, Python 3.6 open CuriousLearner enhancement
25514 24 months ago Improve IDLE's "subprocess didn't make connection" message has PR Documentation, IDLE Python 3.7, Python 3.6 open terry.reedy enhancement
25567 24 months ago shlex.quote doesn't work on bytestrings has patch has PR Library (Lib) Python 3.10 open   enhancement
25743 24 months ago [doc] Clarify exactly what \w matches in UNICODE mode Documentation, Regular Expressions Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
26124 24 months ago shlex.quote and pipes.quote do not quote shell keywords has PR Documentation, Library (Lib) Python 3.6 open docs@python behavior
26608 24 months ago RLock undocumented behavior in case of multiple acquire Documentation, Library (Lib) Python 3.11 open docs@python  
26792 24 months ago docstrings of runpy.run_{module,path} are rather sparse has PR Documentation Python 3.8, Python 3.7 open docs@python enhancement
27583 24 months ago [doc ] configparser: modifying default_section at runtime has patch has PR Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
27779 24 months ago Sync-up docstrings in C version of the the decimal module Documentation Python 3.11 open   enhancement
27901 24 months ago DOC: inspect.ismethod returns different results on the same basic code between Python2.7 Python3.5 Documentation Python 3.10 open docs@python enhancement
28159 24 months ago Deprecate isdst argument in email.utils.localtime Library (Lib) Python 3.11 open    
28356 24 months ago [easy doc] Document os.rename() behavior on Windows when src and dst are on different filesystems has patch has PR Documentation, Windows Python 3.10, Python 3.9, Python 3.8 open docs@python enhancement
28445 24 months ago Wrong documentation for GzipFile.peek has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
28612 24 months ago str.translate needs a mapping example has patch Documentation Python 3.7, Python 3.6, Python 3.5 open docs@python enhancement
28661 24 months ago Fix code example in Python 3.5 telnetlib documentation Documentation Python 3.11, Python 3.10, Python 3.9 open   enhancement
28859 24 months ago os.path.ismount sometimes raises FileNotFoundError on Windows has PR Windows Python 3.9, Python 3.8, Python 3.7 open   behavior
28879 24 months ago smtplib send_message should add Date header if it is missing, per RFC5322 has patch has PR Library (Lib) Python 3.7, Python 3.6 open   behavior
28951 24 months ago re.flags not documented in Module Contents as promised. Documentation, Regular Expressions Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
28973 24 months ago [doc] The fact that multiprocess.Queue uses serialization should be documented. Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
29010 24 months ago Incorrect description about scope related with inheritance Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python  
29890 24 months ago Constructor of ipaddress.IPv*Interface does not follow documentation has PR   Python 3.6, Python 3.5 open   behavior
30044 24 months ago shutil.copystat should (allow to) copy ownership, and other attributes Library (Lib) Python 3.10 open   enhancement
30082 24 months ago hide command prompt when using subprocess.Popen with shell=False on Windows has patch has PR Library (Lib), Windows Python 3.11 open   enhancement
30274 24 months ago Rename 'name' to 'fullname' argument to ExtensionFileLoader has PR Library (Lib) Python 3.11 open docs@python enhancement
30535 24 months ago [doc] Explicitly note that meta_path is not empty has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
30718 24 months ago [doc] open builtin function: specifying the size of buffer has no effect for text files has PR Documentation, IO Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
31188 24 months ago Makefile.pre.in: commoninstall: reformat Build Python 3.11, Python 3.10, Python 3.9 open   behavior
31524 24 months ago mailbox._mboxMMDF.get_message throws away From envelope email Python 3.11, Python 3.10, Python 3.9 open   behavior
32339 24 months ago Make the dict type used in csv.DictReader configurable has PR Library (Lib) Python 3.7 open   enhancement
32465 24 months ago [urllib] proxy_bypass_registry - extra error handling required for ProxyOverride, Windows under proxy environment Library (Lib) Python 3.11 open   behavior
32658 24 months ago Metacharacter (\) documentation suggestion has PR Documentation Python 3.11 open docs@python enhancement
33140 24 months ago shutil.chown should not be defined in Windows has patch has PR Library (Lib), Windows Python 3.11 open   behavior
33222 24 months ago Various test failures if PYTHONUSERBASE is not canonicalized has PR Tests Python 3.11, Python 3.10, Python 3.9 open   behavior
33426 24 months ago [doc] Behavior of os.path.join does not match documentation has PR Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
33590 24 months ago [doc] sched.enter priority has no impact on execution Documentation Python 3.11, Python 3.10, Python 3.9, Python 3.6 open docs@python  
33601 24 months ago [doc] Py_UTF8Mode is not documented has patch has PR Documentation Python 3.11, Python 3.10, Python 3.9 open Mariatta enhancement
34526 24 months ago Path.relative_to() taking multiple arguments could be better documented has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python  
34680 24 months ago [doc] asyncio event_loop fails when accessed from multiple threads asyncio Python 3.11, Python 3.10, Python 3.9 open   behavior
34816 24 months ago raise AttributeError if loading fails in ctypes.LibraryLoader.__getattr__ has patch has PR ctypes Python 3.10, Python 3.9, Python 3.8 open   behavior
35131 24 months ago Cannot access to customized paths within .pth file Windows Python 3.8, Python 3.7, Python 3.6 open   behavior
35190 24 months ago doc: collections.abc.Sequence cannot be used to test whether a class provides a particular interface Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python  
36003 24 months ago set better defaults for TCPServer options has PR Library (Lib) Python 3.8 open   enhancement
36461 24 months ago timeit: Additional changes for autorange has PR Library (Lib) Python 3.8, Python 3.7 open   enhancement
36703 24 months ago [Easy][Windows] test_subprocess: test_close_fds_with_stdio() has a race condition     open    
37367 24 months ago octal escapes applied inconsistently throughout the interpreter and lib has PR Regular Expressions Python 3.9 open    
37430 24 months ago [doc] range is not a built-in function Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
38825 24 months ago shutil.disk_usage - Lacking documentation Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
38981 24 months ago better name for re.error Exception class. has PR Regular Expressions Python 3.9 open   enhancement
39243 24 months ago CDLL __init__ no longer supports name being passed as None when the handle is not None ctypes, Windows Python 3.9, Python 3.8 open   behavior
39712 24 months ago Doc for `-X dev` option should mention PYTHONDEVMODE has patch has PR Documentation Python 3.9, Python 3.8, Python 3.7 open docs@python enhancement
39971 24 months ago [doc] Error in functional how-to example has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python  
40065 24 months ago py39: remove deprecation note for xml.etree.cElementTree Documentation Python 3.9 open docs@python  
40283 24 months ago Documentation of turtle.circle() has PR Documentation Python 3.9, Python 3.8, Python 3.7 open docs@python behavior
40899 24 months ago Document exceptions raised by importlib.import has PR Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
40946 24 months ago SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windows   Python 3.10 open   enhancement
41115 24 months ago Codecs should raise precise UnicodeDecodeError or UnicodeEncodeError has PR Library (Lib) Python 3.9, Python 3.8, Python 3.7 open   behavior
41275 24 months ago [doc] Clarify that Futures can be awaited multiple times asyncio Python 3.11 open   enhancement
41395 24 months ago pickle and pickletools cli interface doesn't close input and output file. has PR Library (Lib) Python 3.10, Python 3.9, Python 3.8 open   behavior
41825 24 months ago os.waitid() documentation needs TLC has PR Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python enhancement
42831 24 months ago IDLE fix colours for MacOS dark mode IDLE Python 3.10, Python 3.9, Python 3.8 open terry.reedy behavior
43286 24 months ago [doc] Clarify that Popen.returncode does not get auto-set when the process terminates Documentation, Library (Lib) Python 3.11, Python 3.10, Python 3.9 open docs@python  
43847 24 months ago [Windows] ntpath.realpath() of bytes root directory may raise TypeError in some cases Library (Lib), Windows Python 3.10, Python 3.9, Python 3.8 open   behavior
44158 24 months ago Clarify documentation for redirected stdout/stderr when using subprocess in Linux Documentation Python 3.11, Python 3.10, Python 3.9 open docs@python behavior
44844 24 months ago The command line of launching Edge on Linux hangs has PR Library (Lib) Python 3.11 open   behavior
45924 24 months ago Incorrect traceback when future's exception is raised multiple times has PR asyncio Python 3.11, Python 3.10, Python 3.9 open   behavior
45959 24 months ago Teach pprint about dict views has PR Library (Lib) Python 3.11 open   enhancement
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: