List of issues - Python tracker
ID
Activity
Title
Status
Creator
Assigned To
Type
Msgs
43008
1/4 hour ago
IDLE ignores sys.excepthook in normal, subprocess mode
open
kenny2python
terry.reedy
behavior
3
43006
3/4 hours ago
Changed behaviour of inspect.signature() in Python 3.10
open
Zac Hatfield-Dodds
6
43010
2 hours ago
@functools.wraps and abc.abstractmethod interoperability
open
erezinman
behavior
1
42628
2 hours ago
binascii doesn't work on some base64
open
kwatsen2
behavior
2
43009
4 hours ago
Port curses capi pointer array to a struct
open
shihai1991
shihai1991
enhancement
1
43007
5 hours ago
set_wakeup_fd() only works in main thread
open
MeneMeneTekel
crash
1
42967
6 hours ago
[security] urllib.parse.parse_qsl(): Web cache poisoning - `; ` as a query args separator
open
AdamGold
security
13
41282
8 hours ago
Deprecate and remove distutils
open
jaraco
17
42606
11 hours ago
Support POSIX atomicity guarantee of O_APPEND on Windows
open
izbyshev
enhancement
9
42980
yesterday
argparse: GNU-style help formatter
open
will
enhancement
6
42800
yesterday
Traceback objects allow accessing frame objects without triggering audit hooks
open
ammar2
steve.dower
security
20
42966
yesterday
argparse: customizable help formatter
open
monkeyman79
enhancement
2
42875
yesterday
argparse incorrectly shows help string on a new line in case of long command string
open
DiPaolo
behavior
2
42955
yesterday
Add sys.module_names: list of stdlib module names (Python and extension modules)
open
vstinner
25
42997
yesterday
Improve error message for missing : before suites
open
pablogsal
4
42973
yesterday
argparse: mixing optional and positional arguments... not again
open
monkeyman79
enhancement
4
42990
yesterday
Improve the C code for calling Python code: _PyEval_EvalCode()
open
Mark.Shannon
Mark.Shannon
3
42992
yesterday
Tkinter bbox coordinates incorrectly drawn
open
rhoffmann
behavior
3
42988
yesterday
Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem
open
hroncok
security
14
42504
yesterday
Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur
open
fxcoudert
compile error
11
43003
yesterday
Parts of the API will be removed in Python 4.0 ?
open
MichaelClerx
docs@python
1
42722
yesterday
Add --debug command line option to unittest to enable post-mortem debugging
open
Dominik V.
enhancement
2
43001
yesterday
python3.9.1 test_embed test_tabnanny failed
open
asholomitskiy84
compile error
1
42985
yesterday
AMD64 Arch Linux Asan 3.x fails: command timed out: 1200 seconds without output
open
vstinner
8
27477
yesterday
IDLE: Switch search dialogs to ttk widgets, and other refinement
open
terry.reedy
terry.reedy
enhancement
9
43000
yesterday
All SSL requests fail with WRONG_VERSION_NUMBER when a packet sniffer is open
open
darrenrs
christian.heimes
crash
2
42384
yesterday
Inconsistent sys.path between python and pdb
open
hexagonrecursion
6
42999
yesterday
`pathlib.Path.link_to()` documentation is misleading
open
barneygale
docs@python
behavior
1
39950
yesterday
Add pathlib.Path.hardlink_to()
open
barneygale
enhancement
6
42998
yesterday
pathlib.Path: add `username` argument to `home()`
open
barneygale
enhancement
2
41928
yesterday
ZipFile does not supports Unicode Path Extra Field (0x7075) zip header field
open
ivan.sorokin.tech
enhancement
3
31904
yesterday
Python should support VxWorks RTOS
open
Brian Kuhl
enhancement
45
42995
yesterday
Add PurePath.with_suffix_appended()
open
bgerrity
2
42982
yesterday
Update suggested number of iterations for pbkdf2_hmac()
open
illia-v
docs@python
3
42994
yesterday
Missing MIME types for opus, AAC, 3gpp and 3gpp2
open
nbeals
enhancement
1
42993
yesterday
doc xml.etree.ElementTree.ElementTree.write does not mention attribute order
open
buhtz
docs@python
enhancement
1
42991
yesterday
support for splitting multichannel audio fragments in audioop module
open
Th4R4
enhancement
1
42862
yesterday
Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
open
erlendaasland
enhancement
15
33289
yesterday
tkinter askcolor returning floats for r, g, b values instead of ints
open
Bryan.Oakley
behavior
12
42969
yesterday
pthread_exit & PyThread_exit_thread from PyEval_RestoreThread etc. are harmful
open
gregory.p.smith
behavior
2
42888
yesterday
Not installed “libgcc_s.so.1” causes exit crash.
open
xxm
doko
crash
11
42514
yesterday
Relocatable framework for macOS
open
gregneagle
enhancement
3
42035
2 days ago
[C API] PyType_GetSlot cannot get tp_name
open
fancitron
enhancement
11
1375011
2 days ago
http.cookies, Cookie.py: Improper handling of duplicate cookies
open
valankar
behavior
8
42977
2 days ago
Tkinter Optionmenu Too Narrow on Mac
open
zjdavid
behavior
2
42911
2 days ago
Addition chains for pow saves 5-20% time for pow(int,int)
open
jneb
performance
6
42752
2 days ago
multiprocessing Queue leaks a file descriptor associated with the pipe writer (#33081 still a problem)
open
crazycasta
resource usage
4
42917
2 days ago
Block stack size for frame objects should be dynamically sizable
open
tomkpz
enhancement
5
42970
2 days ago
File path with blank causes open error in 3.8, not in 3.7
open
dday52
5
36456
2 days ago
task.cancel unbound recursion if task is deadlocked
open
Dima.Tisnek
2