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