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 32 months ago Reintroduce bootstrap_python for freezing has PR open christian.heimes
45847 90005 32 months ago Port module setup to PY_STDLIB_MOD() macro and addext() has PR open christian.heimes
45193 89356 32 months ago IDLE Show completions pop-up not working on Ubuntu Linux has PR open taleinat
45116 89279 32 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 32 months ago test_ssl: test_wrong_cert_tls13() and test_pha_required_nocert() fail randomly on Windows has PR open pablogsal
43916 88082 32 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 32 months ago array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag has patch has PR open gvanrossum
43760 87926 32 months ago The DISPATCH() macro is not as efficient as it could be (move PyThreadState.use_tracing) has PR open Mark.Shannon
43683 87849 32 months ago Handle generator (and coroutine) state in the bytecode. has PR open Mark.Shannon
43137 87303 32 months ago webbrowser to support "gio open <URL>" has PR open doko
42972 87138 32 months ago [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol has PR open vstinner
40964 85136 32 months ago Connection to IMAP server cyrus.andrew.cmu.edu hangs has PR open christian.heimes
34172 78353 32 months ago multiprocessing.Pool and ThreadPool leak resources after being deleted has PR open tzickel
33729 77910 32 months ago Hashlib/blake2* missing 'data' keyword argument has PR open Juuso Lehtivarjo
32604 76785 32 months ago [subinterpreters] PEP 554 implementation: add interpreters module has PR open eric.snow
28440 72626 32 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 32 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 32 months ago Add datetime.time.strptime and datetime.date.strptime has patch has PR open josh-sf
release blocker
47194 91350 32 months ago Upgrade to zlib v1.2.12 in CPython binary releases has PR open gregory.p.smith
47006 91162 32 months ago PEP 646: Decide on substitution behavior has PR open JelleZijlstra
46465 90623 32 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 32 months ago Deprecate modules listed in PEP 594 has PR open brett.cannon
46890 91046 32 months ago getpath problems with framework build has patch has PR open ronaldoussoren
46841 90997 32 months ago Inline bytecode caches has PR open brandtbucher
45317 89480 32 months ago Document the removal the usage of the C stack in Python to Python calls has PR open Mark.Shannon
45173 89336 32 months ago Remove configparser deprecations has PR open hugovk
45162 89325 32 months ago Remove old deprecated unittest features has PR open serhiy.storchaka
43223 87389 32 months ago [security] http.server: Open Redirection if the URL path starts with // has patch has PR open hamzaavvan
critical
33295 77476 32 months ago ERROR: test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests) has PR open methane
17239 61441 32 months ago XML vulnerabilities in Python has patch has PR open christian.heimes
17180 61382 32 months ago shutil copy* unsafe on POSIX - they preserve setuid/setgit bits has patch open milko.krachounov
high
47182 91338 32 months ago _PyUnicode_Fini should invalidate ucnhash_capi capsule pointer has patch has PR open christian.heimes
46166 90324 32 months ago [C API] Get "self" args or non-null co_varnames from frame object with C-API has PR open Skylion007
44445 88611 32 months ago Add `site-include` install scheme path in sysconfig has PR open FFY00
40503 84683 32 months ago PEP 615: Add zoneinfo module has PR open p-ganssle
40257 84438 32 months ago Improve the use of __doc__ in pydoc has PR open serhiy.storchaka
38856 83037 32 months ago asyncio ProactorEventLoop: wait_closed() can raise ConnectionResetError has PR open yselivanov
38820 83001 32 months ago Make Python compatible with OpenSSL 3.0.0 has PR open christian.heimes
38270 82451 32 months ago Tests: Avoid MD5 or check for MD5 availablity has PR open christian.heimes
36338 80519 32 months ago urlparse of urllib returns wrong hostname has patch has PR open sanebow
34956 79137 32 months ago _tkinter built on macOS 10.14 does not link to Tcl and Tk in /Library/Frameworks has PR open wordtech
34722 78903 32 months ago Non-deterministic bytecode generation has PR open Peter Ebden
32694 76875 32 months ago Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAGS ? has PR open yselivanov
30437 74622 32 months ago SSL_shutdown needs SSL_read() until SSL_ERROR_ZERO_RETURN has PR open njs
30064 74250 32 months ago BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their callbacks when canceled has patch has PR open abacabadabacaba
29125 73311 32 months ago Shell injection via TIX_LIBRARY when using tkinter.tix has patch open symphorien
28971 73157 32 months ago nntplib is broken when responses are longer than _MAXLINE has patch open xdegaye
28866 73052 32 months ago Type cache is not correctly invalidated on a class defining mro() has patch has PR open sjpalt
28124 72311 32 months ago Rework SSL module documentation has PR open christian.heimes
26317 70505 32 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 32 months ago CPython hangs on error __context__ set to the error itself has patch has PR open yselivanov
23973 68161 32 months ago PEP 484 implementation has patch open gvanrossum
21109 65308 32 months ago tarfile: Traversal attack vulnerability has patch has PR open Daniel.Garcia
19217 63416 32 months ago Calling assertEquals for moderately long list takes too long has patch has PR open Jacek.Bzdak
17305 61507 32 months ago IDNA2008 encoding is missing has patch has PR open marten
14364 58572 32 months ago Argparse incorrectly handles '--' as argument to option has patch has PR open maker
9253 53499 32 months ago argparse: optional subparsers has patch open nvie
8372 52619 32 months ago socket: Buffer overrun while reading unterminated AF_UNIX addresses has patch open baikie
6083 50333 32 months ago Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupleAndKeywords has patch open billm
3132 47382 32 months ago implement PEP 3118 struct changes has patch open benjamin.peterson
1508475 43521 32 months ago transparent gzip compression in urllib has patch open antialize
normal
47256 91412 32 months ago re: limit the maximum capturing group to 1,073,741,823, reduce sizeof(match_context). has PR open malin
47255 91411 32 months ago Many broken :meth: roles in the docs has PR open JelleZijlstra
47254 91410 32 months ago enhanced dir? has PR open apostofes
47251 91407 32 months ago Merge BINARY_SUBSCR_LIST_INT with BINARY_SUBSCR_LIST_TUPLE has PR open pieter.eendebak
47243 91399 32 months ago Duplicate entry in 'Objects/unicodetype_db.h' has PR open LiarPrincess
47233 91389 32 months ago show_caches option affects code positions reported by dis.get_instructions(...) has patch has PR open 15r10nk
47222 91378 32 months ago subprocess.Popen() should allow capturing output and sending it to stdout and stderr has PR open pprindeville
47218 91374 32 months ago adding name to lzmafile has PR open ellaellela
47217 91373 32 months ago adding name to BZ2File has PR open ellaellela
47216 91372 32 months ago adding mtime option to gzip open() has PR open ellaellela
47215 91371 32 months ago Add "unstable" frame stack api has PR open Mark.Shannon
47208 91364 32 months ago Support libffi implementations that cannot support invocations with 1024 arguments has PR open hoodchatham
47205 91361 32 months ago posix.sched_{get|set}affinity(-1) no longer returns ProcessLookup causing test failures on FreeBSD has PR open christian.heimes
47200 91356 32 months ago Add ZipInfo.mode property has patch has PR open sam_ezeh
47199 91355 32 months ago multiprocessing: micro-optimize Connection.send_bytes() method has PR open malin
47197 91353 32 months ago ctypes mishandles `void` return type has PR open hoodchatham
47184 91340 32 months ago multiprocessing.set_start_method force argument is not documented has PR open John Hagen
47169 91325 32 months ago Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly has PR open petr.viktorin
47168 91324 32 months ago Improvements for stable ABI definition files has PR open petr.viktorin
47167 91323 32 months ago Allow overriding future-task compliance check in asyncio has PR open asvetlov
47164 91320 32 months ago [C API] Add private "CAST" macros to clean up casts in C code has PR open vstinner
47161 91317 32 months ago pathlib method relative_to doesnt work with // in paths has PR open John15321
47154 91310 32 months ago -arch <arch> detection in _osx_support generates false positives has PR open isuruf
47152 91308 32 months ago Reorganize the re module sources has PR open serhiy.storchaka
47138 91294 32 months ago Pin Jinja2 to fix docs build has PR open hugovk
47135 91291 32 months ago Allow decimal.localcontext to accept keyword arguments to set context attributes has patch has PR open steven.daprano
47132 91288 32 months ago Move tests from setobject.c to _testcapimodule has PR open arhadthedev
47123 91279 32 months ago ZipFile.writestr should respect SOURCE_DATE_EPOCH has patch open ghost43
47120 91276 32 months ago Make all jump opcodes relative has PR open iritkatriel
47115 91271 32 months ago Documentation inconsistency with the stable ABI has PR open Crowthebird
47110 91266 32 months ago Refactor bytearray strip methods has PR open pieter.eendebak
47109 91265 32 months ago Old ctypes.macholib tests are ignored by python -m test has PR open arhadthedev
47104 91260 32 months ago Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase has PR open asvetlov
47102 91258 32 months ago explore hashlib use of the Linux Kernel CryptoAPI has PR open gregory.p.smith
47101 91257 32 months ago hashlib.algorithms_available lists algorithms that are not available in OpenSSL 3.0 default provider has PR open christian.heimes
47091 91247 32 months ago Improve performance of list and tuple repeat methods has PR open pieter.eendebak
47090 91246 32 months ago Make zlib required on all platforms (simplifies code) has PR open gregory.p.smith
47087 91243 32 months ago Implement PEP 655 (Required/NotRequired) has PR open JelleZijlstra
47086 91242 32 months ago Include HTML docs with Windows installer instead of CHM has PR open steve.dower
47075 91231 32 months ago test_multiprocessing_spawn leaks QueueManager dangling processes has patch has PR open vstinner
47071 91227 32 months ago asyncio proactor udp transport stops responding after send to port that isn't listening has patch has PR open esoma
47070 91226 32 months ago Improve performance of array_inplace_repeat has PR open pieter.eendebak
47067 91223 32 months ago Add vectorcall for generic alias object has PR open penguin_wwy
47063 91219 32 months ago SimpleHTTPRequestHandler has hard coded index page list. has PR open myronww
47058 91214 32 months ago Skip tests failing on Solaris has PR open kulikjak
47054 91210 32 months ago "SyntaxError: non-default argument follows default argument" confuses has PR open bluenix
47053 91209 32 months ago Reduce de-optimization in BINARY_OP_INPLACE_ADD_UNICODE has PR open Dennis Sweeney
47049 91205 32 months ago Incorrect shutil.copytree() behaviour with symlinks has PR open vajdaz
47045 91201 32 months ago Remove the RESUME instruction has PR open Mark.Shannon
47029 91185 32 months ago Fix a BrokenPipeError when a multiprocessing.Queue is garbage collected has PR open maggyero
47025 91181 32 months ago bytes do not work on sys.path has patch has PR open graingert
47016 91172 32 months ago Create a test verifying bundled pip and setuptools wheels has PR open illia-v
47010 91166 32 months ago Implement zero copy writes in SelectorSocketTransport in asyncio has PR open kumaraditya
47000 91156 32 months ago Make encoding="locale" uses locale encoding even in UTF-8 mode is enabled. has PR open methane
46978 91134 32 months ago Doc strings for built-in, in-place operators are misleading has PR open nickovs
46973 91129 32 months ago Provide make target to regenerate autoconf files with container has PR open christian.heimes
46964 91120 32 months ago The global config should not be stored on each interpreter has PR open eric.snow
46962 91118 32 months ago Fix docstrings that do not honor --without-doc-strings has PR open arhadthedev
46961 91117 32 months ago Caching/interning of small ints sometimes fails has PR open steven.daprano
46958 91114 32 months ago json dump/dumps prints each array element on a new line (bad for readability) has PR open Entirity
46946 91102 32 months ago Port core types to Argument Clinic has PR open arhadthedev
46943 91099 32 months ago fix[imaplib]: call Exception with string instance has PR open spaceone
46942 91098 32 months ago Convert Object/classobject.c to Argument Clinic has PR open arhadthedev
46939 91095 32 months ago Specialize calls for Python classes has PR open kj
46934 91090 32 months ago Started multiprocessing.Process instances are unserialisable has PR open maggyero
46917 91073 32 months ago Require IEEE 754 floating point to build Python 3.11 has PR open vstinner
46913 91069 32 months ago UBSAN: test_ctypes, test_faulthandler and test_hashlib are failing has PR open vstinner
46907 91063 32 months ago Update Windows and MacOS installer to SQLite 3.38.2 has PR open felixxm
46896 91052 32 months ago add support for watching writes to selected dictionaries has PR open carljm
46887 91043 32 months ago ./Programs/_freeze_module fails with MSAN: Uninitialized value was created by an allocation of 'stat.i' has PR open vstinner
46882 91038 32 months ago Clarify argument type of platform.platform(aliased, terse) to boolean has PR open Rotzbua
46879 91035 32 months ago [doc] incorrect sphinx object names has PR open push-f
46878 91034 32 months ago [sqlite3] remove "non-standard" from docstrings has PR open erlendaasland
46838 90994 32 months ago Parameters and arguments parser syntax error improvments has PR open Andy_kl
46836 90992 32 months ago [C API] Move PyFrameObject to the internal C API has PR open vstinner
46835 90991 32 months ago ImportError: bad magic number in ... does not indicate where is that file located has PR open hroncok
46826 90982 32 months ago prefixes argument to site.getsitepackages() missing documentation has PR open asnell
46824 90980 32 months ago use AI_NUMERICHOST | AI_NUMERICSERV to skip getaddrinfo thread in asyncio has PR open graingert
46823 90979 32 months ago Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode has PR open Dennis Sweeney
46815 90971 32 months ago Extra `DeprecationWarning` when running `lib2to3` tests has PR open sobolevn
46814 90970 32 months ago Documentation for constructing abstract base classes is misleading has PR open Yoshanuikabundi
46811 90967 32 months ago Test suite needs adjustments for Expat >=2.4.5 has PR open sping
46799 90955 32 months ago ShareableList memory bloat and performance improvement has patch has PR open tcl326
46787 90943 32 months ago ProcessPoolExecutor exception memory leak has patch has PR open themylogin
46785 90941 32 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 32 months ago Tracing: c_return doesn't report the result has PR open smurfix
46771 90927 32 months ago Implement asyncio.timeout() context manager has PR open gvanrossum
46764 90920 32 months ago Wrapping a bound method with a @classmethod no longer works has PR open msullivan
46761 90917 32 months ago functools.update_wrapper breaks the signature of functools.partial objects has patch has PR open larry
46760 90916 32 months ago test_dis should test the dis module, not everything else has PR open Mark.Shannon
46759 90915 32 months ago sys.excepthook documentation doesn't mention that it isn't called for SystemExit has PR open cjwatson
46755 90911 32 months ago QueueHandler logs stack_info twice has PR open erik.montnemery
46752 90908 32 months ago Introduce task groups to asyncio and change task cancellation semantics has PR open gvanrossum
46750 90906 32 months ago some code paths in ssl and _socket still import idna unconditionally has PR open slingamn
46744 90900 32 months ago installers on ARM64 suggest wrong folders has PR open conio
46742 90898 32 months ago Add '-d $fd' option to trace module, akin to bash -x feature has PR open PenelopeFudd
46740 90896 32 months ago Improve Telnetlib's throughput has PR open martin_kirch
46734 90890 32 months ago Add Maildir.get_flags() to access message flags without opening the file has PR open gildea
46733 90889 32 months ago pathlib.Path methods can raise NotImplementedError has PR open barneygale
46724 90880 32 months ago Odd Bytecode Generation in 3.10 has PR open saulshanabrook
46720 90876 32 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 32 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 32 months ago asyncio.create_unix_server has an off-by-one error concerning the backlog parameter has patch open jnsnow
46711 90867 32 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 32 months ago Memory optimization for set.issubset has patch has PR open panda1200
46697 90855 32 months ago _ctypes_simple_instance returns inverted logic has patch open hydroflask
46696 90854 32 months ago socketmodule add Linux SO_INCOMING_CPU constant has PR open devnexen
46681 90839 32 months ago gzip.compress does not forward compresslevel to zlib.compress has PR open iii-i
46679 90837 32 months ago test.support.wait_process ignores timeout argument has PR open notarealdeveloper
46671 90829 32 months ago "ValueError: min() arg is an empty sequence" is wrong (builtins.min/max) has PR open Nnarol
46670 90828 32 months ago Build Python with -Wundef: don't use undefined macros has PR open vstinner
46662 90820 32 months ago Lib/sqlite3/dbapi2.py: convert_timestamp function failed to correctly parse timestamp has PR open Rayologist
46657 90815 32 months ago Add mimalloc memory allocator has PR open christian.heimes
46655 90813 32 months ago typing.TypeAlias is not in the list of allowed plain _SpecialForm typeforms has PR open GBeauregard
46652 90810 32 months ago Use code.co_qualname to provide richer information has PR open Gabriele Tornetta
46650 90808 32 months ago `priority` in `sched.scheduler` is not sufficiently tested has PR open sobolevn
46649 90807 32 months ago Propagate Python thread name to thread state structure has PR open Gabriele Tornetta
46646 90804 32 months ago `address` arg can be `bytes` for `ip_*` functions in `ipaddress` module has PR open sobolevn
46642 90800 32 months ago typing: tested TypeVar instance subclass TypeError is incidental has PR open GBeauregard
46623 90781 32 months ago test_zlib: test_pair() and test_speech128() fail with s390x hardware accelerator has PR open vstinner
46622 90780 32 months ago Add an async variant of lru_cache for coroutines. has PR open uranusjr
46615 90773 32 months ago Use-after-free by mutating set during set operations has patch has PR open Dennis Sweeney
46614 90772 32 months ago Add option to output UTC datetimes as "Z" in `.isoformat()` has PR open p-ganssle
46613 90771 32 months ago Add PyType_GetModuleByDef to the public & limited API has PR open petr.viktorin
46604 90762 32 months ago Documentation fix in ssl module has PR open glk0
46600 90758 32 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 32 months ago Improve documentation for typing._GenericAlias has PR open matthew.rahtz
46587 90745 32 months ago datetime and time tests use non-portable "%4Y" format has PR open christian.heimes
46586 90744 32 months ago In documentation contents enum.property erroneously links to built-in property has PR open Dutcho
46565 90723 32 months ago Delete module-level loop variables when no longer needed has PR open sobolevn
46564 90722 32 months ago Near zero-cost super().meth() calls via adaptive superinstructions has PR open kj
46561 90719 32 months ago Descriptor resolution should own arguments passed to descriptors has PR open tekknolagi
46557 90715 32 months ago Logging captured warnings with a format string unnecessarily groups warnings together has patch has PR open mnito
46547 90705 32 months ago `pydoc.Helper` leaks several `for` loop variables has PR open sobolevn
46544 90702 32 months ago `textwrap.TextWrapper` leaks two intermediate vars into class namespace has PR open sobolevn
46543 90701 32 months ago Add sys._getfunc has PR open JelleZijlstra
46541 90699 32 months ago Replace _Py_IDENTIFIER() with statically initialized objects. has PR open eric.snow
46534 90692 32 months ago Implementing PEP 673 (Self type) has PR open Gobot1234
46533 90691 32 months ago Specialize for staticmethods and classmethods has PR open Mark.Shannon
46532 90690 32 months ago Improve efficiency of PRECALL/CALL instructions has PR open Mark.Shannon
46523 90681 32 months ago Test suite skips failing tests when setUp[Class] fails has PR open sobolevn
46520 90678 32 months ago ast.unparse produces bad code for identifiers that become keywords has PR open Kodiologist
46511 90669 32 months ago dataclasses: Allow typing.Annotated to wrap dataclasses-specific annotations has PR open GBeauregard
46509 90667 32 months ago Type-specialized Py_DECREF has PR open Dennis Sweeney
46500 90658 32 months ago make timeit module accept files has PR open CCLDArjun
46498 90656 32 months ago Add new triplets for loongarch64 has patch has PR open loongson-zn
46496 90654 32 months ago idlelib/NEWS.txt for 3.11.0 and backports has PR open terry.reedy
46477 90635 32 months ago Enum: ensure bitwise operators on subclasses are correct has PR open ethan.furman
46464 90622 32 months ago concurrent.futures.ProcessPoolExecutor can deadlock when tcmalloc is used has PR open yilei
46456 90614 32 months ago Add mime type "image/avif" has PR open wangjiahua
46447 90605 32 months ago datetime.isoformat() documentation does not point to the risk of using it with naive datetime objects has PR open jeanCarloMachado
46446 90604 32 months ago OpenBSD not MULTIARCH has PR open kmosiejczuk
46439 90597 32 months ago Clarify urllib.request.add_header documentation has PR open epicfaace
46425 90583 32 months ago Multiple test modules fail to run if invoked directly has PR open sobolevn
46391 90549 32 months ago Library multiprocess leaks named resources. has patch has PR open milestonejxd
46377 90535 32 months ago TimedRotatingFileHandler "midnight" misleading when interval > 1 has PR open mschiess
46376 90534 32 months ago PyMapping_Check returns 1 for list has PR open aviramha
46375 90533 32 months ago io.BytesIO does not have peek() has PR open marcelm
46372 90530 32 months ago int/float specializations should mutate the LHS in-place when possible has PR open brandtbucher
46368 90526 32 months ago faulthandler: add the ability to dump all interpreters, not only the current interpreter has patch open vstinner
46364 90522 32 months ago asyncio subprocess cannot read from /dev/stdin has PR open xoph
46353 90511 32 months ago 'pydoc -k' fails when some module's loader is not found has PR open dlax
46343 90501 32 months ago Add PyErr_GetActiveException and PyErr_SetActiveException has PR open iritkatriel
46337 90495 32 months ago urllib.parse: Allow more flexibility in schemes and URL resolution behavior has PR open lincolnauster
46317 90475 32 months ago Pathlib.rename isn't robust has PR open Oz.Tiram
46315 90473 32 months ago Add support for WebAssembly System Interface (wasm32-wasi) has PR open christian.heimes
46309 90467 32 months ago Task created by StreamReaderProtocol gets garbage collected. has patch has PR open simwr872
46292 90450 32 months ago Add microseconds to logging.LogRecord has patch open jamescasbon
46291 90449 32 months ago [doc] First argument to raise can also be BaseException has PR open gtitze
46285 90443 32 months ago protocol_version in http.server.test can be ignored has patch has PR open openalmeida
46282 90440 32 months ago return value of builtins is not clearly indicated has PR open SnoopJeDi
46280 90438 32 months ago About vulnerabilities in Cpython native code has patch has PR open urnotmax
46279 90437 32 months ago [docs] Minor information-ordering issue in __main__ doc has PR open ferdnyc
46267 90425 32 months ago gzip.compress incorrectly ignores level parameter has PR open rhpvorderman
46232 90390 32 months ago Client certificates with UniqueIdentifier in the subject break ssl.peer_certificate() has PR open kacper
46227 90385 32 months ago add pathlib.Path.walk method has PR open Ovsyanka
46212 90370 32 months ago Avoid temporary `varargs` tuple creation in argument passing has patch has PR open colorfulappl
46210 90368 32 months ago print deadlocks has patch has PR open notarealdeveloper
46209 90367 32 months ago add documentation for decoding newlines in the `io` module has PR open guoci
46197 90355 32 months ago ensurepip bootstrap breaks out of isolated environment has PR open kcdodd
46194 90352 32 months ago Wrong base class for transport returned by loop.create_datagram_endpoint() has PR open asvetlov
46192 90350 32 months ago Optimize builtin functions min() and max() has patch has PR open colorfulappl
46186 90344 32 months ago replace `io.IncrementalNewlineDecoder` with non incremental newline decoders has PR open guoci
46167 90325 32 months ago Parse assert (x == y, "Descriptive text") as statement params instead of a tuple has PR open gregory.p.smith
46142 90300 32 months ago python --help output is too long has PR open eric.araujo
46128 90286 32 months ago Strip IsolatedAsyncioTestCase frames from reported stacktraces has PR open asvetlov
46126 90284 32 months ago Unittest output drives developers to avoid docstrings has PR open jaraco
46114 90272 32 months ago OpenSSL 3.0 uses different version scheme has PR open penguinolog
46103 90261 32 months ago inspect.getmembers will call the instance __bases__ attribute, which may cause an exception has PR open hongweipeng
46096 90254 32 months ago Support PyObject interface for global variables in local scope and debugger has PR open dzhamoytsin
46094 90252 32 months ago Missing unit test on unittest.TestResult to check for required arguments has PR open DreamSh0t
46092 90250 32 months ago Fix/update missing parameters in function signatures for Built-in Functions documentation. has PR open vivekvashist
46084 90242 32 months ago Python 3.9.6 scan_dir returns filenotfound on long paths, but os_walk does not has patch open jschwar313
46075 90233 32 months ago CookieJar.extract_cookies doesn't process cookies form local domains when domain is explicitly set in header has PR open keddad
46072 90230 32 months ago Unify handling of stats in the CPython VM has PR open Mark.Shannon
46070 90228 32 months ago [subinterpreters] crash when importing _sre in subinterpreters in parallel (Python 3.9 regression) has patch has PR open graysky
46055 90213 32 months ago Speed up binary shifting operators has PR open xuxinhang
46054 90212 32 months ago Incorrect error when parsing non-utf8 files has PR open pablogsal
46053 90211 32 months ago NetBSD: ossaudio support incomplete has PR open wiz
46045 90203 32 months ago NetBSD: do not use POSIX semaphores has PR open wiz
46028 90186 32 months ago 3.11.0a3: under tox, sys._base_executable is wrong has PR open nedbat
46020 90178 32 months ago Optimize long_pow for the common case has PR open rhettinger
46005 90163 32 months ago [doc] replace 'distutils' examples with 'setuptools' has PR open elmjag
45997 90155 32 months ago asyncio.Semaphore waiters deque doesn't work has PR open hyzyla
45995 90153 32 months ago string formatting: normalize negative zero has PR open John Belmonte
45975 90133 32 months ago Simplify some while-loops with walrus operator has PR open nickdrozd
45970 90128 32 months ago Py_NewInterpreter causes bogus fatal error along the failure path has PR open jason.haslam
45959 90117 32 months ago Teach pprint about dict views has PR open rhettinger
45953 90111 32 months ago Statically allocate interpreter states as much as possible. has PR open eric.snow
45944 90102 32 months ago Avoid calling isatty() for most open() calls has PR open collinanderson
45940 90098 32 months ago add_multiarch_paths breaks cross compilation to Emscripten has PR open ethan smith
45929 90087 32 months ago extend json.tool --json-lines to ignore empty rows has PR open ZeD
45924 90082 32 months ago Incorrect traceback when future's exception is raised multiple times has PR open iritkatriel
45923 90081 32 months ago Improve performance of sys.settracing based tools. has PR open Mark.Shannon
45915 90073 32 months ago Use fcntl(fd, F_GETFD) to check whether an fd is valid has PR open christian.heimes
45897 90055 32 months ago Frozen dataclasses with slots raise TypeError has PR open trey
45887 90045 32 months ago [subinterpreters] Pull all interpreter-global objects into one place. has PR open eric.snow
45886 90044 32 months ago Fix Program/_freeze_module for cross compiling Python has PR open christian.heimes
45881 90039 32 months ago Cross compiling on Linux is untested, undocumented, and broken has PR open christian.heimes
45874 90032 32 months ago urllib.parse.parse_qsl does not parse empty query string with strict parsing has PR open sattler
45854 90012 32 months ago winreg: implement RegGetValue has PR open imba-tjd
45829 89987 32 months ago Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR, LOAD_ATTR, and STORE_ATTR has PR open Mark.Shannon
45819 89977 32 months ago Avoid releasing the GIL in nonblocking socket operations has patch has PR open jcristharif
45809 89967 32 months ago Race condition in WeakKeyDictionary/WeakKeyDictionary has patch open colesbury
45808 89966 32 months ago configure check for HAVE_CRYPT_R is wrong has PR open christian.heimes
45804 89962 32 months ago IDLE - faster shell writing has patch open roger.serwy
45791 89949 32 months ago __instancecheck__ being checked on type(cls) instead of cls has PR open rhettinger
45771 89929 32 months ago urllib.request.urlopen can leak socket.timeout to callers has PR open thorpe-dev
45767 89928 32 months ago Fix types for dev_t processing in posix module has patch has PR open AMDmi3
45759 89920 32 months ago Improve error messages for non-matching `elif`/`else` statements has PR open Crowthebird
45757 89918 32 months ago compiler emits EXTENDED_ARG + NOP sequence in 3.10 has PR open rok.mandeljc
45756 89917 32 months ago mock raises exception when using a spec with an attribute that raises exception on access has PR open kjamieson
45753 89914 32 months ago Further speed up Python-to-Python calls. has PR open Mark.Shannon
45743 89906 32 months ago Cleanup and simplify setup.py has PR open christian.heimes
45723 89886 32 months ago Improve and simplify configure.ac checks has PR open christian.heimes
45713 89876 32 months ago gcc warning when compiling Modules/expat/xmltok_ns.c has PR open vamsi1281977
45708 89871 32 months ago PEP 515-style formatting with underscores does not seem to work for Decimal has PR open sndrtj
45706 89869 32 months ago Add IMAP4.login_plain to imaplib has patch has PR open przemub
45696 89859 32 months ago "Deep-freeze": skip the marshal step by generating C code has PR open gvanrossum
45695 89858 32 months ago Out-of-tree builds are not tested. has PR open eric.snow
45692 89855 32 months ago IDLE: define word/id chars in one place. has PR open terry.reedy
45691 89854 32 months ago Partial moving of core objects to interpreter state is incorrect at best, unsafe at worse. has PR open Mark.Shannon
45677 89840 32 months ago [doc] improve sqlite3 docs has PR open erlendaasland
45669 89832 32 months ago An 'ascii_alphanumerics' variable is missing in the 'strings' lib has PR open pauloxnet
45653 89816 32 months ago Freeze the encodings module. has PR open eric.snow
45648 89811 32 months ago Better tp_version_tag overflow checks in specializer has PR open kj
45646 89809 32 months ago Star expression in comprehension wrongly indicates to use or_expression after the star has PR open Arthur-Milchior
45639 89802 32 months ago Support webp and avif image formats in mimetypes has PR open adamkonrad
45630 89793 32 months ago Dump CodeObject API for debugging has PR open penguin_wwy
45606 89769 32 months ago pathlib.Path.glob() does not list dangling symlink when pattern is the exact filename has PR open raek
45598 89761 32 months ago setup.py grep_headers_for() is broken by design has PR open christian.heimes
45593 89756 32 months ago SpooledTemporaryFile.truncate returns None has PR open rooter
45587 89750 32 months ago argparse add_argument_group: distinguish title and description from **kwargs has PR open jb2170
45575 89738 32 months ago Use a more principled approach to freelists has PR open Mark.Shannon
45573 89736 32 months ago Use pkg-config autoconf macros to detect flags for Modules/Setup has PR open christian.heimes
45572 89735 32 months ago urllib.request:AttributeError: 'dict' object has no attribute 'get_all' in http_error_auth_reqed function has patch has PR open sxt1001
45569 89732 32 months ago Drop support for 15-bit PyLong digits? has PR open mark.dickinson
45565 89728 32 months ago More LOAD_ATTR specializations has PR open kj
45563 89726 32 months ago inspect.getframeinfo() doesn't handle frames without lineno has PR open lemburg
45558 89721 32 months ago shutil.copytree: Give the option to disable copystat has PR open doronbehar
45545 89708 32 months ago chdir __exit__ is not safe has patch has PR open ucodery
45542 89705 32 months ago Using multiple comparison operators can cause performance issues has PR open akuvfx
45528 89691 32 months ago mmap: constants not listed in the documentation has PR open goodmami
45524 89687 32 months ago Cross-module dataclass inheritance breaks get_type_hints has PR open aidan.b.clark
45522 89685 32 months ago Allow to build Python without freelists has PR open christian.heimes
45520 89683 32 months ago Frozen dataclass deep copy doesn't work with __slots__ has PR open jfuruness
45519 89682 32 months ago Minor docstring improvement in __contains__ has PR open Ivan.Savov
45509 89672 32 months ago Gzip header corruption not properly checked. has patch has PR open rhpvorderman
45490 89653 32 months ago [C API] PEP 670: Convert macros to functions in the Python C API has patch has PR open vstinner
45476 89639 32 months ago [C API] PEP 674: Disallow using macros (Py_TYPE and Py_SIZE) as l-value has patch has PR open vstinner
45472 89635 32 months ago Add public C API for partial "unicode-escape" and "raw-unicode-escape" decoding has PR open serhiy.storchaka
45468 89631 32 months ago Add support for preloading a Python script has PR open Gabriele Tornetta
45455 89618 32 months ago Fill func.__doc__ lazily has PR open methane
45452 89615 32 months ago Support crash tolerance feature for gdbm module has PR open corona10
45447 89610 32 months ago Make IDLE recognize .pyi stub files as source for open, save, and edit has PR open AlexWaygood
45446 89609 32 months ago Add a way to hide fields in dataclasses has PR open formigacomcaimbra
45445 89608 32 months ago Fail if an invalid -X option is provided has PR open pablogsal
45435 89598 32 months ago delete misleading faq entry about atomic operations has PR open graingert
45417 89580 32 months ago Enum creation non-linear in the number of values has patch has PR open olliemath
45409 89572 32 months ago Support non-standard executables in venv has PR open steve.dower
45396 89559 32 months ago Custom frozen modules get ignored. has PR open eric.snow
45393 89556 32 months ago help() on operator precedence has confusing entries "await" "x" and "not" "x" has PR open MFH
45391 89554 32 months ago 3.10 objects.inv classifies many types as data has PR open gaborjbernat
45382 89545 32 months ago platform() is not able to detect windows 11 has patch has PR open sahsariga111
45379 89542 32 months ago Improve errors related to frozen modules. has PR open eric.snow
45371 89534 32 months ago distutil's runtime_library_dir (rpath) option doesn't work with clang has PR open christian.heimes
45369 89532 32 months ago Remove LibreSSL workarounds has PR open ramikg
45363 89526 32 months ago Use instruction offsets in co_lnotab has PR open serhiy.storchaka
45358 89521 32 months ago Bogus cookie generated after invalid cookie attribute is input has PR open greob
45357 89520 32 months ago Idle does not check user config for extention configuration has PR open CoolCat467
45356 89519 32 months ago Calling `help` executes @classmethod @property decorated methods has patch has PR open randolf.scholz
45344 89507 32 months ago Have zipapp respect SOURCE_DATE_EPOCH has patch open bign8
45325 89488 32 months ago Allow "p" in Py_BuildValue has PR open pablogsal
45316 89479 32 months ago [C API] Functions not exported with PyAPI_FUNC() has PR open vstinner
45295 89458 32 months ago Speed up classmethod calls via LOAD_METHOD has PR open kj
45283 89446 32 months ago Top / function argument level ClassVar should not be allowed during `get_type_hints()` has PR open sobolevn
45276 89439 32 months ago avoid try 1000 in asyncio all_tasks by making weak collection .copy() atomic has PR open graingert
45273 89436 32 months ago OS-specific frozen modules are built, even on other OSes. has PR open eric.snow
45272 89435 32 months ago 'os.path' should not be a frozen module has PR open steve.dower
45262 89425 32 months ago crash if asyncio is used before and after re-initialization if using python embedded in an application has PR open benjamin-sch
45260 89423 32 months ago Implement superinstruction UNPACK_SEQUENCE_ST has PR open zhangchaospecial
45258 89421 32 months ago sysroot_paths in setup.py does not consider -isysroot for macOS has PR open isuruf
45251 89414 32 months ago signal.SIGCLD alias is not available on OSX has patch open tcaswell
45240 89403 32 months ago Add +REPORT_NDIFF option to pdb tests that use doctest has PR open andrei.avk
45235 89398 32 months ago argparse does not preserve namespace with subparser defaults has PR open ALSchwalm
45229 89392 32 months ago Always use unittest for collecting tests in regrtests has PR open serhiy.storchaka
45223 89386 32 months ago test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdin isn't readable has PR open Alexander Kanavin
45215 89378 32 months ago Add docs for Mock name and parent args and deprecation warning when wrong args are passed has PR open andrei.avk
45210 89373 32 months ago tp_dealloc docs should mention error indicator may be set has patch has PR open ezyang
45192 89355 32 months ago The tempfile._infer_return_type function cannot infer the type of os.PathLike objects. has PR open rekyungmin
45191 89354 32 months ago Error.__traceback__.tb_lineno is wrong has PR open nahco314
45171 89334 32 months ago stacklevel handling in logging module is inconsistent has PR open joukewitteveen
45150 89313 32 months ago Add a file_digest() function in hashlib has PR open tarek
45141 89304 32 months ago mailcap.getcaps() from given file(s) has PR open pacien
45126 89289 32 months ago [sqlite3] cleanup and harden Connection and Cursor __init__ has PR open erlendaasland
45120 89283 32 months ago Windows cp encodings "UNDEFINED" entries update has patch has PR open rafaelblsilva
45107 89270 32 months ago Improve LOAD_METHOD specialization has PR open kj
45101 89264 32 months ago Small inconsistency in usage message between the python and shell script versions of python-config has PR open kiendang
45100 89263 32 months ago Improve help() by making typing.overload() information accessible at runtime has PR open rhettinger
45096 89259 32 months ago Update Tools/freeze to make use of Tools/scripts/freeze_modules.py? open eric.snow
45046 89209 32 months ago Add support of context managers in unittest has PR open serhiy.storchaka
45034 89197 32 months ago Improve struct.pack out of range error messages has PR open steven.daprano
45026 89189 32 months ago More compact range iterator has patch has PR open serhiy.storchaka
45006 89169 32 months ago Add data_offset field to ZipInfo has PR open zhangxp1998
44995 89158 32 months ago "Hide the prompts and output" works abnormal has patch has PR open yangqing
44986 89149 32 months ago Date formats in help messages of argparse has patch has PR open mail.de.senger
44975 89138 32 months ago [typing] Runtime protocols with ClassVar data members should support issubclass has PR open kj
44972 89135 32 months ago Add workflow_dispatch trigger for GitHub Actions jobs has PR open rmast
44958 89121 32 months ago [sqlite3] only reset statements when needed has PR open erlendaasland
44951 89114 32 months ago selector.EpollSelector: EPOLLEXCLUSIVE, round 2 has PR open David.Gilman
44938 89101 32 months ago Expose PyErr_ChainExceptions in the stable API has PR open pablogsal
44919 89082 32 months ago TypedDict subtypes ignore any other metaclasses in 3.9+ has PR open sobolevn
44899 89062 32 months ago tarfile: add support for creating an archive of potentially changing files has patch has PR open marko-tuononen
44897 89060 32 months ago Integrate trashcan mechanism into _Py_Dealloc has patch has PR open nascheme
44895 89058 32 months ago refleak test failure in test_exceptions has patch has PR open iritkatriel
44888 89051 32 months ago ssl.OP_LEGACY_SERVER_CONNECT missing has PR open xtkoba
44881 89044 32 months ago Consider integration of PyObject_GC_UnTrack() with the trashcan C API has PR open nascheme
44865 89028 32 months ago [argparse] Missing translations has PR open jdetrey
44864 89027 32 months ago [argparse] Do not translate user-provided strings in `ArgumentParser.add_subparsers()` has PR open jdetrey
44863 89026 32 months ago Allow TypedDict to inherit from Generics has PR open sransara
44859 89022 32 months ago Improve some sqlite3 errors has PR open serhiy.storchaka
44855 89018 32 months ago [doc] Complete the sqlite3 exception documentation has PR open erlendaasland
44850 89013 32 months ago Could operator.methodcaller be optimized using LOAD_METHOD? has PR open Antony.Lee
44844 89007 32 months ago The command line of launching Edge on Linux hangs has PR open rayluo
44817 88980 32 months ago os.path.realpath fails with WinError 161 has PR open Spacetown
44811 88974 32 months ago Change default signature algorithms for context in the ssl library has PR open anis.gandoura
44810 88973 32 months ago nturl2path: drive definition has PR open NickVeld
44807 88970 32 months ago typing.Protocol silently overrides __init__ method of delivered class has PR open uriyyo
44800 88963 32 months ago Code readability: rename InterpreterFrame to `_Py_framedata` has PR open ncoghlan
44796 88959 32 months ago Add __parameters__ and __getitem__ in TypeVar and ParamSpec has PR open serhiy.storchaka
44791 88954 32 months ago Substitution of ParamSpec in Concatenate has PR open serhiy.storchaka
44779 88942 32 months ago Checkouts stale following changes to .gitattributes has PR open jaraco
44775 88938 32 months ago Speed-up typing.cast by implementing it in C has PR open uriyyo
44766 88929 32 months ago [easy doc] Remove redundant info in README.valgrind has PR open shihai1991
44733 88896 32 months ago Feature request: maxtasksperchild for ProcessPoolExecutor has PR open cool-RR
44730 88893 32 months ago unittest.mock.patch does not work as a decorator on generator functions has patch has PR open garethmjwilliams
44726 88889 32 months ago Build macOS version with thin lto option has PR open corona10
44712 88878 32 months ago Replace `type(literal)` with corresponding builtin types has PR open serhiy.storchaka
44702 88868 32 months ago Fix weakref doc has PR open Prometheus3375
44697 88863 32 months ago Memory leak when asyncio.open_connection raise open seer
44689 88855 32 months ago ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems has PR open bergkvist
44677 88843 32 months ago CSV sniffing falsely detects space as a delimiter has PR open pt12lol
44665 88831 32 months ago asyncio.create_task() documentation should mention user needs to keep reference to the task has PR open bernat
44660 88826 32 months ago email.feedparser: support RFC 6532 section 3.5 has PR open f18a14c09s
44637 88803 32 months ago Quoting issue on header Reply-To and other address headers has patch has PR open Abridbus
44618 88784 32 months ago inspect.signature does not work for datetime classes has PR open mauvilsa
44614 88780 32 months ago Broken Pipe in Server of Manager in multiprocessing when finalizing, sometimes has patch open mutax
44603 88769 32 months ago REPL: exit when the user types exit instead of asking them to explicitly type exit() has PR open theacodes
44588 88754 32 months ago Possible double Py_XDECREF in cpython typeobject.c has PR open Wesley-Jzy
44587 88753 32 months ago argparse BooleanOptionalAction displays default=SUPPRESS unlike other action types has PR open a.badger
44583 88749 32 months ago Failure to build on OSF1. has PR open jaykrell
44543 88709 32 months ago Remove depreciated logging.warn() method has PR open Harry-Lees
44532 88698 32 months ago multi subinterpreters use _PyStructSequence_InitType failed. has PR open JunyiXie
44525 88691 32 months ago Implement CALL_FUNCTION adaptive interpreter optimizations has PR open kj
44524 88690 32 months ago __name__ attribute in typing module has patch has PR open farcat
44512 88678 32 months ago csv.DictWriter: inconsistency in handling of extrasaction arg has PR open andrei.avk
44511 88677 32 months ago Improve the bytecode for mapping patterns has PR open brandtbucher
44482 88648 32 months ago Possible resource leeak in glob in non-refcount implementations has PR open serhiy.storchaka
44431 88597 32 months ago Add command-line functionality to uuid module has PR open ephenix
44412 88578 32 months ago Add os.path.fileuri() function has PR open barneygale
44408 88574 32 months ago imaplib fails when server sends extra blank line after literal value has PR open jrlevine
44405 88571 32 months ago add program passed as string to dis module. has patch has PR open CCLDArjun
44369 88535 32 months ago Improve syntax error for wrongly closed strings has PR open pablogsal
44368 88534 32 months ago Invalid mapping patterns give confusing SyntaxErrors has PR open brandtbucher
44362 88528 32 months ago improve documentation of SSL deprecations has PR open graingert
44347 88513 32 months ago Unclear documentation for shutil.copytree() has PR open tilman.vogel
44346 88512 32 months ago Fraction constructor may accept spaces around '/' has patch open Sergey.Kirpichev
44334 88500 32 months ago Use bytearray in urllib.unquote_to_bytes has PR open eng.mustafaelagamey
44324 88490 32 months ago add a "expected expression" syntax error has PR open CCLDArjun
44316 88482 32 months ago Support preserving path meaning in os.path.normpath() and abspath() has PR open barneygale
44309 88475 32 months ago Add support for yescrypt in crypt. has PR open besser82
44299 88465 32 months ago Enable control over daemon flag in ThreadPoolExecutor and ProcessPoolExecutor has PR open dkropachev
44289 88455 32 months ago tarfile.is_tarfile() and tarfile.open() when used with file object may cause tarfile operations to fail has PR open mateja.and
44283 88449 32 months ago Add jump table for certain safe match-case statements has patch has PR open Dennis Sweeney
44269 88435 32 months ago smtplib AUTH command doesn't handle EAI arguments has PR open jrlevine
44254 88420 32 months ago Change turtledemo button colors has PR open terry.reedy
44239 88405 32 months ago Use platform defined data directories instead of ~/.python_history has PR open oxalica
44230 88396 32 months ago lookup extensions with the stable ABI under a platform specific name has patch open doko
44225 88391 32 months ago stop() on a stopped loop inhibits the next run_forever has PR open mandolaerik
44212 88378 32 months ago asyncio overrides signal handlers has PR open Francisco Demartino
44211 88377 32 months ago Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp' has PR open andreasjansson
44205 88371 32 months ago shutil.copystat can fail when copying to a file system with a smaller limit has PR open chrisburr
44188 88354 32 months ago ThreadPoolExecutor unbalanced semaphore count has patch has PR open bennieswart
44186 88352 32 months ago TimedRotatingFileHandler overwrite log has patch has PR open aeg
44185 88351 32 months ago mock_open file handle __exit__ does not call close has PR open williamsjoblom
44182 88348 32 months ago python-config.sh vs python-config.py inconsistency has PR open millert
44180 88346 32 months ago SyntaxError misidentified in 3.10.0b1 when = used instead of : in dict literal has PR open aroberge
44175 88341 32 months ago What do "cased" and "uncased" mean? has PR open otakutyrant
44173 88339 32 months ago Stored (uncompressed) ZipExtFile in zipfile can be seekable at lower cost has PR open juniorjpdj
44172 88338 32 months ago curses module may call delwin() on original window before subwindows has PR open michaelforney
44170 88336 32 months ago ShareableList cannot safely handle multibyte utf-8 characters has patch has PR open huwcbjones
44167 88333 32 months ago ipaddress.IPv6Address.is_private makes redundant checks has PR open mjpieters
44164 88330 32 months ago Document what are resources in importlib.resources has PR open FFY00
44159 88325 32 months ago mimetypes - "strict" on Windows has PR open Norman Lorrain
44155 88321 32 months ago Race condition when using multiprocessing BaseManager and Pool in Python3 has PR open chenzhuowansui
44149 88315 32 months ago difflib.get_close_matches: Add `key` argument has PR open mustafaquraish
44142 88308 32 months ago ast.unparse: visually better code generation has PR open BTaskaya
44136 88302 32 months ago Remove pathlib flavours has PR open barneygale
44128 88294 32 months ago zipfile: Deduplicate ZipExtFile code for init and resetting when seeking has PR open dhillier
44121 88287 32 months ago Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module. has PR open Harmouch101
44115 88281 32 months ago Improve conversions for fractions has PR open Martin.Teichmann
44101 88267 32 months ago Generation of an executable's library file when python is built is static has patch open lakor64
44093 88259 32 months ago compiler detection on macOS seems to be incorrect has PR open xrisk
44082 88248 32 months ago Add a method to check interpolation errors in configparser has PR open munircontractor
44075 88241 32 months ago Add a PEP578 audit hook for Asyncio loop stalls has PR open orf
44073 88239 32 months ago [sqlite3] drop statement in_use field in favour of sqlite3_stmt_busy() has PR open erlendaasland
44062 88228 32 months ago cross: wrong interpreter returned when no python available has PR open vfazio
44060 88226 32 months ago Define TARGET macro the same even when computed goto support is not enabled has PR open skip.montanaro
44045 88211 32 months ago canonicalize "upper-case" -> "uppercase"; "lower-case" -> "lowercase" has PR open jugmac00
44025 88191 32 months ago Match doc: Clarify '_' as a soft keyword has PR open terry.reedy
44012 88178 32 months ago IPv6Address.exploded does not support interface name (scope id) has PR open ohwgiles
43984 88150 32 months ago winreg.SetValueEx should check the returned value has patch has PR open r3pwnx
43980 88146 32 months ago netrc module looks for .netrc even on Windows where the convention is _netrc has PR open jheiselman
43962 88128 32 months ago test_interpreters: when TestInterpreterAttrs.test_id_type() is run alone, it fails with an assertion error has PR open vstinner
43952 88118 32 months ago Multiprocessing UNIX socket connection: client freeze if authkey is an empty byte string has PR open anon01
43950 88116 32 months ago Include column offsets for bytecode instructions has PR open pablogsal
43943 88109 32 months ago test_ssl fails in the macos CI has PR open pablogsal
43923 88089 32 months ago Can't create generic NamedTuple as of py3.9 has PR open FHTMitchell
43918 88084 32 months ago anext builtin docstring has no signature text or info about default argument has PR open eriknw
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: