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