April 2019 Archives by thread
Starting: Mon Apr 1 01:37:22 EDT 2019
Ending: Tue Apr 30 23:59:58 EDT 2019
Messages: 2879
- [issue36490] Modernize function signature format in Archiving section of shutil doc
Inada Naoki
- [issue36492] Deprecate passing some conflicting arguments by keyword
Serhiy Storchaka
- [issue36493] Add math.midpoint(a,b) function
Mark Dickinson
- [issue31904] Python should support VxWorks RTOS
LihuaZhao
- [issue36026] Different error message when sys.settrace is used
Inada Naoki
- [issue27992] Clarify %(prog)s in argparse help formatter returns basename of sys.argv[0] by default
Karthikeyan Singaravelan
- [issue20844] SyntaxError: encoding problem: iso-8859-1 on Windows
Inada Naoki
- [issue30587] Mock with spec object does not ensure method call signatures
Michael Foord
- [issue36497] Undocumented behavior in csv.Sniffer (preferred delimiters)
Thomas Buhrmann
- [issue36488] os.sendfile() on BSD and macOS does not return bytes sent on EINTR
Josh Rosenberg
- [issue36498] combining dict comprehensing and lists lead to IndexError
Benjamin Krala
- [issue36495] Out-of-bounds array reads in Python/ast.c
Guido van Rossum
- [issue36487] Make C-API docs clear about what the "main" interpreter is
Eric Snow
- [issue36157] Document PyInterpreterState_Main().
miss-islington
- [issue30661] Support tarfile.PAX_FORMAT in shutil.make_archive
Lars Gustäbel
- [issue36485] Add a way to clear all caches
Brett Cannon
- [issue36085] Enable better DLL resolution
Steve Dower
- [issue13501] Make libedit support more generic; port readline / libedit to FreeBSD
Robert Marshall
- [issue36210] correct AIX logic in setup.py for non-existant optional extensions
Michael Felt
- [issue32413] Document that locals() may return globals()
Brett Cannon
- [issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread
miss-islington
- [issue36432] Running python test suite fails on macOS 10.14.4 with resource.RLIMIT_STACK error
Rémi Lapeyre
- [issue36499] unpickling of a datetime object in 3.5 fails when pickled with 2.7
Vadim
- [issue36500] Add "regen-*" equivalent projects for Windows builds
anthony shaw
- [issue36485] Establish a uniform way to clear all caches in a given module
Raymond Hettinger
- [issue36501] Remove POSIX.1e ACLs in tests that rely on default permissions behavior
Ivan Pozdeev
- [issue36364] errors in multiprocessing.shared_memory examples
Davin Potts
- [issue36377] Python 'datastructures.html' docs page needs improvement because of ambiguity
Raymond Hettinger
- [issue36260] Cpython/Lib vulnerability found and request a patch submission
JUN-WEI SONG
- [issue36210] correct AIX logic in setup.py for (non-existant) optional extensions
Michael Felt
- [issue36502] The behavior of str.isspace() for U+00A0 and U+202F is different from what is documented
Jun
- [issue27181] Add geometric mean to `statistics` module
Raymond Hettinger
- [issue35838] ConfigParser calls optionxform twice when assigning dict
Inada Naoki
- [issue36503] remove references to aix3 and aix4 in \*.py
Michael Felt
- [issue36473] dictkeysobject: Add maximum iteration check for .values() and .items()
Inada Naoki
- [issue35838] ConfigParser: document optionxform must be idempotent
Inada Naoki
- [issue34677] Event scheduler page example
Roundup Robot
- [issue36504] Signed integer overflow in _ctypes.c's PyCArrayType_new()
Zackery Spytz
- [issue21269] Provide args and kwargs attributes on mock call objects
Karthikeyan Singaravelan
- [issue36505] PYTHON-CAN with vector
tejesh
- [issue35866] concurrent.futures deadlock
STINNER Victor
- [issue33261] inspect.isgeneratorfunction fails on hand-created methods
Petr Viktorin
- [issue36506] An arbitrary execution vulnerability exists in the built-in function getattr
bigbigliang
- [issue32849] Fatal Python error: Py_Initialize: can't initialize sys standard streams
Владислав Ярмак
- [issue36507] frozenset type breaks ZFC
George Shuklin
- [issue36508] python-config --ldflags must not contain LINKFORSHARED
STINNER Victor
- [issue36509] Add iot layout for windows iot containers
Paul Monson
- [issue36158] Regex search behaves differently in list comprehension
Josh Rosenberg
- [issue36379] nb_inplace_pow is always called with an invalid argument
Josh Rosenberg
- [issue36510] Regular Expression Dot-Star patter matching - re- text skipping
DJR
- [issue36084] Threading: add builtin TID attribute to Thread objects
Jake Tesler
- [issue33608] Add a cross-interpreter-safe mechanism to indicate that an object may be destroyed.
Paul Monson
- [issue36511] Add Windows ARM32 buildbot
Paul Monson
- [issue20399] Comparison of memoryview
james stone
- [issue36512] future_factory argument for Thread/ProcessPoolExecutor
Stefan Hölzl
- [issue36475] PyEval_AcquireLock() and PyEval_AcquireThread() do not handle runtime finalization properly.
Joannah Nanjekye
- [issue36322] Argument typo in dbm.ndbm.open
Brett Cannon
- [issue6721] Locks in the standard library should be sanitized on fork
cagney
- [issue36513] Add support for building arm32 nuget package
Paul Monson
- [issue32941] mmap should expose madvise()
Giampaolo Rodola'
- [issue36514] -m switch revisited
Colin Dick
- [issue9883] minidom: AttributeError: DocumentFragment instance has no attribute 'writexml'
Fred L. Drake, Jr.
- [issue36440] more helpful diagnostics for parser module
Pablo Galindo Salgado
- [issue36515] unaligned memory access in the _sha3 extension
Matthias Klose
- [issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.
Jiongjiong Gao
- [issue36445] bus error in test_gil test on armhf running with 64bit kernel
Matthias Klose
- [issue36489] add filename_extension_map and/or content-types_map dict(s) to mimetypes
SilentGhost
- [issue36481] telnetlib process_rawq() callback
SilentGhost
- [issue36053] pkgutil.walk_packages jumps out from given path if there is package with the same name in sys.path
SilentGhost
- [issue34430] Symmetrical chaining futures in asyncio.future.wrap_future
Alfred Sawaya
- [issue36517] typing.NamedTuple does not support mixins
Andrew Wason
- [issue36216] CVE-2019-9636: urlsplit does not handle NFKC normalization
Matej Cepl
- [issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function
Serhiy Storchaka
- [issue36519] Blake2b/s implementations have minor GIL issues
George King
- [issue29259] Add tp_fastcall to PyTypeObject: support FASTCALL calling convention for all callable objects
Jeroen Demeyer
- [issue13947] gdbm reorganize() leaves hanging file descriptor
sds
- [issue21879] str.format() gives poor diagnostic on placeholder mismatch
Joannah Nanjekye
- [issue36054] Way to detect CPU count inside docker container
Manjusaka
- [issue12756] datetime.datetime.utcnow should return a UTC timestamp
Agustin
- [issue35625] Comprehension doc doesn't mention buggy class scope behavior
Aaron Hall
- [issue36466] Adding a way to strip annotations from compiled bytecode
Ivan Levkivskyi
- [issue36479] Exit threads when interpreter is finalizing rather than runtime.
Joannah Nanjekye
- [issue36520] Email header folded incorrectly
Jonathan Horn
- [issue18697] Unify arguments names in Unicode object C API documentation
Rune Tynan
- [issue36521] Consider removing docstrings from co_consts in code objects
Raymond Hettinger
- [issue36522] http/client.py does not print duplicate header values in debug
Matt Houglum
- [issue36523] missing docs for IOBase writelines
Marcin Niemira
- [issue27682] wsgiref BaseHandler / SimpleHandler can raise additional errors when handling an error
Petter S
- [issue16954] Add docstrings for ElementTree module
Serhiy Storchaka
- [issue36347] Renaming the constants for the .flags of PyMemberDef
Jeroen Demeyer
- [issue26415] Excessive peak memory consumption by the Python parser
Inada Naoki
- [issue36524] identity operator
Rocco Santoro
- [issue36525] Deprecate instance method
Jeroen Demeyer
- [issue1587] instancemethod wrapper for PyCFunctions
Jeroen Demeyer
- [issue29883] asyncio: Windows Proactor Event Loop UDP Support
Alex Chandel
- [issue9194] winreg:fixupMultiSZ should check that P < Q in the inner loop
Zackery Spytz
- [issue36526] python crash when loading some .pyc file
Ahmed Soliman
- [issue34396] Certain methods that heap allocated subtypes inherit suffer a 50-80% performance penalty
Jeroen Demeyer
- [issue36527] unused parameter warnings in Include/object.h (affecting building third party code)
Dmitry Marakasov
- [issue34028] Python 3.7.0 wont compile with SSL Support 1.1.0 > alledged missing X509_VERIFY_PARAM_set1_host() support
David Chin
- [issue36528] Remove duplicate tests in Lib/tests/re_tests.py
Karthikeyan Singaravelan
- [issue35512] patch.dict resolves in_dict eagerly (should be late resolved)
Jason R. Coombs
- [issue36529] Python from WindowsStore: can't install package using "-m pip"
Ilya Kazakevich
- [issue36530] Document codecs decode_encode() and encode_decode() APIs
Gregory P. Smith
- [issue36531] PyType_FromSpec wrong behavior with multiple Py_tp_members
Eddie Elizondo
- [issue30588] Missing documentation for codecs.escape_decode
Gregory P. Smith
- [issue36532] Example of logging.formatter with new str.format style
spaceman_spiff
- [issue32776] asyncio SIGCHLD scalability problems
Roman Evstifeev
- [issue36533] logging regression with threading + fork are mixed in 3.7.1rc2 (deadlock potential)
Gregory P. Smith
- [issue26470] Make OpenSSL module compatible with OpenSSL 1.1.0
STINNER Victor
- [issue34589] Py_Initialize() and Py_Main() should not enable C locale coercion
STINNER Victor
- [issue36301] Add _Py_PreInitialize() function
STINNER Victor
- [issue36404] Document PendingDeprecationWarning as deprecated
Inada Naoki
- [issue36496] Local variables can be used uninitialized in _PyPreConfig_Read()
STINNER Victor
- [issue36534] tarfile: handling Windows (path) illegal characters in archive member names
Cristi Fati
- [issue14017] Make it easy to create a new TextIOWrapper based on an existing
Inada Naoki
- [issue29202] Improve dict iteration
Inada Naoki
- [issue29209] Remove old-deprecated ElementTree features
Jeroen Demeyer
- [issue35459] Use PyDict_GetItemWithError() instead of PyDict_GetItem()
Inada Naoki
- [issue25451] tkinter: PhotoImage transparency methods
Serhiy Storchaka
- [issue34090] Python function call optimization: avoid temporary tuple to pass **kwargs
Jeroen Demeyer
- [issue36256] parser module fails on legal input
A. Skrobov
- [issue36050] Why does http.client.HTTPResponse._safe_read use MAXAMOUNT
Inada Naoki
- [issue36535] Windows build failure when use the code from the GitHub master branch
Manjusaka
- [issue14841] os.get_terminal_size() should check stdin as a fallback
daniel hahler
- [issue36536] is there a python implementation of the cpython commandline interpretor?
wis
- [issue35551] Encoding and alias issues
Inada Naoki
- [issue36044] PROFILE_TASK for PGO build is not a good workload
Inada Naoki
- [issue33533] Provide an async-generator version of as_completed
Roman Evstifeev
- [issue35983] tp_dealloc trashcan shouldn't be called for subclasses
Jeroen Demeyer
- [issue18748] libgcc_s.so.1 must be installed for pthread_cancel to work
Zack Weinberg
- [issue36484] Can't reorder TLS 1.3 ciphersuites
Terry J. Reedy
- [issue36486] Bugs and inconsistencies in unicodedata
Terry J. Reedy
- [issue36488] os.sendfile() on BSD, macOS don't return bytes sent on EINTR
Terry J. Reedy
- [issue36490] Modernize function signature in Archiving section of shutil doc
Terry J. Reedy
- [issue36537] except statement block incorrectly assumes end of scope(?).
Saim Raza
- [issue36538] _thread.interrupt_main() no longer interrupts Lock.wait
Gregory P. Smith
- [issue36539] Distutils VC 6.0 Errors When Using mingw-w64 GCC
Dan Yeaw
- [issue32280] Expose `_PyRuntime` through a section name
Eric Snow
- [issue36540] PEP 570: Python Positional-Only Parameters
Pablo Galindo Salgado
- [issue36541] Make lib2to3 grammar more closely match Python
Tim Hatch
- [issue36542] Allow to overwrite the signature for Python functions
Serhiy Storchaka
- [issue36543] Remove old-deprecated ElementTree features (part 2)
Serhiy Storchaka
- [issue36544] cannot import hashlib when openssl is missing
Xavier de Gaye
- [issue36146] Refactor setup.py
Xavier de Gaye
- [issue36545] Python 3.5 OOM during test_socket on make
Philip Deegan
- [issue33775] argparse: the word 'default' (in help) is not marked as translatable
Karthikeyan Singaravelan
- [issue36546] Add quantiles() to the statistics module
Raymond Hettinger
- [issue31369] re.RegexFlag is not included in __all__, makes type inference less useful
Ivan Levkivskyi
- [issue36547] bedevere is not working
Emmanuel Arias
- [issue16786] argparse doesn't offer localization interface for "version" action
Emmanuel Arias
- [issue35726] QueueHandler formatting affects other handlers
Vinay Sajip
- [issue35936] Give modulefinder some much-needed updates.
Nick Coghlan
- [issue17396] modulefinder fails if module contains syntax error
Nick Coghlan
- [issue35376] modulefinder skips nested modules with same name as top-level bad module
Nick Coghlan
- [issue25160] Stop using deprecated imp module; imp should now emit a real DeprecationWarning
Nick Coghlan
- [issue36548] Make the repr of re flags more readable
Serhiy Storchaka
- [issue36549] str.capitalize should titlecase the first character not uppercase
Steven D'Aprano
- [issue36384] ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal
Nick Coghlan
- [issue2180] tokenize: mishandles line joining
Anthony Sottile
- [issue36259] exception text is being sourced from the wrong file
Jesse Farnham
- [issue36550] Avoid creating AttributeError exceptions in the debugger
daniel hahler
- [issue36551] Optimize list comprehensions with preallocate size and protect against overflow
anthony shaw
- [issue36552] Replace OverflowError with ValueError when calculating length of range objects > PY_SIZE_MAX
anthony shaw
- [issue26730] SpooledTemporaryFile doesn't correctly preserve data for text (non-binary) SpooledTemporaryFile objects when Unicode characters are written
Inada Naoki
- [issue28190] Cross-build _curses failed if host ncurses headers and target ncurses headers have different layouts
Chih-Hsuan Yen
- [issue35488] pathlib Path.match does not behave as described
anthony shaw
- [issue31155] Encode set, frozenset, bytearray, and iterators as json arrays
Inada Naoki
- [issue32534] Speed-up list.insert: use memmove()
Inada Naoki
- [issue33228] Use Random.choices in tempfile
Inada Naoki
- [issue36553] inspect.is_decorator_call(frame)
Sylvain Marie
- [issue33461] json.loads(encoding=<not None>) does not emit deprecation warning.
Inada Naoki
- [issue34488] improve performance of BytesIO.writelines() by avoiding creation of unused PyLongs
Inada Naoki
- [issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self)
STINNER Victor
- [issue36478] backport of pickle fixes to Python 3.5.7 uses C99 for loops
STINNER Victor
- [issue36554] unittest.TestCase: "subTest" cannot be used together with "debug"
Dieter Maurer
- [issue36555] PEP484 @overload vs. str/bytes
Crusader Ky
- [issue36556] Trashcan causing duplicated __del__ calls
Jeroen Demeyer
- [issue13475] Add '--mainpath'/'--nomainpath' command line options to override sys.path[0] initialisation
Nick Coghlan
- [issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall
mattcher_h
- [issue34373] test_time errors on AIX
STINNER Victor
- [issue36558] Change time.mktime() return type from float to int?
STINNER Victor
- [issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read
Inada Naoki
- [issue15903] Make rawiobase_read() read directly to bytes object
Inada Naoki
- [issue15994] memoryview to freed memory can cause segfault
Inada Naoki
- [issue35416] Fix potential resource warnings in distutils
Inada Naoki
- [issue36559] "import random" should import hashlib on demand (nor load OpenSSL)
STINNER Victor
- [issue36414] Multiple test failures in GCC and Clang optional builds on Travis CI
Karthikeyan Singaravelan
- [issue36560] test_functools leaks randomly 1 memory block
STINNER Victor
- [issue33632] undefined behaviour: signed integer overflow in threadmodule.c
Zackery Spytz
- [issue36561] Python argparse doesn't work in the presence of my custom module
JP Zhang
- [issue36562] Can't call a method from a module built in Python C API
Joao Paulo
- [issue35422] misleading error message from ssl.get_server_certificate() when bad port
Ruluk
- [issue36563] pdbrc home twice
daniel hahler
- [issue36563] pdbrc is read twice if current directory is the home directory
daniel hahler
- [issue36564] Infinite loop with short maximum line lengths in EmailPolicy
Paul Ganssle
- [issue36565] Reference hunting (python3 -m test -R 3:3) doesn't work if the _abc module is missing
STINNER Victor
- [issue35907] Unnecessary URL scheme exists to allow file:// reading file in urllib
Karthikeyan Singaravelan
- [issue24565] the f_lineno getter is broken
Xavier de Gaye
- [issue36566] Support password masking in getpass.getpass()
Steven Vascellaro
- [issue22377] %Z in strptime doesn't match EST and others
Alex LordThorsen
- [issue36567] DOC: manpage directive doesn't create hyperlink
Cheryl Sabella
- [issue33456] site.py: by default, a virtual environment is *not* isolated from the system-level site-packages directories
Cheryl Sabella
- [issue35934] Add socket.create_server() utility function
Giampaolo Rodola'
- [issue17561] Add socket.bind_socket() convenience function
Giampaolo Rodola'
- [issue19992] subprocess documentation not explicit about fileno()
Cheryl Sabella
- [issue33601] [EASY DOC] Py_UTF8Mode is not documented
Cheryl Sabella
- [issue28043] Sane defaults for SSLContext options and ciphers
Cheryl Sabella
- [issue24743] Make _PyTraceback_Add public
Cheryl Sabella
- [issue26389] Expand traceback module API to accept just an exception as an argument
Cheryl Sabella
- [issue25922] canceling a repair install breaks the ability to uninstall, repair, or re-install
Cheryl Sabella
- [issue28351] statistics.geometric_mean can enter infinite loop for Decimal inputs
Cheryl Sabella
- [issue36568] Typo in socket.CAN_RAW_FD_FRAMES library documentation
Carl Cerecke
- [issue1756] -m broken in trunk
Giampaolo Rodola'
- [issue31512] Add non-elevated symlink support for dev mode Windows 10
Eryk Sun
- [issue35848] readinto is not a method on io.TextIOBase
Benjamin Peterson
- [issue36569] @staticmethod seems to work with setUpClass, but docs say it shouldn't
Peter de Blanc
- [issue30134] BytesWarning is missing from the documents
Inada Naoki
- [issue36570] ftplib timeouts for misconfigured server
Dāvis
- [issue36571] Lib/smtplib.py have some pep8 issues
Marcin Niemira
- [issue36572] python-snappy install issue during Crossbar install with Python 3.7.3 (Windows x86 executable installer)
Slim
- [issue36573] zipfile zipfile.BadZipFile: Bad CRC-32 for file '11_02_2019.pdf'
Jozef Cernak
- [issue34060] regrtest: log "CPU usage" on Windows
Cheryl Sabella
- [issue1583] Patch for signal.set_wakeup_fd
Jeroen Demeyer
- [issue34152] performance of some list slice assignment margin cases can be improved
Cheryl Sabella
- [issue34139] Remove stale unix datagram socket before binding
Cheryl Sabella
- [issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage
Lorenz Mende
- [issue34144] venv activate.bat reset codepage fails on windows 10
Cheryl Sabella
- [issue36470] dataclasses.replace raises an exception if InitVar with default argument is not provided.
Krzysztof Mierzejewski
- [issue35381] posixmodule: convert statically allocated types (DirEntryType & ScandirIteratorType) to heap-allocated types
Jeroen Demeyer
- [issue36574] Error with self in python
Joan Tomas (Tommy) Pujol Muñoz
- [issue36575] Use _PyTime_GetPerfCounter() in lsprof
Inada Naoki
- [issue34110] cPickle may raise AttributeError when loading concurrently in threads
Cheryl Sabella
- [issue29707] os.path.ismount() always returns false for mount --bind on same filesystem
Cheryl Sabella
- [issue36276] [CVE-2019-9740] Python urllib CRLF injection vulnerability
STINNER Victor
- [issue30458] [CVE-2019-9740][security] CRLF Injection in httplib
STINNER Victor
- [issue36576] Some test_ssl and test_asyncio tests fail with OpenSSL 1.1.1 on Python 3.4 and 3.5
STINNER Victor
- [issue29699] shutil.rmtree should not fail with FileNotFoundError (race condition)
Jesse Farnham
- [issue14817] pkgutil.extend_path has no tests
Joannah Nanjekye
- [issue36577] setup doesn't report missing _ssl and _hashlib
Christian Heimes
- [issue35906] Header Injection in urllib
Ryan Ware
- [issue36578] multiprocessing pool + subprocess ValueError: empty range for randrange
孑影
- [issue36579] test_venv: test_with_pip() hangs on PPC64 AIX 3.x
STINNER Victor
- [issue36235] distutils.sysconfig.customize_compiler() overrides CFLAGS var with OPT var if CFLAGS env var is set
STINNER Victor
- [issue34172] multiprocessing.Pool and ThreadPool leak resources after being deleted
Vy Nguyen
- [issue34160] ElementTree not preserving attribute order
Stefan Behnel
- [issue32884] Adding the ability for getpass to print asterisks when passowrd is typed
Steven Vascellaro
- [issue36580] unittest.mock does not understand dataclasses
John Parejko
- [issue20074] open() of read-write non-seekable streams broken
cagney
- [issue36581] __dir__ on unittest.mock not safe for all spec types
Dylan Semler
- [issue35181] Doc: Namespace Packages: Inconsistent documentation of __loader__ being None
Cheryl Sabella
- [issue33387] Simplify bytecodes for try-finally, try-except and with blocks.
Cheryl Sabella
- [issue36582] collections.UserString encode method returns a string
Trey Hunner
- [issue29858] inspect.signature includes bound argument for wrappers around decorated bound methods
Cheryl Sabella
- [issue12910] urllib.quote quotes too many chars, e.g., '()'
Senthil Kumaran
- [issue14826] urlopen URL with unescaped space
Gregory P. Smith
- [issue35324] ssl: FileNotFoundError when do handshake
josephshi at yahoo.com
- [issue36583] Do not swallow exceptions in the _ssl module
Serhiy Storchaka
- [issue36584] cython nametuple TypeError
beruhan
- [issue36417] unicode.isdecimal bug in online Python 2 documentation
zheng
- [issue35906] [CVE-2019-9947] Header Injection in urllib
STINNER Victor
- [issue918368] urllib doesn't correct server returned urls
STINNER Victor
- [issue1353433] Http redirection error in urllib2.py
STINNER Victor
- [issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request
STINNER Victor
- [issue36585] test_posix.py fails due to unsupported RWF_HIPRI
Jeroen Demeyer
- [issue27860] Improvements to ipaddress module
Inada Naoki
- [issue36586] multiprocessing.Queue.close doesn't behave as documented
Thomas Grainger
- [issue30458] [CVE-2019-9740][CVE-2019-9947][security] CRLF Injection in httplib
STINNER Victor
- [issue30458] [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection (follow-up of CVE-2016-5699)
STINNER Victor
- [issue29284] Include thread_name_prefix in the concurrent.futures.ThreadPoolExecutor example 17.4.2.1
Cheryl Sabella
- [issue32008] Example suggest to use a TLSv1 socket
Cheryl Sabella
- [issue28626] Tutorial: rearrange discussion of output formatting to encourage f-strings
Cheryl Sabella
- [issue31226] shutil.rmtree fails when target has an internal directory junction (Windows)
Vidar Fauske
- [issue34698] urllib.request.Request.set_proxy doesn't (necessarily) replace type
Cheryl Sabella
- [issue36346] Prepare for removing the legacy Unicode C API
Inada Naoki
- [issue21318] sdist fails with symbolic links do non-existing files
Cheryl Sabella
- [issue24011] Add error checks to PyInit_signal()
Cheryl Sabella
- [issue30612] Unusual Windows registry path syntax
Cheryl Sabella
- [issue36587] race in logging code when fork()
cagney
- [issue19476] Add a dedicated specification for module "reloading" to the language reference
Cheryl Sabella
- [issue36588] change sys.platform() to just "aix" for AIX
Michael Felt
- [issue19770] NNTP.post broken
Cheryl Sabella
- [issue36589] Incorrect error handling in curses.update_lines_cols()
Zackery Spytz
- [issue30274] Make importlib.abc.ExtensionFileLoader.__init__() documentation match code
Brett Cannon
- [issue36590] Add Bluetooth RFCOMM Support for Windows
Greg Bowser
- [issue24116] --with-pydebug has no effect when the final python binary is compiled
Cheryl Sabella
- [issue1222585] C++ compilation support for distutils
STINNER Victor
- [issue36591] Should be a typing.UserNamedTuple
Terry Davis
- [issue18564] Integer overflow in socketmodule
Cheryl Sabella
- [issue36592] is behave different for integers in 3.6 and 3.7
Geraldo Xexeo
- [issue36593] Trace function interferes with MagicMock isinstance?
Ned Batchelder
- [issue36594] Undefined behavior due to incorrect usage of %p in format strings
Zackery Spytz
- [issue36595] Text Search in Squeezed Output Viewer
Shane
- [issue36389] Add gc.enable_object_debugger(): detect corrupted Python objects in the GC
STINNER Victor
- [issue36596] tarfile module considers anything starting with 512 bytes of zero bytes to be a valid tar file
Chris Siebenmann
- [issue33722] Document builtins in mock_open
Terry J. Reedy
- [issue36597] Travis CI: doctest failure
STINNER Victor
- [issue36598] mock side_effect should be checked for iterable not callable
Gregory Ronin
- [issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses
Michal
- [issue13282] the table of contents in epub file is too long
Ben Creasy
- [issue36416] bytes.rpartition bug in online documentation
Inada Naoki
- [issue28009] core logic of uuid.getnode() is broken for netstat
Michael Felt
- [issue36469] Stuck during interpreter exit, attempting to take the GIL
Remy Noel
- [issue32308] Replace empty matches adjacent to a previous non-empty match in re.sub()
Anders Hovmöller
- [issue36599] weakref document says dict order is unstable
Inada Naoki
- [issue36600] re-enable test in nntplib
Marcin Niemira
- [issue36601] signals can be caught by any thread
Jeroen Demeyer
- [issue32949] Simplify "with"-related opcodes
Inada Naoki
- [issue36602] Recursive directory list with pathlib.Path.iterdir
Laurie Opperman
- [issue35070] test_posix fails on macOS 10.14 Mojave
Dave Page
- [issue34652] never enable lchmod on Linux
Joshua Root
- [issue35232] Add `module`/`qualname` arguments to make_dataclass for picklability
Cheryl Sabella
- [issue32616] Significant performance problems with Python 2.7 built with clang 3.x or 4.x
Inada Naoki
- [issue16712] collections.abc.Sequence should not provide __reversed__
Inada Naoki
- [issue13927] Document time.ctime format
Cheryl Sabella
- [issue36378] Add support to load from paths to json.load
Inada Naoki
- [issue2281] Enhanced cPython profiler with high-resolution timer
Inada Naoki
- [issue18748] io.IOBase destructor silence I/O error on close() by default
STINNER Victor
- [issue19770] NNTP: add post_message wrapper to post Email Message objects
Cheryl Sabella
- [issue36603] should pty.openpty() set pty/tty inheritable?
cagney
- [issue36604] Add recipe to itertools
Bjorn Madsen
- [issue32451] python -m venv activation issue when using cygwin on windows
Andrew Stanton
- [issue36605] make tags should also parse Modules/_io/*.c and Modules/_io/*.h
STINNER Victor
- [issue36606] calling super() causes __class__ to be not defined when sys.settrace(trace) is set
Karthikeyan Singaravelan
- [issue36607] asyncio.all_tasks() crashes if asyncio is used in multiple threads
Nick Davies
- [issue34249] Full set of format codes applies to strftime only
Paul Ganssle
- [issue22454] Adding the opposite function of shlex.split()
Paul Ganssle
- [issue20582] socket.getnameinfo() does not document flags
miss-islington
- [issue36608] Replace bundled pip and setuptools with a downloader in the ensurepip module
Sviatoslav Sydorenko
- [issue17267] datetime.time support for '+' and '-'
Cheryl Sabella
- [issue26205] Inconsistency concerning nested scopes
Cheryl Sabella
- [issue34805] Explicitly specify `MyClass.__subclasses__()` returns classes in definition order
Cheryl Sabella
- [issue29288] Lookup Error while importing idna from a worker thread
James Saryerwinnie
- [issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X
Tom Goddard
- [issue36457] functools.singledispatchmethod interacts poorly with subclasses
Tim Mitchell
- [issue34839] doctest: Change example under warnings section
miss-islington
- [issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files
Inada Naoki
- [issue21110] Slowdown and high memory usage when adding a new module in embedded Python 3.4 on 64bit Windows
Inada Naoki
- [issue35279] asyncio uses too many threads by default
Inada Naoki
- [issue36609] activate.ps1 in venv for Windows should encoded with BOM
정한솔
- [issue36610] os.sendfile can return EINVAL on Solaris
Jakub Kulik
- [issue36611] Debug memory allocators: remove useless "serialno" field to reduce memory footprint
STINNER Victor
- [issue35520] Python won't build with dtrace enabled on some systems.
Jakub Kulik
- [issue36612] Unittest document is not clear on SetUpClass calls
Vratko Polak
- [issue36613] asyncio._wait() don't remove callback in case of exception
Aleksandr Balezin
- [issue36614] Popen
weispinc
- [issue36615] why call _Py_set_inheritable(0) from os.open() when O_CLOEXEC?
cagney
- [issue36616] Optimize thread state handling in function call code
Jeroen Demeyer
- [issue36617] The rich comparison operators are second class citizens
Dan Snider
- [issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)
Steve Dower
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
Gregory P. Smith
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
Gregory P. Smith
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
Florian Weimer
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
Florian Weimer
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
STINNER Victor
- [issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes
serge-sans-paille
- [issue19417] Bdb: add a unittest file (test.test_bdb)
Xavier de Gaye
- [issue36619] when is os.posix_spawn(setsid=True) safe?
cagney
- [issue25361] Is python-3-5-0.exe compiled with SSE2 instrutions? If so should we mention this?
Steve Dower
- [issue36106] resolve sinpi() name clash with libm
Dmitrii Pasechnik
- [issue36620] Documentation missing parameter for Itertools.zip_longest
Charles Merriam
- [issue28809] mention asyncio.gather non-deterministic task starting order
Cheryl Sabella
- [issue36621] shutil.rmtree follows junctions on windows
Jordan Hueckstaedt
- [issue19113] duplicate test names in Lib/ctypes/test/test_functions.py
Xavier de Gaye
- [issue33922] [Windows] Document the launcher's -64 suffix
Steve Dower
- [issue30291] Allow windows launcher to specify bit lengths with & without minor version
Steve Dower
- [issue27987] obmalloc's 8-byte alignment causes undefined behavior
STINNER Victor
- [issue35581] Document @typing.type_check_only
Guido van Rossum
- [issue28055] pyhash's siphash24 assumes alignment of the data pointer
STINNER Victor
- [issue31954] Don't prevent dict optimization by coupling with OrderedDict
Cheryl Sabella
- [issue32299] unittest.mock.patch.dict.__enter__ should return the dict
Cheryl Sabella
- [issue36622] Inconsistent exponent notation formatting
Sep Dehpour
- [issue36623] Clean unused parser headers
Pablo Galindo Salgado
- [issue17013] Allow waiting on a mock
Karthikeyan Singaravelan
- [issue29980] OSError: multiple exceptions should preserve the exception type if it is common
Aymeric Augustin
- [issue35734] Remove unused _BaseV4._is_valid_netmask in ipaddress
Inada Naoki
- [issue2007] cookielib lacks FileCookieJar class for Internet Explorer
Inada Naoki
- [issue31743] Proportional Width Font on Generated Python Docs PDFs
Cheryl Sabella
- [issue17068] peephole optimization for constant strings
Inada Naoki
- [issue15917] hg hook to detect unmerged changesets
Inada Naoki
- [issue15035] array.array of UCS2 values
Inada Naoki
- [issue18610] wsgiref.validate expects wsgi.input read to give exactly one arg
Cheryl Sabella
- [issue36624] cleanup the stdlib and tests with regard to sys.platform usage
Michael Felt
- [issue17259] Document round half to even rule for floats
Cheryl Sabella
- [issue16254] Make PyUnicode_AsWideCharString() increase temporary
Inada Naoki
- [issue22102] Zipfile generates Zipfile error in zip with 0 total number of disk in Zip64 end of central directory locator
Ramsey Kant
- [issue36427] Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread
Pablo Galindo Salgado
- [issue16079] list duplicate test names with patchcheck
Xavier de Gaye
- [issue22991] test_gdb leaves the terminal in raw mode with gdb 7.8.1
Xavier de Gaye
- [issue23768] assert on getting the representation of a thread in atexit function
Xavier de Gaye
- [issue34850] Emit a syntax warning for "is" with a literal
Anthony Sottile
- [issue30519] Add daemon argument to Timer
Cheryl Sabella
- [issue30519] [threading] Add daemon argument to Timer
Cheryl Sabella
- [issue36625] Obsolete comments in docstrings in fractions module
Jakub Moliński
- [issue1402289] Allow mappings as globals (was: Fix dictionary subclass ...)
Cheryl Sabella
- [issue24417] Type-specific documentation for __format__ methods
Cheryl Sabella
- [issue35967] Better platform.processor support
Jason R. Coombs
- [issue36626] asyncio run_forever blocks indefinitely
Dan Timofte
- [issue36180] mboxMessage.get_payload throws TypeError on malformed content type
Karthikeyan Singaravelan
- [issue36227] Add default_namespace argument to xml.etree.ElementTree.tostring()
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Karthikeyan Singaravelan
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Karthikeyan Singaravelan
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Steve Dower
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Stefan Behnel
- [issue31658] xml.sax.parse won't accept path objects
Stefan Behnel
- [issue36627] composing filter() doesn't work as expected
Tsvika Shapira
- [issue36231] no "proper" header files on macOS 10.14 Mojave
Dmitrii Pasechnik
- [issue35278] [security] directory traversal in tempfile prefix
Oliver Bestwalter
- [issue13127] xml.dom.Attr.name is not labeled as read-only
Cheryl Sabella
- [issue36628] Enhancement: i-Strings
Aditya Shankar
- [issue36629] imaplib test fails with errno 101
Marat Sharafutdinov
- [issue10417] unittest triggers UnicodeEncodeError with non-ASCII character in the docstring of the test function
Karthikeyan Singaravelan
- [issue32780] ctypes: memoryview gives incorrect PEP3118 format strings for both packed and unpacked structs
Terry J. Reedy
- [issue36630] failure of test_colors_funcs in test_curses with ncurses 6.1
Xavier de Gaye
- [issue27326] SIGSEV in test_window_funcs of test_curses
Xavier de Gaye
- [issue30840] Contrary to documentation, relative imports cannot pass through the top level
Joannah Nanjekye
- [issue32782] ctypes: memoryview gives incorrect PEP3118 itemsize for array of length zero
Terry J. Reedy
- [issue32782] memoryview gives incorrect PEP3118 itemsize for empty array
Terry J. Reedy
- [issue32782] memoryview & ctypes: incorrect PEP3118 itemsize for empty array
Terry J. Reedy
- [issue32782] memoryview & ctypes: incorrect itemsize for empty array
Terry J. Reedy
- [issue10417] [2.7] unittest triggers UnicodeEncodeError with non-ASCII character in the docstring of the test function
STINNER Victor
- [issue36631] test_urllib2net: test_ftp_no_timeout() killed after a timeout of 15 min
STINNER Victor
- [issue36632] test_multiprocessing_forkserver: test_rapid_restart() leaked a dangling process on AMD64 FreeBSD 10-STABLE Non-Debug 3.x
STINNER Victor
- [issue36633] py_compile.compile: AttributeError on importlib.utils
Jens Vagelpohl
- [issue36634] venv: activate.bat fails for venv with parentheses in PATH
Bastian Wenzel
- [issue26270] Support for read()/write()/select() on asyncio
Cheryl Sabella
- [issue35134] Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details
STINNER Victor
- [issue36635] Add _testinternalcapi module
STINNER Victor
- [issue28238] In xml.etree.ElementTree findall() can't search all elements in a namespace
Karthikeyan Singaravelan
- [issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly
STINNER Victor
- [issue36636] Inner exception is not being raised using asyncio.gather
Drew Budwin
- [issue36637] Restrict syntax for tuple literals with one element
danijar
- [issue30202] Update test.test_importlib.test_abc to test find_spec()
Joannah Nanjekye
- [issue24638] asyncio "loop argument must agree with future" error message could be improved
Zackery Spytz
- [issue35329] Documentation - capitalization issue
Cheryl Sabella
- [issue36638] typeperf.exe is not in all skus of Windows
Paul Monson
- [issue29930] Waiting for asyncio.StreamWriter.drain() twice in parallel raises an AssertionError when the transport stopped writing
Nic Watson
- [issue36639] Provide list.rindex()
林自均
- [issue30782] Allow limiting the number of concurrent tasks in asyncio.as_completed
Andrey Paramonov
- [issue36640] python ibm_db setup.py post install script does not seem to work from Anaconda
Saba Kauser
- [issue36641] make docstring in C const
Inada Naoki
- [issue36642] make unicodedata "const"
Inada Naoki
- [issue36345] Deprecate Tools/scripts/serve.py in favour of python -m http.server -d
Stéphane Wirtel
- [issue35697] _decimal: Implement the previously rejected changes from #7442.
STINNER Victor
- [issue34814] makesetup: must link C extensions to libpython when compiled in shared mode
STINNER Victor
- [issue35755] Remove current directory from posixpath.defpath to enhance security
STINNER Victor
- [issue36263] test_hashlib.test_scrypt() fails on Fedora 29
STINNER Victor
- [issue33783] Use proper class markup for random.Random docs
miss-islington
- [issue36643] Forward reference is not resolved by dataclasses.fields()
Misha Drachuk
- [issue36644] Improve documentation of slice.indices()
PEW's Corner
- [issue35297] untokenize documentation is not correct
Caleb Donovick
- [issue36645] re.sub() library entry does not adequately document surprising change in behavior between versions
mollison
- [issue19961] MacOSX: Tkinter build failure when building without command-line tools
Berker Peksag
- [issue36646] os.listdir() got permission error in Python3.6 but it's fine in Python2.7
Ryan
- [issue35663] webbrowser.py firefox bug [python3, windows 10]
Tanmay Jain
- [issue32424] Synchronize copy methods between Python and C implementations of xml.etree.ElementTree.Element
Serhiy Storchaka
- [issue35271] venv creates pyvenv.cfg with wrong home
Eric V. Smith
- [issue36305] Inconsistent behavior of pathlib.WindowsPath with drive paths
Maor Kleinberger
- [issue26903] ProcessPoolExecutor(max_workers=64) crashes on Windows
Robert Collins
- [issue36273] test_thread leaks a core dump on PPC64 AIX 3.x
STINNER Victor
- [issue36647] TextTestRunner doesn't honour "buffer" argument
José Luis Segura Lucas
- [issue36648] MAP_SHARED isn't proper for anonymous mappings for VxWorks
LihuaZhao
- [issue31094] asyncio: get list of connected clients
LihuaZhao
- [issue35755] shutil.which() and subprocess no longer looks the executable in the current directory if PATH environment variable is not set
STINNER Victor
- [issue35755] shutil.which() and subprocess no longer look for the executable in the current directory if PATH environment variable is not set
STINNER Victor
- [issue35755] On Unix, shutil.which() and subprocess no longer look for the executable in the current directory if PATH environment variable is not set
STINNER Victor
- [issue18564] Integer overflow in the socket function parsing a Bluetooth address
STINNER Victor
- [issue36649] Windows Store app install registry keys have incorrect paths
Hugues Valois
- [issue36650] Cached method implementation no longer works on Python 3.7.3
Jason R. Coombs
- [issue36651] Asyncio Event Loop documentation inconsistency (call_later and call_at methods)
Enrico Carbognani
- [issue23382] Maybe can not shutdown ThreadPoolExecutor when call the method of shutdown
Josh Rosenberg
- [issue21710] --install-base option ignored?
Joannah Nanjekye
- [issue27679] set_bitfields() unused in _ctypes_test
Joannah Nanjekye
- [issue36652] Non-embedded zip distribution
wheelerlaw
- [issue36277] pdb's recursive debug command is not listed in the docs
Cheryl Sabella
- [issue36653] Dictionary Key is without ' ' quotes
PushkarVaity
- [issue33039] int() and math.trunc don't accept objects that only define __index__
Cheryl Sabella
- [issue32913] Improve regular expression HOWTO
Brett Cannon
- [issue35959] math.prod(range(10)) caues segfault
Cheryl Sabella
- [issue36071] Add support for Windows ARM32 in ctypes/libffi
Steve Dower
- [issue36654] Add example to tokenize.tokenize
Windson Yang
- [issue36008] [good first issue] Update documentation for 3.8
Utkarsh Gupta
- [issue36655] Division Precision Problem
kulopo
- [issue36656] Allow os.symlink(src, target, force=True) to prevent race conditions
Tom Hale
- [issue35100] urllib.parse.unquote_to_bytes: needs "escape plus" option
andrew-g
- [issue28552] Distutils fail if sys.executable is None
STINNER Victor
- [issue7774] sys.executable: wrong location if zeroth command argument is modified.
STINNER Victor
- [issue36657] AttributeError
maak
- [issue31652] make install fails: no module _ctypes
Nils Goroll
- [issue36658] Py_Initialze() throws error 'unable to load the file system encoding' when calling Py_SetPath with a path to a directory
RimacV
- [issue36659] distutils UnixCCompiler: Remove standard library path from rpath
STINNER Victor
- [issue36660] TypeError
maak
- [issue36661] Missing import in docs
Merlin Fisher-Levine
- [issue36662] asdict/astuple Dataclass methods
George Sakkis
- [issue36663] pdb: store whole exception information in locals (via user_exception)
daniel hahler
- [issue25878] CPython on Windows builds with /W3, not /W4
Alexander Riccio
- [issue16520] subprocess.Popen() TypeError message incorrect without args argument
Joannah Nanjekye
- [issue36664] argparse: parser aliases in subparsers stores alias in dest variable
Peter McEldowney
- [issue36665] Dropping __main__ from sys.modules clears the REPL namespace
Nick Coghlan
- [issue36666] threading.Thread should have way to catch an exception thrown within
Joel Croteau
- [issue36295] Need to yield (sleep(0)) twice in asyncio
Andrew Svetlov
- [issue35792] Specifying AbstractEventLoop.run_in_executor as a coroutine conflicts with implementation/intent
Andrew Svetlov
- [issue34155] email.utils.parseaddr mistakenly parse an email
Stéphane Bortzmeyer
- [issue14788] Pdb debugs itself after ^C and a breakpoint is set anywhere
daniel hahler
- [issue22135] allow to break into pdb with Ctrl-C for all the commands that resume execution
daniel hahler
- [issue36667] pdb: restore SIGINT handler in sigint_handler already
daniel hahler
- [issue20766] reference leaks in pdb
daniel hahler
- [issue36461] timeit: Additional changes for autorange
Alessandro Cucci
- [issue36668] semaphore_tracker is not reused by child processes
Thomas Moreau
- [issue36669] weakref proxy doesn't support the matrix multiplication operator
Dan Snider
- [issue36670] test suite broken due to cpu usage feature on win 10/ german
Lorenz Mende
- [issue33135] Define field prefixes for the various config structs
Joannah Nanjekye
- [issue36671] str.lower() looses character information when working with UTF-8
Kadam Parikh
- [issue36672] A compiler warning in winreg.SetValue()
Zackery Spytz
- [issue36673] Comment/PI parsing support for ElementTree
Stefan Behnel
- [issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)
Dieter Maurer
- [issue36675] Doctest directives and comments not visible or missing from code samples
Steven D'Aprano
- [issue26219] implement per-opcode cache in ceval
Inada Naoki
- [issue36676] Make TreeBuilder aware of namespace prefixes
Stefan Behnel
- [issue36677] support visual studio multiprocess compile
Manjusaka
- [issue36678] duplicate method definitions in Lib/test/test_dataclasses.py
Xavier de Gaye
- [issue36679] duplicate method definition in Lib/test/test_genericclass.py
Xavier de Gaye
- [issue36680] duplicate method definition in Lib/test/test_importlib/test_util.py
Xavier de Gaye
- [issue36681] duplicate method definition in Lib/test/test_logging.py
Xavier de Gaye
- [issue36682] duplicate method definitions in Lib/test/test_sys_setprofile.py
Xavier de Gaye
- [issue36683] duplicate method definition in Lib/test/test_utf8_mode.py
Xavier de Gaye
- [issue28724] Add method send_io, recv_io to the socket module.
Joannah Nanjekye
- [issue36684] codecov.io code coverage has not updated since 2019-04-13
Gordon P. Hemsley
- [issue36685] C implementation of xml.etree.ElementTree does not make a copy of attrib argument when creating new Element
Gordon P. Hemsley
- [issue36686] Docs: asyncio.loop.subprocess_exec documentation is confusing, it's not clear how to inherit stdin, stdout or stderr in the subprocess
Simon Bernier St-Pierre
- [issue36687] subprocess encoding
Simon Bernier St-Pierre
- [issue33777] dummy_threading: .is_alive method returns True after execution has completed
Karthikeyan Singaravelan
- [issue36688] import dummy_threading causes ImportError
Karthikeyan Singaravelan
- [issue22246] add strptime(s, '%s')
Karthikeyan Singaravelan
- [issue26746] struct.pack(): trailing padding bytes on x64
Stefan Krah
- [issue36689] docs: os.path.commonpath raises ValueError for different drives
Christoph Reiter
- [issue36690] A typing error in demo rpython.py
jiawei zhou
- [issue36691] SystemExit & sys.exit : Allow both exit status and message
Thomas Kluyver
- [issue35998] test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29
Nick Coghlan
- [issue36692] Unexpected stderr output from test_sys_settrace
Nick Coghlan
- [issue36693] Minor inconsistancy with types.
Donald Hobson
- [issue36694] Excessive memory use or memory fragmentation when unpickling many small objects
Paul Ellenbogen
- [issue35149] pip3 show causing Error for ConfigParaser
Karthikeyan Singaravelan
- [issue35184] Makefile is not correctly generated when compiling pyextat with DXML_POOR_ENTROPY=1
Aaron Hurst
- [issue23078] unittest.mock patch autospec doesn't work on staticmethods
Berker Peksag
- [issue35586] Open pyexpat compilation, Make shows error(missing separator)
Aaron Hurst
- [issue36695] Change (regression?) in v3.8.0a3 doctest output after capturing the stderr output from a raised warning
Brian Skinn
- [issue36696] possible multiple regressions on AIX
Michael Felt
- [issue29940] Add follow_wrapped=True option to help()
Karthikeyan Singaravelan
- [issue36697] inspect.getclosurevars returns wrong globals dict
Noitul
- [issue28113] Remove Py_CreateSymbolicLinkW
Berker Peksag
- [issue29734] os.stat handle leak
Berker Peksag
- [issue36698] Shell restart when error message contains non-BMP characters
TheMathsGod
- [issue32892] Remove specific constant AST types in favor of ast.Constant
Miro Hrončok
- [issue36699] building for riscv multilib (patch attached)
Andreas K. Hüttel
- [issue36700] base64 has old references that should be updated
Paul Hoffman
- [issue22742] IDLE shows traceback when printing non-BMP character
Terry J. Reedy
- [issue11588] Add "necessarily inclusive" groups to argparse
Mike Auty
- [issue29183] Unintuitive error handling in wsgiref when a crash happens in write() or close()
Berker Peksag
- [issue35824] http.cookies._CookiePattern modifying regular expressions
daniel hahler
- [issue36701] module 'urllib' has no attribute 'request'
Piyush
- [issue36702] test_dtrace failed
sayno996
- [issue13968] Support recursive globs
Marc
- [issue36703] [Easy][Windows] test_subprocess: test_close_fds_with_stdio() has a race condition
STINNER Victor
- [issue35904] Add statistics.fmean(seq)
Raymond Hettinger
- [issue9566] Compilation warnings under x64 Windows
STINNER Victor
- [issue27645] Supporting native backup facility of SQLite
STINNER Victor
- [issue30465] FormattedValue expressions have wrong lineno and col_offset information
STINNER Victor
- [issue36018] Add a Normal Distribution class to the statistics module
Raymond Hettinger
- [issue31525] require sqlite3_prepare_v2
Charles P
- [issue36704] logging.FileHandler currently hardcodes errors='strict'
Alan Jenkins
- [issue36705] Unexpected Behaviour of pprint.pprint
Gavin D'souza
- [issue36706] Python script on startup stucks at import
serge g
- [issue36454] test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE Non-Debug 3.7
STINNER Victor
- [issue22107] tempfile module misinterprets access denied error on Windows
Billy McCulloch
- [issue36465] No longer enable Py_TRACE_REFS by default in debug build
STINNER Victor
- [issue36707] The "m" ABI flag of SOABI for pymalloc is no longer needed
STINNER Victor
- [issue36465] Make release and debug ABI compatible
STINNER Victor
- [issue5215] change value of local variable in debug
daniel hahler
- [issue9633] pdb go stack up/down
daniel hahler
- [issue36708] can not execute the python + version, to launch python under windows.
sakamotoaya
- [issue36709] Asyncio SSL keep-alive connections raise errors after loop close.
Tom Christie
- [issue35224] PEP 572: Assignment Expressions
Ned Batchelder
- [issue36710] Pass _PyRuntimeState as an argument rather than using the _PyRuntime global variable
STINNER Victor
- [issue36711] duplicate method definition in Lib/email/feedparser.py
Xavier de Gaye
- [issue36712] duplicate method definition in Lib/email/test/test_email_renamed.py
Xavier de Gaye
- [issue36713] uplicate method definition in Lib/ctypes/test/test_unicode.py
Xavier de Gaye
- [issue26528] NameError for built in function open when re-raising stored exception from yielded function
Davide Rizzo
- [issue19119] duplicate test name in Lib/test/test_heapq.py
Xavier de Gaye
- [issue36714] Tweak doctest 'example' regex to allow a leading ellipsis in 'want' line
Brian Skinn
- [issue21536] extension built with a shared python cannot be loaded with a static python
Antoine Pitrou
- [issue36715] Dictionary initialization
Aditya Sane
- [issue22269] Resolve distutils option conflicts with priorities
László Kiss Kollár
- [issue36716] Embedded Python fails to import module files with version_platform extensions
Eric Cosatto
- [issue36717] Allow retrieval of return value from the target of a threading.Thread
Joel Croteau
- [issue23298] Add ArgumentParser.add_mutually_dependence_group
Martin Panter
- [issue23930] http.cookies.SimpleCookie doesn't parse comma-only separated cookies correctly
Martin Panter
- [issue1564508] RFC 2965 BaseCookie does not support "$Port"
Martin Panter
- [issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set
Martin Panter
- [issue33017] Special set-cookie setting will bypass Cookielib
Martin Panter
- [issue35537] use os.posix_spawn in subprocess
STINNER Victor
- [issue36718] Python 2.7 compilation fails on AMD64 Ubuntu Shared 2.7 buildbot with: relocation R_X86_64_PC32 against symbol ... can not be used ...
STINNER Victor
- [issue25545] email parsing docs: clarify that only ASCII strings are supported
immerrr again
- [issue36719] regrtest --findleaks should fail if an uncollectable object is found
STINNER Victor
- [issue36720] Correct Should to Must in Definition of object.__len__
Michal Kononenko
- [issue33348] lib2to3 doesn't parse f(*[] or [])
Tim Hatch
- [issue33150] Signature error for methods of class configparser.Interpolation
Joannah Nanjekye
- [issue36424] Pickle fails on frozen dataclass that has slots
Josh Rosenberg
- [issue28533] Replace asyncore
Joannah Nanjekye
- [issue36721] Add pkg-config python-3.8-embed
STINNER Victor
- [issue35920] Windows 10 ARM32 platform support
Steve Dower
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
Paul Ganssle
- [issue36722] In debug build, load also C extensions compiled in release mode or compiled using the stable ABI
STINNER Victor
- [issue36723] Unittest Discovery for namespace subpackages dot notation fails
Jonny Fuller
- [issue36724] Clear _PyRuntime at exit
STINNER Victor
- [issue36725] Reference leak regression with Python3.8a3
Kay Hayen
- [issue36726] Empty select() on windows gives error.
Ralph Loader
- [issue18099] wsgiref sets Content-Length: 0 on 304 Not Modified
Berker Peksag
- [issue17349] wsgiref.simple_server.demo_app is not PEP-3333 compatible
Berker Peksag
- [issue36727] python 3.6+ docs use ul tags instead of ol tags
Oliver Too, Eh?
- [issue36728] Remove PyEval_ReInitThreads() from the public C API
STINNER Victor
- [issue36729] Delete unused text variable on tests
Emmanuel Arias
- [issue36730] Change outdated references to macOS
Sebastian Bassi
- [issue7951] Should str.format allow negative indexes when used for __getitem__ access?
Éric Araujo
- [issue36731] Add example to priority queue
Windson Yang
- [issue11871] test_default_timeout() of test_threading.BarrierTests failure: BrokenBarrierError
STINNER Victor
- [issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x
STINNER Victor
- [issue36732] test_asyncio: test_huge_content_recvinto() fails randomly
STINNER Victor
- [issue13611] Integrate ElementC14N module into xml.etree package
Stefan Behnel
- [issue14568] HP-UX local libraries not included
Michael Osipov
- [issue36356] Failure to build with address sanitizer
STINNER Victor
- [issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen
Miro Hrončok
- [issue36734] Modules/faulthandler.c does not compile on HP-UX due to bpo-35214/1584a0081500d35dc93ff88e5836df35faf3e3e2
Michael Osipov
- [issue25810] Python 3 documentation for eval is incorrect
Cheryl Sabella
- [issue34717] docs: disable numbered sections for stdlib in html
Oliver Too, Eh?
- [issue14953] Reimplement subset of multiprocessing.sharedctypes using memoryview
Mark Lawrence
- [issue14014] codecs.StreamWriter.reset contract not fulfilled
Mark Lawrence
- [issue20587] sqlite3 converter not being called
Mark Lawrence
- [issue1708316] doctest work with Windows PyReadline
Mark Lawrence
- [issue8502] support plurals in pygettext
Mark Lawrence
- [issue14945] Setup & Usage documentation for selected stdlib modules
Mark Lawrence
- [issue7833] bdist_wininst installers fail to load extensions built with Issue4120 patch
Mark Lawrence
- [issue12600] Add example of using load_tests to parameterise Test Cases
Mark Lawrence
- [issue1610654] cgi.py multipart/form-data
Mark Lawrence
- [issue19725] Richer stat object
Mark Lawrence
- [issue19895] Cryptic error when subclassing multiprocessing classes
Mark Lawrence
- [issue8350] Document lack of support for keyword arguments in C functions
Mark Lawrence
- [issue11176] give more meaningful argument names in argparse documentation
Mark Lawrence
- [issue16726] expat ParseFile expects bytes, not string
Mark Lawrence
- [issue17667] Windows: build with "build_pgo.bat -2" fails to optimize python.dll
Mark Lawrence
- [issue1669539] Add os.path.isrelative() and improve ntpath.isabs()
Mark Lawrence
- [issue18119] urllib.FancyURLopener does not treat URL fragments correctly
Mark Lawrence
- [issue18165] Add 'unexpected_type' to TypeError
Mark Lawrence
- [issue18493] make profile-opt fails with pre-existing python2.7 in path
Mark Lawrence
- [issue12957] mmap.resize changes memory address of mmap'd region
Mark Lawrence
- [issue18319] gettext() cannot find translations with plural forms
Mark Lawrence
- [issue18131] Tkinter Variables require a proper master
Mark Lawrence
- [issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded
Mark Lawrence
- [issue19960] MacOSX: Building 2.7 without the xcode command line tools installed
Mark Lawrence
- [issue19482] _pickle build warnings on Fedora 19
Mark Lawrence
- [issue18060] Updating _fields_ of a derived struct type yields a bad cif
Mark Lawrence
- [issue19745] TEST_DATA_DIR for out-of-tree builds
Mark Lawrence
- [issue16066] Truncated POST data in CGI script on Windows 7
Mark Lawrence
- [issue17848] can't compile with clang and build a shared lib due to libffi
Mark Lawrence
- [issue19468] Relax the type restriction on reloaded modules
Mark Lawrence
- [issue19558] Provide Tcl/Tk linkage information for extension module builds
Mark Lawrence
- [issue15371] test_cmd_line_script should include namespace package tests
Mark Lawrence
- [issue16425] minidom replaceChild(new_child, old_child) removes new_child even if in another document
Mark Lawrence
- [issue19460] Add test for MIMENonMultipart
Mark Lawrence
- [issue11646] 2to3: msvcrt.(get|put)ch -> (get|put)wch
Mark Lawrence
- [issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express
Mark Lawrence
- [issue17780] the test suite should use a TEMPDIR in the build directory, not the source directory
Mark Lawrence
- [issue614557] LookupError etc. need API to get the key
Mark Lawrence
- [issue17652] Add skip_on_windows decorator to test.support
Mark Lawrence
- [issue20513] Python 2.7. Script interruption on logoff from 0 session under Win2003 and earlier
Mark Lawrence
- [issue7182] For non-debug builds, the cygwinccompiler.py should define NDEBUG
Mark Lawrence
- [issue9937] _winreg.EnumValue causes MemoryError
Mark Lawrence
- [issue1252236] Simplying Tkinter's event loop
Mark Lawrence
- [issue2233] Makefile.pre.in contains extra slash before $(DESTDIR) which can cause Cygwin build to fail
Mark Lawrence
- [issue36735] minimize disk size of cross-compiled python3.6
Michal Gregorczyk
- [issue14750] Tkinter application doesn't run from source build on Windows
Mark Lawrence
- [issue15856] inspect.getsource(SomeClass) doesn't show @decorators
Mark Lawrence
- [issue9102] pybench: Cannot compare 2.x and 3.x benchmarks
Mark Lawrence
- [issue11455] issue a warning when populating a CPython type dict with non-string keys
Mark Lawrence
- [issue10175] vs version for win32 compilation of extension modules is undocumented.
Mark Lawrence
- [issue15577] Real argc and argv in embedded interpreter
Mark Lawrence
- [issue12217] Cross-link docs for faulthandler, traceback and pdb
Mark Lawrence
- [issue12588] test_capi.test_subinterps() failed on OpenBSD (powerpc)
Mark Lawrence
- [issue15600] expose the finder details used by the FileFinder path hook
Mark Lawrence
- [issue5248] Adding T_SIZET to structmember.h
Mark Lawrence
- [issue10837] Issue catching KeyboardInterrupt while reading stdin
Mark Lawrence
- [issue8526] msilib doesn't support multiple CAB instances in same installer
Mark Lawrence
- [issue5773] Crash on shutdown after os.fdopen(2) in debug builds
Mark Lawrence
- [issue16070] Structure and native Structure (LittleEndianStructure on Windows) supports __slots__, but BigEndianStructure doesn't
Mark Lawrence
- [issue16376] wrong type for wintypes.BYTE
Mark Lawrence
- [issue15947] Assigning new values to instance of pointer types does not check validity
Mark Lawrence
- [issue15388] SAX parse (ExpatParser) leaks file handle when given filename input
Mark Lawrence
- [issue21956] Doc files deleted from repo are not deleted from docs.python.org.
Mark Lawrence
- [issue2698] Extension module build fails for MinGW: missing vcvarsall.bat
Mark Lawrence
- [issue14379] Several traceback docs improvements
Mark Lawrence
- [issue15552] gettext: if looking for .mo in default locations, also look in locale-bundle location
Mark Lawrence
- [issue20117] subprocess on Windows: wrong return code with shell=True
Mark Lawrence
- [issue14730] Implementation of the PEP 419: Protecting cleanup statements from interruptions
Mark Lawrence
- [issue16185] include path in subprocess.Popen() file not found error messages on Windows
Mark Lawrence
- [issue16242] Pickle and __getattr__
Mark Lawrence
- [issue16652] socket.getfqdn docs are not explicit enough about the algorithm.
Mark Lawrence
- [issue16663] Poor documentation for METH_KEYWORDS
Mark Lawrence
- [issue17783] run the testsuite in batched mode
Mark Lawrence
- [issue12480] urllib2 doesn't use proxy (fieddler2), configed the proxy with ProxyHandler
Mark Lawrence
- [issue9699] invalid call of Windows API _popen() generating The input line is too long error message
Mark Lawrence
- [issue16807] argparse group nesting lost on inheritance
Mark Lawrence
- [issue17250] argparse: Issue 15906 patch; positional with nargs='*' and string default
Mark Lawrence
- [issue16729] Document how to provide defaults for setup.py commands options
Mark Lawrence
- [issue12800] 'tarfile.StreamError: seeking backwards is not allowed' when extract symlink
Mark Lawrence
- [issue10991] trace fails when test imported a temporary file
Mark Lawrence
- [issue14149] argparse: Document how to use argument names that are not Python identifiers
Mark Lawrence
- [issue10048] urllib.request documentation confusing
Mark Lawrence
- [issue17026] pdb frames accessible after the termination occurs on uncaught exception
Mark Lawrence
- [issue17924] Deprecate stat.S_IF* integer constants
Mark Lawrence
- [issue14689] make PYTHONWARNINGS variable work in libpython
Mark Lawrence
- [issue17101] __main__.py Multiprocessing on Windows
Mark Lawrence
- [issue17243] The changes made for issue 4074 should be documented
Mark Lawrence
- [issue7247] test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4
Mark Lawrence
- [issue15629] Add to regrtest the ability to run Lib and Doc doctests
Mark Lawrence
- [issue15411] os.chmod() does not follow symlinks on Windows
Mark Lawrence
- [issue15617] FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer)
Mark Lawrence
- [issue13819] _warnings settings are process-wide
Mark Lawrence
- [issue15485] CROSS: append gcc library search paths
Mark Lawrence
- [issue17274] distutils silently omits relative symlinks
Mark Lawrence
- [issue17113] argparse.RawDescriptionHelpFormatter should not delete blank lines
Mark Lawrence
- [issue17362] enable-new-dtags only for GNU ELF linker
Mark Lawrence
- [issue17127] multiprocessing.dummy.Pool does not accept maxtasksperchild argument
Mark Lawrence
- [issue11001] Various obvious errors in cookies documentation
Mark Lawrence
- [issue9399] Provide a 'print' action for argparse
Mark Lawrence
- [issue15106] Potential Bug in errors.c
Mark Lawrence
- [issue15305] Test harness unnecessarily disambiguating twice
Mark Lawrence
- [issue1047397] cgitb failures
Mark Lawrence
- [issue17695] _sysconfigdata broken with universal builds on OSX
Mark Lawrence
- [issue18355] Merge super() guide into documentation
Mark Lawrence
- [issue4264] Patch: optimize code to use LIST_APPEND instead of calling list.append
Mark Lawrence
- [issue11212] Python memory limit on AIX
Mark Lawrence
- [issue4198] os.path.normcase gets fooled on windows with mapped linux network drive
Mark Lawrence
- [issue1054] scriptsinstall target fails in alternate build dir
Mark Lawrence
- [issue4722] _winreg.QueryValue fault while reading mangled registry values
Mark Lawrence
- [issue16100] Compiling vim with Python 3.3 support fails
Mark Lawrence
- [issue10551] mimetypes read from the registry should not overwrite standard mime mappings
Mark Lawrence
- [issue1776160] Buffer overflow when listing deeply nested directory
Mark Lawrence
- [issue13123] bdist_wininst uninstaller does not remove pycache directories
Mark Lawrence
- [issue18477] fix_import (2to3 fixer) is not case-sensitive
Mark Lawrence
- [issue18651] test failures on KFreeBSD
Mark Lawrence
- [issue22029] argparse - CSS white-space: like control for individual text blocks
Mark Lawrence
- [issue9529] Make re match object iterable
Mark Lawrence
- [issue17148] mingw: nt thread model detection
Mark Lawrence
- [issue9665] Buid issues on Cygwin - _curses, _curses_panel, and _io
Mark Lawrence
- [issue10071] Should not release GIL while running RegEnumValue
Mark Lawrence
- [issue15018] Incomplete Python LDFLAGS and CPPFLAGS used for extension modules on posix
Mark Lawrence
- [issue18977] The -t option has no effect in for uu command-line
Mark Lawrence
- [issue15907] move doctest test-data files into a subdirectory of Lib/test
Mark Lawrence
- [issue18979] Use argparse in the uu module
Mark Lawrence
- [issue22195] Make it easy to replace print() calls with logging calls
Mark Lawrence
- [issue18188] ERROR: test_no_optimize_flag on Mageia Linux Cauldron x86-64 with certain configure flags
Mark Lawrence
- [issue4277] asynchat's handle_error inconsistency
Mark Lawrence
- [issue5879] multiprocessing example "pool of http servers " fails on windows
Mark Lawrence
- [issue6029] FAIL: test_longdouble (ctypes.test.test_callbacks.Callbacks) [SPARC/64-bit]
Mark Lawrence
- [issue10312] intcatcher() can deadlock
Mark Lawrence
- [issue900092] hotshot.stats.load fails with AssertionError
Mark Lawrence
- [issue13272] 2to3 fix_renames doesn't rename string.lowercase/uppercase/letters
Mark Lawrence
- [issue2148] nis module not supporting group aliases
Mark Lawrence
- [issue1382562] --install-base not honored on win32
Mark Lawrence
- [issue9643] urllib2 - Basic, Digest Proxy Auth Handlers failure will give 401 code instead of 407
Mark Lawrence
- [issue1160328] urllib2 post error when using httpproxy
Mark Lawrence
- [issue8988] import + coding = failure (3.1.2/win32)
Mark Lawrence
- [issue9912] Fail when vsvarsall.bat produces stderr
Mark Lawrence
- [issue809846] bdist_wininst doesn't clean up read-only files in build dir
Mark Lawrence
- [issue10789] Lock.acquire documentation is misleading
Mark Lawrence
- [issue8041] No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG.
Mark Lawrence
- [issue18675] Daemon Threads can seg fault
Mark Lawrence
- [issue7436] Define 'object with assignable attributes'
Mark Lawrence
- [issue10328] re.sub[n] doesn't seem to handle /Z replacements correctly in all cases
Mark Lawrence
- [issue4609] Allow use of > 256 FD's on solaris in 32 bit mode
Mark Lawrence
- [issue9274] code.InteractiveInterpreter fails to change locals when invoked in a function
Mark Lawrence
- [issue36048] Deprecate implicit truncating when convert Python numbers to C integers: use __index__, not __int__
Miro Hrončok
- [issue36736] Python crashes when calling win32file.LockFileEx
Anand Arumugam
- [issue22640] Add silent mode for py_compile
Joannah Nanjekye
- [issue32642] add support for path-like objects in sys.path
Brett Cannon
- [issue36737] Warnings operate out of global runtime state.
Eric Snow
- [issue36738] Add 'array_hook' for json module
matt farrugia
- [issue36739] "4.6. Defining Functions" should mention nonlocal
Raymond Hettinger
- [issue21281] DEBUGGING: Simultaneous stopping of all threads on breakpoint and switching between threads
daniel hahler
- [issue23163] pdb docs need to contain a statement on threads/multithreaded debugging
daniel hahler
- [issue9521] xml.etree.ElementTree skips processing instructions when parsing
Stefan Behnel
- [issue36740] zipimporter misses namespace packages for implicit dirs
Jason R. Coombs
- [issue35360] Update SQLite to 3.26 in Windows and macOS installer builds
Big Stone
- [issue5166] ElementTree and minidom don't prevent creation of not well-formed XML
Stefan Behnel
- [issue36741] Variable about function and list
張晨韜
- [issue36742] urlsplit doesn't accept a NFKD hostname with a port number
Chihiro Ito
- [issue28460] Minidom, order of attributes, datachars
Stefan Behnel
- [issue33303] ElementTree Comment text isn't escaped
Stefan Behnel
- [issue32235] test_xml_etree test_xml_etree_c failures with 2.7 and 3.6 branches 20171205
Stefan Behnel
- [issue24287] Let ElementTree prolog include comments and processing instructions
Stefan Behnel
- [issue21403] cElementTree's Element creation handles attrib argument different from ET
Stefan Behnel
- [issue8583] Hardcoded namespace_separator in the cElementTree.XMLParser
Stefan Behnel
- [issue18304] ElementTree -- provide a way to ignore namespace in tags and searches
Stefan Behnel
- [issue25707] Add the close method for ElementTree.iterparse() object
Stefan Behnel
- [issue35502] Memory leak in xml.etree.ElementTree.iterparse
Stefan Behnel
- [issue36743] Docs: Descript __get__ signature defined differently across the docs
Karthikeyan Singaravelan
- [issue1613500] Write mode option for fileinput module.
Berker Peksag
- [issue2091] file accepts 'rU+' as a mode
Berker Peksag
- [issue36025] Breaking change in PyDate_FromTimeStamp API
Berker Peksag
- [issue36744] functools.singledispatch: Shouldn't require a positional argument if there is only one keyword argument
Kevin
- [issue26978] Implement pathlib.Path.link (Using os.link)
Joannah Nanjekye
- [issue26835] Add file-sealing ops to fcntl
Joannah Nanjekye
- [issue24758] unittest.mock.Mock's new "unsafe" feature needs a better error message
Zackery Spytz
- [issue27978] [threading] Executor#shutdown with timeout
Cheryl Sabella
- [issue36745] A possible reference leak in PyObject_SetAttr()
Zackery Spytz
- [issue23297] Clarify error when ‘tokenize.detect_encoding’ receives text
Berker Peksag
- [issue36746] Create test for fcntl.lockf()
Joannah Nanjekye
- [issue36747] Tools/scripts/setup.py is missing
Xavier de Gaye
- [issue26868] Document PyModule_AddObject's behavior on error
Nir Soffer
- [issue22412] Towards an asyncio-enabled command line
Matthias Bussonnier
- [issue36748] Optimize textio write buffering
Inada Naoki
- [issue36749] PPC64 AIX 3.x: compilation issue, linker fails to locate symbols
STINNER Victor
- [issue36750] test_socket failed (env changed) on Azure pipeline
Karthikeyan Singaravelan
- [issue24048] remove_module() needs to save/restore exception state
Zackery Spytz
- [issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist
Xavier de Gaye
- [issue36751] Changes in the inspect module for PEP 570
Pablo Galindo Salgado
- [issue36752] test multiprocessing: test_rapid_restart() crash on AIX
STINNER Victor
- [issue36004] Add datetime.fromisocalendar
STINNER Victor
- [issue34214] Pylint recusion stack overflow abort
Joannah Nanjekye
- [issue26493] Bad formatting in WinError 193 when using subprocess.check_call
Raúl Núñez de Arenas
- [issue36753] Python modules not linking to libpython causes issues for RTLD_LOCAL system-wide
reimar
- [issue36754] Remove smart quotes in pydoc text
Steve Dower
- [issue28608] Support creating hardlink using `pathlib`
Karthikeyan Singaravelan
- [issue34602] python3 resource.setrlimit strange behaviour under macOS
Ned Deily
- [issue18075] Infinite recursion tests triggering a segfault
Ned Deily
- [issue36232] Improve error message on dbm.open
Brett Cannon
- [issue36755] [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1.1.1
STINNER Victor
- [issue25430] speed up ipaddress __contain__ method
Inada Naoki
- [issue32223] distutils doesn't correctly read UTF-8 content from config files
Eduardo Suarez-Santana
- [issue36756] createcommand memory leak
Wolfram Kraus
- [issue36757] uuid constructor accept invalid strings (extra dash)
Cédric Cabessa
- [issue6584] gzip module has no custom exception
Zackery Spytz
- [issue36758] configured libdir not correctly passed to Python executable
Michael Osipov
- [issue36759] datetime: astimezone() results in OSError: [Errno 22] Invalid argument
Snidhi Sofpro
- [issue33012] Invalid function cast warnings with gcc 8 for METH_NOARGS
Andreas Schneider
- [issue36760] subprocess.run fails with capture_output=True and stderr=STDOUT
Joe Borg
- [issue36761] Extended slice assignment + iterable unpacking
wim glenn
- [issue14546] lll.py can't handle multiple parameters correctly
Zackery Spytz
- [issue36329] use the right python "make -C Doc/ serve"
Berker Peksag
- [issue36762] Teach "import *" to warn when overwriting globals or builtins
Raymond Hettinger
- [issue36763] PEP 587: Rework initialization API to prepare second version of the PEP
STINNER Victor
- [issue14905] zipimport needs to support namespace packages when no 'directory' entry exists
Barry A. Warsaw
Last message date:
Tue Apr 30 23:59:58 EDT 2019
Archived on: Wed May 1 00:00:04 EDT 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).