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
42974 87140 37 months ago tokenize reports incorrect end col offset and line string when input ends without explicit newline has PR open romanows
42973 87139 37 months ago argparse: mixing optional and positional arguments... not again has PR open monkeyman79
42969 87135 37 months ago pthread_exit & PyThread_exit_thread from PyEval_RestoreThread etc. are harmful has PR open gregory.p.smith
42966 87132 37 months ago argparse: customizable help formatter has patch has PR open monkeyman79
42952 87118 37 months ago Incorrect handling of EC_KEY_new_by_curve_name() in the _ssl module has PR open ZackerySpytz
42943 87109 37 months ago singledispatchmethod should expose registry of all known overloads has PR open Ilya.Kulakov
42937 87103 37 months ago 192.0.0.8 (IPv4 dummy address) considered globally reachable has PR open cdirkx
42926 87092 37 months ago Split compiler into code-gen, optimizer and assembler. has PR open Mark.Shannon
42896 87062 37 months ago Solaris 11.4 crle output not handled correctly has patch has PR open dmurphy18
42875 87041 37 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 37 months ago running configure on Solaris 10 gives grep "illegal option" errors has PR open martin.wheatley.home
42861 87027 37 months ago ipaddress - add ability to get next closest network of any prefix size has PR open fasial.mahmood94
42844 87010 37 months ago Turtle Module -- "onclick" arguments enchancement open sc1341
42840 87006 37 months ago `type` takes **kwargs for __init_subclass__ has PR open esoma
42836 87002 37 months ago docs: struct: clarify struct caching behaviour has PR open uniq10
42830 86996 37 months ago tempfile mkstemp() leaks file descriptors if os.close() is not called has PR open mieczyslaw.torchala
42815 86981 37 months ago new thread doesn't copy context of the parent thread has PR open uriyyo
42809 86975 37 months ago Improve pickle tests for recursive data has PR open serhiy.storchaka
42797 86963 37 months ago Allow doctest to select tests via -m/--match option has PR open costas-basdekis
42777 86943 37 months ago WindowsPath does not implement is_mount but ntpath implements and offers a ismount method has PR open db
42752 86918 37 months ago multiprocessing Queue leaks a file descriptor associated with the pipe writer (#33081 still a problem) has patch open crazycasta
42737 86903 37 months ago PEP 563: drop annotations for complex assign targets has PR open BTaskaya
42722 86888 37 months ago Add --debug command line option to unittest to enable post-mortem debugging has PR open Dominik V.
42663 86829 37 months ago zoneinfo does not support full range of allowed transition hours in fallback string has PR open p-ganssle
42660 86826 37 months ago _zoneinfo.c incorrectly checks bounds of `day` variable in calenderrule_new has PR open p-ganssle
42658 86824 37 months ago os.path.normcase() is inconsistent with Windows file system has PR open sogom
42653 86819 37 months ago Expose ISO-TP Contants for Linux >= 5.10 has PR open rumpelsepp
42643 86809 37 months ago http.server does not support HTTP range requests has PR open Decorater
42636 86802 37 months ago shielded task exception never retrieved when outer task cancelled has patch open natano
42627 86793 37 months ago urllib.request.getproxies() misparses Windows registry proxy settings has PR open benrg
42620 86786 37 months ago documentation on `getsockname()` wrong for AF_INET6 has PR open vanrein
42619 86785 37 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 37 months ago Eval with too high string multiplication crashes newer Python versions has PR open Erik-Lamers1
42606 86772 37 months ago Support POSIX atomicity guarantee of O_APPEND on Windows has patch has PR open izbyshev
42560 86726 37 months ago Improve Tkinter Documentation has PR open hpmason
42557 86723 37 months ago Make asyncio.__main__ reusable, also adding a preamble feature. has patch has PR open lschoe
42547 86713 37 months ago argparse: add_argument(... nargs='+', metavar=<tuple>) does not work with positional arguments has PR open m_khvoinitsky
42545 86711 37 months ago Check that all symbols in the limited ABI are exported has PR open pablogsal
42527 86693 37 months ago UnicodeEncode error in BaseHttpRequestHandler class when send unicode data. has PR open wangyanfeng.p
42524 86690 37 months ago [doc] pdb access to return value has PR open Romuald
42484 86650 37 months ago get_obs_local_part fails to handle empty local part has PR open dxn126
42476 86642 37 months ago Allow cross compiling python for macos-arm64 from macos-x86_64 has PR open isuruf
42464 86630 37 months ago Pathlib resolve() resolves non-existent ".." components with strict=False has patch open john.engelke
42461 86627 37 months ago os.statvfs_result doesn't show f_fsid has PR open Rethan
42454 86620 37 months ago Move slice creation to the compiler for constants has PR open BTaskaya
42443 86609 37 months ago Provide Thread creation hook support has PR open stanczyk
42434 86600 37 months ago Library json, file json/encoder.py: Function floatstr should be a class-level function. has patch has PR open salacdav
42433 86599 37 months ago mailbox.mbox fails on non ASCII characters has PR open flokli
42414 86580 37 months ago unable to document fields of dataclass has PR open jmg
42401 86567 37 months ago Plislit does not handle date timezone correctly has patch has PR open jcbertin
42388 86554 37 months ago subprocess.check_output(['echo', 'test'], text=True, input=None) fails has PR open ThiefMaster
42386 86552 37 months ago Update icons for macOS 11 has PR open 17jiangz1
42378 86544 37 months ago logging reopens file with same mode, possibly truncating has PR open ecatmur2
42376 86542 37 months ago Add helpers to populate modules in C has PR open christian.heimes
42367 86533 37 months ago Restore os.makedirs ability to apply mode to all directories created has PR open gregory.p.smith
42363 86529 37 months ago I think it will be better to output self._state for debugging has PR open jimlinntu
42361 86527 37 months ago Use Tcl/Tk 8.6.10 in build-installer.py when building on recent macOS has PR open ronaldoussoren
42353 86519 37 months ago Proposal: re.prefixmatch method (alias for re.match) has PR open gregory.p.smith
42327 86493 37 months ago Add PyModule_Add() has PR open serhiy.storchaka
42316 86482 37 months ago Walrus Operator in list index has PR open Brando753
42291 86457 37 months ago Incorrect signature of CodeType.replace() has PR open serhiy.storchaka
42272 86438 37 months ago Warning filter message/module documentation is misleading has patch has PR open kevinoid
42259 86425 37 months ago pprint: infinite recursion for saferepr() when using nested objects, but str() works has PR open danbst
42258 86424 37 months ago argparse: show choices once per argument has PR open mendelmaleh
42239 86405 37 months ago IDLE: Restore or keep calltip when needed has PR open terry.reedy
42238 86404 37 months ago Deprecate suspicious.py? has PR open mdk
42197 86363 37 months ago Disable automatic update of frame locals during tracing has PR open fabioz
42182 86348 37 months ago 3.10 Documentation Not Hyperlinking Some Methods has PR open kj
42178 86344 37 months ago failed pickle hangs python on exit in CMD.exe only has patch has PR open charles.mcmarrow.4
42130 86296 37 months ago AsyncIO's wait_for can hide cancellation in a rare race condition has PR open tvoinarovskyi
42125 86291 37 months ago linecache cannot get source for the __main__ module with a custom loader has patch has PR open eltoder
42112 86278 37 months ago ZipFIle.write remove slash at the beginning of member's path has PR open matan1008
42109 86275 37 months ago Use hypothesis for testing the standard library, falling back to stubs has PR open p-ganssle
42102 86268 37 months ago Make builtins.callable "generic" has PR open hauntsaninja
42101 86267 37 months ago Allow inheritance of Venvs has PR open mbussonn
42088 86254 37 months ago types.SimpleNamespace.__repr__ documentation inconsistency has PR open avrahami.ben
42085 86251 37 months ago Add dedicated slot for sending values has PR open v2m
42066 86232 37 months ago CookieJar cookies should not be sorted has PR open IKermani
42063 86229 37 months ago More options to http.server & SimpleHTTPRequestHandler has PR open jacobsorme
42062 86228 37 months ago Usage of HTTPResponse.url has PR open fbidu
42060 86226 37 months ago Usage of assert in http/client.py has PR open fbidu
42047 86213 37 months ago DragonFlyBSD thread native id support missing has PR open devnexen
42044 86210 37 months ago Running Python in unbuffered mode may not write all contents to the console has PR open fabioz
42037 86203 37 months ago Documentation confusion in CookieJar functions has PR open markus
42036 86202 37 months ago Unchecked return in Modules/posixmodule.c from multiple function calls has PR open monocle-ai
42034 86200 37 months ago Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro has PR open monocle-ai
42018 86184 37 months ago winreg SetValue(Ex) should mention integer as an acceptable value has PR open kwojniak_box
42012 86178 37 months ago typing support in wsgiref has PR open srittau
42006 86172 37 months ago Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId has PR open serhiy.storchaka
41989 86155 37 months ago htmlparser unclosed script tag causes data loss has patch has PR open waylan
41987 86153 37 months ago singledispatchmethod raises an error when relying on a forward declaration has PR open glyph
41967 86133 37 months ago Handle annotations in the parser to avoid the need for roundtrip has PR open pablogsal
41963 86129 37 months ago ConfigParser: stripping of comments should be documented has PR open jugmac00
41938 86104 37 months ago concurrent.futures.wait calls len() on an possible iterable has PR open rohitkg98
41928 86094 37 months ago ZipFile does not supports Unicode Path Extra Field (0x7075) zip header field has patch has PR open ivan.sorokin.tech
41916 86082 37 months ago cxx pthread check is not overrideable has PR open virtuald
41851 86017 37 months ago tkinter: add font equal methods has PR open epaine
41847 86013 37 months ago Update "install launcher for all users" installer option has PR open steve.dower
41846 86012 37 months ago IDLE subsection of What's New 3.10 has PR open terry.reedy
41844 86010 37 months ago IDLE subsection of What's New 3.9 has PR open terry.reedy
41843 86009 37 months ago Reenable sendfile in shutil.copyfile() on Solaris has PR open kulikjak
41841 86007 37 months ago idlelib/NEWS.txt for 3.10.0 and backports has PR open terry.reedy
41839 86005 37 months ago Solaris: Fix error checking in sched_get_priority_ functions has PR open kulikjak
41825 85991 37 months ago os.waitid() documentation needs TLC has PR open georg.brandl
41818 85984 37 months ago Lib/pty.py major revision has PR open soumendra
41813 85979 37 months ago Clarify specification of object.__await__ has PR open plammens
41793 85959 37 months ago Inaccuracy about reflected operands in datamodel docs. has PR open wim.glenn
41787 85953 37 months ago adding PEP references to documentation has PR open cameron
41768 85934 37 months ago unittest.mock spec calls class properties has PR open melwitt
41754 85920 37 months ago Webbrowser Module Cannot Find xdg-settings on OSX has PR open tony.diloreto
41734 85900 37 months ago Refactor b32{encode,decode} tests has PR open FFY00
41728 85894 37 months ago Debug logging when adding a TarFile object has PR open ebalsley
41657 85823 37 months ago Refactor for object source files variable in Makefile has PR open ElianMariano
41643 85809 37 months ago make shutil.make_archive always accept pathlib objects has PR open graingert
41630 85796 37 months ago Enable curses support on Windows has PR open maarten
41626 85792 37 months ago port shebang of tools from python2 to python3 has PR open shihai1991
41608 85774 37 months ago IDLE: multiple space deletion by Backspace after non-spaces has PR open epaine
41607 85773 37 months ago pdb - Clickable path to breakpoints has patch has PR open michimussato
41585 85751 37 months ago policy.max_line_length is incorrectly assumed to never be None has PR open equaeghe
41570 85742 37 months ago Add DearPyGui to faq/gui.rst has PR open jhoffstadt
41544 85716 37 months ago multiprocessing.dummy.Process lacks daemon parameter has PR open moi90
41541 85713 37 months ago [PATCH] Make pty.spawn set window size has patch has PR open soumendra
41538 85710 37 months ago Allow customizing python interpreter in venv.EnvBuilder has PR open abbec
41530 85702 37 months ago zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInfoNotFoundError has PR open josh.ja.butt
41510 85682 37 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 37 months ago Create public API for typing._eval_type has PR open Dominik V.
41482 85654 37 months ago docstring errors in ipaddress.IPv4Network has PR open eric.frederich
41475 85647 37 months ago Make __future__.annotations default 3.10 in What's New 3.7 has PR open cool-RR
41472 85644 37 months ago webbrowser uses deprecated env variables to detect desktop type has PR open Trevinho
41453 85625 37 months ago A possible reference leak in _locale.localeconv() has PR open ZackerySpytz
41430 85602 37 months ago Document C docstring behavior has PR open jameshcorbett
41429 85601 37 months ago Let fnmatch.filter accept a tuple of patterns has PR open adelfino
41422 85594 37 months ago C Unpickler memory leak via memo has patch has PR open kale-smoothie
41416 85588 37 months ago Restore default implementation of __ne__ in mixins Set and Mapping has PR open serhiy.storchaka
41415 85587 37 months ago duplicated signature of dataclass in help() has PR open sir-sigurd
41411 85583 37 months ago Improve and consolidate f-strings docs has PR open ezio.melotti
41400 85572 37 months ago Remove references to nonexisting __ne__ methods has PR open serhiy.storchaka
41395 85567 37 months ago pickle and pickletools cli interface doesn't close input and output file. has PR open xtreak
41394 85566 37 months ago Document '_' in interpreter tutorial has PR open wyz23x2
41385 85557 37 months ago test_executable_without_cwd fails on appx test run in Azure pipelines has PR open xtreak
41380 85552 37 months ago Add snake example to turtledemo has PR open Ehsonjon Gadoev
41370 85542 37 months ago PEP 585 and ForwardRef has PR open joperez
41357 85529 37 months ago pathlib.Path.resolve incorrect os.path equivalent has patch has PR open Jendrik Weise
41355 85527 37 months ago os.link(..., follow_symlinks=False) without linkat(3) has PR open ronaldoussoren
41353 85525 37 months ago Indicate supported sound header formats has PR open nanjekyejoannah
41352 85524 37 months ago FileIO.readall() should raise "UnsupportedOperation" when in "w" mode has PR open Ziyi Wang
41317 85489 37 months ago sock_accept() does not remove server socket reader on cancellation has patch has PR open alex.gronholm
41305 85477 37 months ago Add StreamReader.readinto() has PR open tontinton
41303 85475 37 months ago perf_counter result does not count system sleep time in Mac OS has PR open nooB
41287 85459 37 months ago __doc__ attribute is not set in property-derived classes has PR open Sergei Izmailov
41282 85454 37 months ago Deprecate and remove distutils has PR open jaraco
41281 85453 37 months ago Wrong/missing code formats in datetime documentation has PR open yyyyyyyan
41279 85451 37 months ago Add a StreamReaderBufferedProtocol has PR open tontinton
41273 85445 37 months ago asyncio: proactor read transport: use recv_into instead of recv has PR open tontinton
41270 85442 37 months ago NamedTemporaryFile is not its own iterator. has PR open xzy3
41260 85432 37 months ago datetime, date and time: strftime method takes different keyword argument: fmt (pure) or format (C) has PR open Anthony Sottile
41255 85427 37 months ago Argparse.parse_args exits on unrecognized option with exit_on_error=False has patch has PR open mhughes
41246 85418 37 months ago IOCP Proactor same socket overlapped callbacks has PR open tontinton
41232 85404 37 months ago Python `functools.wraps` doesn't deal with defaults correctly has PR open Thor Whalen2
41231 85403 37 months ago Type annotations lost when using wraps by default has PR open David Caro
41222 85394 37 months ago POpen bufsize=0 ignored with universal_newlines=True has patch has PR open yann
41219 85391 37 months ago Mimetypes doesn't support audio/webm has PR open cere blanco
41210 85382 37 months ago Docs: More description(warning) about LZMA1 + BCJ with FORMAT_RAW has patch open miurahr
41205 85377 37 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 37 months ago PyType_FromModuleAndSpec is not mentioned in 3.9 What's new has PR open mdartiailh
41188 85360 37 months ago Prepare CPython for opaque PyObject structure. has PR open WildCard65
41177 85349 37 months ago ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items() has PR open godot_gildor
41176 85348 37 months ago revise Tkinter mainloop dispatching flag behavior has patch has PR open Richard Sheridan
41175 85347 37 months ago Static analysis issues reported by GCC 10 has patch has PR open cstratak
41171 85343 37 months ago Create companion methods of "PyType_FromSpec*" to allow setting metaclass. has PR open WildCard65
41170 85342 37 months ago Use strnlen instead of strlen when the size i known. has PR open Niclas Larsson
41162 85334 37 months ago Clear audit hooks after destructors has patch has PR open steve.dower
41160 85332 37 months ago Cross-compiling for GNU/Hurd fails has PR open mbakke
41141 85313 37 months ago remove unneeded handling of '.' and '..' from patlib.Path.iterdir() has PR open sir-sigurd
41138 85310 37 months ago trace CLI reads source files using the locale encoding has PR open serhiy.storchaka
41136 85308 37 months ago argparse uses default encoding when read arguments from file has PR open serhiy.storchaka
41125 85297 37 months ago Display exit-codes for abruptly terminated processes in concurrent.futures has PR open Epic_Wink
41122 85294 37 months ago functools.singledispatchfunction has confusing error message if no positional arguments are passed in has PR open markgrandi
41115 85287 37 months ago Codecs should raise precise UnicodeDecodeError or UnicodeEncodeError has PR open pitrou
41111 85283 37 months ago [C API] Convert a few stdlib extensions to the limited C API (PEP 384) has PR open vstinner
41109 85281 37 months ago subclasses of pathlib.PurePosixPath never call __init__ or __new__ has PR open conchylicultor
41103 85275 37 months ago Removing old buffer support has PR open methane
41097 85269 37 months ago confusing BufferError: Existing exports of data: object cannot be re-sized has PR open arigo
41095 85267 37 months ago inspect.signature() doesn't parse __text_signature__ containing a newline character has PR open vstinner
41093 85265 37 months ago TCPServer's server_forever() shutdown immediately when calling shutdown() has PR open tontinton
41092 85264 37 months ago Report actual size from 'os.path.getsize' has PR open stephenfin
41091 85263 37 months ago Remove recommendation in curses module documentation to initialize LC_ALL and encode strings has PR open mjacob
41088 85260 37 months ago Extend the AST Validator to validate all identifiers has PR open BTaskaya
41081 85253 37 months ago Exclude __pycache__ directories from backups using CACHEDIR.TAG has PR open jstasiak
41065 85237 37 months ago Use zip-strict in zoneinfo has PR open cool-RR
41051 85223 37 months ago Flush file after warning is written has PR open mjacob
41046 85218 37 months ago unittest: make skipTest a classmethod has PR open jameshcorbett
41026 85198 37 months ago mailbox does not support new Path object has PR open LimaAlphaHotel
41011 85183 37 months ago [venv] record which executable and command were used to create a virtual environment has PR open brett.cannon
41005 85177 37 months ago Permission denied: 'xdg-settings' when executing 'jupyter notebook' from command line has PR open SBC King
40998 85170 37 months ago Compiler warnings in ubsan builds has PR open christian.heimes
40995 85167 37 months ago reprlib.Repr.__init__ should accept arguments has PR open remi.lapeyre
40990 85162 37 months ago Make http.server support SSL has PR open remi.lapeyre
40988 85160 37 months ago singledispatchmethod significantly slower than singledispatch has PR open CaselIT
40968 85140 37 months ago urllib does not send http/1.1 ALPN extension has PR open pmenzel
40944 85116 37 months ago email.message.EmailMessage address parser fails to handle 'example@' has PR open user34926
40937 85109 37 months ago Remove deprecated functions marked for removal in 3.10 has PR open remi.lapeyre
40936 85108 37 months ago Remove deprecated functions from gettext has PR open remi.lapeyre
40926 85098 37 months ago command line interface of symtable module is broken has PR open BTaskaya
40899 85076 37 months ago Document exceptions raised by importlib.import has PR open j13r
40896 85073 37 months ago Missing links to Source Code in Documentation pages has PR open edison.abahurire
40894 85071 37 months ago asyncio.gather() cancelled() always False has patch has PR open timmwagener
40893 85070 37 months ago tkinter: integrate TkDND support has patch has PR open epaine
40882 85059 37 months ago memory leak in multiprocessing.shared_memory.SharedMemory in Windows has PR open eryksun
40872 85049 37 months ago multiprocess.Lock is missing the locked() method has PR open remi.lapeyre
40869 85046 37 months ago errno missing descriptions has PR open YoSTEALTH
40864 85041 37 months ago spec_set/autospec/spec seems to not be reading attributes defined in class body has PR open efagerberg
40859 85036 37 months ago Update Windows build to use xz-5.2.5 has PR open malin
40851 85028 37 months ago subprocess.Popen: impossible to show console window when shell=True has PR open akdor1154
40846 85023 37 months ago Misleading line in documentation has PR open J Arun Mani
40838 85015 37 months ago inspect.getsourcefile documentation doesn't mention it can return None has PR open pekka.klarck
40835 85012 37 months ago Incorrect handling for msgctxt in msgfmt.py has patch open da1910
40818 84995 37 months ago Run sys.__interactivehook__ for asyncio REPLs has PR open remi.lapeyre
40801 84978 37 months ago Expose PyFloat_AsDouble at Python level: operator.as_float? has PR open mark.dickinson
40799 84976 37 months ago Create Lib/_pydatetime.py file to optimize "import datetime" when _datetime is available has PR open vstinner
40766 84943 37 months ago Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for user-defined functions has PR open erlendaasland
40723 84900 37 months ago IDLE: make autocomplete test run without __main__.__file__ has PR open terry.reedy
40703 84880 37 months ago PyType_FromSpec*() overwrites the type's "__module__" has PR open scoder
40700 84877 37 months ago Make WSGIRequestHandler easier to be customized by the user has PR open Manjusaka
40690 84867 37 months ago unittest: if FunctionTestCase is imported, the loader loads "tests" from it has patch has PR open pwtail
40676 84853 37 months ago Use Argument Clinic for csv has PR open hauntsaninja
40674 84851 37 months ago Deprecate urllib.request.urlretrieve() and cleanup() has PR open remi.lapeyre
40648 84828 37 months ago Test file mode on Windows has PR open scrool
40638 84818 37 months ago input() with malformed input stream triggers assertion failure has PR open tekknolagi
40606 84786 37 months ago Copy property return annotations to __annotations__ has PR open Eric Wieser
40601 84781 37 months ago [C API] Hide static types from the limited C API has PR open vstinner
40576 84756 37 months ago Align docs for list.sort, sorted, and on the website has PR open sxlijin
40572 84752 37 months ago [subinterpreters] Support basic asynchronous cross-interpreter operations. has PR open eric.snow
40569 84749 37 months ago Add optional weights to random.sample() has PR open rhettinger
40544 84724 37 months ago Formatter exception when using logging.config.fileConfig has PR open mirii1994
40533 84713 37 months ago [subinterpreters] Don't share Python objects between interpreters has PR open vstinner
40529 84709 37 months ago Auto Completions with case insensitive has PR open mkasula
40525 84705 37 months ago zipapps execute symlinks as if they are code has patch open Anthony Sottile
40522 84702 37 months ago [subinterpreters] Get the current Python interpreter state from Thread Local Storage (autoTSSkey) has PR open vstinner
40521 84701 37 months ago [subinterpreters] Make free lists and unicode caches per-interpreter has patch has PR open vstinner
40519 84699 37 months ago Preserve AttributeError exception context in __getattr__ has patch open Arusekk
40516 84696 37 months ago GCC 9 compiler warnings on MacOS Catalina has PR open remi.lapeyre
40512 84692 37 months ago [subinterpreters] Meta issue: per-interpreter GIL has patch has PR open vstinner
40509 84689 37 months ago In argparse, allow REMAINDER(...) arguments in a mutually exclusive group has PR open Shani Armon
40507 84687 37 months ago FileNotFound error raised by os.exec* doesn't contain filename has PR open russelldavis
40506 84686 37 months ago add support for os.Pathlike filenames in zipfile.ZipFile.writestr has patch has PR open d.ragusa
40501 84681 37 months ago Deprecate and remove ctypes usage in uuid has PR open steve.dower
40481 84661 37 months ago Add include and exclude filters to zipapp cli has PR open Jarosław Wygoda
40479 84659 37 months ago Port _hashlib to OpenSSL 3.0.0 has PR open christian.heimes
40464 84644 37 months ago functools.singledispatch doesn't verify annotation is on FIRST parameter has PR open Dutcho
40452 84632 37 months ago Tkinter/IDLE: preserve clipboard on closure has patch has PR open epaine
40447 84627 37 months ago compile_file's stripdir does not accept pathlib.Path has PR open hauntsaninja
40440 84620 37 months ago allow array.array construction from memoryview w/o copy has PR open bjkeen
40434 84614 37 months ago Update of reasoning why there is no case statement has PR open amaajemyfren
40409 84589 37 months ago urllib.parse.urlsplit parses schemes that do not begin with letters has PR open sgg
40402 84582 37 months ago Race condition in multiprocessing/connection.py: broken handle has PR open maxicooper
40390 84570 37 months ago [subinterpreters] Implement _xxsubinterpreters.channel_send_wait() has PR open benedwards14
40383 84563 37 months ago weakref class name are hardcoded in reprs has PR open OhBonsai
40376 84556 37 months ago documentation for os.getgrouplist potentially misleading has PR open woodfighter
40372 84552 37 months ago doctest example programs should exit 1 if any test fails has PR open AndiDog
40366 84546 37 months ago Remove support for obsolete flags in compile function has PR open BTaskaya
40358 84538 37 months ago pathlib's relative_to should behave like os.path.relpath has patch has PR open d.ragusa
40352 84532 37 months ago SocketHandler silently drops log messages on re-connect has patch has PR open Oleg Nykolyn
40350 84530 37 months ago modulefinder chokes on numpy - dereferencing None in spec.loader has patch has PR open Greg Whiteley
40344 84524 37 months ago Programming FAQ about "What is the most efficient way to concatenate many strings together?" -- Improving the example open Dominik V.
40328 84508 37 months ago Add tools for generating mappings_XX.h has PR open corona10
40312 84492 37 months ago Weakref callbacks running before finalizers in GC collection has patch open a-feld
40309 84489 37 months ago “unmatched paren” for space before parenthesis in Py_BuildValue has patch has PR open Wrzlprmft
40307 84487 37 months ago multiprocessing.BaseManager does not retain Client type. has PR open amol
40305 84485 37 months ago Fix server_close() method for ThreadingHTTPServer and TCPServer class has patch has PR open ROUX antoine2
40301 84481 37 months ago zipfile module: new feature (two lines of code), useful for test, security and forensics has patch open massimosala
40283 84464 37 months ago Documentation of turtle.circle() has PR open guchao
40280 84461 37 months ago Consider supporting emscripten/webassembly as a build target has PR open Simon Biggs
40262 84443 37 months ago SSL recv_into requires the object to implement __len__ unlike socket one has PR open tzickel
40255 84436 37 months ago Fixing Copy on Writes from reference counting and immortal objects has PR open eelizondo
40254 84435 37 months ago pyspecific directives are not translatable has PR open cocoatomo
40243 84424 37 months ago Unicode 3.2 numeric uses decimal_changed instead of numeric_changed has PR open wmeehan
40236 84417 37 months ago datetime.datetime.strptime get day error has PR open zhanying
40234 84415 37 months ago [subinterpreters] Disallow daemon threads in subinterpreters optionally has PR open eric.snow
40229 84410 37 months ago tty unblocking setraw and save-restore features has PR open Steven Lu
40225 84406 37 months ago recursive call within generator expression is O(depth) has patch has PR open brendon-zhang@hotmail.com
40223 84404 37 months ago Add -fwrapv for new icc versions has PR open skrah
40212 84393 37 months ago Re-enable posix_fallocate and posix_fadvise on AIX has PR open BTaskaya
40207 84388 37 months ago Expose NCURSES_EXT_FUNCS under curses has PR open BTaskaya
40183 84364 37 months ago AC_COMPILE_IFELSE doesn't work in all cases has PR open jerome.hamm
40172 84353 37 months ago ZipInfo corrupts file names in some old zip archives has patch has PR open yudilevi
40169 84350 37 months ago `dis.findlabels()` should accept a code object has PR open laike9m
40151 84332 37 months ago _overlapped room for improvement has PR open Alexander Riccio
40145 84326 37 months ago Pyshellext room for binary size improvement has PR open Alexander Riccio
40127 84308 37 months ago Documentation of SSL library has PR open Christophe Nanteuil
40126 84307 37 months ago Incorrect error handling in unittest.mock has PR open bmclarnon
40124 84305 37 months ago Clearer assertion error has PR open pgjones
40120 84301 37 months ago Undefined C behavior going beyond end of struct via a [1] arrays. has PR open gregory.p.smith
40103 84284 37 months ago ZipFile.extractall is not multiprocess safe with regard to directory creation. has PR open nathansilberman
40102 84283 37 months ago Improve XLC support for function attributes has PR open BTaskaya
40101 84282 37 months ago lib2to3 fails on default convert functionality has PR open BTaskaya
40090 84271 37 months ago The referenced RFC for the json module should be corrected to rfc8259 has PR open amaajemyfren
40077 84258 37 months ago Convert static types to heap types: use PyType_FromSpec() has patch has PR open corona10
40075 84256 37 months ago _tkinter PythonCmd fails to acquire GIL has patch has PR open speleo3
40068 84249 37 months ago test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_fork() crash with Python 3.8 on AIX has PR open vstinner
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: