List of issues - Python tracker
ID
Activity
Title
Status
Creator
Assigned To
Type
Msgs
42639
8 minutes ago
Make atexit state per interpreter
open
vstinner
3
33610
1/4 hour ago
IDLE: Make multiple improvements to CodeContext
open
terry.reedy
terry.reedy
enhancement
36
42115
1/2 an hour ago
Caching infrastructure for the evaluation loop: specialised opcodes
open
pablogsal
12
42567
2 hours ago
Enum: manually call __init_subclass__ after members are added
open
ethan.furman
ethan.furman
behavior
3
42643
2 hours ago
http.server does not support HTTP range requests
open
Decorater
enhancement
2
42642
2 hours ago
logging: add high priority log level for warnings being cleared
open
ncoghlan
enhancement
1
42529
4 hours ago
CPython DLL initialization routine failed from PYC cache file
open
Thrameos
behavior
6
42577
5 hours ago
Unhelpful syntax error when expression spans multiple lines
open
lazka
4
42641
5 hours ago
Deprecate os.popen() function
open
vstinner
7
42630
5 hours ago
Variable.__init__ raises obscure AttributeError
open
shippo_
serhiy.storchaka
behavior
9
42609
6 hours ago
Eval with too high string multiplication crashes newer Python versions
open
Erik-Lamers1
crash
4
31904
6 hours ago
Python should support VxWorks RTOS
open
Brian Kuhl
enhancement
38
42551
6 hours ago
Generator `yield`s counted as primitive calls by cProfile
open
matthew.suozzo
behavior
2
42631
10 hours ago
Multiprocessing module hangs on os.read() on Linux
open
to7m
behavior
1
35332
12 hours ago
shutil.rmtree(..., ignore_errors=True) doesn't ignore errors from os.close()
open
rabraham
behavior
2
38655
yesterday
ipaddress.ip_network('0.0.0.0/0').is_private == True
open
pascalhofmann
behavior
6
42571
yesterday
Make documentation of * in function signatures easier to find
open
fredg1
docs@python
enhancement
5
42246
yesterday
Implement PEP 626 -- Precise line numbers for debugging
open
Mark.Shannon
Mark.Shannon
enhancement
19
40600
yesterday
Add option to disallow > 1 instance of an extension module
open
vstinner
15
42636
yesterday
shielded task exception never retrieved when outer task cancelled
open
natano
3
42637
yesterday
Python macos11.0 release note tkinter problems in news
open
epaine
1
42587
yesterday
memoryview rely on _Bool undefined behavior (test_buffer fails on Python built with GCC 11)
open
vstinner
8
14243
yesterday
tempfile.NamedTemporaryFile not particularly useful on Windows
open
dabrahams
enhancement
57
37945
yesterday
[Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails
open
tim.golden
tim.golden
behavior
22
42417
yesterday
Empty body {} in POST requests leads to 405 Method not allowed error
open
bhushan.shelke
behavior
14
42633
yesterday
Wave documentation doesn't mention signed/unsigned requirements
open
mattgwwalker
docs@python
enhancement
1
27820
yesterday
Possible bug in smtplib when initial_response_ok=False
open
Dario D'Amico
behavior
6
42382
yesterday
No easy way to get the distribution which provided a importlib.metadata.EntryPoint
open
s0undt3ch
jaraco
enhancement
7
13501
yesterday
Make libedit support more generic; port readline / libedit to FreeBSD
open
ngie
gregory.p.smith
enhancement
33
41100
yesterday
Support macOS 11 and Apple Silicon Macs
open
ronaldoussoren
ronaldoussoren
28
41559
yesterday
Add support for PEP 612 (Parameter Specification Variables) to typing.py
open
gvanrossum
behavior
10
42625
yesterday
Segmentation fault of PyState_AddModule()
open
shihai1991
shihai1991
enhancement
3
41879
2 days ago
Outdated description of async iterables in documentation of async for statement
open
nickgaya
docs@python
6
41972
2 days ago
bytes.find consistently hangs in a particular scenario
open
Zeturic
performance
67
42629
2 days ago
PyObject_Call not behaving as documented
open
maxbachmann
behavior
1
42603
2 days ago
Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries
open
m000
enhancement
3
42628
2 days ago
binascii doesn't work on some base64
open
kwatsen2
behavior
1
42627
2 days ago
urllib.request.getproxies() misparses Windows registry proxy settings
open
benrg
behavior
1
42617
2 days ago
Enhancement request for PyType_FromSpecWIthBases add option for meta class
open
Thrameos
enhancement
3
42626
2 days ago
readline history, vi-editingmode and ANSI color codes bug
open
nijoakim
behavior
1
41429
2 days ago
Let fnmatch.filter accept a tuple of patterns
open
adelfino
enhancement
2
42616
2 days ago
C Extensions on Darwin that link against libpython are likely to crash
open
froody
crash
7
42624
2 days ago
sqlite3 package document mistake
open
seeker-Liu
docs@python
behavior
1
42611
3 days ago
PEP 594 Removing dead batteries from stdlib
open
aeros
enhancement
2
24959
3 days ago
unittest swallows part of stack trace when raising AssertionError in a TestCase
open
chris.jerdonek
behavior
8
42610
3 days ago
Get the type from a variable
open
wlf100220
enhancement
2
42622
3 days ago
Add support to add existing parser to ArgumentParser.subparsers
open
borkivskyi
behavior
2
42620
3 days ago
documentation on `getsockname()` wrong for AF_INET6
open
vanrein
behavior
3
42619
3 days ago
python 3.9.1 failed to create .so files as universal2 (arm64, x86_64) on Mac
open
xz_sophos
compile error
2
41818
3 days ago
Lib/pty.py major revision
open
soumendra
17