| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 39026 |
3 minutes ago |
pystate.h contains non-relative of initconfig.h include causing macOS Framework include failure
|
|
|
open |
gaige |
|
behavior |
4 |
| 40667 |
4 minutes ago |
[Windows] Add global python and python3 commands
|
|
|
open |
steve.dower |
|
enhancement |
3 |
| 40670 |
4 minutes ago |
supplying an empty string to timeit causes an IndentationError
|
|
|
open |
edison.abahurire |
|
|
2 |
| 40669 |
7 minutes ago |
PEG Parser benchmarks fail if memory_profiler is not installed
|
|
|
open |
lys.nikolaou |
lys.nikolaou |
|
6 |
| 26317 |
8 minutes ago |
_scproxy and Python Launcher fail to build wtih GNU gcc on macOS 10.13+
|
|
|
open |
Robert P Fischer |
ned.deily |
compile error |
23 |
| 40661 |
1/2 an hour ago |
The new parser segfaults when parsing invalid input
|
|
|
open |
pablogsal |
|
crash |
10 |
| 40654 |
1/2 an hour ago |
shutil.copyfile mutates symlink for absolute path
|
|
|
open |
jaraco |
|
behavior |
8 |
| 40671 |
an hour ago |
Convert _hashlib to PEP 489 multiphase initialization
|
|
|
open |
vstinner |
christian.heimes |
enhancement |
4 |
| 40042 |
an hour ago |
Enum Flag: psuedo-members have None for name attribute
|
|
|
open |
ethan.furman |
ethan.furman |
enhancement |
1 |
| 34956 |
1 1/4 hours ago |
_tkinter built on macOS 10.14 does not link to Tcl and Tk in /Library/Frameworks
|
|
|
open |
wordtech |
ned.deily |
|
6 |
| 40600 |
1 1/4 hours ago |
Add option to disallow > 1 instance of an extension module
|
|
|
open |
vstinner |
|
|
2 |
| 25920 |
1 1/2 hours ago |
PyOS_AfterFork should reset socketmodule's lock
|
|
|
open |
emptysquare |
|
behavior |
10 |
| 5537 |
1 1/2 hours ago |
LWPCookieJar cannot handle cookies with expirations of 2038 or greater on 32-bit platforms
|
|
|
open |
hollec |
|
behavior |
19 |
| 40246 |
1 3/4 hours ago |
Different error messages for same error - invalid string prefixes
|
|
|
open |
lys.nikolaou |
|
behavior |
40 |
| 40275 |
1 3/4 hours ago |
test.support has way too many imports
|
|
|
open |
vstinner |
|
|
28 |
| 1635741 |
2 hours ago |
Py_Finalize() doesn't clear all Python objects at exit
|
|
|
open |
kylotan |
|
resource usage |
63 |
| 40536 |
2 hours ago |
Addition of a "list of available time zones" function to zoneinfo
|
|
|
open |
p-ganssle |
p-ganssle |
enhancement |
8 |
| 40646 |
2 hours ago |
Builtins in doc show signature in documentation
|
|
|
open |
cryvate |
docs@python |
enhancement |
3 |
| 40503 |
2 hours ago |
PEP 615: Add zoneinfo module
|
|
|
open |
p-ganssle |
p-ganssle |
enhancement |
11 |
| 39148 |
4 hours ago |
DatagramProtocol + IPv6 does not work with ProactorEventLoop
|
|
|
open |
alex.gronholm |
|
behavior |
20 |
| 40334 |
4 hours ago |
PEP 617: new PEG-based parser
|
|
|
open |
gvanrossum |
|
enhancement |
101 |
| 35967 |
5 hours ago |
Better platform.processor support
|
|
|
open |
jaraco |
jaraco |
|
32 |
| 40452 |
5 hours ago |
IDLE: preserve clipboard on closure on Windows
|
|
|
open |
epaine |
terry.reedy |
behavior |
6 |
| 38938 |
5 hours ago |
Possible performance improvement for heaqq.merge()
|
|
|
open |
Dennis Sweeney |
rhettinger |
enhancement |
19 |
| 40668 |
6 hours ago |
Catastrophic loss of precision in colorsys module
|
|
|
open |
Zac Hatfield-Dodds |
|
behavior |
1 |
| 40666 |
7 hours ago |
TarFile.add does not support pathlib.Path as a value to first argument.
|
|
|
open |
socketpair |
|
|
0 |
| 19956 |
10 hours ago |
inspect.getsource(obj.foo) fails when foo is an injected method constructed from another method
|
|
|
open |
mtahmed |
|
enhancement |
11 |
| 39801 |
yesterday |
list.insert is slow, likely due to manual memmove
|
|
|
open |
Stefan Pochmann |
|
performance |
10 |
| 40597 |
yesterday |
generated email message exceeds RFC-mandated limit of 998 characters
|
|
|
open |
ivyl |
|
behavior |
5 |
| 38870 |
yesterday |
Expose ast.unparse in the ast module
|
|
|
open |
pablogsal |
pablogsal |
enhancement |
26 |
| 40662 |
yesterday |
ast.get_source_segment behaviour with missing location info doesn't match docstring
|
|
|
open |
iritkatriel |
|
behavior |
2 |
| 40257 |
yesterday |
Improve the use of __doc__ in pydoc
|
|
|
open |
serhiy.storchaka |
|
enhancement |
26 |
| 34431 |
yesterday |
Docs does not eval allows code object as argument
|
|
|
open |
jfine2358 |
docs@python |
behavior |
8 |
| 39533 |
yesterday |
Use `statx(2)` system call on Linux for extended `os.stat` information
|
|
|
open |
ntninja |
|
enhancement |
4 |
| 37496 |
yesterday |
Support annotations in signature strings.
|
|
|
open |
eric.snow |
|
enhancement |
10 |
| 40663 |
yesterday |
Wrong generated annotation on subscripting
|
|
|
open |
BTaskaya |
|
behavior |
2 |
| 37630 |
yesterday |
Investigate replacing SHA3 code with OpenSSL
|
|
|
open |
christian.heimes |
christian.heimes |
behavior |
4 |
| 39959 |
yesterday |
Bug on multiprocessing.shared_memory
|
|
|
open |
dxflores |
|
|
6 |
| 40643 |
yesterday |
Improve doc-strings for datetime.strftime & strptime
|
|
|
open |
edison.abahurire |
|
enhancement |
5 |
| 18262 |
yesterday |
ZipInfo.external_attr are not documented
|
|
|
open |
techtonik |
serhiy.storchaka |
enhancement |
10 |
| 12800 |
yesterday |
'tarfile.StreamError: seeking backwards is not allowed' when extract symlink
|
|
|
open |
adunand |
lars.gustaebel |
behavior |
8 |
| 40645 |
yesterday |
Use OpenSSL's HMAC API
|
|
|
open |
christian.heimes |
christian.heimes |
enhancement |
4 |
| 40152 |
yesterday |
Coroutine hangs if it performs async operations when handling exception sent using throw()
|
|
|
open |
salgado |
|
behavior |
1 |
| 40644 |
yesterday |
Text representation of Windows' file attributes similar to stat.filemode()
|
|
|
open |
scrool |
|
enhancement |
4 |
| 40455 |
yesterday |
GCC 10 compiler warnings
|
|
|
open |
vstinner |
|
|
8 |
| 40656 |
yesterday |
Clean up detect_socket() in setup.py
|
|
|
open |
erlendaasland |
|
enhancement |
1 |
| 40318 |
yesterday |
Migrate to SQLite3 trace v2 API
|
|
|
open |
erlendaasland |
|
enhancement |
1 |
| 40657 |
yesterday |
Resource leaks with threading.Thread
|
|
|
open |
POCEH |
|
resource usage |
1 |
| 40652 |
yesterday |
Test test_locale failed when running cpython test on Windows 10 x64 for version 3.9.0a6+
|
|
|
open |
kpysoze |
|
crash |
2 |
| 40653 |
yesterday |
_dirnameW is used outside HAVE_SYMLINK
|
|
|
open |
Minmin.Gong |
|
compile error |
1 |