| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 46890 |
5 minutes ago |
venv does not create "python" link in python 3.11
|
|
|
open |
ronaldoussoren |
|
behavior |
21 |
| 46932 |
1 1/4 hours ago |
Please update bundled libexpat to 2.4.7 with an important fix
|
|
|
open |
sping |
|
behavior |
2 |
| 46947 |
1 1/2 hours ago |
unicodedata.name gives ValueError for control characters
|
|
|
open |
snoopyjc |
|
behavior |
2 |
| 44549 |
1 1/2 hours ago |
Update Windows installer to use bzip2 1.0.8
|
|
|
open |
s.s.mahato |
steve.dower |
security |
13 |
| 46841 |
2 hours ago |
Inline bytecode caches
|
|
|
open |
brandtbucher |
brandtbucher |
performance |
22 |
| 46913 |
2 hours ago |
UBSAN: test_ctypes, test_faulthandler and test_hashlib are failing
|
|
|
open |
vstinner |
|
|
17 |
| 46945 |
2 hours ago |
Quantifier and Expanded Regex Expression Gives Different Results
|
|
|
open |
vmd3.14 |
|
behavior |
2 |
| 46950 |
3 hours ago |
Windows 11 venv
|
|
|
open |
darrel.opry |
|
crash |
1 |
| 46744 |
3 hours ago |
installers on ARM64 suggest wrong folders
|
|
|
open |
conio |
|
behavior |
8 |
| 41370 |
3 hours ago |
PEP 585 and ForwardRef
|
|
|
open |
joperez |
|
behavior |
18 |
| 46948 |
4 hours ago |
[CVE-2022-26488] Escalation of privilege via Windows Installer
|
|
|
open |
steve.dower |
steve.dower |
security |
7 |
| 46949 |
4 hours ago |
Print an indication if traceback exceeds sys.tracebacklimit
|
|
|
open |
Jelle Zijlstra |
|
enhancement |
5 |
| 46946 |
7 hours ago |
Port core types to Argument Clinic
|
|
|
open |
arhadthedev |
|
enhancement |
1 |
| 46944 |
9 hours ago |
Use FASTCALL calling convention in generator.throw
|
|
|
open |
kumaraditya303 |
|
|
1 |
| 46943 |
10 hours ago |
fix[imaplib]: call Exception with string instance
|
|
|
open |
spaceone |
|
|
1 |
| 45847 |
10 hours ago |
Port module setup to PY_STDLIB_MOD() macro and addext()
|
|
|
open |
christian.heimes |
|
enhancement |
50 |
| 45317 |
10 hours ago |
Document the removal the usage of the C stack in Python to Python calls
|
|
|
open |
Mark.Shannon |
pablogsal |
enhancement |
3 |
| 39355 |
10 hours ago |
The Python library will not compile with a C++2020 compiler because the code uses the reserved “module” keyword
|
|
|
open |
aCuria |
|
enhancement |
12 |
| 46925 |
11 hours ago |
Document dict behavior when setting equal but not identical key
|
|
|
open |
malthe |
docs@python |
behavior |
9 |
| 46942 |
12 hours ago |
Convert Object/classobject.c to Argument Clinic
|
|
|
open |
arhadthedev |
|
enhancement |
1 |
| 46930 |
yesterday |
Iterating over cls.__dict__ in classmethod causes RuntimeError when printing __annotations__
|
|
|
open |
PythonF |
|
behavior |
3 |
| 46761 |
yesterday |
functools.update_wrapper breaks the signature of functools.partial objects
|
|
|
open |
larry |
|
behavior |
11 |
| 46843 |
yesterday |
PersistentTaskGroup API
|
|
|
open |
achimnol |
|
enhancement |
21 |
| 45100 |
yesterday |
Improve help() by making typing.overload() information accessible at runtime
|
|
|
open |
rhettinger |
|
|
13 |
| 14156 |
yesterday |
argparse.FileType for '-' doesn't work for a mode of 'rb'
|
|
|
open |
anacrolix |
|
behavior |
32 |
| 44863 |
yesterday |
Allow TypedDict to inherit from Generics
|
|
|
open |
sransara |
|
enhancement |
8 |
| 46769 |
yesterday |
Improve documentation for `typing.TypeVar`
|
|
|
open |
AlexWaygood |
docs@python |
behavior |
2 |
| 46938 |
yesterday |
dataclass __post_init__ recursion
|
|
|
open |
bar.harel |
eric.smith |
behavior |
5 |
| 46939 |
yesterday |
Specialize calls for Python classes
|
|
|
open |
kj |
|
|
1 |
| 37609 |
yesterday |
support "UNC" device paths in ntpath.splitdrive
|
|
|
open |
eryksun |
|
behavior |
9 |
| 46846 |
yesterday |
functools.partial objects should set __signature__ and _annotations__
|
|
|
open |
larry |
|
enhancement |
1 |
| 46461 |
yesterday |
Kodi crashing
|
|
|
open |
mrpg |
|
crash |
7 |
| 43447 |
yesterday |
Generate vectorcall code to parse arguments using Argument Clinic
|
|
|
open |
vstinner |
corona10 |
|
2 |
| 40512 |
yesterday |
[subinterpreters] Meta issue: per-interpreter GIL
|
|
|
open |
vstinner |
|
enhancement |
30 |
| 46911 |
yesterday |
Early tracing has lineno=None for modules
|
|
|
open |
nedbat |
|
|
3 |
| 40172 |
yesterday |
ZipInfo corrupts file names in some old zip archives
|
|
|
open |
yudilevi |
|
behavior |
6 |
| 46934 |
yesterday |
Started multiprocessing.Process instances are unserialisable
|
|
|
open |
maggyero |
|
enhancement |
1 |
| 38364 |
yesterday |
inspect.iscoroutinefunction / isgeneratorfunction / isasyncgenfunction can't handle partialmethod objects
|
|
|
open |
mjpieters |
|
behavior |
2 |
| 46920 |
2 days ago |
Remove code made dead long ago with #if 0
|
|
|
open |
arhadthedev |
|
enhancement |
3 |
| 43923 |
2 days ago |
Can't create generic NamedTuple as of py3.9
|
|
|
open |
FHTMitchell |
|
behavior |
16 |
| 46931 |
2 days ago |
zipfile library will raise uncaught oserror when reading length incorrect zip file
|
|
|
open |
ultimalium |
|
behavior |
1 |
| 9305 |
2 days ago |
Don't use east/west of UTC in date/time documentation
|
|
|
open |
belopolsky |
|
enhancement |
24 |
| 25707 |
2 days ago |
Add the close method for ElementTree.iterparse() object
|
|
|
open |
serhiy.storchaka |
serhiy.storchaka |
resource usage |
8 |
| 46917 |
2 days ago |
Require IEEE 754 floating point to build Python 3.11
|
|
|
open |
vstinner |
|
|
2 |
| 39298 |
2 days ago |
add BLAKE3 to hashlib
|
|
|
open |
larry |
|
enhancement |
40 |
| 11352 |
2 days ago |
Update cgi module doc
|
|
|
open |
quentel |
orsenthil |
enhancement |
25 |
| 30556 |
2 days ago |
asyncio.wait very slow with FIRST_COMPLETED
|
|
|
open |
samuelcolvin |
|
performance |
1 |
| 36098 |
2 days ago |
asyncio: ssl client-server with "slow" read
|
|
|
open |
MultiSosnooley |
|
behavior |
7 |
| 44136 |
2 days ago |
Remove pathlib flavours
|
|
|
open |
barneygale |
pitrou |
behavior |
3 |
| 24132 |
2 days ago |
Direct sub-classing of pathlib.Path
|
|
|
open |
projetmbc |
|
enhancement |
27 |