| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 47136 |
1/2 an hour ago |
The variable __module__ in the class body getting an undesirable value from __prepare__ of the metaclass
|
|
|
open |
Takuo Matsuoka |
|
behavior |
10 |
| 47248 |
3/4 hours ago |
Possible slowdown of regex searching in 3.11
|
|
|
open |
Mark.Shannon |
|
performance |
1 |
| 47247 |
2 hours ago |
Default arguments for access 'mode' parameters in pathlib and os should display as octal literals
|
|
|
open |
AidanWoolley |
docs@python |
enhancement |
1 |
| 43588 |
4 hours ago |
[Subinterpreters]: use static variable under building Python with --with-experimental-isolated-subinterpreters cause crash.
|
|
|
open |
JunyiXie |
|
crash |
13 |
| 47245 |
4 hours ago |
potential undefined behavior with subprocess using vfork() on Linux
|
|
|
open |
socketpair |
gregory.p.smith |
behavior |
8 |
| 40280 |
5 hours ago |
Consider supporting emscripten/webassembly as a build target
|
|
|
open |
Simon Biggs |
|
enhancement |
63 |
| 47006 |
10 hours ago |
PEP 646: Decide on substitution behavior
|
|
|
open |
JelleZijlstra |
JelleZijlstra |
behavior |
17 |
| 47061 |
11 hours ago |
Deprecate modules listed in PEP 594
|
|
|
open |
brett.cannon |
brett.cannon |
|
8 |
| 45116 |
12 hours ago |
Performance regression 3.10b1: inlining issue in the big _PyEval_EvalFrameDefault() function with Visual Studio (MSC)
|
|
|
open |
neonene |
|
performance |
80 |
| 5901 |
12 hours ago |
missing meta-info in documentation pdf
|
|
|
open |
ZeD |
docs@python |
behavior |
5 |
| 47103 |
yesterday |
Copy pgort140.dll when building for PGO
|
|
|
open |
steve.dower |
steve.dower |
enhancement |
3 |
| 47166 |
yesterday |
Dataclass transform should ignore TypeAlias variables
|
|
|
open |
thomkeh |
|
behavior |
5 |
| 47234 |
yesterday |
PEP-484 "numeric tower" approach makes it hard/impossible to specify contracts in documentation
|
|
|
open |
tfish2 |
|
|
3 |
| 47104 |
yesterday |
Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase
|
|
|
open |
asvetlov |
|
|
4 |
| 47243 |
yesterday |
Duplicate entry in 'Objects/unicodetype_db.h'
|
|
|
open |
LiarPrincess |
|
enhancement |
2 |
| 47244 |
yesterday |
email.utils.formataddr does not respect double spaces
|
|
|
open |
AlecRosenbaum |
|
behavior |
1 |
| 47242 |
yesterday |
Annoying white bar in IDLE (line 457 in sidebar.py)
|
|
|
open |
antudic |
terry.reedy |
behavior |
1 |
| 47237 |
yesterday |
Inheritance from base class with property in class makes them non-instantiatable
|
|
|
open |
Germandrummer92 |
|
behavior |
5 |
| 24778 |
yesterday |
mailcap.findmatch: document shell command Injection danger in filename parameter
|
|
|
open |
TheRegRunner |
docs@python |
security |
14 |
| 47169 |
yesterday |
Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly
|
|
|
open |
petr.viktorin |
|
|
2 |
| 47115 |
yesterday |
Documentation inconsistency with the stable ABI
|
|
|
open |
Crowthebird |
docs@python |
|
4 |
| 47240 |
yesterday |
Python 3.x built for ppc+ppc64 errs on: No module named 'msvcrt', '_posixsubprocess'
|
|
|
open |
barracuda156 |
|
compile error |
2 |
| 47168 |
yesterday |
Improvements for stable ABI definition files
|
|
|
open |
petr.viktorin |
|
|
3 |
| 39187 |
yesterday |
urllib.robotparser does not respect the longest match for the rule
|
|
|
open |
gallicrooster |
|
behavior |
3 |
| 47241 |
yesterday |
[C API] Move the PyCodeObject structure to the internal C API (make the structure opaque)
|
|
|
open |
vstinner |
|
|
1 |
| 39947 |
yesterday |
[C API] Make the PyThreadState structure opaque (move it to the internal C API)
|
|
|
open |
vstinner |
|
|
25 |
| 42238 |
yesterday |
Deprecate suspicious.py?
|
|
|
open |
mdk |
mdk |
|
56 |
| 47120 |
yesterday |
Make all jump opcodes relative
|
|
|
open |
iritkatriel |
iritkatriel |
performance |
4 |
| 36207 |
yesterday |
robotsparser deny all with some rules
|
|
|
open |
quentin-maire |
|
enhancement |
6 |
| 47238 |
yesterday |
Python threading.Event().wait() depends on the system time
|
|
|
open |
AleksandrAQ |
|
behavior |
1 |
| 45210 |
yesterday |
tp_dealloc docs should mention error indicator may be set
|
|
|
open |
ezyang |
docs@python |
enhancement |
3 |
| 36329 |
yesterday |
use the right python "make -C Doc/ serve"
|
|
|
open |
matrixise |
docs@python |
|
6 |
| 30718 |
yesterday |
[doc] open builtin function: specifying the size of buffer has no effect for text files
|
|
|
open |
direprobs |
docs@python |
behavior |
2 |
| 47121 |
yesterday |
math.isfinite() can raise exception when called on a number
|
|
|
open |
tfish2 |
docs@python |
enhancement |
7 |
| 17004 |
yesterday |
Expand zipimport to include other compression methods
|
|
|
open |
rhettinger |
|
enhancement |
11 |
| 27546 |
yesterday |
Integrate tkinter and asyncio (and async)
|
|
|
open |
terry.reedy |
|
enhancement |
23 |
| 47236 |
yesterday |
Document types.CodeType.replace() changes about co_exceptiontable
|
|
|
open |
vstinner |
docs@python |
|
1 |
| 47205 |
yesterday |
posix.sched_{get|set}affinity(-1) no longer returns ProcessLookup causing test failures on FreeBSD
|
|
|
open |
christian.heimes |
|
behavior |
9 |
| 47233 |
yesterday |
show_caches option affects code positions reported by dis.get_instructions(...)
|
|
|
open |
15r10nk |
|
behavior |
2 |
| 47231 |
yesterday |
TarFile.getmember cannot work on tar sourced directory over 100 characters
|
|
|
open |
cfernald |
|
behavior |
2 |
| 47222 |
yesterday |
subprocess.Popen() should allow capturing output and sending it to stdout and stderr
|
|
|
open |
pprindeville |
|
enhancement |
1 |
| 47139 |
yesterday |
pthread_sigmask needs SIG_BLOCK behaviour explaination
|
|
|
open |
rpurdie |
|
behavior |
4 |
| 47184 |
yesterday |
multiprocessing.set_start_method force argument is not documented
|
|
|
open |
John Hagen |
docs@python |
enhancement |
2 |
| 47027 |
yesterday |
subprocess.run(), subprocess.Popen() should accept file descriptor as cwd parameter
|
|
|
open |
ydroneaud |
|
enhancement |
4 |
| 4833 |
yesterday |
Explicit directories for zipfiles
|
|
|
open |
schuppenies |
|
enhancement |
6 |
| 42012 |
yesterday |
typing support in wsgiref
|
|
|
open |
srittau |
|
enhancement |
2 |
| 47228 |
yesterday |
Document that naïve datetime objects represent local time
|
|
|
open |
p-ganssle |
p-ganssle |
enhancement |
1 |
| 41395 |
yesterday |
pickle and pickletools cli interface doesn't close input and output file.
|
|
|
open |
xtreak |
|
behavior |
2 |
| 46168 |
2 days ago |
Incorrect format specified for the "style" key in the configuration file format formatter example
|
|
|
open |
bokunogf |
docs@python |
|
4 |
| 44158 |
2 days ago |
Clarify documentation for redirected stdout/stderr when using subprocess in Linux
|
|
|
open |
tanty |
docs@python |
behavior |
2 |