| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 45367 |
12 minutes ago |
Specialize BINARY_MULTIPLY
|
|
|
open |
Dennis Sweeney |
|
performance |
4 |
| 45387 |
13 minutes ago |
GzipFile.write should be buffered
|
|
|
open |
rhpvorderman |
|
performance |
1 |
| 45191 |
3/4 hours ago |
Error.__traceback__.tb_lineno is wrong
|
|
|
open |
nahco314 |
|
behavior |
1 |
| 45386 |
2 hours ago |
xmlrpc.client unimportable due to strfmt ValueError
|
|
|
open |
rtobar2 |
|
|
1 |
| 45361 |
4 hours ago |
Provide a more convenient way to set an exception as "active", from Python code
|
|
|
open |
njs |
|
enhancement |
3 |
| 29410 |
4 hours ago |
Moving to SipHash-1-3
|
|
|
open |
methane |
christian.heimes |
performance |
25 |
| 45330 |
4 hours ago |
dulwich_log performance regression in 3.10
|
|
|
open |
kj |
|
performance |
6 |
| 45381 |
6 hours ago |
IDLE: "restart shell" while receiving output disables program
|
|
|
open |
capsicumw |
terry.reedy |
behavior |
2 |
| 40321 |
7 hours ago |
urllib.request does not support HTTP response status code 308
|
|
|
open |
Jochem Schulenklopper |
|
behavior |
3 |
| 45385 |
8 hours ago |
Fix possible reference leak from descr_check
|
|
|
open |
corona10 |
|
enhancement |
1 |
| 45335 |
8 hours ago |
Default TIMESTAMP converter in sqlite3 ignores UTC offset
|
|
|
open |
iafisher |
|
enhancement |
8 |
| 45357 |
9 hours ago |
Idle does not check user config for extention configuration
|
|
|
open |
CoolCat467 |
terry.reedy |
behavior |
1 |
| 45384 |
10 hours ago |
Accept Final as indicating ClassVar for dataclass
|
|
|
open |
GBeauregard |
|
behavior |
1 |
| 45383 |
11 hours ago |
PyType_FromSpec API fails to use metaclass of bases
|
|
|
open |
seberg |
|
crash |
1 |
| 45382 |
11 hours ago |
platform() is not able to detect windows 11
|
|
|
open |
sahsariga111 |
|
|
9 |
| 45374 |
11 hours ago |
sqlite3: Add configure option to set or auto-detect rpath to sqlite3 libs
|
|
|
open |
chaz6 |
docs@python |
enhancement |
1 |
| 45380 |
yesterday |
help() appears confused about the module of typing.Annotated
|
|
|
open |
AlexWaygood |
docs@python |
behavior |
1 |
| 15870 |
yesterday |
PyType_FromSpec should take metaclass as an argument
|
|
|
open |
belopolsky |
belopolsky |
enhancement |
39 |
| 45020 |
yesterday |
Freeze all modules imported during startup.
|
|
|
open |
eric.snow |
eric.snow |
enhancement |
85 |
| 42327 |
yesterday |
Add PyModule_Add()
|
|
|
open |
serhiy.storchaka |
|
enhancement |
9 |
| 45378 |
yesterday |
Can't find "map" with search on docs.python.org
|
|
|
open |
gvanrossum |
docs@python |
behavior |
3 |
| 33125 |
yesterday |
Windows 10 ARM64 platform support
|
|
|
open |
Steven Noonan |
steve.dower |
enhancement |
27 |
| 45373 |
yesterday |
./configure --enable-optimizations should enable LTO
|
|
|
open |
vstinner |
|
|
6 |
| 45379 |
yesterday |
Improve errors related to frozen modules.
|
|
|
open |
eric.snow |
|
behavior |
1 |
| 45376 |
yesterday |
Run Windows release docs build on regular CI
|
|
|
open |
steve.dower |
steve.dower |
|
1 |
| 45372 |
yesterday |
Unwarranted "certificate has expired" when urlopen-ing R3 sites
|
|
|
open |
aivarannamaa |
|
|
4 |
| 43760 |
yesterday |
The DISPATCH() macro is not as efficient as it could be (move PyThreadState.use_tracing)
|
|
|
open |
Mark.Shannon |
|
performance |
39 |
| 45366 |
yesterday |
dataclass init=False field with default works but default_factory does not
|
|
|
open |
simple_coder878 |
|
behavior |
3 |
| 45369 |
yesterday |
Remove LibreSSL workarounds
|
|
|
open |
ramikg |
christian.heimes |
enhancement |
1 |
| 44594 |
yesterday |
AsyncExitStack.enter_async_context() is mishandling exception __context__
|
|
|
open |
John Belmonte |
|
behavior |
8 |
| 27637 |
yesterday |
int.to_bytes(-1, ...) should automatically choose required count of bytes
|
|
|
open |
socketpair |
|
enhancement |
7 |
| 41682 |
yesterday |
[Windows] test_asyncio: Proactor test_sendfile_close_peer_in_the_middle_of_receiving failure
|
|
|
open |
aeros |
|
behavior |
8 |
| 45339 |
yesterday |
concurrent.future.ThreadPoolExecutor should parameterize class used for threads
|
|
|
open |
erickpeirson |
|
enhancement |
6 |
| 45358 |
yesterday |
Bogus cookie generated after invalid cookie attribute is input
|
|
|
open |
greob |
|
behavior |
1 |
| 32307 |
yesterday |
Bad assumption on thread stack size makes python crash with musl libc
|
|
|
open |
Natanael Copa |
gregory.p.smith |
crash |
8 |
| 45356 |
yesterday |
Calling `help` executes @classmethod @property decorated methods
|
|
|
open |
randolf.scholz |
|
behavior |
3 |
| 44182 |
yesterday |
python-config.sh vs python-config.py inconsistency
|
|
|
open |
millert |
|
|
4 |
| 45365 |
yesterday |
concurrent.futures.Future should be suitable for use outside of executors
|
|
|
open |
xmorel |
|
enhancement |
1 |
| 45193 |
yesterday |
IDLE Show completions pop-up not working on Ubuntu Linux
|
|
|
open |
taleinat |
terry.reedy |
behavior |
12 |
| 45352 |
yesterday |
Move documentation for typed generic forms of standard collections to collections.abc
|
|
|
open |
pxeger |
docs@python |
enhancement |
6 |
| 45364 |
yesterday |
Add more documentation for ModuleSpec.loader_state.
|
|
|
open |
eric.snow |
docs@python |
|
1 |
| 45355 |
yesterday |
Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit
|
|
|
open |
serhiy.storchaka |
|
|
5 |
| 45363 |
yesterday |
Use instruction offsets in co_lnotab
|
|
|
open |
serhiy.storchaka |
|
enhancement |
1 |
| 28206 |
yesterday |
signal.Signals not documented
|
|
|
open |
samuelcolvin |
docs@python |
enhancement |
2 |
| 44831 |
2 days ago |
Inconsistency between datetime.now() and datetime.fromtimestamp(time.time(), None)
|
|
|
open |
Miksus |
|
behavior |
10 |
| 36521 |
2 days ago |
Consider removing docstrings from co_consts in code objects
|
|
|
open |
rhettinger |
|
resource usage |
45 |
| 19290 |
2 days ago |
Clarify compile and eval interaction.
|
|
|
open |
terry.reedy |
docs@python |
enhancement |
2 |
| 45359 |
2 days ago |
TopologicalSorter is not Generic at runtime (but is in typeshed)
|
|
|
open |
JacobHayes |
|
behavior |
1 |
| 44674 |
2 days ago |
dataclasses should allow frozendict default value
|
|
|
open |
gianni |
eric.smith |
behavior |
7 |
| 45353 |
2 days ago |
sys.modules: dictionary changed size during iteration
|
|
|
open |
idan57 |
|
|
2 |