| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 30274 |
an hour ago |
Rename 'name' to 'fullname' argument to ExtensionFileLoader
|
|
|
open |
brett.cannon |
docs@python |
enhancement |
5 |
| 44107 |
1 1/4 hours ago |
HTTPServer can't close http client completely
|
|
|
open |
ueJone |
|
behavior |
4 |
| 44081 |
1 1/2 hours ago |
ast.unparse: dont use redundant space separator for lambdas with no parameters
|
|
|
open |
BTaskaya |
BTaskaya |
|
2 |
| 40358 |
1 3/4 hours ago |
pathlib's relative_to should behave like os.path.relpath
|
|
|
open |
d.ragusa |
|
enhancement |
9 |
| 44138 |
2 hours ago |
multiprocessing documentation should note behavior when process with Lock dies
|
|
|
open |
kushal-kumaran |
|
enhancement |
1 |
| 42862 |
2 hours ago |
Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
|
|
|
open |
erlendaasland |
|
enhancement |
15 |
| 44133 |
3 hours ago |
"Py_FrozenMain" symbol is not exported
|
|
|
open |
vstinner |
|
|
3 |
| 43650 |
3 hours ago |
MemoryError on zip.read in shutil._unpack_zipfile
|
|
|
open |
igorvoltaic |
|
crash |
2 |
| 38768 |
3 hours ago |
[feature request] Add lldb equivalent to Tools/gdb
|
|
|
open |
Manjusaka |
|
enhancement |
2 |
| 37658 |
4 hours ago |
In some cases asyncio.wait_for can lead to socket leak.
|
|
|
open |
Nikita Ilyasov |
|
resource usage |
11 |
| 37788 |
4 hours ago |
fix for bpo-36402 (threading._shutdown() race condition) causes reference leak
|
|
|
open |
anselm.kruis |
|
resource usage |
20 |
| 44137 |
4 hours ago |
importlib.resources.path raises RuntimeError when FileNotFoundError is raise in context manager
|
|
|
open |
Nils Kattenbeck |
|
behavior |
1 |
| 44136 |
5 hours ago |
Remove pathlib flavours
|
|
|
open |
barneygale |
|
behavior |
1 |
| 44135 |
5 hours ago |
issubclass documentation doesn't explain tuple semantic
|
|
|
open |
joaozinho |
docs@python |
enhancement |
1 |
| 44134 |
6 hours ago |
lzma: stream padding in xz files
|
|
|
open |
rogdham |
|
behavior |
1 |
| 44123 |
6 hours ago |
make function parameter sentinel value true singletons
|
|
|
open |
taleinat |
|
behavior |
12 |
| 32133 |
7 hours ago |
documentation: numbers module nitpick
|
|
|
open |
abcdef |
docs@python |
enhancement |
4 |
| 44109 |
7 hours ago |
missing dataclass decorator in match-statement example
|
|
|
open |
ahmetveburak |
docs@python |
behavior |
3 |
| 43760 |
8 hours ago |
The DISPATCH() macro is not as efficient as it could be (move PyThreadState.use_tracing)
|
|
|
open |
Mark.Shannon |
|
performance |
17 |
| 44132 |
8 hours ago |
Local import conflict with system import
|
|
|
open |
otrejoso |
|
|
1 |
| 42972 |
8 hours ago |
[C API] Heap types (PyType_FromSpec) must fully implement the GC protocol
|
|
|
open |
vstinner |
|
|
6 |
| 42109 |
10 hours ago |
Use hypothesis for testing the standard library, falling back to stubs
|
|
|
open |
p-ganssle |
p-ganssle |
enhancement |
6 |
| 44131 |
12 hours ago |
[C API] Add tests on Py_FrozenMain()
|
|
|
open |
vstinner |
|
|
1 |
| 41111 |
12 hours ago |
[C API] Convert a few stdlib extensions to the limited C API (PEP 384)
|
|
|
open |
vstinner |
|
|
27 |
| 43795 |
yesterday |
Implement PEP 652 -- Maintaining the Stable ABI
|
|
|
open |
petr.viktorin |
|
|
19 |
| 44117 |
yesterday |
[C API] Remove deprecated PyEval_InitThreads()
|
|
|
open |
vstinner |
|
|
3 |
| 38693 |
yesterday |
Use f-strings instead of str.format within importlib
|
|
|
open |
gregory.p.smith |
gregory.p.smith |
performance |
5 |
| 44129 |
yesterday |
zipfile: Add descriptive global variables for general purpose bit flags
|
|
|
open |
dhillier |
|
|
1 |
| 44128 |
yesterday |
zipfile: Deduplicate ZipExtFile code for init and resetting when seeking
|
|
|
open |
dhillier |
|
enhancement |
1 |
| 43012 |
yesterday |
Remove pathlib accessors
|
|
|
open |
barneygale |
|
performance |
1 |
| 43908 |
yesterday |
array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag
|
|
|
open |
gvanrossum |
vstinner |
behavior |
104 |
| 44127 |
yesterday |
urllib.parse.ParseResult._replace() does not allow replacing username, password, hostname, port
|
|
|
open |
AstraLuma |
|
|
1 |
| 38291 |
yesterday |
Deprecate the typing.io and typing.re pseudo-modules
|
|
|
open |
dgelessus |
docs@python |
behavior |
5 |
| 43952 |
yesterday |
Multiprocessing UNIX socket connection: client freeze if authkey is an empty byte string
|
|
|
open |
anon01 |
|
behavior |
3 |
| 8557 |
yesterday |
subprocess PATH semantics and portability
|
|
|
open |
dabrahams |
docs@python |
enhancement |
21 |
| 43504 |
yesterday |
Site linked in docs, effbot.org, down
|
|
|
open |
mdk |
docs@python |
|
4 |
| 44124 |
yesterday |
Unhelpful error messages with mis-ordering of f-string specifiers
|
|
|
open |
angus-lherrou |
|
enhancement |
3 |
| 40938 |
yesterday |
urllib.parse.urlunsplit makes relative path to absolute (http:g -> http:///g)
|
|
|
open |
op368 |
|
behavior |
7 |
| 44115 |
yesterday |
Improve conversions for fractions
|
|
|
open |
Martin.Teichmann |
rhettinger |
enhancement |
4 |
| 42130 |
yesterday |
AsyncIO's wait_for can hide cancellation in a rare race condition
|
|
|
open |
tvoinarovskyi |
|
behavior |
4 |
| 44121 |
yesterday |
Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module.
|
|
|
open |
Harmouch101 |
|
enhancement |
1 |
| 44069 |
yesterday |
pathlib.Path.glob's generator is not a real generator
|
|
|
open |
Elijah Rippeth |
|
performance |
2 |
| 44120 |
yesterday |
logging.config.fileConfig/dictConfig can not import class
|
|
|
open |
akihiro |
|
crash |
1 |
| 43176 |
yesterday |
Dataclasses derived from empty frozen bases skip immutability checks
|
|
|
open |
hbq1 |
eric.smith |
behavior |
12 |
| 33809 |
2 days ago |
Expose `capture_locals` parameter in `traceback` convenience functions
|
|
|
open |
ulope |
|
enhancement |
12 |
| 40645 |
2 days ago |
Use OpenSSL's HMAC API
|
|
|
open |
christian.heimes |
christian.heimes |
enhancement |
14 |
| 43813 |
2 days ago |
Denial of service on http.server module with large request method.
|
|
|
open |
demonia |
|
security |
2 |
| 44032 |
2 days ago |
Function locals and evaluation stack should be stored in a contiguous, per-thread stack
|
|
|
open |
Mark.Shannon |
Mark.Shannon |
performance |
1 |
| 37334 |
2 days ago |
Add a cancel method to asyncio Queues
|
|
|
open |
Martin.Teichmann |
|
enhancement |
16 |
| 43956 |
2 days ago |
C-API: Incorrect default value for Py_SetProgramName
|
|
|
open |
joukewitteveen |
docs@python |
|
2 |