This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

ID Activity Title Status Creator
normal
40059 25 months ago Provide a toml module in the standard library has PR open mgorny
40057 25 months ago Missing mention of some class attributes in socketserver documentation has PR open overmighty
40051 25 months ago Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*/?) has PR open wyz23x2
40034 25 months ago cgi.parse() does not work with multipart POST requests. has PR open sangh
40002 25 months ago Cookie load error inconsistency has PR open bar.harel
40001 25 months ago ignore errors in SimpleCookie has PR open aviramha
39990 25 months ago help should evaluate forward reference has PR open McSinyx
39989 25 months ago Output closing parenthesis in ast.dump() on separate line has PR open serhiy.storchaka
39986 25 months ago test_os / test_listdir failed as root-directory changed during test has PR open Matthias Braun
39981 25 months ago Default values for AST Nodes has PR open BTaskaya
39971 25 months ago [doc] Error in functional how-to example has PR open dxflores
39967 25 months ago bdb calls linecache.checkcache, resulting in source being different from code has PR open blueyed
39949 25 months ago truncating match in regular expression match objects repr has PR open Seth.Troisi
39948 25 months ago Python 3.8 unconditionally uses functions not available on OS X 10.4 and 10.5 has PR open dgelessus
39947 25 months ago [C API] Make the PyThreadState structure opaque (move it to the internal C API) has PR open vstinner
39943 25 months ago Meta: Clean up various issues in C internals has PR open petdance
39912 25 months ago warnings.py should not raise AssertionError when validating arguments has PR open remi.lapeyre
39902 25 months ago dis.Bytecode objects should be comparable has PR open BTaskaya
39860 25 months ago configparser - no support for cascading defaults (as defined by MySQL) has PR open Ben Griffin
39851 25 months ago tarfile: Exception ignored in (... stdout ...) BrokenPipeError has patch open vstinner
39816 25 months ago More descriptive error message than "too many values to unpack" has PR open alexmojaki
39799 25 months ago Never return base's fragment from urljoin (urllib.parse) has patch has PR open op368
39798 25 months ago Update and Improve README.AIX has PR open BTaskaya
39794 25 months ago Add --without-decimal-contextvar option to use just threads in decimal has PR open skrah
39783 25 months ago Optimize construction of Path from other Paths by just returning the same object? has PR open Antony.Lee
39765 25 months ago asyncio loop.add_signal_handler() may not behave as expected has PR open rogerdahl
39763 25 months ago distutils.spawn should use subprocess (hang in parallel builds on QNX) has patch has PR open Elad Lahav
39759 25 months ago os.getenv documentation is misleading has PR open remi.lapeyre
39757 25 months ago EmailMessage bad encoding for international domain has PR open drlazor8
39744 25 months ago asyncio.subprocess's communicate(None) does not close stdin has patch has PR open marmarek
39732 25 months ago plistlib should export UIDs in XML like Apple does has PR open Artoria2e5
39725 25 months ago unrelated `from None` exceptions hide prior exception information has PR open ethan.furman
39716 25 months ago argparse.ArgumentParser does not raise on duplicated subparsers, even though it does on duplicated flags has PR open Antony.Lee
39712 25 months ago Doc for `-X dev` option should mention PYTHONDEVMODE has patch has PR open pitrou
39700 25 months ago asyncio.selector_events._SelectorTransport: Add logging when sock.getpeername() fails has patch open dsternlicht
39697 25 months ago Failed to build with --with-cxx-main=g++-9.2.0 has PR open Marco Sulla
39688 25 months ago tarfile: GNU sparse 1.0 pax tar header offset not properly computed has PR open Nit
39673 25 months ago Map errno==ETIME to TimeoutError has PR open YoSTEALTH
39672 25 months ago Segmentation fault on shutdown with shelve & c pickle has patch has PR open zd nex
39671 25 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 25 months ago IDLE: Factor out similar code in editor and hyperparser has PR open cheryl.sabella
39664 25 months ago Improve test coverage for operator module has PR open xtreak
39632 25 months ago variadic function call broken on armhf when passing a float argument has patch has PR open Nicolas Dessart
39616 25 months ago SSLContext.check_hostname description is inaccurate wrt match_hostname has PR open scop
39610 25 months ago memoryview.__len__ should raise an exception for 0d buffers has PR open Eric Wieser
39601 25 months ago brace escapes are not working in formatted string literal format specifications has patch open jitterman
39584 25 months ago multiprocessing.shared_memory: MacOS crashes by running attached Python code has PR open vinay0410
39574 25 months ago str.__doc__ is misleading has PR open kcirtsew
39560 25 months ago PyUnicode_FromKindAndData kind transformation is not documented has PR open smola
39551 25 months ago mock patch should match behavior of import from when module isn't present in sys.modules has PR open dino.viehland
39533 25 months ago Use `statx(2)` system call on Linux for extended `os.stat` information has PR open ntninja
39511 25 months ago [subinterpreters] Per-interpreter singletons (None, True, False, etc.) has PR open vstinner
39502 25 months ago test_zipfile fails on AIX due to time.localtime has patch has PR open EGuesnet
39469 25 months ago Support for relative home path in pyvenv.cfg has PR open Jeff.Edwards
39468 25 months ago Improved the site module's permission handling while writing .python_history has PR open opensource-assist
39467 25 months ago Allow to deprecate CLI arguments in argparse has PR open 4383
39430 25 months ago tarfile.open(mode="r") race condition when importing lzma has patch has PR open Maciej Gol
39400 25 months ago pydoc: Use of MANPAGER variable is incorrect has PR open Brocellous
39372 25 months ago The header files in Include/ have many declarations with no definition has PR open pablogsal
39343 25 months ago Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io has PR open vstinner
39334 25 months ago python specific index directives in our doc has been deprecated 10 years ago has PR open mdk
39324 25 months ago Add mimetype for extension .md (markdown) has PR open Ryan Batchelder
39323 25 months ago Add test for imghdr cli has PR open xtreak
39318 25 months ago NamedTemporaryFile could cause double-close on an fd if _TemporaryFileWrapper throws has PR open nneonneo
39278 25 months ago add docstrings to functions in pdb module has PR open carlbordum
39277 25 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 25 months ago Fix dict's __missing__ documentation has PR open bar.harel
39264 25 months ago Fix UserDict.get to account for __missing__ has PR open bar.harel
39229 25 months ago library/functions.rst causes translated builds to fail has PR open rffontenelle
39224 25 months ago HTTPConnection.timeout None support has PR open Daniel Farley
39221 25 months ago Cross compiled python installed wrong version of lib2to3/Grammar pickle has patch open puchenyaka
39214 25 months ago Add curses.window.in_wch has PR open Anthony Sottile
39206 25 months ago Modulefinder does not consider source file encoding has PR open Nicholas Feix
39205 25 months ago multiprocessing: Hang when interpreter exits after ProcessPoolExecutor.shutdown(wait=False) has PR open bquinlan
39199 25 months ago Improve the AST documentation has PR open pablogsal
39190 25 months ago _result_handler dies on raised exceptions [multiprocessing] has patch has PR open sindrig
39187 25 months ago urllib.robotparser does not respect the longest match for the rule has patch has PR open gallicrooster
39184 25 months ago Many command execution functions are not raising auditing events has PR open gousaiyang
39170 25 months ago Sqlite3 row_factory for attribute access: NamedRow has PR open jidn
39159 25 months ago Ideas for making ast.literal_eval() usable has PR open rhettinger
39157 25 months ago test_pidfd_send_signal can fail on some systems with PermissionError: [Errno 1] Operation not permitted has PR open pablogsal
39148 25 months ago DatagramProtocol + IPv6 does not work with ProactorEventLoop has patch has PR open alex.gronholm
39131 25 months ago signing needs two serialisation passes has PR open jap
39129 25 months ago Incorrect import of TimeoutError while creating happy eyeballs connection has PR open xtreak
39121 25 months ago gzip header write OS field has PR open wungad
39102 25 months ago Increase Enum performance has patch has PR open MrMrRobat
39100 25 months ago email.policy.SMTP throws AttributeError on invalid header has patch has PR open elenril
39064 25 months ago ValueError in zipfile.ZipFile has patch has PR open jvoisin
39047 25 months ago TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS has PR open attilajeges
39040 25 months ago Wrong attachement filename when mail mime header was too long has patch has PR open mkaiser
39010 25 months ago ProactorEventLoop raises unhandled ConnectionResetError has PR open Jonathan Slenders
38981 25 months ago better name for re.error Exception class. has PR open mbussonn
38975 25 months ago Add direct anchors to regex syntax documentation has PR open bmispelon
38960 25 months ago DTrace FreeBSD build fix has PR open David Carlier
38952 25 months ago asyncio cannot handle Python3 IPv4Address has PR open Max Coplan
38941 25 months ago xml.etree.ElementTree.Element inconsistent warning for bool has PR open philiprowlands
38938 25 months ago Possible performance improvement for heapq.merge() has patch has PR open Dennis Sweeney
38937 25 months ago NameError in list comprehension within .pth file has PR open Chris Billington
38893 25 months ago broken container/selinux integration has PR open Leif Middelschulte
38886 25 months ago permissions too restrictive in zipfile.writestr has PR open rdussin
38865 25 months ago [subinterpreters] Can Py_Finalize() be called if the current interpreter is not the main interpreter? has PR open vstinner
38854 25 months ago Decorator with paren tokens in arguments breaks inspect.getsource has PR open crusaderky
38848 25 months ago compileall fails when the platform lacks a functional sem_open() has PR open xdegaye
38845 25 months ago test_shared_memory_SharedMemoryServer_ignores_sigint and others fail on Guix has patch open tlecarrour
38823 25 months ago Improve stdlib module initialization error handling. has PR open brandtbucher
38806 25 months ago "pdb.Pdb(skip=…).set_trace()" should always stop on calling frame has PR open blueyed
38780 25 months ago SysLogHandler crash atexit has patch has PR open jaraco
38748 25 months ago 32 bit ctypes stdcall callback fails to restore stack pointer has patch has PR open David Heffernan
38743 25 months ago configure: on macOS (darwin) add CoreFoundation to flags before checking for gettext has PR open Jakub Piotr Cłapa
38735 25 months ago PYTHONPYCACHEPREFIX fails when importing a module from the root ("/") has PR open nedbat
38728 25 months ago Update PC/pyconfig.h to support disabling auto linking has PR open Jean-Christophe Fillion-Robin
38721 25 months ago modulefinder should use import hooks properly has PR open plokmijnuhby
38715 25 months ago Regression in compileall ddir parameter when recursing has PR open hetman
38706 25 months ago What should the error message in the exception raised by assertTrue and assertFalse be? has PR open mkarotsieris
38704 25 months ago Prevent installation on unsupported Windows versions has PR open senyai
38695 25 months ago IDLE should restart instead of hanging when subprocess exits has PR open terry.reedy
38693 25 months ago Use f-strings instead of str.format within importlib has PR open gregory.p.smith
38687 25 months ago Expose 'adler32_combine' function from zlib has PR open callumattryde
38668 25 months ago Update os.path documentation regarding recommended types has PR open lazka
38647 25 months ago Why only the MacOSXOSAScript in webbrowser does not have the name property? has PR open ganow
38605 25 months ago [typing] PEP 563: Postponed evaluation of annotations: enable it by default in Python 3.11 has PR open vstinner
38603 25 months ago inspect.getdoc could examine the __class__ cell for dynamically generated subclasses has PR open Antony.Lee
38572 25 months ago Misleading AttributeError accessing fileno attribute in tarfile has PR open xtreak
38567 25 months ago urllib.parse.unquote_plus raises incorrect error message when string parameter is bytes has PR open stein-k
38554 25 months ago A fatal error in test_descr has PR open ZackerySpytz
38523 25 months ago ignore_dangling_symlinks in shutil.copytree does not apply recursively has PR open veaviticus
38520 25 months ago There is no proper way to know if a process is the main one has PR open Delgan
38510 25 months ago build python with --enable-shared with static linked python against libpython*.a has patch open speqz
38482 25 months ago BUG in codecs.BufferedIncrementalDecoder has patch open jamercee
38480 25 months ago resource.setrlimit() should raise PermissionError has PR open giampaolo.rodola
38472 25 months ago setup.py: GCC detection is broken when cross-compiling with a German locale has PR open Alex Grund
38471 25 months ago _ProactorDatagramTransport: If close() is called when write buffer is not empty, the remaining data is not sent and connection_lost is not called has PR open primal
38435 25 months ago Start the deprecation cycle for subprocess preexec_fn has PR open gregory.p.smith
38430 25 months ago Memory leak in ThreadPoolExecutor + run_in_executor has patch has PR open Evgeny Nizhibitsky
38384 25 months ago An assertion failure in test_pickle has PR open ZackerySpytz
38364 25 months ago inspect.iscoroutinefunction / isgeneratorfunction / isasyncgenfunction can't handle partialmethod objects has PR open mjpieters
38337 25 months ago inspect: getmembers calls properties has PR open jnsdrtlf
38335 25 months ago simplify overlaps function in ipaddress.py has patch has PR open Sanjay
38323 25 months ago asyncio: MultiLoopWatcher has a race condition (test_asyncio: test_close_kill_running() hangs on AMD64 RHEL7 Refleaks 3.x) has patch has PR open vstinner
38318 25 months ago Issues linking with ncurses and tinfo (cannot resolve symbols) has patch open veremitz
38314 25 months ago Implement unix read_pipe.is_reading() method has PR open asvetlov
38288 25 months ago shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps' has PR open valorien
38286 25 months ago tarfile forgets set sgid when targetpath has it has patch open Charles Coulombe
38275 25 months ago test_ssl: skip tests for disabled TLS/SSL versions has PR open christian.heimes
38267 25 months ago Add thread timeout for loop.shutdown_default_executor has PR open aeros
38238 25 months ago site.py reporting user site info even if ENABLE_USER_SITE=False has PR open bjmuld
38227 25 months ago Setting a signal handler gets multiprocessing.Pool stuck has patch open ionelmc
38225 25 months ago iscoroutinefunction broken with cython - allow tagging of functions as async? has PR open dhiltonp
38221 25 months ago Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server has patch open fmouse
38193 25 months ago http.client should be "runnable" like http.server has PR open Will Boyce
38161 25 months ago AsyncMock add `.awaited` like `.called` has PR open lisroach
38157 25 months ago Add a recipe in unittest.mock examples about mock_open per file has PR open xtreak
38144 25 months ago Add the root_dir and dir_fd parameters in glob.glob() has PR open serhiy.storchaka
38132 25 months ago Simplify hashlib implementation has PR open christian.heimes
38131 25 months ago compile(mode='eval') uninformative error message has PR open Ilya Kamenshchikov
38119 25 months ago resource tracker destroys shared memory segments when other processes should still have valid access has patch has PR open davin
38091 25 months ago Import deadlock detection causes deadlock has PR open Ronan.Lamy
38085 25 months ago Interrupting class creation in __init_subclass__ may lead to incorrect isinstance() and issubclass() results has patch has PR open xitop
38079 25 months ago _PyObject_VAR_SIZE should avoid arithmetic overflow has PR open Greg Price
38056 25 months ago Overhaul Error Handlers section in codecs documentation has patch has PR open malin
38043 25 months ago small cleanups in Unicode normalization code has PR open Greg Price
38031 25 months ago FileIO.__init__ aborts when opener returns bad fd has PR open tekknolagi
38002 25 months ago 'ModifiedInterpreter' object has no attribute 'interp' has PR open rhettinger
37985 25 months ago WFERR_UNMARSHALLABLE breaks recursion limit has PR open herring
37971 25 months ago Wrong trace with multiple decorators (linenumber wrong in frame) has patch has PR open control-k
37970 25 months ago urllib.parse docstrings incomplete has PR open zach.ware
37969 25 months ago Correct urllib.parse functions dropping the delimiters of empty URI components has PR open maggyero
37957 25 months ago Allow regrtest to receive a file with test (and subtests) to ignore has PR open pablogsal
37952 25 months ago Add support for export_keying_material to SSL library has PR open wingel71
37938 25 months ago refactor PyLong_As*() functions has PR open sir-sigurd
37935 25 months ago Improve performance of pathlib.scandir() has PR open Shai
37921 25 months ago Improve zipfile: add support for symlinks has PR open zaphodef
37910 25 months ago argparse wrapping fails with metavar="" (no metavar) has PR open sjfranklin
37907 25 months ago speed-up PyLong_As*() for large longs has PR open sir-sigurd
37901 25 months ago 21 tests fail when run on an IPv6-only host has PR open gregory.p.smith
37892 25 months ago IDLE Shell: isolate user code input has PR open terry.reedy
37864 25 months ago Correct and deduplicate docs on "printable" characters has PR open Greg Price
37860 25 months ago Add deploy preview for docs has PR open epicfaace
37858 25 months ago CookieLib: MozillaCookieJar.py uses case-sensitive regex to validate cookies file has PR open ashleyharvey
37857 25 months ago Setting logger.level directly has no effect due to caching in 3.7+ has PR open zaneb
37842 25 months ago Initialize Py_buffer variables more efficiently has PR open sir-sigurd
37837 25 months ago add internal _PyLong_FromUnsignedChar() function has PR open sir-sigurd
37836 25 months ago Support .as_integer_ratio() in fractions.Fraction has PR open jdemeyer
37824 25 months ago IDLE: Handle Shell input SyntaxWarning & DeprecationWarning has PR open serhiy.storchaka
37821 25 months ago IDLE shell uses wrong namespace for completions has PR open taleinat
37812 25 months ago Make implicit returns explicit in longobject.c (in CHECK_SMALL_INT) has PR open Greg Price
37808 25 months ago Deprecate unbound super methods has PR open steven.daprano
37797 25 months ago Add name attribute to NameError has PR open skreft
37774 25 months ago Micro-optimize vectorcall using PY_LIKELY has PR open jdemeyer
37769 25 months ago Windows Store installer should warn user about MAX_PATH has PR open Jonas Binding
37768 25 months ago IDLE: Show help(object) output in a text viewer has PR open taleinat
37763 25 months ago Need setup.py to pick up -isystem flags from CPPFLAGS has PR open jherland
37755 25 months ago pydoc topics, keywords and symbols always use pager instead of output has PR open eht16
37754 25 months ago Consistency of Unix's shared_memory implementation with windows has PR open vinay0410
37749 25 months ago ipaddress - is_global method all multicast addresses and networks return true has PR open bjames
37746 25 months ago Provide Windows predefined access type constants has PR open steve.dower
37744 25 months ago thread native id support for GNU/Hurd has patch open samuel-thibault
37701 25 months ago shutil.copyfile raises SpecialFileError for symlink to fifo has PR open chrahunt
37700 25 months ago shutil.copyfile does not raise SpecialFileError for socket files has PR open chrahunt
37658 25 months ago In some cases asyncio.wait_for can lead to socket leak. has patch has PR open Nikita Ilyasov
37650 25 months ago TemporaryDirectory objects should LOCK_SH to avoid being deleted by systemd-tmpfiles has PR open refi64
37645 25 months ago Replace PyEval_GetFuncName/PyEval_GetFuncDesc has PR open jdemeyer
37640 25 months ago telnetlib crash in Python3 while receiving un-printable characters from server has patch has PR open hoang nguyen
37631 25 months ago EXTRA_CFLAGS get overrided by CFLAGS_NODIST has PR open Dormouse759
37630 25 months ago Investigate replacing SHA3 code with OpenSSL has PR open christian.heimes
37621 25 months ago Line continuation of blank line emits NEWLINE has patch has PR open miedzinski
37612 25 months ago os.link(..., follow_symlinks=True) broken on Linux has PR open jo-he
37609 25 months ago support "UNC" device paths in ntpath.splitdrive has patch has PR open eryksun
37592 25 months ago sysconfig should not rely on sys.version has PR open carlbordum
37560 25 months ago with cgi.FieldStorage(...) fails on cleanup with AttributeError, missing try/except in __exit__ has PR open Stefanik Gábor
37559 25 months ago IDLE: Scrolling issues with code context shown has patch open taleinat
37556 25 months ago Launcher help does not mention configuration options has PR open Steve Barnes
37538 25 months ago Refactor zipfile to ease subclassing and enhancement has PR open dhillier
37527 25 months ago Timestamp conversion on windows fails with timestamps close to EPOCH has PR open Dschoni
37522 25 months ago http.cookies.SimpleCookie doesn't seem to be parsed using regulars has PR open MeiK
37501 25 months ago Test failures when CPython is built without docstrings has patch has PR open ZackerySpytz
37438 25 months ago ConfigParser.set() docs should mention allow_no_value has PR open ncoghlan
37410 25 months ago [Windows] subprocess: close the handle when the process completes has PR open vstinner
37382 25 months ago Improve conditional check for test_gdb has PR open jdemeyer
37374 25 months ago Minidom does not have to escape quote inside text segments has PR open mitar
37367 25 months ago octal escapes applied inconsistently throughout the interpreter and lib has PR open bup
37363 25 months ago Additional PEP578 hooks has PR open steve.dower
37355 25 months ago SSLSocket.read does a GIL round-trip for every 16KB TLS record has PR open josnyder
37349 25 months ago venv.EnvBuilder environmental variable hooks has PR open donovick
37344 25 months ago plistlib doesn't skip whitespace in XML format detection has PR open shaneg
37340 25 months ago remove free_list for bound method objects has PR open methane
37334 25 months ago Add a cancel method to asyncio Queues has PR open Martin.Teichmann
37308 25 months ago Possible mojibake in mmap.mmap() when using the tagname parameter on Windows has PR open ZackerySpytz
37302 25 months ago Add an "onerror" callback parameter to the tempfile.TemporaryDirectory member functions has PR open Jeffrey.Kintscher
37297 25 months ago function changed when pickle bound method object has patch open georgexsh
37295 25 months ago Possible optimizations for math.comb() has patch has PR open rhettinger
37270 25 months ago Manage memory lifetime for all type-related objects. has PR open llllllllll
37260 25 months ago shutil.rmtree() FileNotFoundError race condition has PR open Jeffrey.Kintscher
37251 25 months ago Mocking a MagicMock with a function spec results in an AsyncMock has PR open jcline
37246 25 months ago http.cookiejar.DefaultCookiePolicy should use current timestamp instead of last updated timestamp value for checking expiry has PR open xtreak
37222 25 months ago urllib missing voidresp breaks CacheFTPHandler has PR open danh
37211 25 months ago obmalloc: eliminate limit on pool size has PR open tim.peters
37187 25 months ago CField.size from the ctypes module does not behave as documented on bitfields has PR open Eric Wieser
37159 25 months ago Use copy_file_range() in shutil.copyfile() (server-side copy) has patch open giampaolo.rodola
37157 25 months ago shutil: add reflink=False to file copy functions to control clone/CoW copies (use copy_file_range) has patch open vstinner
37144 25 months ago tarfile.open: improper handling of path-like object has patch has PR open dm
37141 25 months ago Allow multiple separators in Stream.readuntil has PR open bmerry
37130 25 months ago pathlib.Path.with_name() handles '.' and '..' inconsistently has PR open Nophke
37093 25 months ago http.client aborts header parsing upon encountering non-ASCII header names has PR open tburke
37086 25 months ago time.sleep error message misleading has PR open Justin Fay
37052 25 months ago Add examples for mocking async for and async context manager in unittest.mock docs has PR open xtreak
37030 25 months ago Lib/cmd.py: Hide undocumented commands in help and completenames has PR open aldwinaldwin
37013 25 months ago Fatal Python error in socket.if_indextoname() has PR open ZackerySpytz
37011 25 months ago pdb: restore original tracing function instead of sys.settrace(None) has PR open blueyed
36977 25 months ago SharedMemoryManager should relase its resources when its parent process dies has PR open pierreglaser
36967 25 months ago Eliminate unnecessary check in _strptime when determining AM/PM has PR open gphemsley
36959 25 months ago ISO date errors in _strptime are jumbled has PR open gphemsley
36927 25 months ago traceback docstrings should explicitly state return values instead of referring to other functions has PR open Aaron Hall
36906 25 months ago Compile time textwrap.dedent() equivalent for str or bytes literals has PR open gregory.p.smith
36896 25 months ago clarify in types.rst that FunctionTypes & co constructors don't have stable signature has PR open mbussonn
36881 25 months ago isinstance raises TypeError for metaclass with metaclass=ABCMeta has PR open emanspeaks
36880 25 months ago Returning None from a callback with restype py_object decrements None's refcount too much has patch has PR open dgelessus
36876 25 months ago [subinterpreters] Global C variables are a problem has PR open eric.snow
36859 25 months ago sqlite3 dml statement detection does not account for CTEs has patch has PR open coleifer
36853 25 months ago inconsistencies in docs builds (Sphinx 2) has PR open jaraco
36852 25 months ago Python3.7.2 fails to cross-compile (yocto / openembedded) when target is mips softfloat has patch has PR open mschoepf
36849 25 months ago Native libcurses on HP-UX not properly detected has PR open michael-o
36841 25 months ago Supporting customization of float encoding in JSON has PR open mitar
36839 25 months ago Support the buffer protocol in code objects has PR open dino.viehland
36825 25 months ago Make TestCase aware of the command line arguments given to TestProgram has PR open remi.lapeyre
36824 25 months ago Refactor str tests to reflect that str and unicode are merged in Python 3 has PR open dfortunov
36819 25 months ago Crash during encoding using UTF-16/32 and custom error handler has patch has PR open atalaba
36801 25 months ago Wait for connection_lost in StreamWriter.drain has PR open asvetlov
36796 25 months ago Error handling cleanup in _testcapimodule.c has PR open ZackerySpytz
36780 25 months ago Interpreter exit blocks waiting for futures of shut-down ThreadPoolExecutors has patch has PR open hniksic
36777 25 months ago unittest discover throws TypeError on namespace packages has PR open xtreak
36771 25 months ago Feature Request: An option to os.walk() to return os.DirEntry lists instead of just filenames/dirnames has PR open apocalyptech
36770 25 months ago stdlib - shutil.make_archive - add support for different ZIP compression method has patch has PR open owenchia
36754 25 months ago Remove smart quotes in pydoc text has PR open steve.dower
36738 25 months ago Add 'array_hook' for json module has PR open matomatical
36694 25 months ago Excessive memory use or memory fragmentation when unpickling many small objects has patch has PR open Ellenbogen
36685 25 months ago C implementation of xml.etree.ElementTree does not make a copy of attrib argument when creating new Element has PR open gphemsley
36675 25 months ago Doctest directives and comments missing from code samples has patch has PR open steven.daprano
36667 25 months ago pdb: restore SIGINT handler in sigint_handler already has PR open blueyed
36656 25 months ago Add race-free os.link and os.symlink wrapper / helper has PR open Tom Hale
36624 25 months ago cleanup the stdlib and tests with regard to sys.platform usage has PR open Michael.Felt
36612 25 months ago Unittest document is not clear on SetUpClass calls has PR open vrpolakatcisco
36608 25 months ago Replace bundled pip and setuptools with a downloader in the ensurepip module has PR open webknjaz
36607 25 months ago asyncio.all_tasks() crashes if asyncio is used in multiple threads has PR open Nick Davies
36602 25 months ago Recursive directory list with pathlib.Path.iterdir has PR open Epic_Wink
36595 25 months ago IDLE: Add search to textview.ViewWindow has PR open Shane Smith
36581 25 months ago __dir__ on unittest.mock not safe for all spec types has PR open Dylan Semler
36563 25 months ago pdbrc is read twice if current directory is the home directory has PR open blueyed
36550 25 months ago Avoid creating AttributeError exceptions in the debugger has PR open blueyed
36531 25 months ago PyType_FromSpec wrong behavior with multiple Py_tp_members has PR open eelizondo
36517 25 months ago typing.NamedTuple does not support mixins has PR open rectalogic
36516 25 months ago Python Launcher can not recognize pyw file as Python GUI Script file type correctly. has PR open gjj2828
36512 25 months ago future_factory argument for Thread/ProcessPoolExecutor has PR open stefanhoelzl
36511 25 months ago Add Windows ARM32 buildbot has PR open Paul Monson
36494 25 months ago bdb.Bdb.set_trace: should set f_trace_lines = True has PR open blueyed
36488 25 months ago os.sendfile() on BSD, macOS don't return bytes sent on EINTR has PR open giampaolo.rodola
36485 25 months ago Establish a uniform way to clear all caches in a given module has PR open serhiy.storchaka
36484 25 months ago Can't reorder TLS 1.3 ciphersuites has patch has PR open EA
36481 25 months ago telnetlib process_rawq() callback has PR open goztrk
36461 25 months ago timeit: Additional changes for autorange has PR open cheryl.sabella
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: