Messages by Thread
-
-
[issue42736] Add support for making Linux prctl(...) calls to subprocess
Gregory P. Smith
-
[issue42735] "trace_at_recursion_limit.py" should be removed from "Python/Lib/test/crashers"
Xinmeng Xia
-
[issue42734] "bogus_code_obj.py" should be removed from "cPython/Lib/test/crashers"
Xinmeng Xia
-
[issue42388] subprocess.check_output(['echo', 'test'], text=True, input=None) fails
miss-islington
-
[issue42388] subprocess.check_output(['echo', 'test'], text=True, input=None) fails
Gregory P. Smith
-
[issue42388] subprocess.check_output(['echo', 'test'], text=True, input=None) fails
miss-islington
-
[issue42388] subprocess.check_output(['echo', 'test'], text=True, input=None) fails
Gregory P. Smith
-
[issue42388] subprocess.check_output(['echo', 'test'], text=True, input=None) fails
miss-islington
-
[issue42388] subprocess.check_output(['echo', 'test'], text=True, input=None) fails
miss-islington
-
[issue42733] [issue] io's r+ mode truncate(0)
施文峰
-
[issue38435] Start the deprecation cycle for subprocess preexec_fn
Mark Diekhans
-
[issue41644] builtin type kwargs
Ethan Furman
-
[issue38397] __init_subclass__ causes TypeError when used with more standard library metaclasses (such as EnumMeta)
Ethan Furman
-
[issue32768] object.__new__ does not accept arguments if __bases__ is changed
Ethan Furman
-
[issue32501] Documentation for dir([object])
Ethan Furman
-
[issue42732] Buildbot s390x Fedora LTO + PGO 3.x fails intermittently
Ken Jin
-
[issue42731] Enhancement request for proxying PyString
Karl Nelson
-
[issue42730] TypeError in Time.Sleep when invoked from shell script background
Abdulrahman Alabdulkareem
-
[issue42643] http.server does not support HTTP range requests
Stéphane Blondon
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Paul Sokolovsky
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Paul Sokolovsky
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Batuhan Taskaya
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Paul Sokolovsky
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Paul Sokolovsky
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Batuhan Taskaya
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Lysandros Nikolaou
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Pablo Galindo Salgado
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Paul Sokolovsky
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Serhiy Storchaka
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Paul Sokolovsky
-
[issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Batuhan Taskaya
-
[issue37779] configparser: add documentation about several read() behaviour
Stéphane Blondon
-
[issue42222] Modernize integer test/conversion in randrange()
Raymond Hettinger
-
[issue42728] Typo in documentation: importlib.metadata
Tao He
-
[issue36876] [subinterpreters] Global C variables are a problem
Eric Snow
-
[issue41559] Add support for PEP 612 (Parameter Specification Variables) to typing.py
Guido van Rossum
-
[issue42727] [Enum] EnumMeta.__prepare__ needs to accept **kwds
Ethan Furman
-
[issue35815] Able to instantiate a subclass with abstract methods from __init_subclass__ of the ABC
Ethan Furman
-
[issue38308] Add optional weighting to statistics.harmonic_mean()
Raymond Hettinger
-
[issue23328] urllib.request fails for proxy credentials that contain a '/' character
Senthil Kumaran
-
[issue42726] gdb/libpython.py InstanceProxy does not work with py3
Augusto Hack
-
[issue32381] Python 3.6 cannot reopen .pyc file with non-ASCII path
STINNER Victor
-
[issue38655] ipaddress.ip_network('0.0.0.0/0').is_private == True
Dong-hee Na
-
[issue28468] Add platform.freedesktop_os_release()
STINNER Victor
-
[issue42725] PEP 563: Should the behavior change for yield/yield from's
Batuhan Taskaya
-
[issue42724] Change library name when building.
Corentin Bolou
-
[issue36702] test_dtrace failed
Brian Costlow
-
[issue42723] Unclear why dict unpacking cannot be used in dict comprehension
Luke Davis
-
[issue42620] documentation on `getsockname()` wrong for AF_INET6
miss-islington
-
[issue15303] Minor revision to the <BaseWidget._setup> method in Tkinter
Serhiy Storchaka
-
[issue42035] [C API] PyType_GetSlot cannot get tp_name
hai shi
-
[issue39465] [subinterpreters] Design a subinterpreter friendly alternative to _Py_IDENTIFIER
STINNER Victor