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.

Severity ID GH Creation Activity Actor Title Components Versions Stage Status Resolution Creator Assigned To Keywords Depends On Type Msgs Nosy
normal 2771 47020 194 months ago 24 months ago ezio.melotti Test issue has PR Tests Python 3.11 resolved open fixed gvanrossum ezio.melotti easy Add math.tau, Python source code build fails with old mercurial behavior 145 1
normal 24778 68966 106 months ago 24 months ago vstinner [CVE-2015-20107] mailcap.findmatch: document shell command Injection danger in filename parameter Documentation, Library (Lib) Python 3.11   open   TheRegRunner docs@python     security 15 4
normal 47261 91417 25 months ago 25 months ago admin RFC: Clarify usage of macros for PySequence_Fast within the Limited C API C API, Documentation     open   rgoswami docs@python       2 2
normal 47260 91416 25 months ago 25 months ago admin os.closerange() can be no-op in a seccomp sandbox has PR Library (Lib) Python 3.11, Python 3.10 resolved closed fixed izbyshev izbyshev 3.10regression, patch   behavior 6 5
normal 47259 91415 25 months ago 25 months ago admin Clarify SortingHOWTO regarding locale aware string sorting Documentation Python 3.11, Python 3.10   open   CendioOssman rhettinger       2 3
normal 47258 91414 25 months ago 25 months ago admin Python 3.10 hang at exit in drop_gil() (due to resource warning at exit?) Interpreter Core Python 3.10   open   rpurdie         1 1
normal 47257 91413 25 months ago 25 months ago admin add methods to get first and last elements of a range     resolved closed rejected phr       enhancement 3 2
normal 47256 91412 25 months ago 25 months ago admin re: limit the maximum capturing group to 1,073,741,823, reduce sizeof(match_context). has PR Library (Lib) Python 3.11 patch review open   malin   patch   resource usage 1 4
normal 47255 91411 25 months ago 25 months ago admin Many broken :meth: roles in the docs has PR Documentation Python 3.11, Python 3.10, Python 3.9 patch review open   JelleZijlstra docs@python patch     3 3
normal 47254 91410 25 months ago 25 months ago admin enhanced dir? has PR   Python 3.11 patch review open   apostofes   patch   enhancement 4 2
normal 47253 91409 25 months ago 25 months ago admin LOAD_GLOBAL instruction with wrong source position   Python 3.11   open   15r10nk       behavior 1 1
normal 47252 91408 25 months ago 25 months ago admin socket.makefile documentation is missing data regarding the 'buffering' parameter Documentation Python 3.11, Python 3.10, Python 3.9, Python 3.8, Python 3.7   open   alon.menczer docs@python     enhancement 1 2
normal 47251 91407 25 months ago 25 months ago admin Merge BINARY_SUBSCR_LIST_INT with BINARY_SUBSCR_LIST_TUPLE has PR Interpreter Core Python 3.11 patch review open   pieter.eendebak   patch     1 1
normal 47250 91406 25 months ago 25 months ago admin New object.__getstate__() method introduced refleaks has PR Interpreter Core Python 3.11 resolved closed fixed vstinner   patch     3 6
normal 47249 91405 25 months ago 25 months ago admin test_multiprocessing_fork probabilistic failure Tests Python 3.11, Python 3.10, Python 3.9   open   sxt1001       behavior 2 1
normal 47248 91404 25 months ago 25 months ago admin Possible slowdown of regex searching in 3.11   Python 3.11   open   Mark.Shannon   3.11regression   performance 4 4
normal 47247 91403 25 months ago 25 months ago admin Default arguments for access 'mode' parameters in pathlib and os should display as octal literals Documentation Python 3.11, Python 3.10   open   AidanWoolley docs@python     enhancement 2 3
normal 47246 91402 25 months ago 25 months ago admin Race condition in `threadig.Thread._wait_for_tstate_lock` Library (Lib) Python 3.11, Python 3.10, Python 3.9, Python 3.8, Python 3.7 resolved closed rejected dmaurer       behavior 3 1
normal 47245 91401 25 months ago 25 months ago admin potential undefined behavior with subprocess using vfork() on Linux? Extension Modules Python 3.11, Python 3.10 resolved closed works for me socketpair gregory.p.smith 3.10regression   behavior 13 3
normal 47244 91400 25 months ago 25 months ago admin email.utils.formataddr does not respect double spaces email Python 3.11, Python 3.10, Python 3.9, Python 3.8, Python 3.7   open   AlecRosenbaum       behavior 1 3
normal 47243 91399 25 months ago 25 months ago admin Duplicate entry in 'Objects/unicodetype_db.h' has PR Unicode Python 3.11 patch review open   LiarPrincess   patch   enhancement 2 3
normal 47242 91398 25 months ago 25 months ago admin Annoying white bar in IDLE (line 457 in sidebar.py) IDLE Python 3.10   open   antudic terry.reedy     behavior 1 2
normal 47241 91397 25 months ago 25 months ago admin [C API] Move the PyCodeObject structure to the internal C API (make the structure opaque) C API Python 3.11   open   vstinner         1 1
normal 47240 91396 25 months ago 25 months ago admin Python 3.x built for ppc+ppc64 errs on: No module named 'msvcrt', '_posixsubprocess' macOS Python 3.10, Python 3.9, Python 3.8   open   barracuda156       compile error 2 3
normal 47239 91395 25 months ago 25 months ago admin Python Launcher for Windows (`py -0`) no longer shows star ("*") for default version has PR Windows Python 3.11 resolved closed fixed Dutcho steve.dower patch     7 5
normal 47238 91394 25 months ago 25 months ago admin Python threading.Event().wait() depends on the system time Library (Lib) Python 3.8   open   AleksandrAQ       behavior 1 1
normal 47237 91393 25 months ago 25 months ago admin Inheritance from base class with property in class makes them non-instantiatable Library (Lib) Python 3.10   open   Germandrummer92       behavior 5 6
normal 47236 91392 25 months ago 25 months ago admin Document types.CodeType.replace() changes about co_exceptiontable Documentation Python 3.11   open   vstinner docs@python       1 3
normal 47235 91391 25 months ago 25 months ago admin Clarify that `assret_called_once_with` sample code is intended typo has PR Documentation Python 3.11, Python 3.10, Python 3.9 resolved closed fixed Mariatta gregory.p.smith patch     5 4
normal 47234 91390 25 months ago 25 months ago admin PEP-484 "numeric tower" approach makes it hard/impossible to specify contracts in documentation       open   tfish2         6 5
normal 47233 91389 25 months ago 25 months ago admin show_caches option affects code positions reported by dis.get_instructions(...) has patch has PR   Python 3.11 patch review open   15r10nk   patch   behavior 3 2
normal 47232 91388 25 months ago 25 months ago admin Difficulties building tip of tree Python for emscripten     resolved closed   hoodchatham         8 3
normal 47231 91387 25 months ago 25 months ago admin TarFile.getmember cannot work on tar sourced directory over 100 characters Library (Lib) Python 3.11, Python 3.10, Python 3.9   open   cfernald       behavior 2 5
normal 47230 91386 25 months ago 25 months ago admin New compiler warnings with latest zlib has PR Build, Windows Python 3.11 resolved closed fixed jkloth   patch   compile error 6 5
normal 47229 91385 25 months ago 25 months ago admin IDLE UI crashes on Chromebook Linux/Bullseye Tests   resolved closed third party Coloneldare terry.reedy     behavior 5 2
normal 47228 91384 25 months ago 25 months ago admin Document that naïve datetime objects represent local time Documentation Python 3.11, Python 3.10, Python 3.9 needs patch open   p-ganssle p-ganssle     enhancement 1 2
normal 47227 91383 25 months ago 25 months ago admin Suppress expression chaining for RE parsing errors has PR Library (Lib), Regular Expressions Python 3.11 resolved closed fixed serhiy.storchaka   patch   enhancement 2 3
normal 47226 91382 25 months ago 25 months ago admin Unexpected indent message IDLE, Windows Python 3.10 resolved closed not a bug vkaushalsai terry.reedy       3 2
normal 47225 91381 25 months ago 25 months ago admin Issue in subtraction of float numbers Windows Python 3.9 resolved closed wont fix MrPhenomenal3110         2 6
normal 47224 91380 25 months ago 25 months ago admin The variable __module__ in the class body getting an undesirable value from __prepare__ of the metaclass Interpreter Core Python 3.9 resolved closed duplicate Takuo Matsuoka       behavior 2 2
normal 47223 91379 25 months ago 25 months ago admin (closed mistakingly, see the next issue) The variable __module__ in the class body getting an undesirable value from __prepare__ of the metaclass Interpreter Core Python 3.9 resolved closed duplicate Takuo Matsuoka       behavior 4 1
normal 47222 91378 25 months ago 25 months ago admin subprocess.Popen() should allow capturing output and sending it to stdout and stderr has PR Library (Lib) Python 3.11 patch review open   pprindeville   patch   enhancement 1 2
normal 47221 91377 25 months ago 25 months ago admin chained comparisons slower than using `and` Interpreter Core Python 3.10 resolved closed duplicate Cezary.Wagner       performance 4 2
normal 47220 91376 25 months ago 25 months ago admin Document the optional callback parameter of weakref.WeakMethod has PR Library (Lib) Python 3.11, Python 3.10, Python 3.9   open   maggyero       enhancement 2 3
normal 47219 91375 25 months ago 25 months ago admin asyncio with two interpreter instances asyncio     open   mbadaire       behavior 1 4
normal 47218 91374 25 months ago 25 months ago admin adding name to lzmafile has PR Library (Lib) Python 3.11 patch review open   ellaellela   patch   enhancement 1 1
normal 47217 91373 25 months ago 25 months ago admin adding name to BZ2File has PR Library (Lib) Python 3.11 patch review open   ellaellela   patch   enhancement 1 1
normal 47216 91372 25 months ago 25 months ago admin adding mtime option to gzip open() has PR Library (Lib) Python 3.11 patch review open   ellaellela   patch   enhancement 1 1
normal 47215 91371 25 months ago 25 months ago admin Add "unstable" frame stack api has PR C API Python 3.11 patch review open   Mark.Shannon Mark.Shannon patch   enhancement 1 2
normal 47214 91370 25 months ago 25 months ago admin builtin_function_or_method is also either a function or a method Build Python 3.11   open   apostofes         5 3
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: