May 2017 Archives by thread
Starting: Mon May 1 01:12:47 EDT 2017
Ending: Wed May 31 23:25:58 EDT 2017
Messages: 3106
- [issue30206] data parameter for binascii.b2a_base64 is not positional-only
Xiang Zhang
- [issue30180] PyArg_ParseTupleAndKeywords supports required keyword only arguments
Xiang Zhang
- [issue30181] Correct the parsing of a test case docstring.
Ben Finney
- [issue30200] tkinter ListboxSelect
Frank Pae
- [issue24119] Carry comments with the AST
Louie Lu
- [issue15987] Provide a way to compare AST nodes for equality recursively
Louie Lu
- [issue26362] Approved API for creating a temporary file path
R. David Murray
- [issue30219] webbrowser.open outputs xdg-open deprecation warning
desbma
- [issue22385] Define a binary output formatting mini-language for *.hex()
Nick Coghlan
- [issue30207] Rename test.test_support to test.support in 2.7
Zachary Ware
- [issue30160] BaseHTTPRequestHandler.wfile: supported usage unclear
Mike
- [issue30190] unittest's assertAlmostEqual improved error message
Giampaolo Rodola'
- [issue30220] Why are the custom messages for ValueError and TypeError suppressed in argparse?
Pedro
- [issue10945] bdist_wininst depends on MBCS codec, unavailable on non-Windows
Jelmer Vernooij
- [issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial
Mariatta Wijaya
- [issue30221] Deprecate assertNotAlmostEqual
Serhiy Storchaka
- [issue30145] Create a How to or Tutorial documentation for asyncio
Mariatta Wijaya
- [issue29606] urllib FTP protocol stream injection
ecbftw
- [issue30208] Small typos in IDLE doc
Mariatta Wijaya
- [issue30214] make_zip.py lacks command a few line options and has a bug.
Brett Cannon
- [issue21790] Change blocksize in http.client to the value of resource.getpagesize
Clay Gerrard
- [issue30214] make_zip.py lacks command a few line options.
Decorater
- [issue30119] (ftplib) A remote attacker could possibly attack by containing the newline characters
Giampaolo Rodola'
- [issue30222] make_zip.py had a bug when setting up full 64 bit distribution.
Decorater
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Mariatta Wijaya
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Cheryl Sabella
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Mariatta Wijaya
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Mariatta Wijaya
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Cheryl Sabella
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Cheryl Sabella
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Cheryl Sabella
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Mariatta Wijaya
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Mariatta Wijaya
- [issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)
Mariatta Wijaya
- [issue20401] inspect.signature removes initial starred method params (bug)
Yury Selivanov
- [issue30205] socket.getsockname() type mismatch with AF_UNIX on Linux
Antoine Pitrou
- [issue30192] hashlib module breaks with 64-bit kernel and 32-bit user space
Christian Heimes
- [issue29992] Expose parse_string in JSONDecoder
Levi Cameron
- [issue19903] Idle: Use inspect.signature for calltips
Terry J. Reedy
- [issue29943] PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches
Nathaniel Smith
- [issue30223] Add Lib/test/__main__.py in 2.7
Serhiy Storchaka
- [issue30224] remove outdated checks in struct
Xiang Zhang
- [issue30225] EBADF error on x86 Tiger 3.x buildbot
STINNER Victor
- [issue30104] clang 4.0 miscompiles dtoa.c, giving broken float parsing and printing
STINNER Victor
- [issue30226] Modernize make_ssl_certs
Christian Heimes
- [issue30108] test_site modifies sys.path
STINNER Victor
- [issue30212] test_ssl.py is broken in Centos7
Xiang Zhang
- [issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet
STINNER Victor
- [issue30227] test_site must not write outside the build directory: must not write into $HOME/.local/
STINNER Victor
- [issue30132] [Windows] test_distutils leaks a vc140.pdb file
STINNER Victor
- [issue30199] Warning -- asyncore.socket_map was modified by test_ssl
STINNER Victor
- [issue30228] Open a file in text mode requires too many syscalls
STINNER Victor
- [issue30229] Closing a BufferedRandom calls lseek() mutliple times
STINNER Victor
- [issue29641] ./configure --enable-optimizations && make && make install compiles Python twice
STINNER Victor
- [issue30131] test_logging leaks a "dangling" thread
STINNER Victor
- [issue30173] x86 Windows7 3.x buildbot has the issue #26624 bug
STINNER Victor
- [issue30124] Fix C aliasing issue in Python/dtoa.c to use strict aliasing on Clang 4.0
STINNER Victor
- [issue30230] Move quick test in PyObject_IsSubClass outside if PyType_CheckExact guard
Jim Fasarakis-Hilliard
- [issue30125] test_SEH() of test_ctypes logs "Windows fatal exception: access violation"
STINNER Victor
- [issue30126] CheckTraceCallbackContent of test_sqlite3 fails on OS X Tiger
STINNER Victor
- [issue30169] test_multiprocessing_spawn crashed on AMD64 Windows8.1 Non-Debug 3.x buildbot
STINNER Victor
- [issue30231] test_imaplib needs a TLS server accepting self-signed certificates
STINNER Victor
- [issue30175] Random test_imaplib.test_logincapa_with_client_certfile failure on x86 Gentoo Installed with X 3.x
STINNER Victor
- [issue27593] Deprecate sys._mercurial and create sys._git
STINNER Victor
- [issue30232] configure: support Git worktree
STINNER Victor
- [issue30233] [3.5] Warning -- locale was modified by test_idle
STINNER Victor
- [issue30234] Remove duplicate checks in test_isinstance
Jim Fasarakis-Hilliard
- [issue30235] Validate shutil supports path-like objects, update docs accordingly
Brett Cannon
- [issue28556] typing.py upgrades
Mariatta Wijaya
- [issue30236] Add options --match and --failfast for test.regrtest in 2.7
Serhiy Storchaka
- [issue30237] Access violation due to CancelSynchronousIo of console read
Eryk Sun
- [issue30238] 2to3 doesn't detect or fix Exception indexing
Daniel Lenski
- [issue29094] Regression in zipfile writing in 2.7.13
Thomas Wouters
- [issue27372] Test_idle should stop changing locale
STINNER Victor
- [issue30107] python.core file created when running tests on AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot
STINNER Victor
- [issue30106] test_asyncore: test_handle_write() fails in tearDown()
STINNER Victor
- [issue29505] Submit the re, json, & csv modules to oss-fuzz testing
Devin Jeanpierre
- [issue23404] 'make touch' does not work with git clones of the source repository
STINNER Victor
- [issue29967] "AMD64 FreeBSD 9.x 3.x" tries to rebuild Include/opcode.h, timestamp issue
STINNER Victor
- [issue30239] test_asyncore: test_handle_expt() fails on macOS Sierra
STINNER Victor
- [issue28326] multiprocessing.Process depends on sys.stdout being open
Tiago Antao
- [issue30240] Add daemon keyword argument to Thread constructor
TaoQingyun
- [issue29447] Add os.PathLike support to the tempfile module
svelankar
- [issue30103] uu package uses old encoding
Xiang Zhang
- [issue30241] Add contextlib.AbstractAsyncContextManager
Jelle Zijlstra
- [issue30110] test_asyncio reports reference leak
Xiang Zhang
- [issue30242] resolve undefined behaviour in struct
Xiang Zhang
- [issue25658] PyThread assumes pthread_key_t is an integer, which is against POSIX
Nick Coghlan
- [issue30243] Core dump when use uninitialized _json objects
Serhiy Storchaka
- [issue30244] Emit a ResourceWarning in concurrent.futures executor destructors
STINNER Victor
- [issue30171] Emit ResourceWarning in multiprocessing Queue destructor
STINNER Victor
- [issue30245] possible overflow when organize struct.pack_into error message
Xiang Zhang
- [issue30246] fix several error messages in struct
Xiang Zhang
- [issue30247] Make importlib.machinery class handle os.PathLike path
Louie Lu
- [issue30248] Using boolean arguments in the _json module
Serhiy Storchaka
- [issue30249] improve struct.unpack_from's error message like struct.pack_into
Xiang Zhang
- [issue30250] StreamIO truncate behavior of current position
Albert Zeyer
- [issue28087] macOS 12 poll syscall returns prematurely
STINNER Victor
- [issue30251] Windows Visual Studio solution does not have an install target
Stephen Kelly
- [issue30252] Configuration system does not work for Windows/Visual Studio
Stephen Kelly
- [issue30253] Python does not build without WITH_THREADS defined on Windows/Visual Studio
Stephen Kelly
- [issue24725] test_socket testFDPassEmpty fails on OS X 10.11+ with "Cannot allocate memory"
STINNER Victor
- [issue30201] [3.5] RecvmsgIntoSCMRightsStreamTest fails with "OSError: [Errno 12] Cannot allocate memory" on macOS El Capitan
STINNER Victor
- [issue29925] test_uuid fails on OS X Tiger
STINNER Victor
- [issue29915] Drop Mac OS X Tiger support in Python 3.7?
STINNER Victor
- [issue30254] [2.7] regrtest announces 401 tests, but there are 304 tests?
STINNER Victor
- [issue30255] test_xml_etree: python: Objects/sliceobject.c:176: _PySlice_AdjustIndices: Assertion `step >= -PY_SSIZE_T_MAX' failed.
STINNER Victor
- [issue30256] Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception
Jeff DuMonthier
- [issue30257] _bsddb: else misleadingly indented
STINNER Victor
- [issue28149] Incorrect indentation under “else” in _bsddb.c
Martin Panter
- [issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?
Roundup Robot
- [issue30258] [2.7] regrtest: handle child process crash
STINNER Victor
- [issue29243] --enable-optimizations makes common build commands always need to compile from scratch
Charalampos Stratakis
- [issue29712] --enable-optimizations does not work with --enable-shared
Charalampos Stratakis
- [issue29311] Argument Clinic: convert dict methods
Raymond Hettinger
- [issue26293] Embedded zipfile fields dependent on absolute position
Serhiy Storchaka
- [issue30259] Test somehow that generated files are up to date: run make regen-all
STINNER Victor
- [issue29447] Add os.PathLike support to the tempfile module's 'dir' arguments
Brett Cannon
- [issue29447] Add/check os.PathLike support for the tempfile module's 'dir' arguments
Brett Cannon
- [issue29448] Implement os.Pathlike for importlib.machinery
Brett Cannon
- [issue30260] sock_dealloc() may call __repr__ when socket class is already collected by GC
asterite
- [issue29757] The loop in utility `socket.create_connection()` swallows previous errors
Kostis Anagnostopoulos
- [issue30261] saumitra paul choudhury has shared a document on Google Docs with you
saumitra paul
- [issue30095] HTMLCalendar allow custom classes
Oz Tiram
- [issue30262] Don't expose sqlite3 Cache and Statement
Aviv Palivoda
- [issue30184] Add tests for invalid use of PyArg_ParseTupleAndKeywords
Serhiy Storchaka
- [issue30263] regrtest: log the system load?
STINNER Victor
- [issue30264] [Windows] test_sax: Warning -- files was modified by test_sax
STINNER Victor
- [issue30265] test.support.unlink() should fail or emit a warning on WindowsError: [Error 32] The process cannot access the file ...
STINNER Victor
- [issue30266] AbstractContextManager should support __method__ = None
Jelle Zijlstra
- [issue23816] struct.unpack returns null pascal strings - [first] bug report
Xiang Zhang
- [issue30166] Import command-line parsing modules only when needed
Serhiy Storchaka
- [issue30152] Reduce the number of imports for argparse
Serhiy Storchaka
- [issue29956] math.exp documentation is misleading
Serhiy Storchaka
- [issue30024] Treat `import a.b.c as m` as `m = sys.modules['a.b.c']`
Serhiy Storchaka
- [issue30080] Add the --duplicate option for timeit
Serhiy Storchaka
- [issue30215] Make re.compile() locale agnostic
Serhiy Storchaka
- [issue26434] multiprocessing cannot spawn grandchild from a Windows service
Marc Schlaich
- [issue30004] in regex-howto, improve example on grouping
Cristian Barbarosie
- [issue8450] httplib: false BadStatusLine() raised
Roundup Robot
- [issue30185] forkserver process should silence KeyboardInterrupt
Antoine Pitrou
- [issue15934] flaky test in test_ftplib
STINNER Victor
- [issue19133] Transient test failure: test_with_statement (test_ftplib)
STINNER Victor
- [issue22610] test_ftplib fails with sem_init: Too many open files
STINNER Victor
- [issue12857] Expose called function on frame object
Jim Fasarakis-Hilliard
- [issue30267] Deprecate os.path.commonprefix
ProgVal
- [issue30268] Make mimetypes.guess_type accept path-like objects
ProgVal
- [issue30269] [2.7] test_release_task_refs() of test_multiprocessing.py is unstable
STINNER Victor
- [issue30270] Remove sqlite3.Cache display method
Aviv Palivoda
- [issue18669] curses.chgat() moves cursor, documentation says it shouldn't
Roundup Robot
- [issue30271] Make sqlite3 statement cache optional
Aviv Palivoda
- [issue30272] distutils.version.LooseVersion's compare raises exception in corner-case
Oliver Smith
- [issue30273] The coverage job is broken: distutils build_ext fails on None
STINNER Victor
- [issue30085] Discourage operator.__dunder__ functions
Terry J. Reedy
- [issue30274] Make importlib.abc.ExtensionFileLoader.__init__() documentation match code
Brett Cannon
- [issue30275] pickle doesn't work in compile/exec
Jeff Zhang
- [issue30172] test_tools takes longer than 5 minutes on some buildbots
STINNER Victor
- [issue30276] import hashlib makes many programs slow
Bernhard M. Wiedemann
- [issue29621] telnetlib.Telnet.write gives confusing error message when a string is passed in
Berker Peksag
- [issue30277] Speeds up compiling cases-insensitive regular expressions
Serhiy Storchaka
- [issue30278] The element div#sidebar on documentation requires the attribute role="button".
Kyle Thomas
- [issue30279] Remove unused Python/thread_foobar.h
Masayuki Yamamoto
- [issue29861] multiprocessing Pool keeps objects (tasks, args, results) alive too long
STINNER Victor
- [issue29920] Document cgitb.text and cgitb.html
Berker Peksag
- [issue30280] Warning -- threading._dangling was modified by test_asyncio on FreeBSD 9
STINNER Victor
- [issue14156] argparse.FileType for '-' doesn't work for a mode of 'rb'
Matteo Bertini
- [issue30281] set stop default to -PY_SSIZE_T_MAX-1 in PySlice_Unpack
Xiang Zhang
- [issue24932] Use proper command line parsing in _testembed
Charalampos Stratakis
- [issue30282] object returned by tarfile.extractfile has an incorrect value of name attribute
Ondrej Kubecka
- [issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7
STINNER Victor
- [issue30284] Build CPython out of tree with a read-only source tree
STINNER Victor
- [issue30285] Optimize case-insensitive regular expressions
Serhiy Storchaka
- [issue30286] ctypes FreeLibrary fails on Windows 64-bit
Giampaolo Rodola'
- [issue29302] add contextlib.AsyncExitStack
Yury Selivanov
- [issue30218] shutil.unpack_archive doesn't support PathLike
Brett Cannon
- [issue4755] Add function to get common path prefix
Martin Panter
- [issue30217] Missing entry for the tilde (~) operator in the Index
Terry J. Reedy
- [issue30287] cpython and Clang Static Analyzer
Дилян Палаузов
- [issue30288] ssl.wrap_ssl will fail on do_handshake if default parameters are supplied by user
DenSA-Inc
- [issue30289] make distclean and Misc/python-config.sh
Дилян Палаузов
- [issue30290] IDLE: add tests for help_about.py
Terry J. Reedy
- [issue30291] Allow windows launcher to specify bit lengths with & without minor version
Steve Barnes
- [issue30292] Why is there a concept "unbound method" in <Descriptor HowTo Guide> python3 version?
debuggy
- [issue12077] Harmonizing descriptor protocol documentation
Martin Panter
- [issue25435] Wrong function calls and referring to not removed concepts in descriptor HowTo (documentation)
Martin Panter
- [issue12870] Regex object should have introspection methods
Serhiy Storchaka
- [issue30293] Peephole binops folding can lead to memory and bytecache ballooning
Martijn Pieters
- [issue24459] Mention PYTHONFAULTHANDLER in the man page
Joshua Jay Herman
- [issue30195] writing non-ascii characters in xml file using python code embedded in C
mahboubi
- [issue6931] dreadful performance in difflib: ndiff and HtmlDiff
Gregory P. Smith
- [issue26700] Make digest_size a class variable
Gregory P. Smith
- [issue30159] gdb autoloading python-gdb.py
Дилян Палаузов
- [issue30294] ./configure, pydebug and pymalloc
Дилян Палаузов
- [issue30097] Command-line option to suppress "from None" for debugging
Martin Panter
- [issue30295] msvcrt SetErrorMode not documented
Giampaolo Rodola'
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Jon Dufresne
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Steven D'Aprano
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Serhiy Storchaka
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Raymond Hettinger
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Terry J. Reedy
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Raymond Hettinger
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Raymond Hettinger
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Raymond Hettinger
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Raymond Hettinger
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Serhiy Storchaka
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Terry J. Reedy
- [issue30297] Recursive starmap causes Segmentation fault
Sebastian Noack
- [issue30298] Weak deprecations for inline regular expression modifiers
Serhiy Storchaka
- [issue30299] Display the bytecode when compiled a regular expression in debug mode
Serhiy Storchaka
- [issue26336] Expose regex bytecode as attribute of compiled pattern object
Serhiy Storchaka
- [issue30300] asyncio.Controller
Barry A. Warsaw
- [issue30168] Class Logger is unindented in the documentation.
Vinay Sajip
- [issue14010] deeply nested filter segfaults
Serhiy Storchaka
- [issue30301] “AttributeError: 'SimpleQueue' object has no attribute '_poll'”
Daniel Moore
- [issue26336] Expose regex bytecode of compiled pattern object
Terry J. Reedy
- [issue30302] Improve .__repr__ implementation for datetime.datetime.timedelta
Utkarsh Upadhyay
- [issue23702] docs.python.org/3/howto/descriptor.html still refers to "unbound methods"
Steven D'Aprano
- [issue11245] Implementation of IMAP IDLE in imaplib?
Kostis Anagnostopoulos
- [issue29990] Range checking in GB18030 decoder
Xiang Zhang
- [issue29947] In SocketServer, why not passing a factory instance for the RequestHandlerClass instead of the class itself?
Louie Lu
- [issue30303] IDLE: Add _utest to textview
Louie Lu
- [issue30304] TestCase.assertMultiLineEqual only registered for Unicode strings in 2.7
Martin Panter
- [issue30305] python 2.7.13 join issue
方文添
- [issue29979] cgi.parse_multipart is not consistent with FieldStorage
Senthil Kumaran
- [issue30306] release arguments of contextmanager
Martin Teichmann
- [issue26543] imaplib noop Debug
Kostis Anagnostopoulos
- [issue30307] https://docs.python.org/3/tutorial/introduction.html#strings Section 3.1.2 doc issue
rohit singh
- [issue4963] mimetypes.guess_extension result changes after mimetypes.init()
David Hess
- [issue30193] Support the buffer protocol in json.loads()
Serhiy Storchaka
- [issue30308] Add code coverage for argument in random.shuffle
Cheryl Sabella
- [issue30310] tkFont.py assumes that all font families are encoded as ascii in Python 2.7
Marc Culler
- [issue29823] mimetypes guesses XSL mimetype when passed an XML file
Martin Panter
- [issue30311] random.shuffle pointlessly shuffles dicts
Steven D'Aprano
- [issue21261] Teach IDLE to Autocomplete dictionary keys
Louie Lu
- [issue29262] Provide a way to check for *real* typing.Union instances
Ivan Levkivskyi
- [issue30312] Small correction in set code sample
Oskar Weser
- [issue504219] locale.resetlocale is broken
Nick Coghlan
- [issue15366] venv assumes header files in sys._home + '/Include'
STINNER Victor
- [issue15786] IDLE code completion window can hang or misbehave with mouse
Louie Lu
- [issue10436] tarfile.extractfile in "r|" stream mode fails with filenames or members from getmembers()
flying sheep
- [issue28787] Out of tree --with--dtrace builds fail with a traceback
Charalampos Stratakis
- [issue30313] Tests of Python 2.7 VS9.0 buildbots must be run with -uall -rwW options
STINNER Victor
- [issue30314] Buildbots: 15 min is too low for test_tools on x86 Tiger 3.6 buildbot
STINNER Victor
- [issue3839] wsgi.simple_server resets 'Content-Length' header on empty content even if app defined it.
kxroberto
- [issue30315] test_ftplib.TestTLS_FTPClass: "[Errno 54] Connection reset by peer" on "AMD64 FreeBSD CURRENT Debug 3.x" buildbot
STINNER Victor
- [issue30316] test_default_timeout() of test_threading.BarrierTests: random failures on AMD64 FreeBSD CURRENT Debug 3.x
STINNER Victor
- [issue30317] test_timeout() of test_multiprocessing_spawn.WithManagerTestBarrier fails randomly on x86 Windows7 3.x buildbot
STINNER Victor
- [issue30318] test_distutils is too verbose on Windows
STINNER Victor
- [issue30319] test_invalid_authentication() of test_imaplib: random failure on AMD64 FreeBSD 9.x 3.6
STINNER Victor
- [issue30320] test_eintr.test_sigwaitinfo(): race condition on AMD64 FreeBSD 10.x Shared 3.6
STINNER Victor
- [issue29889] test_asyncio fails always
STINNER Victor
- [issue30321] format() function prints fillchar as backslash twice
PradeepKumar
- [issue30322] PyObject_GetIter does not behave as documented on dict objects
Sam De Meyer
- [issue30165] faulthandler acquires lock from signal handler, can deadlock while crashing
Gregory P. Smith
- [issue30323] concurrent.futures.Executor.map() consumes all memory when big generators are used
Klamann
- [issue30324] Error using newline='' when writing to CSV file
BeamPower
- [issue30325] Buildbot: send email notifications to buildbot-status@
STINNER Victor
- [issue25652] collections.UserString.__rmod__() raises NameError
Jonathan Goble
- [issue30326] Version may be out of date in travis.yml
Jensen Taylor
- [issue30327] Version may be out of date in travis.yml
Jensen Taylor
- [issue29808] SyslogHandler: should not raise exception in constructor if connection fails
Марк Коренберг
- [issue16865] ctypes arrays >=2GB in length causes exception
David Heffernan
- [issue25277] test_sigwaitinfo() of test_eintr hangs on randomly on FreeBSD buildbots
STINNER Victor
- [issue30328] test_ssl.test_connect_with_context(): ConnectionResetError on AMD64 FreeBSD 9.x 3.6
STINNER Victor
- [issue30329] test_imaplib.test_login_cram_md5(): OSError: [WinError 10022] An invalid argument was supplied on AMD64 Windows8.1 Non-Debug 3.6
STINNER Victor
- [issue30330] test_socket.test_idna(): socket.gaierror: [Errno 11001] getaddrinfo failed on AMD64 Windows10 3.6
STINNER Victor
- [issue30331] TestPOP3_TLSClass: socket.timeout: timed out on AMD64 FreeBSD 10.x Shared 3.x
STINNER Victor
- [issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows
Cheryl Sabella
- [issue30332] Errors that aren't actually definde
Jensen Taylor
- [issue30332] Errors that aren't actually defined are purple in the IDLE
Jensen Taylor
- [issue30333] test_multiprocessing_forkserver: poll() failed on AMD64 FreeBSD CURRENT Non-Debug 3.5
STINNER Victor
- [issue30334] [Windows] support.rmtree() should retry on WindowsError: [Error 32] The process cannot access the file because it is being used by another process
STINNER Victor
- [issue30335] Document deprecated alias of assertNotRegex
Jim Fasarakis-Hilliard
- [issue15526] test_startfile crash on Windows 7 AMD64
STINNER Victor
- [issue27144] concurrent.futures.as_completed() memory inefficiency
Mark DePristo
- [issue9850] obsolete macpath module dangerously broken and should be removed
Jim Fasarakis-Hilliard
- [issue30336] Pull Requests need more detail
Jensen Taylor
- [issue30337] Vague wording of pkgutil.walk_packages parameter 'prefix'
Sam Silberstein
- [issue17188] Document 'from None' in raise statement doc.
Cheryl Sabella
- [issue30338] LC_ALL=en_US + io.open() => LookupError: (osx)
Anthony Sottile
- [issue20491] textwrap: Non-breaking space not honored
Matej Cepl
- [issue30339] test_multiprocessing_main_handling: "RuntimeError: Timed out waiting for results" on x86 Windows7 3.x
STINNER Victor
- [issue29290] argparse breaks long lines on NO-BREAK SPACE
wim glenn
- [issue30340] Optimize out non-capturing groups
Serhiy Storchaka
- [issue25260] python -m test --coverage doesn't work on Windows
STINNER Victor
- [issue30341] Add an explaining comment in _PyTrash_thread_destroy_chain()
Xiang Zhang
- [issue30342] [2.7] sysconfig.is_python_build() doesn't work if Python is built with VS 2008
STINNER Victor
- [issue30048] If a task is canceled at the right moment, the cancellation is ignored
INADA Naoki
- [issue27240] 'UnstructuredTokenList' object has no attribute '_fold_as_ew'
Arthur Gutman
- [issue30343] Subclassed json.JSONEncoder does not respect default method for supported types
Christopher Harrison
- [issue30344] test_multiprocessing.test_notify_all(): AssertionError: 6 != 5 on x86 Windows XP 2.7
STINNER Victor
- [issue30345] test_gdb fails on Python 3.6 when built with LTO+PGO
STINNER Victor
- [issue30346] Odd behavior when unpacking `itertools.groupby`
Matt Gilson
- [issue22559] [backport] ssl.MemoryBIO
Glyph Lefkowitz
- [issue30347] itertools.groupby() can fail a C assert()
Armin Rigo
- [issue30019] IDLE freezes when opening a file with astral characters
Terry J. Reedy
- [issue30348] IDLE: Add fetch completions and get entity unittest
Louie Lu
- [issue30349] Preparation for advanced set syntax in regular expressions
Serhiy Storchaka
- [issue6393] OS X: python3 from python-3.1.dmg crashes at startup
STINNER Victor
- [issue30350] devguide suggests to use VS 2008 to build Python 2.7, but VS 2008 is no more supported?
STINNER Victor
- [issue30003] Remove hz codec
Xiang Zhang
- [issue30003] Fix handling escape characters in HZ codec
Xiang Zhang
- [issue30351] regrtest hangs on x86 Windows XP 2.7
STINNER Victor
- [issue30352] The 'in' syntax should work with any object that implements __iter__
Edouard KLEIN
- [issue30353] ctypes: pass by value for structs broken on Cygwin/MinGW 64-bit
Erik Bray
- [issue29863] Add a COMPACT constant to the json module
Andrew Nester
- [issue29553] Argparser does not display closing parentheses in nested mutex groups
Andrew Nester
- [issue29573] NamedTemporaryFile with delete=True should not fail if file already deleted
Andrew Nester
- [issue30354] Change data model documentation to zero-argument super()
Cheryl Sabella
- [issue18233] SSLSocket.getpeercertchain()
Chet Nichols III
- [issue11681] -b option undocumented
Zachary Ware
- [issue30355] Unicode symbols crash lib2to3.parse
Yann Grisel
- [issue29259] Add tp_fastcall to PyTypeObject: support FASTCALL calling convention for all callable objects
STINNER Victor
- [issue29367] python-gdb: display wrapper_call()
STINNER Victor
- [issue30356] test_mymanager_context() of test_multiprocessing_spawn: manager._process.exitcode=-15 on x86 Windows7 3.x
STINNER Victor
- [issue30357] test_thread.test_save_exception_state_on_error(): Unhandled exception in thread: AMD64 Debian root 2.7
STINNER Victor
- [issue30358] Profile documentation - include sort argument for runctx
Cheryl Sabella
- [issue30359] A standard convention for annotating a function as returning an (async) context manager?
Nathaniel Smith
- [issue30113] Allow helper functions to wrap sys.setprofile
Louie Lu
- [issue16283] ctypes.util.find_library does not find all DLLs anymore
Sophist
- [issue29196] Remove old-deprecated plistlib features
Serhiy Storchaka
- [issue29104] Left bracket remains in format string result when '\' preceeds it
Serhiy Storchaka
- [issue28974] Make default __format__ be equivalent to __str__
Serhiy Storchaka
- [issue28595] shlex.shlex should not augment wordchars
Evan Andrews
- [issue2936] ctypes.util.find_library() doesn't consult LD_LIBRARY_PATH
Niklas Hambüchen
- [issue30178] Indent methods and attributes of MimeTypes class
Jim Fasarakis-Hilliard
- [issue29950] Rename SlotWrapperType to WrapperDescriptorType
Jim Fasarakis-Hilliard
- [issue29570] Windows Buildbot 2.7 is broken
Serhiy Storchaka
- [issue30360] getpass.getpass() does not except stdin from an Expect script
brent saner
- [issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented
Berker Peksag
- [issue29877] compileall hangs when accessing urandom even if number of workers is 1
Berker Peksag
- [issue29895] Distutils blows up with an incorrect pypirc, should be caught
Berker Peksag
- [issue28686] py.exe ignored PATH when using python3 shebang
Steve Barnes
- [issue30361] Docs example: converting mixed types to floating point
Mihai Borobocea
- [issue30362] Launcher add list and list with paths options
Steve Barnes
- [issue26467] Add async magic method support to unittest.mock.Mock
Michał Bultrowicz
- [issue30363] Backport warnings in the re module to 2.7
Serhiy Storchaka
- [issue30364] Outdated function attribute to disable address sanitizer
Xiang Zhang
- [issue30365] Backport warnings in ElementTree/cElementTree modules and fix bugs
Serhiy Storchaka
- [issue30366] Backport tests for test.support to 2.7
Serhiy Storchaka
- [issue29763] test_site failing on AppVeyor
Zachary Ware
- [issue12782] Multiple context expressions do not support parentheses for continuation across lines
Ulrich Petri
- [issue30367] Cannot build CPython3.6 with module “testcapimodule” statically
Nan Zhang
- [issue29842] Make Executor.map work with infinite/large inputs correctly
Max
- [issue26143] Ensure that IDLE's stdlib imports are from the stdlib
Terry J. Reedy
- [issue28889] IDLE needs the ability to pass in command-line arguments
Louie Lu
- [issue30368] [2.7] OpenSSL compilation fails on AMD64 Windows7 SP1 VS9.0 2.7
STINNER Victor
- [issue26122] Isolated mode doesn't ignore PYTHONHASHSEED
STINNER Victor
- [issue30369] test_thread crashed with SIGBUS on AMD64 FreeBSD 10.x Shared 3.6
STINNER Victor
- [issue11790] transient failure in test_multiprocessing.WithProcessesTestCondition
STINNER Victor
- [issue30370] IPython 5.3.0 debug mode breakpoint issue
Taylor Newton
- [issue30371] test_long_lines() fails randomly on AMD64 Windows7 SP1 3.x
STINNER Victor
- [issue30372] Status of __builtins__ is not totally clear
Malcolm Smith
- [issue30373] Incomplete description of re.LOCALE
Jakub Wilk
- [issue30374] Make win_add2path.py take effect without having to log off
neeverett
- [issue24896] It is undocumented that re.UNICODE and re.LOCALE affect re.IGNORECASE
Serhiy Storchaka
- [issue30375] Correct stacklevel of warnings when compile regular expressions
Serhiy Storchaka
- [issue30376] Curses documentation refers to incorrect type
Ryan Jarvis
- [issue30211] Bdb: add docstrings
Terry J. Reedy
- [issue24339] iso6937 encoding missing
Xiang Zhang
- [issue26904] Difflib quick_ratio() could use Counter()
Michael Cuthbert
- [issue17446] doctest test finder doesnt find line numbers of properties
Michael Cuthbert
- [issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs
Senthil Kumaran
- [issue23667] IDLE to provide option for making trailing whitespace visible
Louie Lu
- [issue29710] Incorrect representation caveat on bitwise operation docs
Nick Coghlan
- [issue30377] Unnecessary complexity in tokenize.py around handling of comments and newlines
Albert-Jan Nijburg
- [issue18299] Change script_helper to use universal_newlines=True in _assert_python
Pranav Deshpande
- [issue30378] SysLogHandler does not support IPv6 destinations
Calvin Cheng
- [issue30379] multiprocessing Array create for ctypes.c_char, TypeError unless 1 char string arg used
John Schaefer
- [issue25324] Importing tokenize modifies token
Albert-Jan Nijburg
- [issue30380] Sphinx 1.6.1 raising new warnings in docs build
Brett Cannon
- [issue24960] Can't use lib2to3 with embeddable zip file.
Kirk Sayre
- [issue30038] Race condition in how trip_signal writes to wakeup fd
STINNER Victor
- [issue29137] Fix fpectl-induced ABI breakage
Dima Pasechnik
- [issue30381] test_smtpnet.test_connect_using_sslcontext_verified() randomly failed with "smtplib.SMTPServerDisconnected: Connection unexpectedly closed" on AMD64 FreeBSD CURRENT Debug 3.x
STINNER Victor
- [issue30382] test_stdin_broken_pipe() of test_asyncio failed randomly on AMD64 FreeBSD CURRENT Non-Debug 3.x
STINNER Victor
- [issue30383] [3.5] Backport regrtest features from master to Python 3.5
STINNER Victor
- [issue19417] Bdb: add a unittest file (test.test_bdb)
Cheryl Sabella
- [issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None
Aaron Meurer
- [issue23267] multiprocessing pool.py doesn't close inqueue and outqueue pipes on termination
Xiang Zhang
- [issue30385] Segfault on OSX with 3.6.1
Gunnar Aastrand Grimnes
- [issue30386] Add a build infrastructure for Android
Xavier de Gaye
- [issue30387] warning of threading_cleanup in test_threading
Xiang Zhang
- [issue30388] ndbm can't iterate through values on OS X
Forest Gregg
- [issue29619] st_ino (unsigned long long) is casted to long long in posixmodule.c:_pystat_fromstructstat
Xavier de Gaye
- [issue27350] Compact and ordered dict
Jesús Cea Avión
- [issue29252] self in classes missinterpreted as a string.
Decorater
- [issue28023] python-gdb.py must be updated for the new Python 3.6 compact dict
Jesús Cea Avión
- [issue29063] Fixed timemodule compile warnings.
Decorater
- [issue30389] distutils._msvccompiler cannot find VS 2017
Steve Dower
- [issue30390] Document how to make classes in the C API.
Decorater
- [issue24254] Make class definition namespace ordered by default
Jesús Cea Avión
- [issue30149] inspect.signature() doesn't support partialmethod without explicit self parameter
Yury Selivanov
- [issue30391] test_socketserver killed after 15 min on AMD64 FreeBSD 10.x Shared 3.6
STINNER Victor
- [issue29063] Fixed timemodule compile warnings (gmtoff).
STINNER Victor
- [issue28240] Enhance the timeit module: display average +- std dev instead of minimum
Jesús Cea Avión
- [issue30392] default webbrowser macOS Sierra 10.12.5
Andrew Jaffe
- [issue30392] default webbrowser not used on macOS Sierra 10.12.5
Andrew Jaffe
- [issue30039] Resuming a 'yield from' stack is broken if a signal arrives in the middle
Yury Selivanov
- [issue29723] 3.6.1rc1 adds the current directory to sys.path when running a subdirectory's __main__.py; previous versions did not
Eric Snow
- [issue29660] Document that print/format_exception ignore etype
Mariatta Wijaya
- [issue28411] Eliminate PyInterpreterState.modules.
Eric Snow
- [issue29102] Add an id field to PyInterpreterState.
Eric Snow
- [issue17560] problem using multiprocessing with really big objects?
Igor
- [issue30393] test_readline hangs
wmayner
- [issue18617] AIA chasing for missing intermediate certificates on TLS connections
April King
- [issue30394] smtplib leaves open sockets around if SMTPConnectError is raised in __init__
Joel Hillacre
- [issue23749] asyncio missing wrap_socket (starttls)
Barry A. Warsaw
- [issue30395] deadlocked child process after forking on pystate.c's head_mutex
Louis Brandy
- [issue28618] Decorate hot functions using __attribute__((hot)) to optimize Python
Jesús Cea Avión
- [issue30396] Document the PyClassMethod* C API functions.
Decorater
- [issue16487] Allow ssl certificates to be specified from memory rather than files.
Senthil Kumaran
- [issue29976] urllib.parse clarify what ' ' in schemes mean
Senthil Kumaran
- [issue30397] Expose regular expression and match objects types in the re module
Serhiy Storchaka
- [issue30398] Add a docstring for re.error
Serhiy Storchaka
- [issue30177] pathlib.resolve(strict=False) only includes first child
Marcel Plch
- [issue27585] asyncio.Lock deadlock after cancellation
Alexey Popravka
- [issue29960] _random.Random state corrupted on exception
Serhiy Storchaka
- [issue30399] Get rid of trailing comma if the repr() of BaseException
Serhiy Storchaka
- [issue18943] argparse: default args in mutually exclusive groups
paul j3
- [issue27103] regrtest: capture stdout (-W) option is incompatible with refleak hunter (-R)
STINNER Victor
- [issue25794] __setattr__ does not always overload operators
Serhiy Storchaka
- [issue19569] Use __attribute__((deprecated)) to warn usage of deprecated functions and macros
Serhiy Storchaka
- [issue29948] DeprecationWarning when parse ElementTree with a doctype in 2.7
Serhiy Storchaka
- [issue28647] python --help: -u is misdocumented as binary mode
Berker Peksag
- [issue27945] Various segfaults with dict
Serhiy Storchaka
- [issue30400] Race condition in shutil.copyfile()
Preston Moore
- [issue30401] Remove the .bzrignore file
Stéphane Wirtel
- [issue30402] Unexpected and/or inconsistent del behavior
Dan Snider
- [issue30000] Inconsistency in the zlib module
Ellison Marks
- [issue28053] parameterize what serialization is used in multiprocessing
Davin Potts
- [issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture
Erik Bray
- [issue30403] Running extension modules using -m switch
Marcel Plch
- [issue29611] TextIOWrapper's write_through option behave differently between C and pure Python implementation.
Serhiy Storchaka
- [issue30404] Make stdout and stderr truly unbuffered when run with the -u option
Serhiy Storchaka
- [issue30405] PCbuild.bat: register binaries for py launcher
Terry J. Reedy
- [issue30406] async and await should be keywords in 3.7
Jelle Zijlstra
- [issue30407] ipaddress ver. 1.0.14 IPv4Network off by 1
kelly hirai
- [issue29854] Segfault when readline history is more then 2 * history size
Nir Soffer
- [issue28845] Clean up known issues for AIX
Eric N. Vander Weele
- [issue23674] super() documentation isn't very clear
Cheryl Sabella
- [issue30408] [defaultdict] default_factory should accept a "key" default parameter (which can be passed my __missing__)
Nam
- [issue30409] locale.getpreferredencoding doesn't return result
Sean McCully
- [issue30410] Documentation for sys.stdout encoding does not reflect the new Windows behavior in Python 3.6+
Paul Moore
- [issue30411] git doesn't support "-C" args under 1.8.5 occurs in configure.ac
Yuan Liu
- [issue20751] Misleading descriptor protocol documentation: direct call, super binding
Martin Panter
- [issue8704] cgitb sends a bogus HTTP header if the app crashes before finishing headers
Артур Клесун
- [issue19495] context manager for measuring duration of blocks of code
irdb
- [issue30412] mailbox : add option to prevent platform EOL conversion
adder
- [issue9584] fnmatch, glob: Allow curly brace expansion
Steven D'Aprano
- [issue30413] Add fnmatch.filter_false function
Steven D'Aprano
- [issue30414] multiprocesing.Queue silently ignore messages after exc in _feeder
Grzegorz Grzywacz
- [issue30415] Improve fnmatch testing
Serhiy Storchaka
- [issue23560] Group the docs of similar methods in stdtypes.rst
Cheryl Sabella
- [issue30416] constant folding opens compiler to quadratic time hashing
Andrew Dalke
- [issue30417] [buildbot] Disable the cpu resources on slow buildbots
STINNER Victor
- [issue30418] test_communicate_epipe() of test_subprocess fails randomly on AMD64 Windows7 SP1 3.x
STINNER Victor
- [issue30419] Bdb: Update doc page
Cheryl Sabella
- [issue30420] Clarify kwarg handing for subprocess convenience APIs
Nick Coghlan
- [issue25720] Fix curses module compilation with ncurses6
Masayuki Yamamoto
- [issue12978] Figure out extended attributes on BSDs
Roundup Robot
- [issue30421] Relative include of config files
Robert Schindler
- [issue30422] Add roadmap.txt section to idlelib
Terry J. Reedy
- [issue29702] Error 0x80070003: Failed to launch elevated child process
Kai Shen
- [issue26171] heap overflow in zipimporter module
Jimmy Lai
- [issue30423] [asyncio] orphan future close loop and cause "RuntimeError: Event loop stopped before Future completed."
Jimmy Lai
- [issue30424] make pydoc-topics fails
Jelle Zijlstra
- [issue30425] Python 3.6.1 (32-bit)_20170522020736.log
Chakrit Rakhuang
- [issue24658] open().write() fails on 2 GB+ data (OS X)
Stéphane Wirtel
- [issue29596] Unfinished sentense in howto/clinic.rst
G Young
- [issue21074] Too aggressive constant folding
Andrew Dalke
- [issue26949] IDLE restarts when one debugs code raising SystemExit
Louie Lu
- [issue17942] IDLE Debugger: Improve GUI
Louie Lu
- [issue30426] why not use the same style func name. eg: int.to_bytes (with underline or not) and array.tobytes().
jf
- [issue30427] isinstance checks in os.path.normcase redundant with os.fspath
Wolfgang Maier
- [issue29828] Allow registering after-fork initializers in multiprocessing
Antoine Pitrou
- [issue30428] mailbox.MMDF wrongly adds From_ header to file
Ralph Corderoy
- [issue18123] fnmatchicase for case insensitive file search
Serhiy Storchaka
- [issue30429] bdb: Add watchpoint function
Louie Lu
- [issue16500] Add an 'atfork' module
Antoine Pitrou
- [issue16500] Allow registering at-fork handlers
Antoine Pitrou
- [issue25532] infinite loop when running inspect.unwrap over unittest.mock.call
Thomas Kluyver
- [issue30430] Cannot write to a tun interface file
Rémy Léone
- [issue30431] input function truncates prompt by NULL byte
Костя Чолак
- [issue19764] subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista
Segev Finer
- [issue23894] lib2to3 doesn't recognize rb'...' and f'...' in Python 3.6
Łukasz Langa
- [issue30432] FileInput doesn't accept PathLike objects for file names
Roy Williams
- [issue30433] Devguide lacks instructions for building docs
Caleb Hattingh
- [issue17411] Build failures with non-NDEBUG, non-Py_DEBUG builds.
Thomas Wouters
- [issue11410] Use GCC visibility attrs in PyAPI_*
Thomas Wouters
- [issue11470] Flag inappropriate uses of callable class attributes
Thomas Wouters
- [issue20210] Provide configure options to enable/disable Python modules and extensions
Thomas Wouters
- [issue30434] multiprocessing AuthenticationError "digest sent was rejected"
Soon Jeffrey
- [issue9883] minidom: AttributeError: DocumentFragment instance has no attribute 'writexml'
Alex Perry
- [issue24899] Add an os.path <=> pathlib equivalence table in pathlib docs
Jamiel Almeida
- [issue22257] PEP 432: Redesign the interpreter startup sequence
Eric Snow
- [issue29941] Confusion between asserts and Py_DEBUG
Thomas Wouters
- [issue27269] ipaddress: Wrong behavior with ::ffff:1.2.3.4 style IPs
Alex Perry
- [issue30435] Documentation either unclear or incorrect on comparisons between bytes and strings in Python 3
ipatrol
- [issue28340] [py2] TextIOWrapper.tell extremely slow
Rob Malouf
- [issue30202] Update test.test_importlib.test_abc to test find_spec()
Sayan Chowdhury
- [issue30436] importlib.find_spec raises AttributeError/ModuleNotFoundError when parent is not a package/module
tkhyn
- [issue30437] SSL_shutdown can return meaningless SSL_ERROR_SYSCALL
Nathaniel Smith
- [issue30438] tarfile would fail to extract tarballs with files under R/O directories
Yaroslav Halchenko
- [issue21056] csv documentation is incorrect
Mariatta Wijaya
- [issue30439] Expose the subinterpreters C-API in the stdlib.
Eric Snow
- [issue29335] subprocess module does not check WIFSTOPPED on SIGCHLD
Gregory P. Smith
- [issue29321] Wrong documentation (Language Ref) for unicode and str comparison
Martin Panter
- [issue29334] ssl.SSLObject method getpeercert() is buggy, do_handshake() is strange
Nathaniel Smith
- [issue25430] speed up ipaddress __contain__ method
Aleksandr Balezin
- [issue30150] raw debug allocators to not return malloc alignment
Julian Taylor
- [issue20825] containment test for "ip_network in ip_network"
Aleksandr Balezin
- [issue30440] document peephole optimizer effects
Andrew Dalke
- [issue30441] os.environ raises RuntimeError: dictionary changed size during iteration
Osvaldo Santana Neto
- [issue30442] Skip test_xml_etree under coverage
Kushal Das
- [issue29988] (async) with blocks and try/finally are not as KeyboardInterrupt-safe as one might like
Mark Shannon
- [issue28401] Don't support the PEP384 stable ABI in pydebug builds
Roundup Robot
- [issue30443] datetime.datetime.__add__ does not respect fold.
Michael R. Shannon
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Mark Shannon
- [issue25612] nested try..excepts don't work correctly for generators
Roundup Robot
- [issue28567] Bus error / segmentation fault on macOS debug build when using ctypes OpenGL
Ned Deily
- [issue30444] Add ability to change "-- more --
Gautam krishna.R
- [issue30444] Add ability to change "-- more --" text in pager module
Gautam krishna.R
- [issue30445] test_traceback fails when run early
Maria Mckinley
- [issue30445] test_traceback fails in coverage run
Zachary Ware
- [issue28707] add 'directory' option to the http.server module
Stéphane Wirtel
- [issue9146] Segfault in hashlib in OpenSSL FIPS mode using non-FIPS-compliant hashes, if "ssl" imported before "hashlib"
Gregory P. Smith
- [issue30446] Embedded 3.6.1 distribution cannot find _socket module
Thomas Stevenson
- [issue29340] SSL destructor segfaults in python3.6 threads when an unverified-cert connection is closed
Christian Heimes
- [issue30447] test_capi.test_subinterps() fails on ARMv7 Ubuntu 3.x
STINNER Victor
- [issue30448] test_subprocess creates a core dump on FreeBSD
STINNER Victor
- [issue30449] Improve __slots__ datamodel documentation
Aaron Hall
- [issue30450] Pull Windows dependencies from GitHub rather than svn.python.org
Zachary Ware
- [issue30451] parse windows path error in webbrowser.get() and lead to webbrowser.Error: could not locate runnable browser
chainly
- [issue14111] IDLE Debugger should handle interrupts
Louie Lu
- [issue30452] xml.etree sourcecode bug
Zoltan Baksa
- [issue16806] col_offset is -1 and lineno is wrong for multiline string expressions
Ivailo Karamanolev
- [issue30453] str.format() method, Rounding off wrong
Kazuhiro Fujie
- [issue30454] Python module cx_Oracle ld installation issue on Solaris11U3 SPARC: fatal: file /oracle/database/lib/libclntsh.so: wrong ELF class: ELFCLASS64 error
sameer natekar
- [issue30455] Generate C code from token.py and not vice versa
Serhiy Storchaka
- [issue30456] 2to3 docs: example of fix for duplicates in second argument of isinstance has superfluous parentheses
Eli_B
- [issue27728] HTTPConnection.requests has a mutable as default value for headers
Stéphane Wirtel
- [issue30457] Allow retrieve the number of waiters pending for most of the asyncio lock primitives
pfreixes
- [issue30458] CRLF Injection in httplib
Orange
- [issue30459] PyList_SET_ITEM could be safer
Espie Marc
- [issue29871] Enable optimized locks on Windows
Steve Dower
- [issue29510] gitignore settings files for Eclipse IDE
G Young
- [issue25571] Improve the lltrace feature with the Py_Debug mode
Stéphane Wirtel
- [issue30460] file opened for updating cannot write after read
Jeremy Kloth
- [issue30461] glob returns results in undeterministic order
Bernhard M. Wiedemann
- [issue9938] Documentation for argparse interactive use
Sourav Singh
- [issue20265] Bring Windows docs up to date
Sourav Singh
- [issue18859] README.valgrind should mention --with-valgrind
Sourav Singh
- [issue30462] urllib does not support NO_PROXY environment variable containing domain with asterisk
Jiri Hnidek
- [issue30463] Add __slots__ to ABC convenience class
Aaron Hall
- [issue12345] Add math.tau
Roundup Robot
- [issue30464] gammavariate has a wrong comment
Leonardo De Marchi
- [issue29851] Have importlib.reload() raise ModuleNotFoundError when a spec can't be found
Brett Cannon
- [issue30465] FormattedValue expressions have wrong lineno and col_offset information
Łukasz Langa
- [issue30466] Tutorial doesn't explain the use of classes
Trey Hunner
- [issue30467] Propagate zipfile.py pypy issue #905 patch to CPython
Shubha Ramani
- [issue30468] Propagate zipfile.py pypy issue #905 patch to CPython 3.7
Shubha Ramani
- [issue30469] Inconsistent Execution of Generic Descriptor Attributes
Ryan Morshead
- [issue30470] Deprecate invalid ctypes call protection on Windows
Mariatta Wijaya
- [issue30471] "as" keyword in comprehensions
Dávid Nemeskey
- [issue30472] [Selenium 3.4.2-geckodriver 0.16.1] Python 3.6.1 unable to initialize webdriver with "marionette" set to True
Debanjan Bhattacharjee
- [issue30473] defaultdict raises SystemError, __missing__ returned NULL in thread
Peter Parente
- [issue26219] implement per-opcode cache in ceval
Jim Fasarakis-Hilliard
- [issue30474] Crash on OS X EXC_BAD_ACCESS (SIGSEGV)
Kevin Buchs
- [issue9216] FIPS support for hashlib
Charalampos Stratakis
- [issue30475] Docs for PyDict_GetItemWithError() should say it returns a borrowed reference.
Eric Snow
- [issue30476] Add _GenerateCRCTable() to zipfile.py to pre-compute CRC Table
Shubha Ramani
- [issue30477] tuple.index error message improvement
Joe Jevnik
- [issue30478] Python 2.7 crashes in Linux environment
HuyK
- [issue30479] improve asyncio debugging
Tarek Ziadé
- [issue30480] samefile and sameopenfile fail for WebDAV mapped drives
Eryk Sun
- [issue30481] lib/socket.py, line 330, Treated 'file' as a socket object, instead of int
Mohamad amin Khakzadan
- [issue30482] socket.getservbyname(), socket.getservbyport(), socket.getprotobyname() are not threadsafe
Doug Freed
- [issue30483] urllib.parse.parse_qsl does not handle unicode data properly
Abhilash Raj
- [issue24484] multiprocessing cleanup occasionally throws exception
Marcin Słowik
- [issue27115] IDLE/tkinter: in simpledialog, <Return> != [OK] click
Louie Lu
- [issue30484] Garbage Collector can cause Segfault whilst iterating dictionary items
Jim Wright
- [issue30485] Element.findall(path, dict) doesn't insert null namespace
Ben Wainwright
- [issue18748] libgcc_s.so.1 must be installed for pthread_cancel to work
Barry Davis
- [issue13349] Non-informative error message in index() and remove() functions
Raymond Hettinger
- [issue30486] Allow setting cell value
Antoine Pitrou
- [issue26280] ceval: Optimize list[int] (subscript) operation similarly to CPython 2.7
Jim Fasarakis-Hilliard
- [issue30487] DOC: automatically create a venv and install Sphinx when running make
Caleb Hattingh
- [issue30488] Documentation for subprocess.STDOUT needs clarification
Max
- [issue30489] Add CmdLineTest to standard library
Santiago Castro
- [issue22729] `wait` and `as_completed` depend on private api
Nathaniel Manista
- [issue11588] Add "necessarily inclusive" groups to argparse
Pedro
- [issue30490] Allow pass an exception to the Event.set method
pfreixes
- [issue11874] argparse assertion failure with brackets in metavars
wim glenn
- [issue29526] Documenting format() function
Nick Coghlan
- [issue19180] some RFC references could be updated
Nick Coghlan
- [issue22702] to improve documentation for join() (str method)
Nick Coghlan
- [issue30491] Add a lightweight mechanism for detecting un-awaited coroutine objects
Nathaniel Smith
- [issue20210] Support the *disabled* marker in Setup files
Xavier de Gaye
- [issue30492] 'make clinic' does not work for out of tree builds / clinic.py is not in the devguide
Gregory P. Smith
- [issue29626] Issue with spacing in argparse module while using help
Cheryl Sabella
- [issue30493] Increase coverage of base64
Lee Cannon
- [issue30494] python.exe crashed when open long path in windows 7
aokaywe
- [issue30495] IDLE: modernize textview module
Terry J. Reedy
- [issue25791] Raise an ImportWarning when __spec__.parent/__package__ isn't defined for a relative import
Antoine Pitrou
- [issue30496] Incomplete traceback with `exec`
Stefan Seefeld
- [issue19717] resolve() fails when the path doesn't exist
Marcel Plch
- [issue11822] Improve disassembly to show embedded code objects
Serhiy Storchaka
- [issue30497] Line number of docstring in AST
Steven Myint
- [issue30498] Run Python's slowest tests in the first 3/4 of tests when using -r
Brett Cannon
- [issue30499] Deprecated note in set documentation
Julien Palard
- [issue29670] argparse: does not respect required args pre-populated into namespace
paul j3
- [issue26394] Have argparse provide ability to require a fallback value be present
paul j3
- [issue30500] urllib connects to a wrong host
Nam Nguyen
- [issue3062] Turtle speed() function has no effect under Mac OS X
Carol Willing
- [issue7074] Turtle module crashes python
Carol Willing
- [issue11978] Report correct coverage.py data for tests that invoke subprocesses
Brett Cannon
- [issue29463] Add `docstring` field to AST nodes
Serhiy Storchaka
- [issue30501] Produce optimized code for boolean conditions
Serhiy Storchaka
- [issue30502] Fix buffer handling of OBJ_obj2txt
Christian Heimes
- [issue30503] It should be possible to use a module name with the same name as a package name
Håkon Hægland
- [issue30504] Allow inspecting buffering attribute of IO objects
Antoine Pitrou
- [issue30505] Performance of typing._ProtocolMeta._get_protocol_attrs and isinstance
Oren Ben-Kiki
- [issue30506] Replace 'list' with 'array' in array.remove and array.index
Jim Fasarakis-Hilliard
- [issue30216] xdrlib.Unpacker.unpack_string returns bytes (docs say should be str)
Jan Hnatek
- [issue9544] xdrlib.Packer().pack_fstring throws a TypeError when called with a str()
Jan Hnatek
- [issue30507] Elements reports it is a list on Element.remove
Jim Fasarakis-Hilliard
- [issue26098] PEP 510: Specialize functions with guards
Jim Fasarakis-Hilliard
- [issue28533] Replace asyncore
Grzegorz Grzywacz
- [issue6721] Locks in the standard library should be sanitized on fork
Gregory P. Smith
- [issue29766] --with-lto still implied by --enable-optimizations in Python 2.7
Roundup Robot
- [issue30508] "Task exception was never retrieved" reported for a canceled task
Miguel Grinberg
- [issue23787] sum() function docstring lists arguments incorrectly
Mariatta Wijaya
- [issue23699] Add a macro to ease writing rich comparisons
Nick Coghlan
- [issue27115] IDLE: replace used of tkinter simpledialog with query.Query
Terry J. Reedy
- [issue27115] IDLE: replace uses of tkinter simpledialog with query.Query
Terry J. Reedy
- [issue29596] Unfinished sentence in howto/clinic.rst
Martin Panter
- [issue30509] Optimize calling type slots
Serhiy Storchaka
- [issue30510] c_bool type not supported for BigEndianStructure on little-endian machine
Hassan El Karouni
- [issue30511] shutil.make_archive should not need to chdir (alternatively: make shutil.make_archive thread-safe)
Alex Gaynor
- [issue30512] CAN Socket support for NetBSD
Thomas Klausner
- [issue30513] getrusage returns platform-dependent value
sam-s
- [issue30514] test_poplib replace asyncore
Grzegorz Grzywacz
- [issue30515] unittest: assertAlmostEqual rounding error
sam-s
- [issue25237] Add doc for tkinter commondialog.Dialog and subclasses
Nikhil Patel
- [issue30516] Documentation for datetime substract operation incorrect?
René Hernández Remedios
- [issue12383] subprocess.Popen(..., env={}) fails to pass empty env.
Gregory P. Smith
- [issue30517] Enum does not recognize enum.auto as unique values
Max
- [issue30518] Import type aliases from another module
John Jackson
- [issue30519] Add daemon argument to Timer
Andre Wolokita
- [issue30520] loggers can't be pickled
Antoine Pitrou
- [issue30521] IDLE: Add navigate bar and replace current goto dialog
Louie Lu
- [issue30522] Allow replacing a StreamHandler's stream
Antoine Pitrou
- [issue30523] unittest: add --list-tests option to only display the list of test names, don't run tests
STINNER Victor
- [issue29512] regrtest refleak: implement bisection feature
STINNER Victor
- [issue30524] iter(classmethod, sentinel) broken for Argument Clinic class methods?
Martijn Pieters
- [issue30525] Expose SCTs on TLS connections
Alex Gaynor
- [issue29286] Use METH_FASTCALL in str methods
STINNER Victor
- [issue30526] Allow setting line_buffering on existing TextIOWrapper
Antoine Pitrou
- [issue30527] PyMemoryView_FromBuffer memory leak
Christoph Reiter
- [issue30528] ipaddress.IPv{4,6}Network.reverse_pointer is broken
Hristo Venev
- [issue17852] Built-in module _io can loose data from buffered files at exit
Neil Schemenauer
- [issue30529] Incorrect error messages for invalid whitespaces in f-string subexpressions
Serhiy Storchaka
- [issue28791] update sqlite to 3.19.2
Big Stone
- [issue30530] Descriptors HowTo: Example on function.__get__ needs update
Mariano Anaya
- [issue30531] Windows 10 3.6.1 install disallows pip installs of packages
Thomas Shinnick
- [issue30532] email.policy.SMTP.fold() mangles long headers
Chris Bradley
- [issue30533] missing feature in inspect module: getmembers_static
Carl Meyer
Last message date:
Wed May 31 23:25:58 EDT 2017
Archived on: Wed May 31 23:25:59 EDT 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).