List of issues - Python tracker
ID
Activity
Title
Status
Creator
Assigned To
Type
Msgs
41777
1 1/4 hours ago
When using `python -bb`, `struct.calcsize` raises a warning when used with str argument after being used with bytes (might be a larger problem with dicts)
open
tadeu
behavior
4
41758
3 hours ago
turtledemo.colormixer crashes with a stack overflow
open
tusharsadhwani
crash
6
41776
3 hours ago
Revise example of "continue" in the tutorial documentation
open
amirrossein
docs@python
performance
1
34750
4 hours ago
locals().update doesn't work in Enum body, even though direct assignment to locals() does
open
Antony.Lee
ethan.furman
9
41730
9 hours ago
Show deprecation warnings for tkinter.tix
open
wyz23x2
behavior
10
41745
10 hours ago
BoundArguments.arguments used in the recommended way to call a callable silently succeeds for nonexistent arguments
open
Julian
docs@python
behavior
7
41774
10 hours ago
While removing element from list using for and remove(), which has same items output is not right
open
sreedevi.ha
terry.reedy
behavior
8
41775
11 hours ago
IDLE: change Shell window title
open
terry.reedy
terry.reedy
enhancement
1
39232
12 hours ago
asyncio crashes when tearing down the proactor event loop
open
mikeshardmind
crash
4
41746
yesterday
Add optional type information to asdl_seq objects
open
pablogsal
16
41770
yesterday
Import module doesn't updated
open
prasechen
behavior
4
41561
yesterday
test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
open
bugsrep
christian.heimes
compile error
10
1635741
yesterday
Py_Finalize() doesn't clear all Python objects at exit
open
kylotan
resource usage
106
31369
yesterday
re.RegexFlag is not included in __all__, makes type inference less useful
open
PJB3005
9
32218
yesterday
add __iter__ to enum.Flag members
open
Guy Gangemi
ethan.furman
enhancement
2
41772
yesterday
Zipfile.testzip considers wrong password as correct
open
Amir
behavior
2
8704
yesterday
cgitb sends a bogus HTTP header if the app crashes before finishing headers
open
stutzbach
behavior
7
39337
yesterday
codecs.lookup() ignores non-ASCII characters, whereas encodings.normalize_encoding() copies them
open
vstinner
6
41744
yesterday
NuGet python.props only works in python nuget, not other variants
open
vslavik
behavior
5
23706
yesterday
pathlib.Path.write_text should include a newline argument
open
daniel.ugra
enhancement
2
41756
yesterday
Do not always use exceptions to return result from coroutine
open
v2m
performance
6
41762
yesterday
Documentation job fails on CIs: duplicate token description of format_spec
open
vstinner
docs@python
8
41763
yesterday
IDLE: scale font to Windows' "zoom" factor
open
epaine
terry.reedy
enhancement
2
41771
yesterday
bdist_wininst doesn't execute postinstall script
open
mhammond
mhammond
behavior
1
41725
yesterday
bz2 would use a dedicated exception for data error
open
mgorny
enhancement
3
41769
yesterday
Positional arguments which use store boolean actions do not behave as other actions.
open
rjeffman
1
41768
yesterday
unittest.mock spec calls class properties
open
melwitt
behavior
1
41755
yesterday
Docs: Please remove `from distutils.core import setup`
open
guettli
2
41649
yesterday
Can't pass Path like objects to subprocess api's on Windows.
open
rasjani
behavior
5
41749
yesterday
Allow omission of imghdr.what file arg if bytes are given
open
eamanu
enhancement
3
41646
yesterday
shutil.copy documentation should clarify support for path-like objects
open
Jonatan Skogsfors
docs@python
behavior
2
41490
yesterday
Update bundled pip to 20.2.1 and setuptools to 49.2.1
open
steve.dower
steve.dower
12
41742
yesterday
Request for docs.python.org/3/library/configparser.html#exceptions improvement
open
leveque
docs@python
enhancement
2
41737
yesterday
Improper NotADirectoryError when opening a file in a fake directory
open
danny87105
behavior
3
25912
yesterday
Use __spec__.__name__ instead of __name__ in the docs where appropriate
open
Antony.Lee
enhancement
2
25963
yesterday
strptime not parsing some timezones
open
utkonos
docs@python
behavior
3
26007
yesterday
Support embedding the standard library in an executable
open
philthompson10
enhancement
12
26060
yesterday
Class __dict__ iteration order changing due to type instance key-sharing
open
ncoghlan
4
25682
yesterday
__package__ not set to None under pdb in Python 3
open
Keith Prussing
behavior
1
25702
yesterday
Link Time Optimizations support for GCC and CLANG
open
alecsandru.patrascu
performance
45
25343
yesterday
Document atomic operations on builtin types
open
Dima.Tisnek
docs@python
enhancement
10
25467
yesterday
Put “deprecated” warnings first
open
Tony R.
docs@python
enhancement
11
25509
yesterday
PyImport_ImportModule inaccurately described
open
memeplex
docs@python
5
25643
yesterday
Python tokenizer rewriting
open
serhiy.storchaka
serhiy.storchaka
behavior
5
25330
yesterday
Docs for pkgutil.get_data inconsistent with semantics
open
Antony.Lee
6
24792
yesterday
zipimporter masks import errors
open
Amund Hov
behavior
1
28694
2 days ago
tkinter interface to fontchooser
open
Lance Ware
enhancement
6
41025
2 days ago
C implementation of ZoneInfo cannot be subclassed
open
p-ganssle
p-ganssle
10
31686
2 days ago
GZip library doesn't properly close files
open
Jake Lever
behavior
3
35293
2 days ago
make doctest (Sphinx) emits a lot of warnings
open
vstinner
7