| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 32962 |
3 minutes ago |
test_gdb fails in debug build with `-mcet -fcf-protection -O0`
|
|
|
open |
ishcherb |
|
|
3 |
| 33858 |
1/4 hour ago |
A typo in multiprocessing documentation
|
|
|
open |
aruseni |
docs@python |
|
3 |
| 29750 |
1/2 an hour ago |
smtplib doesn't handle unicode passwords
|
|
|
open |
david__ |
|
enhancement |
8 |
| 33829 |
1/2 an hour ago |
C API: provide new object protocol helper
|
|
|
open |
Bartosz Gołaszewski |
|
enhancement |
3 |
| 33721 |
an hour ago |
os.path.exists() ought to return False if pathname contains NUL
|
|
|
open |
pacujo |
|
behavior |
9 |
| 14102 |
an hour ago |
argparse: add ability to create a man page
|
|
|
open |
Daniel.Walsh |
|
enhancement |
21 |
| 33718 |
1 1/2 hours ago |
Enhance regrtest: meta-ticket for multiple changes
|
|
|
open |
vstinner |
|
enhancement |
11 |
| 33859 |
2 hours ago |
Spelling mistakes found using aspell
|
|
|
open |
xtreak |
docs@python |
enhancement |
1 |
| 33857 |
3 hours ago |
python exception on Solaris : code for hash blake2b was not found
|
|
|
open |
goron |
|
behavior |
1 |
| 24379 |
3 hours ago |
Add operator.subscript as a convenience for creating slices
|
|
|
open |
llllllllll |
|
enhancement |
57 |
| 20341 |
4 hours ago |
Argument Clinic: add "nullable ints"
|
|
|
open |
larry |
larry |
enhancement |
37 |
| 24009 |
4 hours ago |
Get rid of rare format units in PyArg_Parse*
|
|
|
open |
serhiy.storchaka |
serhiy.storchaka |
enhancement |
9 |
| 24145 |
4 hours ago |
Support |= for parameters in converters
|
|
|
open |
larry |
larry |
enhancement |
5 |
| 33855 |
4 hours ago |
IDLE: Minimally test every non-startup module.
|
|
|
open |
terry.reedy |
terry.reedy |
behavior |
2 |
| 33462 |
4 hours ago |
reversible dict
|
|
|
open |
selik |
|
enhancement |
25 |
| 33856 |
6 hours ago |
Type "help" is not present on win32
|
|
|
open |
matrixise |
|
|
1 |
| 19102 |
6 hours ago |
Add tests for CLI of the tabnanny module
|
|
|
open |
berker.peksag |
berker.peksag |
enhancement |
5 |
| 1529353 |
8 hours ago |
Squeezer - squeeze large output in the interpreter
|
|
|
open |
taleinat |
terry.reedy |
enhancement |
36 |
| 33854 |
10 hours ago |
doc Add PEP title in seealso of Built-in Types
|
|
|
open |
adelfino |
docs@python |
enhancement |
1 |
| 15533 |
10 hours ago |
subprocess.Popen(cwd) documentation: Posix vs Windows
|
|
|
open |
chris.jerdonek |
chris.jerdonek |
behavior |
39 |
| 33836 |
11 hours ago |
[Good first-time issue] Recommend keyword-only param for memoization in FAQ
|
|
|
open |
zach.ware |
docs@python |
|
3 |
| 33726 |
11 hours ago |
Add short descriptions to PEP references in seealso
|
|
|
open |
adelfino |
docs@python |
enhancement |
3 |
| 27575 |
yesterday |
dict viewkeys intersection slow for large dicts
|
|
|
open |
David Su2 |
rhettinger |
performance |
9 |
| 33630 |
yesterday |
test_posix: TestPosixSpawn fails on PPC64 Fedora 3.x
|
|
|
open |
vstinner |
serhiy.storchaka |
behavior |
23 |
| 33839 |
yesterday |
IDLE tooltips.py: refactor and add docstrings and tests
|
|
|
open |
terry.reedy |
terry.reedy |
behavior |
4 |
| 27777 |
yesterday |
cgi.FieldStorage can't parse simple body with Content-Length and no Content-Disposition
|
|
|
open |
rr- |
|
behavior |
14 |
| 26544 |
yesterday |
platform.libc_ver() returns incorrect version number
|
|
|
open |
Thomas.Waldmann |
|
behavior |
8 |
| 33625 |
yesterday |
Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid}
|
|
|
open |
wg |
|
behavior |
9 |
| 17045 |
yesterday |
Improve C-API doc for PyTypeObject
|
|
|
open |
eric.snow |
docs@python |
enhancement |
7 |
| 33735 |
yesterday |
test_multiprocessing_spawn leaked [1, 2, 1] memory blocks on AMD64 Windows8.1 Refleaks 3.7
|
|
|
open |
vstinner |
|
resource usage |
3 |
| 33615 |
yesterday |
test__xxsubinterpreters crashed on x86 Gentoo Refleaks 3.x
|
|
|
pending |
vstinner |
eric.snow |
|
24 |
| 33852 |
yesterday |
doc Remove parentheses from sequence subscription description
|
|
|
open |
adelfino |
docs@python |
enhancement |
3 |
| 33851 |
yesterday |
3.7 regression: ast.get_docstring() for a node that lacks a docstring
|
|
|
open |
mgedmin |
|
behavior |
2 |
| 33351 |
yesterday |
Support compiling with clang-cl on Windows
|
|
|
open |
Ethan Smith |
|
enhancement |
10 |
| 33656 |
yesterday |
IDLE: Turn on DPI awareness on Windows
|
|
|
open |
terry.reedy |
terry.reedy |
enhancement |
33 |
| 33840 |
yesterday |
connection limit on listening socket in asyncio
|
|
|
open |
lguo |
|
enhancement |
3 |
| 2053 |
yesterday |
IDLE - standardize dialogs
|
|
|
open |
taleinat |
terry.reedy |
enhancement |
21 |
| 31861 |
yesterday |
aiter() and anext() built-in functions
|
|
|
open |
davide.rizzo |
|
|
5 |
| 30317 |
yesterday |
test_timeout() of test_multiprocessing_spawn.WithManagerTestBarrier fails randomly on x86 Windows7 3.x buildbot
|
|
|
open |
vstinner |
|
|
8 |
| 25246 |
yesterday |
Alternative algorithm for deque_remove()
|
|
|
open |
rhettinger |
rhettinger |
|
3 |
| 32108 |
yesterday |
configparser bug: section is emptied if you assign a section to itself
|
|
|
open |
simonltwick |
|
behavior |
5 |
| 33847 |
yesterday |
doc: Add '@' operator entry to index
|
|
|
open |
adelfino |
docs@python |
enhancement |
1 |
| 33846 |
yesterday |
Misleading error message in urllib.parse.unquote
|
|
|
open |
thet |
|
enhancement |
2 |
| 33660 |
yesterday |
pathlib.Path.resolve() returns path with double slash when resolving a relative path in root directory
|
|
|
open |
QbLearningPython |
|
behavior |
3 |
| 23346 |
2 days ago |
shutil.rmtree doesn't work correctly on FreeBSD.
|
|
|
open |
negval |
|
behavior |
10 |
| 33587 |
2 days ago |
inspect.getsource performs unnecessary filesystem stat call
|
|
|
open |
Pankaj Pandey |
|
performance |
4 |
| 27687 |
2 days ago |
Linux shutil.move between mountpoints as root does not retain ownership
|
|
|
open |
jort.bloem |
|
enhancement |
3 |
| 15100 |
2 days ago |
Race conditions in shutil.copy, shutil.copy2 and shutil.copyfile
|
|
|
open |
radoslaw.zarzynski |
|
security |
5 |
| 11989 |
2 days ago |
deprecate shutil.copy2
|
|
|
open |
datamuc |
|
enhancement |
4 |
| 10016 |
2 days ago |
shutil.copyfile -- allow sparse copying
|
|
|
open |
karaken12 |
tarek |
enhancement |
8 |