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
normal
43910 88076 39 months ago cgi.parse_header does not handle escaping correctly has PR open msg555
43894 88060 39 months ago IDLE editor file minor refactoring has PR open epaine
43884 88050 39 months ago Cannot cleanly kill a subprocess using high-level asyncio APIs has patch has PR open rabraham
43881 88047 39 months ago [doc] add platform availabity information for os.sched_getaffinity has PR open guoci
43871 88037 39 months ago urllib.parse.urlparse doesn't check port has PR open palik
43857 88023 39 months ago Fix the AttributeError message for deletion of a missing attribute has PR open maggyero
43848 88014 39 months ago gzip.py: explain optional argument mtime has PR open jwuttke
43827 87993 39 months ago abc conflicts with __init_subclass__ has PR open vladhoi
43814 87980 39 months ago Fix the error message for disallowed __weakref__ slots has PR open maggyero
43813 87979 39 months ago Denial of service on http.server module with large request method. has PR open demonia
43804 87970 39 months ago "Building C and C++ Extensions on Windows" docs are very out-of-date has patch has PR open shreyanavigyan
43803 87969 39 months ago ctypes string_at/wstring_at - bad argument name used in docs and in docstring has PR open talhayon1
43795 87961 39 months ago Implement PEP 652 -- Maintaining the Stable ABI has PR open petr.viktorin
43791 87957 39 months ago OpenSSL 3.0.0: TLS 1.0 / 1.1 connections fail with TLSV1_ALERT_INTERNAL_ERROR has PR open christian.heimes
43789 87955 39 months ago OpenSSL 3.0.0: password callback called multiple times has PR open christian.heimes
43763 87929 39 months ago [sqlite3] Use SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION iso. sqlite3_enable_load_extension() has patch open erlendaasland
43750 87916 39 months ago Undefined constant PACKET_MULTIHOST referred to in package socket has PR open Tom Cook
43749 87915 39 months ago venv module does not copy the correct python exe has PR open Ian Norton
43742 87908 39 months ago tcp_echo_client in asyncio streams example does not work. Hangs for ever at reaser.read() has PR open jcolo
43725 87891 39 months ago Create a release branch ABI stability regression test has patch has PR open gregory.p.smith
43718 87884 39 months ago HTTP CONNECT response not subject to debug level has PR open michael-o
43698 87864 39 months ago Use syntactically correct examples on abc package page has PR open Vladimir Ryabtsev
43693 87859 39 months ago Logically merge cell and locals array. They are already contiguous in memory has PR open Mark.Shannon
43684 87850 39 months ago Add combined opcodes has PR open gvanrossum
43666 87832 39 months ago AIX: Lib/_aix_support.py may break in a WPAR environment has PR open Michael.Felt
43659 87825 39 months ago AIX: test_curses crashes buildbot has patch has PR open Michael.Felt
43656 87822 39 months ago TracebackException or StackSummary.extract with capture_locals=True fail to catch exceptions raised by repr() on value of frame local variable in FrameSummary.__init__. has PR open moi90
43654 87820 39 months ago IDLE: Fix tab completion after settings and some keys has PR open terry.reedy
43651 87817 39 months ago PEP 597: Fix EncodingWarning warnings in the Python stdlib has PR open methane
43640 87806 39 months ago Add warnings to ssl.PROTOCOL_TLSv1 and ssl.PROTOCOL_TLSv1_1 docs has PR open illia-v
43633 87799 39 months ago Improve the textual representation of IPv4-mapped IPv6 addresses has PR open maxmouchet
43614 87780 39 months ago Search is not beginner friendly has PR open anthony-flury
43605 87771 39 months ago Eval/exec and comprehension scopes unclear in documentation has PR open bruno.loff
43597 87763 39 months ago robotparser should support specifying SSL context has PR open Tchinmai7
43588 87754 39 months ago [Subinterpreters]: use static variable under building Python with --with-experimental-isolated-subinterpreters cause crash. has PR open JunyiXie
43574 87740 39 months ago Regression in overallocation for literal list initialization in v3.9+ has PR open Chad.Netzer
43570 87736 39 months ago pyspecific.py > AuditEvent mess with translations has PR open mdk
43564 87730 39 months ago ftp tests in test_urllib2net should skip on unreachable network has PR open carljm
43563 87729 39 months ago Use dedicated opcodes to speed up calls/attribute lookups with super() as receiver has PR open v2m
43557 87723 39 months ago Deprecate getlocale() and normalize() functions has PR open vstinner
43547 87713 39 months ago support ZIP files with zeroed out fields (e.g. for reproducible builds) has PR open eighthave
43525 87691 39 months ago pathlib: Highlight pathlib operator behavior with anchored paths has PR open diegoe
43503 87669 39 months ago [subinterpreters] PyObject statics exposed in the limited API break isolation. has PR open eric.snow
43501 87667 39 months ago email._header_value_parse throws AttributeError on display name ending with dot has PR open elenril
43495 87661 39 months ago Missing frame block push in compiler_async_comprehension_generator() has PR open tomkpz
43478 87644 39 months ago Disallow Mock spec arguments from being Mocks has PR open msuozzo
43468 87634 39 months ago functools.cached_property incorrectly locks the entire descriptor on class instead of per-instance locking has PR open ztane
43459 87625 39 months ago Race conditions when the same source file used to build mutliple extensions has patch open mgorny
43455 87621 39 months ago pathlib mistakenly assumes os.getcwd() is a resolved path in Windows has PR open eryksun
43454 87620 39 months ago [sqlite3] Add support for R*Tree callbacks has patch open erlendaasland
43451 87617 39 months ago pydoc terminal suboptimal rendering of complex annotations has PR open dw
43432 87598 39 months ago Add function `clear` to the `os` module has PR open parsampsh
43429 87595 39 months ago mmap.size() raises OSError on Unix for anonymous memory has PR open ZackerySpytz
43425 87591 39 months ago test_peg_generator.test_c_parser emits DeprecationWarning due to distutils has PR open xtreak
43424 87590 39 months ago Document the `controller.name` field in `webbrowser` module has PR open ilyagr
43419 87585 39 months ago contextvars does not work properly in asyncio REPL. has PR open lanfon72
43400 87566 39 months ago Improve recipes and howtos for the unittest.mock has PR open eppeters
43377 87543 39 months ago _PyErr_Display should be available in the CPython-specific API has PR open Maxime Belanger
43361 87527 39 months ago Dead assignment in idna_converter function has PR open alex.henrie
43360 87526 39 months ago Dead initialization in parse_abbr function has PR open alex.henrie
43358 87524 39 months ago Bad free in assemble function has PR open alex.henrie
43340 87506 39 months ago json.load() can raise UnicodeDecodeError, but this is not documented has PR open mattheww
43331 87497 39 months ago [Doc][urllib.request] Explicit the fact that header keys are sent in Camel case has PR open axel3rd
43327 87493 39 months ago The docs falsely state that PyImport_ImportFrozenModuleObject() returns a new reference has PR open ZackerySpytz
43324 87490 39 months ago asyncio: add socket getfqdn and gethostbyaddr functions has PR open AliyevH
43323 87489 39 months ago UnicodeEncodeError: surrogates not allowed when parsing invalid charset has PR open andersk
43322 87488 39 months ago Inconsistent '#include' notation in extensions tutorial doc has PR open mhughes
43319 87485 39 months ago A possible misleading expression in the Virtual Environment Tutorial has PR open cmhzc
43313 87479 39 months ago feature: support pymalloc for subinterpreters. each subinterpreter has pymalloc_state has PR open JunyiXie
43308 87474 39 months ago subprocess.Popen leaks file descriptors opened for DEVNULL or PIPE stdin/stdout/stderr arguments has patch open cptpcrd
43307 87473 39 months ago Sync site.py and sysconfig.py with PyPy has PR open mattip
43299 87465 39 months ago pyclbr.readmodule_ex traversing "import __main__": dies with ValueError: __main__.__spec__ is None / is not set has PR open kxrob
43279 87445 39 months ago Update code taken from Keccak Code Package has PR open illia-v
43267 87433 39 months ago [sqlite3] Redundant type checks in pysqlite_statement_bind_parameter() has patch open erlendaasland
43242 87408 39 months ago Add Void type to typing library has PR open ocket8888
43239 87405 39 months ago PyCFunction_New is not exported with PyAPI_FUNC has PR open petr.viktorin
43225 87391 39 months ago Add missing value returned by methods on cookiejar has PR open eamanu
43224 87390 39 months ago Add support for PEP 646 has PR open mrahtz
43220 87386 39 months ago Argparse: Explicit default required arguments with add_mutually_exclusive_group are rejected has PR open keith
43179 87345 39 months ago Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet) has patch has PR open christian.heimes
43165 87331 39 months ago Support the same files with new param in shutil.copyfile has PR open milanbalazs
43160 87326 39 months ago argparse: add extend_const action has PR open roganartu
43153 87319 39 months ago tempfile seems to treat a file as a directory when processing an exception in the onerror() has PR open mehwhatever0
43142 87308 39 months ago Do not add duplicate FDs to list in duplicate_for_child() has PR open sanchit
43132 87298 39 months ago Incorrect handling of PyObject_RichCompareBool() in the _zoneinfo module has PR open ZackerySpytz
43123 87289 39 months ago email MIME splitting has PR open martin.ortner
43120 87286 39 months ago Some OSX syslog facilities are missing from syslog module has PR open ronaldoussoren
43118 87284 39 months ago inspect.signature() raises RuntimeError on failed to resolve the default argument value has patch has PR open tkomiya
43112 87278 39 months ago SOABI on Linux does not distinguish between GNU libc and musl libc has PR open ncopa
43111 87277 39 months ago webbrowser.py triggers unwanted XQuartz startup has PR open hans-meine
43094 87260 39 months ago sqlite3 signature discrepancies between documentation and implementation has PR open nchammas
43085 87251 39 months ago Loosening | and |= operator type checking restriction has PR open Siy_V
43079 87245 39 months ago wrong IP address range given for ipv4_mapped has PR open alwhaley
43047 87213 39 months ago logging.config formatters documentation is out of sync with code has PR open iwienand
43046 87212 39 months ago argparse: capturing actions has PR open monkeyman79
43013 87179 39 months ago IDLE: update code, mostly by cleanups of 2.x or 2to3 artifacts has PR open terry.reedy
43009 87175 39 months ago Port curses capi pointer array to a struct has PR open shihai1991
42995 87161 39 months ago Add PurePath.with_suffix_appended() has PR open bgerrity
42991 87157 39 months ago support for splitting multichannel audio fragments in audioop module has PR open Th4R4
42980 87146 39 months ago argparse: GNU-style help formatter has PR open will
42974 87140 39 months ago tokenize reports incorrect end col offset and line string when input ends without explicit newline has PR open romanows
42973 87139 39 months ago argparse: mixing optional and positional arguments... not again has PR open monkeyman79
42969 87135 39 months ago pthread_exit & PyThread_exit_thread from PyEval_RestoreThread etc. are harmful has PR open gregory.p.smith
42966 87132 39 months ago argparse: customizable help formatter has patch has PR open monkeyman79
42952 87118 39 months ago Incorrect handling of EC_KEY_new_by_curve_name() in the _ssl module has PR open ZackerySpytz
42943 87109 39 months ago singledispatchmethod should expose registry of all known overloads has PR open Ilya.Kulakov
42937 87103 39 months ago 192.0.0.8 (IPv4 dummy address) considered globally reachable has PR open cdirkx
42926 87092 39 months ago Split compiler into code-gen, optimizer and assembler. has PR open Mark.Shannon
42896 87062 39 months ago Solaris 11.4 crle output not handled correctly has patch has PR open dmurphy18
42875 87041 39 months ago argparse incorrectly shows help string on a new line in case of long command string has patch has PR open DiPaolo
42874 87040 39 months ago running configure on Solaris 10 gives grep "illegal option" errors has PR open martin.wheatley.home
42861 87027 39 months ago ipaddress - add ability to get next closest network of any prefix size has PR open fasial.mahmood94
42844 87010 39 months ago Turtle Module -- "onclick" arguments enchancement open sc1341
42840 87006 39 months ago `type` takes **kwargs for __init_subclass__ has PR open esoma
42836 87002 39 months ago docs: struct: clarify struct caching behaviour has PR open uniq10
42830 86996 39 months ago tempfile mkstemp() leaks file descriptors if os.close() is not called has PR open mieczyslaw.torchala
42815 86981 39 months ago new thread doesn't copy context of the parent thread has PR open uriyyo
42809 86975 39 months ago Improve pickle tests for recursive data has PR open serhiy.storchaka
42797 86963 39 months ago Allow doctest to select tests via -m/--match option has PR open costas-basdekis
42777 86943 39 months ago WindowsPath does not implement is_mount but ntpath implements and offers a ismount method has PR open db
42752 86918 39 months ago multiprocessing Queue leaks a file descriptor associated with the pipe writer (#33081 still a problem) has patch open crazycasta
42737 86903 39 months ago PEP 563: drop annotations for complex assign targets has PR open BTaskaya
42722 86888 39 months ago Add --debug command line option to unittest to enable post-mortem debugging has PR open Dominik V.
42663 86829 39 months ago zoneinfo does not support full range of allowed transition hours in fallback string has PR open p-ganssle
42660 86826 39 months ago _zoneinfo.c incorrectly checks bounds of `day` variable in calenderrule_new has PR open p-ganssle
42658 86824 39 months ago os.path.normcase() is inconsistent with Windows file system has PR open sogom
42653 86819 39 months ago Expose ISO-TP Contants for Linux >= 5.10 has PR open rumpelsepp
42643 86809 39 months ago http.server does not support HTTP range requests has PR open Decorater
42636 86802 39 months ago shielded task exception never retrieved when outer task cancelled has patch open natano
42627 86793 39 months ago urllib.request.getproxies() misparses Windows registry proxy settings has PR open benrg
42620 86786 39 months ago documentation on `getsockname()` wrong for AF_INET6 has PR open vanrein
42619 86785 39 months ago python 3.9.1 failed to create .so files as universal2 (arm64, x86_64) on Mac has PR open xz_sophos
42609 86775 39 months ago Eval with too high string multiplication crashes newer Python versions has PR open Erik-Lamers1
42606 86772 39 months ago Support POSIX atomicity guarantee of O_APPEND on Windows has patch has PR open izbyshev
42560 86726 39 months ago Improve Tkinter Documentation has PR open hpmason
42557 86723 39 months ago Make asyncio.__main__ reusable, also adding a preamble feature. has patch has PR open lschoe
42547 86713 39 months ago argparse: add_argument(... nargs='+', metavar=<tuple>) does not work with positional arguments has PR open m_khvoinitsky
42545 86711 39 months ago Check that all symbols in the limited ABI are exported has PR open pablogsal
42527 86693 39 months ago UnicodeEncode error in BaseHttpRequestHandler class when send unicode data. has PR open wangyanfeng.p
42524 86690 39 months ago [doc] pdb access to return value has PR open Romuald
42484 86650 39 months ago get_obs_local_part fails to handle empty local part has PR open dxn126
42476 86642 39 months ago Allow cross compiling python for macos-arm64 from macos-x86_64 has PR open isuruf
42464 86630 39 months ago Pathlib resolve() resolves non-existent ".." components with strict=False has patch open john.engelke
42461 86627 39 months ago os.statvfs_result doesn't show f_fsid has PR open Rethan
42454 86620 39 months ago Move slice creation to the compiler for constants has PR open BTaskaya
42443 86609 39 months ago Provide Thread creation hook support has PR open stanczyk
42434 86600 39 months ago Library json, file json/encoder.py: Function floatstr should be a class-level function. has patch has PR open salacdav
42433 86599 39 months ago mailbox.mbox fails on non ASCII characters has PR open flokli
42414 86580 39 months ago unable to document fields of dataclass has PR open jmg
42401 86567 39 months ago Plislit does not handle date timezone correctly has patch has PR open jcbertin
42388 86554 39 months ago subprocess.check_output(['echo', 'test'], text=True, input=None) fails has PR open ThiefMaster
42386 86552 39 months ago Update icons for macOS 11 has PR open 17jiangz1
42378 86544 39 months ago logging reopens file with same mode, possibly truncating has PR open ecatmur2
42376 86542 39 months ago Add helpers to populate modules in C has PR open christian.heimes
42367 86533 39 months ago Restore os.makedirs ability to apply mode to all directories created has PR open gregory.p.smith
42363 86529 39 months ago I think it will be better to output self._state for debugging has PR open jimlinntu
42361 86527 39 months ago Use Tcl/Tk 8.6.10 in build-installer.py when building on recent macOS has PR open ronaldoussoren
42353 86519 39 months ago Proposal: re.prefixmatch method (alias for re.match) has PR open gregory.p.smith
42327 86493 39 months ago Add PyModule_Add() has PR open serhiy.storchaka
42316 86482 39 months ago Walrus Operator in list index has PR open Brando753
42291 86457 39 months ago Incorrect signature of CodeType.replace() has PR open serhiy.storchaka
42272 86438 39 months ago Warning filter message/module documentation is misleading has patch has PR open kevinoid
42259 86425 39 months ago pprint: infinite recursion for saferepr() when using nested objects, but str() works has PR open danbst
42258 86424 39 months ago argparse: show choices once per argument has PR open mendelmaleh
42239 86405 39 months ago IDLE: Restore or keep calltip when needed has PR open terry.reedy
42238 86404 39 months ago Deprecate suspicious.py? has PR open mdk
42197 86363 39 months ago Disable automatic update of frame locals during tracing has PR open fabioz
42182 86348 39 months ago 3.10 Documentation Not Hyperlinking Some Methods has PR open kj
42178 86344 39 months ago failed pickle hangs python on exit in CMD.exe only has patch has PR open charles.mcmarrow.4
42130 86296 39 months ago AsyncIO's wait_for can hide cancellation in a rare race condition has PR open tvoinarovskyi
42125 86291 39 months ago linecache cannot get source for the __main__ module with a custom loader has patch has PR open eltoder
42112 86278 39 months ago ZipFIle.write remove slash at the beginning of member's path has PR open matan1008
42109 86275 39 months ago Use hypothesis for testing the standard library, falling back to stubs has PR open p-ganssle
42102 86268 39 months ago Make builtins.callable "generic" has PR open hauntsaninja
42101 86267 39 months ago Allow inheritance of Venvs has PR open mbussonn
42088 86254 39 months ago types.SimpleNamespace.__repr__ documentation inconsistency has PR open avrahami.ben
42085 86251 39 months ago Add dedicated slot for sending values has PR open v2m
42066 86232 39 months ago CookieJar cookies should not be sorted has PR open IKermani
42063 86229 39 months ago More options to http.server & SimpleHTTPRequestHandler has PR open jacobsorme
42062 86228 39 months ago Usage of HTTPResponse.url has PR open fbidu
42060 86226 39 months ago Usage of assert in http/client.py has PR open fbidu
42047 86213 39 months ago DragonFlyBSD thread native id support missing has PR open devnexen
42044 86210 39 months ago Running Python in unbuffered mode may not write all contents to the console has PR open fabioz
42037 86203 39 months ago Documentation confusion in CookieJar functions has PR open markus
42036 86202 39 months ago Unchecked return in Modules/posixmodule.c from multiple function calls has PR open monocle-ai
42034 86200 39 months ago Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro has PR open monocle-ai
42018 86184 39 months ago winreg SetValue(Ex) should mention integer as an acceptable value has PR open kwojniak_box
42012 86178 39 months ago typing support in wsgiref has PR open srittau
42006 86172 39 months ago Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId has PR open serhiy.storchaka
41989 86155 39 months ago htmlparser unclosed script tag causes data loss has patch has PR open waylan
41987 86153 39 months ago singledispatchmethod raises an error when relying on a forward declaration has PR open glyph
41967 86133 39 months ago Handle annotations in the parser to avoid the need for roundtrip has PR open pablogsal
41963 86129 39 months ago ConfigParser: stripping of comments should be documented has PR open jugmac00
41938 86104 39 months ago concurrent.futures.wait calls len() on an possible iterable has PR open rohitkg98
41928 86094 39 months ago ZipFile does not supports Unicode Path Extra Field (0x7075) zip header field has patch has PR open ivan.sorokin.tech
41916 86082 39 months ago cxx pthread check is not overrideable has PR open virtuald
41851 86017 39 months ago tkinter: add font equal methods has PR open epaine
41847 86013 39 months ago Update "install launcher for all users" installer option has PR open steve.dower
41846 86012 39 months ago IDLE subsection of What's New 3.10 has PR open terry.reedy
41844 86010 39 months ago IDLE subsection of What's New 3.9 has PR open terry.reedy
41843 86009 39 months ago Reenable sendfile in shutil.copyfile() on Solaris has PR open kulikjak
41841 86007 39 months ago idlelib/NEWS.txt for 3.10.0 and backports has PR open terry.reedy
41839 86005 39 months ago Solaris: Fix error checking in sched_get_priority_ functions has PR open kulikjak
41825 85991 39 months ago os.waitid() documentation needs TLC has PR open georg.brandl
41818 85984 39 months ago Lib/pty.py major revision has PR open soumendra
41813 85979 39 months ago Clarify specification of object.__await__ has PR open plammens
41793 85959 39 months ago Inaccuracy about reflected operands in datamodel docs. has PR open wim.glenn
41787 85953 39 months ago adding PEP references to documentation has PR open cameron
41768 85934 39 months ago unittest.mock spec calls class properties has PR open melwitt
41754 85920 39 months ago Webbrowser Module Cannot Find xdg-settings on OSX has PR open tony.diloreto
41734 85900 39 months ago Refactor b32{encode,decode} tests has PR open FFY00
41728 85894 39 months ago Debug logging when adding a TarFile object has PR open ebalsley
41657 85823 39 months ago Refactor for object source files variable in Makefile has PR open ElianMariano
41643 85809 39 months ago make shutil.make_archive always accept pathlib objects has PR open graingert
41630 85796 39 months ago Enable curses support on Windows has PR open maarten
41626 85792 39 months ago port shebang of tools from python2 to python3 has PR open shihai1991
41608 85774 39 months ago IDLE: multiple space deletion by Backspace after non-spaces has PR open epaine
41607 85773 39 months ago pdb - Clickable path to breakpoints has patch has PR open michimussato
41585 85751 39 months ago policy.max_line_length is incorrectly assumed to never be None has PR open equaeghe
41570 85742 39 months ago Add DearPyGui to faq/gui.rst has PR open jhoffstadt
41544 85716 39 months ago multiprocessing.dummy.Process lacks daemon parameter has PR open moi90
41541 85713 39 months ago [PATCH] Make pty.spawn set window size has patch has PR open soumendra
41538 85710 39 months ago Allow customizing python interpreter in venv.EnvBuilder has PR open abbec
41530 85702 39 months ago zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInfoNotFoundError has PR open josh.ja.butt
41510 85682 39 months ago Mentions of pdb.set_trace() in library/functions and library/sys incorrectly states that set_trace expects no arguments has PR open Maciej Olko
41496 85668 39 months ago Create public API for typing._eval_type has PR open Dominik V.
41482 85654 39 months ago docstring errors in ipaddress.IPv4Network has PR open eric.frederich
41475 85647 39 months ago Make __future__.annotations default 3.10 in What's New 3.7 has PR open cool-RR
41472 85644 39 months ago webbrowser uses deprecated env variables to detect desktop type has PR open Trevinho
41453 85625 39 months ago A possible reference leak in _locale.localeconv() has PR open ZackerySpytz
41430 85602 39 months ago Document C docstring behavior has PR open jameshcorbett
41429 85601 39 months ago Let fnmatch.filter accept a tuple of patterns has PR open adelfino
41422 85594 39 months ago C Unpickler memory leak via memo has patch has PR open kale-smoothie
41416 85588 39 months ago Restore default implementation of __ne__ in mixins Set and Mapping has PR open serhiy.storchaka
41415 85587 39 months ago duplicated signature of dataclass in help() has PR open sir-sigurd
41411 85583 39 months ago Improve and consolidate f-strings docs has PR open ezio.melotti
41400 85572 39 months ago Remove references to nonexisting __ne__ methods has PR open serhiy.storchaka
41395 85567 39 months ago pickle and pickletools cli interface doesn't close input and output file. has PR open xtreak
41394 85566 39 months ago Document '_' in interpreter tutorial has PR open wyz23x2
41385 85557 39 months ago test_executable_without_cwd fails on appx test run in Azure pipelines has PR open xtreak
41380 85552 39 months ago Add snake example to turtledemo has PR open Ehsonjon Gadoev
41370 85542 39 months ago PEP 585 and ForwardRef has PR open joperez
41357 85529 39 months ago pathlib.Path.resolve incorrect os.path equivalent has patch has PR open Jendrik Weise
41355 85527 39 months ago os.link(..., follow_symlinks=False) without linkat(3) has PR open ronaldoussoren
41353 85525 39 months ago Indicate supported sound header formats has PR open nanjekyejoannah
41352 85524 39 months ago FileIO.readall() should raise "UnsupportedOperation" when in "w" mode has PR open Ziyi Wang
41317 85489 39 months ago sock_accept() does not remove server socket reader on cancellation has patch has PR open alex.gronholm
41305 85477 39 months ago Add StreamReader.readinto() has PR open tontinton
41303 85475 39 months ago perf_counter result does not count system sleep time in Mac OS has PR open nooB
41287 85459 39 months ago __doc__ attribute is not set in property-derived classes has PR open Sergei Izmailov
41282 85454 39 months ago Deprecate and remove distutils has PR open jaraco
41281 85453 39 months ago Wrong/missing code formats in datetime documentation has PR open yyyyyyyan
41279 85451 39 months ago Add a StreamReaderBufferedProtocol has PR open tontinton
41273 85445 39 months ago asyncio: proactor read transport: use recv_into instead of recv has PR open tontinton
41270 85442 39 months ago NamedTemporaryFile is not its own iterator. has PR open xzy3
41260 85432 39 months ago datetime, date and time: strftime method takes different keyword argument: fmt (pure) or format (C) has PR open Anthony Sottile
41255 85427 39 months ago Argparse.parse_args exits on unrecognized option with exit_on_error=False has patch has PR open mhughes
41246 85418 39 months ago IOCP Proactor same socket overlapped callbacks has PR open tontinton
41232 85404 39 months ago Python `functools.wraps` doesn't deal with defaults correctly has PR open Thor Whalen2
41231 85403 39 months ago Type annotations lost when using wraps by default has PR open David Caro
41222 85394 39 months ago POpen bufsize=0 ignored with universal_newlines=True has patch has PR open yann
41219 85391 39 months ago Mimetypes doesn't support audio/webm has PR open cere blanco
41210 85382 39 months ago Docs: More description(warning) about LZMA1 + BCJ with FORMAT_RAW has patch open miurahr
41205 85377 39 months ago Documentation Decimal power 0 to the 0 is Nan (versus 0 to the 0 which is 1) has PR open JD-Veiga
41191 85363 39 months ago PyType_FromModuleAndSpec is not mentioned in 3.9 What's new has PR open mdartiailh
41188 85360 39 months ago Prepare CPython for opaque PyObject structure. has PR open WildCard65
41177 85349 39 months ago ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items() has PR open godot_gildor
41176 85348 39 months ago revise Tkinter mainloop dispatching flag behavior has patch has PR open Richard Sheridan
41175 85347 39 months ago Static analysis issues reported by GCC 10 has patch has PR open cstratak
41171 85343 39 months ago Create companion methods of "PyType_FromSpec*" to allow setting metaclass. has PR open WildCard65
41170 85342 39 months ago Use strnlen instead of strlen when the size i known. has PR open Niclas Larsson
41162 85334 39 months ago Clear audit hooks after destructors has patch has PR open steve.dower
41160 85332 39 months ago Cross-compiling for GNU/Hurd fails has PR open mbakke
41141 85313 39 months ago remove unneeded handling of '.' and '..' from patlib.Path.iterdir() has PR open sir-sigurd
41138 85310 39 months ago trace CLI reads source files using the locale encoding has PR open serhiy.storchaka
41136 85308 39 months ago argparse uses default encoding when read arguments from file has PR open serhiy.storchaka
41125 85297 39 months ago Display exit-codes for abruptly terminated processes in concurrent.futures has PR open Epic_Wink
41122 85294 39 months ago functools.singledispatchfunction has confusing error message if no positional arguments are passed in has PR open markgrandi
41115 85287 39 months ago Codecs should raise precise UnicodeDecodeError or UnicodeEncodeError has PR open pitrou
41111 85283 39 months ago [C API] Convert a few stdlib extensions to the limited C API (PEP 384) has PR open vstinner
41109 85281 39 months ago subclasses of pathlib.PurePosixPath never call __init__ or __new__ has PR open conchylicultor
41103 85275 39 months ago Removing old buffer support has PR open methane
41097 85269 39 months ago confusing BufferError: Existing exports of data: object cannot be re-sized has PR open arigo
41095 85267 39 months ago inspect.signature() doesn't parse __text_signature__ containing a newline character has PR open vstinner
41093 85265 39 months ago TCPServer's server_forever() shutdown immediately when calling shutdown() has PR open tontinton
41092 85264 39 months ago Report actual size from 'os.path.getsize' has PR open stephenfin
41091 85263 39 months ago Remove recommendation in curses module documentation to initialize LC_ALL and encode strings has PR open mjacob
41088 85260 39 months ago Extend the AST Validator to validate all identifiers has PR open BTaskaya
41081 85253 39 months ago Exclude __pycache__ directories from backups using CACHEDIR.TAG has PR open jstasiak
41065 85237 39 months ago Use zip-strict in zoneinfo has PR open cool-RR
41051 85223 39 months ago Flush file after warning is written has PR open mjacob
41046 85218 39 months ago unittest: make skipTest a classmethod has PR open jameshcorbett
41026 85198 39 months ago mailbox does not support new Path object has PR open LimaAlphaHotel
41011 85183 39 months ago [venv] record which executable and command were used to create a virtual environment has PR open brett.cannon
41005 85177 39 months ago Permission denied: 'xdg-settings' when executing 'jupyter notebook' from command line has PR open SBC King
40998 85170 39 months ago Compiler warnings in ubsan builds has PR open christian.heimes
40995 85167 39 months ago reprlib.Repr.__init__ should accept arguments has PR open remi.lapeyre
40990 85162 39 months ago Make http.server support SSL has PR open remi.lapeyre
40988 85160 39 months ago singledispatchmethod significantly slower than singledispatch has PR open CaselIT
40968 85140 39 months ago urllib does not send http/1.1 ALPN extension has PR open pmenzel
40944 85116 39 months ago email.message.EmailMessage address parser fails to handle 'example@' has PR open user34926
40937 85109 39 months ago Remove deprecated functions marked for removal in 3.10 has PR open remi.lapeyre
40936 85108 39 months ago Remove deprecated functions from gettext has PR open remi.lapeyre
40926 85098 39 months ago command line interface of symtable module is broken has PR open BTaskaya
40899 85076 39 months ago Document exceptions raised by importlib.import has PR open j13r
40896 85073 39 months ago Missing links to Source Code in Documentation pages has PR open edison.abahurire
40894 85071 39 months ago asyncio.gather() cancelled() always False has patch has PR open timmwagener
40893 85070 39 months ago tkinter: integrate TkDND support has patch has PR open epaine
40882 85059 39 months ago memory leak in multiprocessing.shared_memory.SharedMemory in Windows has PR open eryksun
40872 85049 39 months ago multiprocess.Lock is missing the locked() method has PR open remi.lapeyre
40869 85046 39 months ago errno missing descriptions has PR open YoSTEALTH
40864 85041 39 months ago spec_set/autospec/spec seems to not be reading attributes defined in class body has PR open efagerberg
40859 85036 39 months ago Update Windows build to use xz-5.2.5 has PR open malin
40851 85028 39 months ago subprocess.Popen: impossible to show console window when shell=True has PR open akdor1154
40846 85023 39 months ago Misleading line in documentation has PR open J Arun Mani
40838 85015 39 months ago inspect.getsourcefile documentation doesn't mention it can return None has PR open pekka.klarck
40835 85012 39 months ago Incorrect handling for msgctxt in msgfmt.py has patch open da1910
40818 84995 39 months ago Run sys.__interactivehook__ for asyncio REPLs has PR open remi.lapeyre
40801 84978 39 months ago Expose PyFloat_AsDouble at Python level: operator.as_float? has PR open mark.dickinson
40799 84976 39 months ago Create Lib/_pydatetime.py file to optimize "import datetime" when _datetime is available has PR open vstinner
40766 84943 39 months ago Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for user-defined functions has PR open erlendaasland
40723 84900 39 months ago IDLE: make autocomplete test run without __main__.__file__ has PR open terry.reedy
40703 84880 39 months ago PyType_FromSpec*() overwrites the type's "__module__" has PR open scoder
40700 84877 39 months ago Make WSGIRequestHandler easier to be customized by the user has PR open Manjusaka
40690 84867 39 months ago unittest: if FunctionTestCase is imported, the loader loads "tests" from it has patch has PR open pwtail
40676 84853 39 months ago Use Argument Clinic for csv has PR open hauntsaninja
40674 84851 39 months ago Deprecate urllib.request.urlretrieve() and cleanup() has PR open remi.lapeyre
40648 84828 39 months ago Test file mode on Windows has PR open scrool
40638 84818 39 months ago input() with malformed input stream triggers assertion failure has PR open tekknolagi
40606 84786 39 months ago Copy property return annotations to __annotations__ has PR open Eric Wieser
40601 84781 39 months ago [C API] Hide static types from the limited C API has PR open vstinner
40576 84756 39 months ago Align docs for list.sort, sorted, and on the website has PR open sxlijin
40572 84752 39 months ago [subinterpreters] Support basic asynchronous cross-interpreter operations. has PR open eric.snow
40569 84749 39 months ago Add optional weights to random.sample() has PR open rhettinger
40544 84724 39 months ago Formatter exception when using logging.config.fileConfig has PR open mirii1994
40533 84713 39 months ago [subinterpreters] Don't share Python objects between interpreters has PR open vstinner
40529 84709 39 months ago Auto Completions with case insensitive has PR open mkasula
40525 84705 39 months ago zipapps execute symlinks as if they are code has patch open Anthony Sottile
40522 84702 39 months ago [subinterpreters] Get the current Python interpreter state from Thread Local Storage (autoTSSkey) has PR open vstinner
40521 84701 39 months ago [subinterpreters] Make free lists and unicode caches per-interpreter has patch has PR open vstinner
40519 84699 39 months ago Preserve AttributeError exception context in __getattr__ has patch open Arusekk
40516 84696 39 months ago GCC 9 compiler warnings on MacOS Catalina has PR open remi.lapeyre
40512 84692 39 months ago [subinterpreters] Meta issue: per-interpreter GIL has patch has PR open vstinner
40509 84689 39 months ago In argparse, allow REMAINDER(...) arguments in a mutually exclusive group has PR open Shani Armon
40507 84687 39 months ago FileNotFound error raised by os.exec* doesn't contain filename has PR open russelldavis
40506 84686 39 months ago add support for os.Pathlike filenames in zipfile.ZipFile.writestr has patch has PR open d.ragusa
40501 84681 39 months ago Deprecate and remove ctypes usage in uuid has PR open steve.dower
40481 84661 39 months ago Add include and exclude filters to zipapp cli has PR open Jarosław Wygoda
40479 84659 39 months ago Port _hashlib to OpenSSL 3.0.0 has PR open christian.heimes
40464 84644 39 months ago functools.singledispatch doesn't verify annotation is on FIRST parameter has PR open Dutcho
40452 84632 39 months ago Tkinter/IDLE: preserve clipboard on closure has patch has PR open epaine
40447 84627 39 months ago compile_file's stripdir does not accept pathlib.Path has PR open hauntsaninja
40440 84620 39 months ago allow array.array construction from memoryview w/o copy has PR open bjkeen
40434 84614 39 months ago Update of reasoning why there is no case statement has PR open amaajemyfren
40409 84589 39 months ago urllib.parse.urlsplit parses schemes that do not begin with letters has PR open sgg
40402 84582 39 months ago Race condition in multiprocessing/connection.py: broken handle has PR open maxicooper
40390 84570 39 months ago [subinterpreters] Implement _xxsubinterpreters.channel_send_wait() has PR open benedwards14
40383 84563 39 months ago weakref class name are hardcoded in reprs has PR open OhBonsai
40376 84556 39 months ago documentation for os.getgrouplist potentially misleading has PR open woodfighter
40372 84552 39 months ago doctest example programs should exit 1 if any test fails has PR open AndiDog
40366 84546 39 months ago Remove support for obsolete flags in compile function has PR open BTaskaya
40358 84538 39 months ago pathlib's relative_to should behave like os.path.relpath has patch has PR open d.ragusa
40352 84532 39 months ago SocketHandler silently drops log messages on re-connect has patch has PR open Oleg Nykolyn
40350 84530 39 months ago modulefinder chokes on numpy - dereferencing None in spec.loader has patch has PR open Greg Whiteley
40344 84524 39 months ago Programming FAQ about "What is the most efficient way to concatenate many strings together?" -- Improving the example open Dominik V.
40328 84508 39 months ago Add tools for generating mappings_XX.h has PR open corona10
40312 84492 39 months ago Weakref callbacks running before finalizers in GC collection has patch open a-feld
40309 84489 39 months ago “unmatched paren” for space before parenthesis in Py_BuildValue has patch has PR open Wrzlprmft
40307 84487 39 months ago multiprocessing.BaseManager does not retain Client type. has PR open amol
40305 84485 39 months ago Fix server_close() method for ThreadingHTTPServer and TCPServer class has patch has PR open ROUX antoine2
40301 84481 39 months ago zipfile module: new feature (two lines of code), useful for test, security and forensics has patch open massimosala
40283 84464 39 months ago Documentation of turtle.circle() has PR open guchao
40280 84461 39 months ago Consider supporting emscripten/webassembly as a build target has PR open Simon Biggs
40262 84443 39 months ago SSL recv_into requires the object to implement __len__ unlike socket one has PR open tzickel
40255 84436 39 months ago Fixing Copy on Writes from reference counting and immortal objects has PR open eelizondo
40254 84435 39 months ago pyspecific directives are not translatable has PR open cocoatomo
40243 84424 39 months ago Unicode 3.2 numeric uses decimal_changed instead of numeric_changed has PR open wmeehan
40236 84417 39 months ago datetime.datetime.strptime get day error has PR open zhanying
40234 84415 39 months ago [subinterpreters] Disallow daemon threads in subinterpreters optionally has PR open eric.snow
40229 84410 39 months ago tty unblocking setraw and save-restore features has PR open Steven Lu
40225 84406 39 months ago recursive call within generator expression is O(depth) has patch has PR open brendon-zhang@hotmail.com
40223 84404 39 months ago Add -fwrapv for new icc versions has PR open skrah
40212 84393 39 months ago Re-enable posix_fallocate and posix_fadvise on AIX has PR open BTaskaya
40207 84388 39 months ago Expose NCURSES_EXT_FUNCS under curses has PR open BTaskaya
40183 84364 39 months ago AC_COMPILE_IFELSE doesn't work in all cases has PR open jerome.hamm
40172 84353 39 months ago ZipInfo corrupts file names in some old zip archives has patch has PR open yudilevi
40169 84350 39 months ago `dis.findlabels()` should accept a code object has PR open laike9m
40151 84332 39 months ago _overlapped room for improvement has PR open Alexander Riccio
40145 84326 39 months ago Pyshellext room for binary size improvement has PR open Alexander Riccio
40127 84308 39 months ago Documentation of SSL library has PR open Christophe Nanteuil
40126 84307 39 months ago Incorrect error handling in unittest.mock has PR open bmclarnon
40124 84305 39 months ago Clearer assertion error has PR open pgjones
40120 84301 39 months ago Undefined C behavior going beyond end of struct via a [1] arrays. has PR open gregory.p.smith
40103 84284 39 months ago ZipFile.extractall is not multiprocess safe with regard to directory creation. has PR open nathansilberman
40102 84283 39 months ago Improve XLC support for function attributes has PR open BTaskaya
40101 84282 39 months ago lib2to3 fails on default convert functionality has PR open BTaskaya
40090 84271 39 months ago The referenced RFC for the json module should be corrected to rfc8259 has PR open amaajemyfren
40077 84258 39 months ago Convert static types to heap types: use PyType_FromSpec() has patch has PR open corona10
40075 84256 39 months ago _tkinter PythonCmd fails to acquire GIL has patch has PR open speleo3
40068 84249 39 months ago test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_fork() crash with Python 3.8 on AIX has PR open vstinner
40059 84240 39 months ago Provide a toml module in the standard library has PR open mgorny
40057 84238 39 months ago Missing mention of some class attributes in socketserver documentation has PR open overmighty
40051 84232 39 months ago Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*/?) has PR open wyz23x2
40034 84215 39 months ago cgi.parse() does not work with multipart POST requests. has PR open sangh
40002 84183 39 months ago Cookie load error inconsistency has PR open bar.harel
40001 84182 39 months ago ignore errors in SimpleCookie has PR open aviramha
39990 84171 39 months ago help should evaluate forward reference has PR open McSinyx
39989 84170 39 months ago Output closing parenthesis in ast.dump() on separate line has PR open serhiy.storchaka
39986 84167 39 months ago test_os / test_listdir failed as root-directory changed during test has PR open Matthias Braun
39981 84162 39 months ago Default values for AST Nodes has PR open BTaskaya
39971 84152 39 months ago [doc] Error in functional how-to example has PR open dxflores
39967 84148 39 months ago bdb calls linecache.checkcache, resulting in source being different from code has PR open blueyed
39949 84130 39 months ago truncating match in regular expression match objects repr has PR open Seth.Troisi
39948 84129 39 months ago Python 3.8 unconditionally uses functions not available on OS X 10.4 and 10.5 has PR open dgelessus
39947 84128 39 months ago [C API] Make the PyThreadState structure opaque (move it to the internal C API) has PR open vstinner
39943 84124 39 months ago Meta: Clean up various issues in C internals has PR open petdance
39912 84093 39 months ago warnings.py should not raise AssertionError when validating arguments has PR open remi.lapeyre
39902 84083 39 months ago dis.Bytecode objects should be comparable has PR open BTaskaya
39860 84041 39 months ago configparser - no support for cascading defaults (as defined by MySQL) has PR open Ben Griffin
39851 84032 39 months ago tarfile: Exception ignored in (... stdout ...) BrokenPipeError has patch open vstinner
39816 83997 39 months ago More descriptive error message than "too many values to unpack" has PR open alexmojaki
39799 83980 39 months ago Never return base's fragment from urljoin (urllib.parse) has patch has PR open op368
39798 83979 39 months ago Update and Improve README.AIX has PR open BTaskaya
39794 83975 39 months ago Add --without-decimal-contextvar option to use just threads in decimal has PR open skrah
39783 83964 39 months ago Optimize construction of Path from other Paths by just returning the same object? has PR open Antony.Lee
39765 83946 39 months ago asyncio loop.add_signal_handler() may not behave as expected has PR open rogerdahl
39763 83944 39 months ago distutils.spawn should use subprocess (hang in parallel builds on QNX) has patch has PR open Elad Lahav
39759 83940 39 months ago os.getenv documentation is misleading has PR open remi.lapeyre
39757 83938 39 months ago EmailMessage bad encoding for international domain has PR open drlazor8
39744 83925 39 months ago asyncio.subprocess's communicate(None) does not close stdin has patch has PR open marmarek
39732 83913 39 months ago plistlib should export UIDs in XML like Apple does has PR open Artoria2e5
39725 83906 39 months ago unrelated `from None` exceptions hide prior exception information has PR open ethan.furman
39716 83897 39 months ago argparse.ArgumentParser does not raise on duplicated subparsers, even though it does on duplicated flags has PR open Antony.Lee
39712 83893 39 months ago Doc for `-X dev` option should mention PYTHONDEVMODE has patch has PR open pitrou
39700 83881 39 months ago asyncio.selector_events._SelectorTransport: Add logging when sock.getpeername() fails has patch open dsternlicht
39697 83878 39 months ago Failed to build with --with-cxx-main=g++-9.2.0 has PR open Marco Sulla
39688 83869 39 months ago tarfile: GNU sparse 1.0 pax tar header offset not properly computed has PR open Nit
39673 83854 39 months ago Map errno==ETIME to TimeoutError has PR open YoSTEALTH
39672 83853 39 months ago Segmentation fault on shutdown with shelve & c pickle has patch has PR open zd nex
39671 83852 39 months ago Mention in docs that asyncio.FIRST_COMPLETED does not guarantee the completion of no more than one task has PR open tom.pohl
39666 83847 39 months ago IDLE: Factor out similar code in editor and hyperparser has PR open cheryl.sabella
39664 83845 39 months ago Improve test coverage for operator module has PR open xtreak
39632 83813 39 months ago variadic function call broken on armhf when passing a float argument has patch has PR open Nicolas Dessart
39616 83797 39 months ago SSLContext.check_hostname description is inaccurate wrt match_hostname has PR open nnnnnn
39610 83791 39 months ago memoryview.__len__ should raise an exception for 0d buffers has PR open Eric Wieser
39601 83782 39 months ago brace escapes are not working in formatted string literal format specifications has patch open jitterman
39584 83765 39 months ago multiprocessing.shared_memory: MacOS crashes by running attached Python code has PR open vinay0410
39574 83755 39 months ago str.__doc__ is misleading has PR open kcirtsew
39560 83741 39 months ago PyUnicode_FromKindAndData kind transformation is not documented has PR open smola
39551 83732 39 months ago mock patch should match behavior of import from when module isn't present in sys.modules has PR open dino.viehland
39533 83714 39 months ago Use `statx(2)` system call on Linux for extended `os.stat` information has PR open ntninja
39511 83692 39 months ago [subinterpreters] Per-interpreter singletons (None, True, False, etc.) has PR open vstinner
39502 83683 39 months ago test_zipfile fails on AIX due to time.localtime has patch has PR open EGuesnet
39469 83650 39 months ago Support for relative home path in pyvenv.cfg has PR open Jeff.Edwards
39468 83649 39 months ago Improved the site module's permission handling while writing .python_history has PR open opensource-assist
39467 83648 39 months ago Allow to deprecate CLI arguments in argparse has PR open 4383
39430 83611 39 months ago tarfile.open(mode="r") race condition when importing lzma has patch has PR open Maciej Gol
39400 83581 39 months ago pydoc: Use of MANPAGER variable is incorrect has PR open Brocellous
39372 83553 39 months ago The header files in Include/ have many declarations with no definition has PR open pablogsal
39343 83524 39 months ago Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io has PR open vstinner
39334 83515 39 months ago python specific index directives in our doc has been deprecated 10 years ago has PR open mdk
39324 83505 39 months ago Add mimetype for extension .md (markdown) has PR open Ryan Batchelder
39323 83504 39 months ago Add test for imghdr cli has PR open xtreak
39318 83499 39 months ago NamedTemporaryFile could cause double-close on an fd if _TemporaryFileWrapper throws has PR open nneonneo
39278 83459 39 months ago add docstrings to functions in pdb module has PR open carlbordum
39277 83458 39 months ago _PyTime_FromDouble() fails to detect an integer overflow when converting a C double to a C int64_t has PR open graingert
39267 83448 39 months ago Fix dict's __missing__ documentation has PR open bar.harel
39264 83445 39 months ago Fix UserDict.get to account for __missing__ has PR open bar.harel
39229 83410 39 months ago library/functions.rst causes translated builds to fail has PR open rffontenelle
39224 83405 39 months ago HTTPConnection.timeout None support has PR open Daniel Farley
39221 83402 39 months ago Cross compiled python installed wrong version of lib2to3/Grammar pickle has patch open puchenyaka
39214 83395 39 months ago Add curses.window.in_wch has PR open Anthony Sottile
39206 83387 39 months ago Modulefinder does not consider source file encoding has PR open Nicholas Feix
39205 83386 39 months ago multiprocessing: Hang when interpreter exits after ProcessPoolExecutor.shutdown(wait=False) has PR open bquinlan
39199 83380 39 months ago Improve the AST documentation has PR open pablogsal
39190 83371 39 months ago _result_handler dies on raised exceptions [multiprocessing] has patch has PR open sindrig
39187 83368 39 months ago urllib.robotparser does not respect the longest match for the rule has patch has PR open gallicrooster
39184 83365 39 months ago Many command execution functions are not raising auditing events has PR open gousaiyang
39170 83351 39 months ago Sqlite3 row_factory for attribute access: NamedRow has PR open jidn
39159 83340 39 months ago Ideas for making ast.literal_eval() usable has PR open rhettinger
39157 83338 39 months ago test_pidfd_send_signal can fail on some systems with PermissionError: [Errno 1] Operation not permitted has PR open pablogsal
39148 83329 39 months ago DatagramProtocol + IPv6 does not work with ProactorEventLoop has patch has PR open alex.gronholm
39131 83312 39 months ago signing needs two serialisation passes has PR open jap
39129 83310 39 months ago Incorrect import of TimeoutError while creating happy eyeballs connection has PR open xtreak
39121 83302 39 months ago gzip header write OS field has PR open wungad
39102 83283 39 months ago Increase Enum performance has patch has PR open MrMrRobat
39100 83281 39 months ago email.policy.SMTP throws AttributeError on invalid header has patch has PR open elenril
39064 83245 39 months ago ValueError in zipfile.ZipFile has patch has PR open jvoisin
39047 83228 39 months ago TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS has PR open attilajeges
39040 83221 39 months ago Wrong attachement filename when mail mime header was too long has patch has PR open mkaiser
39010 83191 39 months ago ProactorEventLoop raises unhandled ConnectionResetError has PR open Jonathan Slenders
38981 83162 39 months ago better name for re.error Exception class. has PR open mbussonn
38975 83156 39 months ago Add direct anchors to regex syntax documentation has PR open bmispelon
38960 83141 39 months ago DTrace FreeBSD build fix has PR open David Carlier
38952 83133 39 months ago asyncio cannot handle Python3 IPv4Address has PR open Max Coplan
38941 83122 39 months ago xml.etree.ElementTree.Element inconsistent warning for bool has PR open philiprowlands
38938 83119 39 months ago Possible performance improvement for heapq.merge() has patch has PR open Dennis Sweeney
38937 83118 39 months ago NameError in list comprehension within .pth file has PR open Chris Billington
38893 83074 39 months ago broken container/selinux integration has PR open Leif Middelschulte
38886 83067 39 months ago permissions too restrictive in zipfile.writestr has PR open rdussin
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: