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
(no priority set)
45950 90108 25 months ago Reintroduce bootstrap_python for freezing has PR open christian.heimes
45847 90005 25 months ago Port module setup to PY_STDLIB_MOD() macro and addext() has PR open christian.heimes
45193 89356 25 months ago IDLE Show completions pop-up not working on Ubuntu Linux has PR open taleinat
45116 89279 25 months ago Performance regression 3.10b1: inlining issue in the big _PyEval_EvalFrameDefault() function with Visual Studio (MSC) has patch has PR open neonene
43921 88087 25 months ago test_ssl: test_wrong_cert_tls13() and test_pha_required_nocert() fail randomly on Windows has PR open pablogsal
43916 88082 25 months ago Check that new heap types cannot be created uninitialised: add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag has patch has PR open pablogsal
43908 88074 25 months ago array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag has patch has PR open gvanrossum
43760 87926 25 months ago The DISPATCH() macro is not as efficient as it could be (move PyThreadState.use_tracing) has PR open Mark.Shannon
43683 87849 25 months ago Handle generator (and coroutine) state in the bytecode. has PR open Mark.Shannon
43137 87303 25 months ago webbrowser to support "gio open <URL>" has PR open doko
42972 87138 25 months ago [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol has PR open vstinner
40964 85136 25 months ago Connection to IMAP server cyrus.andrew.cmu.edu hangs has PR open christian.heimes
34172 78353 25 months ago multiprocessing.Pool and ThreadPool leak resources after being deleted has PR open tzickel
33729 77910 25 months ago Hashlib/blake2* missing 'data' keyword argument has PR open Juuso Lehtivarjo
32604 76785 25 months ago [subinterpreters] PEP 554 implementation: add interpreters module has PR open eric.snow
28440 72626 25 months ago ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x has patch has PR open Marc.Culler
22367 66563 25 months ago Add open_file_descriptor parameter to fcntl.lockf() (use the new F_OFD_SETLK flag) has patch has PR open Andrew.Lutomirski
1100942 41431 25 months ago Add datetime.time.strptime and datetime.date.strptime has patch has PR open josh-sf
release blocker
47194 91350 25 months ago Upgrade to zlib v1.2.12 in CPython binary releases has PR open gregory.p.smith
47006 91162 25 months ago PEP 646: Decide on substitution behavior has PR open JelleZijlstra
46465 90623 25 months ago Regression caused by CALL_FUNCTION specialization for C function calls (test_urllib fails when run multiple times) has patch has PR open vstinner
deferred blocker
47061 91217 25 months ago Deprecate modules listed in PEP 594 has PR open brett.cannon
46890 91046 25 months ago getpath problems with framework build has patch has PR open ronaldoussoren
46841 90997 25 months ago Inline bytecode caches has PR open brandtbucher
45317 89480 25 months ago Document the removal the usage of the C stack in Python to Python calls has PR open Mark.Shannon
45173 89336 25 months ago Remove configparser deprecations has PR open hugovk
45162 89325 25 months ago Remove old deprecated unittest features has PR open serhiy.storchaka
43223 87389 25 months ago [security] http.server: Open Redirection if the URL path starts with // has patch has PR open hamzaavvan
critical
33295 77476 25 months ago ERROR: test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests) has PR open methane
17239 61441 25 months ago XML vulnerabilities in Python has patch has PR open christian.heimes
17180 61382 25 months ago shutil copy* unsafe on POSIX - they preserve setuid/setgit bits has patch open milko.krachounov
high
47182 91338 25 months ago _PyUnicode_Fini should invalidate ucnhash_capi capsule pointer has patch has PR open christian.heimes
46166 90324 25 months ago [C API] Get "self" args or non-null co_varnames from frame object with C-API has PR open Skylion007
44445 88611 25 months ago Add `site-include` install scheme path in sysconfig has PR open FFY00
40503 84683 25 months ago PEP 615: Add zoneinfo module has PR open p-ganssle
40257 84438 25 months ago Improve the use of __doc__ in pydoc has PR open serhiy.storchaka
38856 83037 25 months ago asyncio ProactorEventLoop: wait_closed() can raise ConnectionResetError has PR open yselivanov
38820 83001 25 months ago Make Python compatible with OpenSSL 3.0.0 has PR open christian.heimes
38270 82451 25 months ago Tests: Avoid MD5 or check for MD5 availablity has PR open christian.heimes
36338 80519 25 months ago urlparse of urllib returns wrong hostname has patch has PR open sanebow
34956 79137 25 months ago _tkinter built on macOS 10.14 does not link to Tcl and Tk in /Library/Frameworks has PR open wordtech
34722 78903 25 months ago Non-deterministic bytecode generation has PR open Peter Ebden
32694 76875 25 months ago Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAGS ? has PR open yselivanov
30437 74622 25 months ago SSL_shutdown needs SSL_read() until SSL_ERROR_ZERO_RETURN has PR open njs
30064 74250 25 months ago BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their callbacks when canceled has patch has PR open abacabadabacaba
29125 73311 25 months ago Shell injection via TIX_LIBRARY when using tkinter.tix has patch open symphorien
28971 73157 25 months ago nntplib is broken when responses are longer than _MAXLINE has patch open xdegaye
28866 73052 25 months ago Type cache is not correctly invalidated on a class defining mro() has patch has PR open sjpalt
28124 72311 25 months ago Rework SSL module documentation has PR open christian.heimes
26317 70505 25 months ago _scproxy and Python Launcher fail to build wtih GNU gcc on macOS 10.13+ has patch has PR open Robert P Fischer
25782 69968 25 months ago CPython hangs on error __context__ set to the error itself has patch has PR open yselivanov
23973 68161 25 months ago PEP 484 implementation has patch open gvanrossum
21109 65308 25 months ago tarfile: Traversal attack vulnerability has patch has PR open Daniel.Garcia
19217 63416 25 months ago Calling assertEquals for moderately long list takes too long has patch has PR open Jacek.Bzdak
17305 61507 25 months ago IDNA2008 encoding is missing has patch has PR open marten
14364 58572 25 months ago Argparse incorrectly handles '--' as argument to option has patch has PR open maker
9253 53499 25 months ago argparse: optional subparsers has patch open nvie
8372 52619 25 months ago socket: Buffer overrun while reading unterminated AF_UNIX addresses has patch open baikie
6083 50333 25 months ago Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupleAndKeywords has patch open billm
3132 47382 25 months ago implement PEP 3118 struct changes has patch open benjamin.peterson
1508475 43521 25 months ago transparent gzip compression in urllib has patch open antialize
normal
47256 91412 25 months ago re: limit the maximum capturing group to 1,073,741,823, reduce sizeof(match_context). has PR open malin
47255 91411 25 months ago Many broken :meth: roles in the docs has PR open JelleZijlstra
47254 91410 25 months ago enhanced dir? has PR open apostofes
47251 91407 25 months ago Merge BINARY_SUBSCR_LIST_INT with BINARY_SUBSCR_LIST_TUPLE has PR open pieter.eendebak
47243 91399 25 months ago Duplicate entry in 'Objects/unicodetype_db.h' has PR open LiarPrincess
47233 91389 25 months ago show_caches option affects code positions reported by dis.get_instructions(...) has patch has PR open 15r10nk
47222 91378 25 months ago subprocess.Popen() should allow capturing output and sending it to stdout and stderr has PR open pprindeville
47218 91374 25 months ago adding name to lzmafile has PR open ellaellela
47217 91373 25 months ago adding name to BZ2File has PR open ellaellela
47216 91372 25 months ago adding mtime option to gzip open() has PR open ellaellela
47215 91371 25 months ago Add "unstable" frame stack api has PR open Mark.Shannon
47208 91364 25 months ago Support libffi implementations that cannot support invocations with 1024 arguments has PR open hoodchatham
47205 91361 25 months ago posix.sched_{get|set}affinity(-1) no longer returns ProcessLookup causing test failures on FreeBSD has PR open christian.heimes
47200 91356 25 months ago Add ZipInfo.mode property has patch has PR open sam_ezeh
47199 91355 25 months ago multiprocessing: micro-optimize Connection.send_bytes() method has PR open malin
47197 91353 25 months ago ctypes mishandles `void` return type has PR open hoodchatham
47184 91340 25 months ago multiprocessing.set_start_method force argument is not documented has PR open John Hagen
47169 91325 25 months ago Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly has PR open petr.viktorin
47168 91324 25 months ago Improvements for stable ABI definition files has PR open petr.viktorin
47167 91323 25 months ago Allow overriding future-task compliance check in asyncio has PR open asvetlov
47164 91320 25 months ago [C API] Add private "CAST" macros to clean up casts in C code has PR open vstinner
47161 91317 25 months ago pathlib method relative_to doesnt work with // in paths has PR open John15321
47154 91310 25 months ago -arch <arch> detection in _osx_support generates false positives has PR open isuruf
47152 91308 25 months ago Reorganize the re module sources has PR open serhiy.storchaka
47138 91294 25 months ago Pin Jinja2 to fix docs build has PR open hugovk
47135 91291 25 months ago Allow decimal.localcontext to accept keyword arguments to set context attributes has patch has PR open steven.daprano
47132 91288 25 months ago Move tests from setobject.c to _testcapimodule has PR open arhadthedev
47123 91279 25 months ago ZipFile.writestr should respect SOURCE_DATE_EPOCH has patch open ghost43
47120 91276 25 months ago Make all jump opcodes relative has PR open iritkatriel
47115 91271 25 months ago Documentation inconsistency with the stable ABI has PR open Crowthebird
47110 91266 25 months ago Refactor bytearray strip methods has PR open pieter.eendebak
47109 91265 25 months ago Old ctypes.macholib tests are ignored by python -m test has PR open arhadthedev
47104 91260 25 months ago Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase has PR open asvetlov
47102 91258 25 months ago explore hashlib use of the Linux Kernel CryptoAPI has PR open gregory.p.smith
47101 91257 25 months ago hashlib.algorithms_available lists algorithms that are not available in OpenSSL 3.0 default provider has PR open christian.heimes
47091 91247 25 months ago Improve performance of list and tuple repeat methods has PR open pieter.eendebak
47090 91246 25 months ago Make zlib required on all platforms (simplifies code) has PR open gregory.p.smith
47087 91243 25 months ago Implement PEP 655 (Required/NotRequired) has PR open JelleZijlstra
47086 91242 25 months ago Include HTML docs with Windows installer instead of CHM has PR open steve.dower
47075 91231 25 months ago test_multiprocessing_spawn leaks QueueManager dangling processes has patch has PR open vstinner
47071 91227 25 months ago asyncio proactor udp transport stops responding after send to port that isn't listening has patch has PR open esoma
47070 91226 25 months ago Improve performance of array_inplace_repeat has PR open pieter.eendebak
47067 91223 25 months ago Add vectorcall for generic alias object has PR open penguin_wwy
47063 91219 25 months ago SimpleHTTPRequestHandler has hard coded index page list. has PR open myronww
47058 91214 25 months ago Skip tests failing on Solaris has PR open kulikjak
47054 91210 25 months ago "SyntaxError: non-default argument follows default argument" confuses has PR open bluenix
47053 91209 25 months ago Reduce de-optimization in BINARY_OP_INPLACE_ADD_UNICODE has PR open Dennis Sweeney
47049 91205 25 months ago Incorrect shutil.copytree() behaviour with symlinks has PR open vajdaz
47045 91201 25 months ago Remove the RESUME instruction has PR open Mark.Shannon
47029 91185 25 months ago Fix a BrokenPipeError when a multiprocessing.Queue is garbage collected has PR open maggyero
47025 91181 25 months ago bytes do not work on sys.path has patch has PR open graingert
47016 91172 25 months ago Create a test verifying bundled pip and setuptools wheels has PR open illia-v
47010 91166 25 months ago Implement zero copy writes in SelectorSocketTransport in asyncio has PR open kumaraditya
47000 91156 25 months ago Make encoding="locale" uses locale encoding even in UTF-8 mode is enabled. has PR open methane
46978 91134 25 months ago Doc strings for built-in, in-place operators are misleading has PR open nickovs
46973 91129 25 months ago Provide make target to regenerate autoconf files with container has PR open christian.heimes
46964 91120 25 months ago The global config should not be stored on each interpreter has PR open eric.snow
46962 91118 25 months ago Fix docstrings that do not honor --without-doc-strings has PR open arhadthedev
46961 91117 25 months ago Caching/interning of small ints sometimes fails has PR open steven.daprano
46958 91114 25 months ago json dump/dumps prints each array element on a new line (bad for readability) has PR open Entirity
46946 91102 25 months ago Port core types to Argument Clinic has PR open arhadthedev
46943 91099 25 months ago fix[imaplib]: call Exception with string instance has PR open spaceone
46942 91098 25 months ago Convert Object/classobject.c to Argument Clinic has PR open arhadthedev
46939 91095 25 months ago Specialize calls for Python classes has PR open kj
46934 91090 25 months ago Started multiprocessing.Process instances are unserialisable has PR open maggyero
46917 91073 25 months ago Require IEEE 754 floating point to build Python 3.11 has PR open vstinner
46913 91069 25 months ago UBSAN: test_ctypes, test_faulthandler and test_hashlib are failing has PR open vstinner
46907 91063 25 months ago Update Windows and MacOS installer to SQLite 3.38.2 has PR open felixxm
46896 91052 25 months ago add support for watching writes to selected dictionaries has PR open carljm
46887 91043 25 months ago ./Programs/_freeze_module fails with MSAN: Uninitialized value was created by an allocation of 'stat.i' has PR open vstinner
46882 91038 25 months ago Clarify argument type of platform.platform(aliased, terse) to boolean has PR open Rotzbua
46879 91035 25 months ago [doc] incorrect sphinx object names has PR open push-f
46878 91034 25 months ago [sqlite3] remove "non-standard" from docstrings has PR open erlendaasland
46838 90994 25 months ago Parameters and arguments parser syntax error improvments has PR open Andy_kl
46836 90992 25 months ago [C API] Move PyFrameObject to the internal C API has PR open vstinner
46835 90991 25 months ago ImportError: bad magic number in ... does not indicate where is that file located has PR open hroncok
46826 90982 25 months ago prefixes argument to site.getsitepackages() missing documentation has PR open asnell
46824 90980 25 months ago use AI_NUMERICHOST | AI_NUMERICSERV to skip getaddrinfo thread in asyncio has PR open graingert
46823 90979 25 months ago Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode has PR open Dennis Sweeney
46815 90971 25 months ago Extra `DeprecationWarning` when running `lib2to3` tests has PR open sobolevn
46814 90970 25 months ago Documentation for constructing abstract base classes is misleading has PR open Yoshanuikabundi
46811 90967 25 months ago Test suite needs adjustments for Expat >=2.4.5 has PR open sping
46799 90955 25 months ago ShareableList memory bloat and performance improvement has patch has PR open tcl326
46787 90943 25 months ago ProcessPoolExecutor exception memory leak has patch has PR open themylogin
46785 90941 25 months ago On Windows, os.stat() can fail if called while another process is creating or deleting the file has PR open Antony.Lee
46781 90937 25 months ago Tracing: c_return doesn't report the result has PR open smurfix
46771 90927 25 months ago Implement asyncio.timeout() context manager has PR open gvanrossum
46764 90920 25 months ago Wrapping a bound method with a @classmethod no longer works has PR open msullivan
46761 90917 25 months ago functools.update_wrapper breaks the signature of functools.partial objects has patch has PR open larry
46760 90916 25 months ago test_dis should test the dis module, not everything else has PR open Mark.Shannon
46759 90915 25 months ago sys.excepthook documentation doesn't mention that it isn't called for SystemExit has PR open cjwatson
46755 90911 25 months ago QueueHandler logs stack_info twice has PR open erik.montnemery
46752 90908 25 months ago Introduce task groups to asyncio and change task cancellation semantics has PR open gvanrossum
46750 90906 25 months ago some code paths in ssl and _socket still import idna unconditionally has PR open slingamn
46744 90900 25 months ago installers on ARM64 suggest wrong folders has PR open conio
46742 90898 25 months ago Add '-d $fd' option to trace module, akin to bash -x feature has PR open PenelopeFudd
46740 90896 25 months ago Improve Telnetlib's throughput has PR open martin_kirch
46734 90890 25 months ago Add Maildir.get_flags() to access message flags without opening the file has PR open gildea
46733 90889 25 months ago pathlib.Path methods can raise NotImplementedError has PR open barneygale
46724 90880 25 months ago Odd Bytecode Generation in 3.10 has PR open saulshanabrook
46720 90876 25 months ago Add support for path-like objects to multiprocessing.set_executable for Windows to be on a par with Unix-like systems has PR open maggyero
46716 90872 25 months ago regrtest didn't respect the timeout when running test_subprocess on AMD64 Windows11 3.x has patch has PR open vstinner
46715 90871 25 months ago asyncio.create_unix_server has an off-by-one error concerning the backlog parameter has patch open jnsnow
46711 90867 25 months ago test_logging: test_post_fork_child_no_deadlock() failed with timeout on AMD64 Arch Linux Asan Debug 3.10 has PR open vstinner
46705 90861 25 months ago Memory optimization for set.issubset has patch has PR open panda1200
46697 90855 25 months ago _ctypes_simple_instance returns inverted logic has patch open hydroflask
46696 90854 25 months ago socketmodule add Linux SO_INCOMING_CPU constant has PR open devnexen
46681 90839 25 months ago gzip.compress does not forward compresslevel to zlib.compress has PR open iii-i
46679 90837 25 months ago test.support.wait_process ignores timeout argument has PR open notarealdeveloper
46671 90829 25 months ago "ValueError: min() arg is an empty sequence" is wrong (builtins.min/max) has PR open Nnarol
46670 90828 25 months ago Build Python with -Wundef: don't use undefined macros has PR open vstinner
46662 90820 25 months ago Lib/sqlite3/dbapi2.py: convert_timestamp function failed to correctly parse timestamp has PR open Rayologist
46657 90815 25 months ago Add mimalloc memory allocator has PR open christian.heimes
46655 90813 25 months ago typing.TypeAlias is not in the list of allowed plain _SpecialForm typeforms has PR open GBeauregard
46652 90810 25 months ago Use code.co_qualname to provide richer information has PR open Gabriele Tornetta
46650 90808 25 months ago `priority` in `sched.scheduler` is not sufficiently tested has PR open sobolevn
46649 90807 25 months ago Propagate Python thread name to thread state structure has PR open Gabriele Tornetta
46646 90804 25 months ago `address` arg can be `bytes` for `ip_*` functions in `ipaddress` module has PR open sobolevn
46642 90800 25 months ago typing: tested TypeVar instance subclass TypeError is incidental has PR open GBeauregard
46623 90781 25 months ago test_zlib: test_pair() and test_speech128() fail with s390x hardware accelerator has PR open vstinner
46622 90780 25 months ago Add an async variant of lru_cache for coroutines. has PR open uranusjr
46615 90773 25 months ago Use-after-free by mutating set during set operations has patch has PR open Dennis Sweeney
46614 90772 25 months ago Add option to output UTC datetimes as "Z" in `.isoformat()` has PR open p-ganssle
46613 90771 25 months ago Add PyType_GetModuleByDef to the public & limited API has PR open petr.viktorin
46604 90762 25 months ago Documentation fix in ssl module has PR open glk0
46600 90758 25 months ago Python built with clang -O0 allocates 10x more stack memory than clang -O3 on a Python function call has patch has PR open vstinner
46589 90747 25 months ago Improve documentation for typing._GenericAlias has PR open matthew.rahtz
46587 90745 25 months ago datetime and time tests use non-portable "%4Y" format has PR open christian.heimes
46586 90744 25 months ago In documentation contents enum.property erroneously links to built-in property has PR open Dutcho
46565 90723 25 months ago Delete module-level loop variables when no longer needed has PR open sobolevn
46564 90722 25 months ago Near zero-cost super().meth() calls via adaptive superinstructions has PR open kj
46561 90719 25 months ago Descriptor resolution should own arguments passed to descriptors has PR open tekknolagi
46557 90715 25 months ago Logging captured warnings with a format string unnecessarily groups warnings together has patch has PR open mnito
46547 90705 25 months ago `pydoc.Helper` leaks several `for` loop variables has PR open sobolevn
46544 90702 25 months ago `textwrap.TextWrapper` leaks two intermediate vars into class namespace has PR open sobolevn
46543 90701 25 months ago Add sys._getfunc has PR open JelleZijlstra
46541 90699 25 months ago Replace _Py_IDENTIFIER() with statically initialized objects. has PR open eric.snow
46534 90692 25 months ago Implementing PEP 673 (Self type) has PR open Gobot1234
46533 90691 25 months ago Specialize for staticmethods and classmethods has PR open Mark.Shannon
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: