June 2016 Archives by date
Starting: Wed Jun 1 00:04:50 EDT 2016
Ending: Thu Jun 30 19:28:04 EDT 2016
Messages: 258
- [New-bugs-announce] [issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()
ryan.petrello
- [New-bugs-announce] [issue27173] Modern Unix key bindings for IDLE
Serhiy Storchaka
- [New-bugs-announce] [issue27174] Update URL to IPython in interactive.rst
kulla
- [New-bugs-announce] [issue27175] Unpickling Path objects
Antony Lee
- [New-bugs-announce] [issue27176] Addition of assertNotRaises
Bar Harel
- [New-bugs-announce] [issue27177] re match.group should support __index__
Jeroen Demeyer
- [New-bugs-announce] [issue27178] Unconverted RST marking in interpreter tutorial
Nathan Harold
- [New-bugs-announce] [issue27179] subprocess uses wrong encoding on Windows
Dāvis
- [New-bugs-announce] [issue27180] Doc/pathlib: Please describe the behaviour of Path().rename() is depends on the platform (same as os.rename())
Masato HASHIMOTO
- [New-bugs-announce] [issue27181] Add geometric mean to `statistics` module
Ram Rachum
- [New-bugs-announce] [issue27182] PEP 519 support in the stdlib
Ethan Furman
- [New-bugs-announce] [issue27183] Clarify that Py_VISIT(NULL) does nothing
Petr Viktorin
- [New-bugs-announce] [issue27184] Support path objects in the nt module
Ethan Furman
- [New-bugs-announce] [issue27185] Increase Test Coverage for the String Module
Erin Braswell
- [New-bugs-announce] [issue27186] add os.fspath()
Ethan Furman
- [New-bugs-announce] [issue27187] Relax __all__ location requirement in PEP 8
Barry A. Warsaw
- [New-bugs-announce] [issue27188] sqlite3 execute* methods return value not documented
Dave Sawyer
- [New-bugs-announce] [issue27189] configure --with-lto with clang should find the appropriate llvm-profdata tool
Gregory P. Smith
- [New-bugs-announce] [issue27190] Check sqlite3_version before allowing check_same_thread = False
Dave Sawyer
- [New-bugs-announce] [issue27191] Add formatting around methods in PEP 8
Ian Lee
- [New-bugs-announce] [issue27192] Keyboard Shortcuts Consistently Cause Crashes
Harrison Chudleigh
- [New-bugs-announce] [issue27193] Tkinter Unresponsive With Special Keys
Harrison Chudleigh
- [New-bugs-announce] [issue27194] Tarfile superfluous truncate calls slows extraction.
Jason Fried
- [New-bugs-announce] [issue27195] Crash when RawIOBase.write(b) evaluates b.format
Martin Panter
- [New-bugs-announce] [issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests
Terry J. Reedy
- [New-bugs-announce] [issue27197] mock.patch interactions with "from" imports
Clark Breyman
- [New-bugs-announce] [issue27198] Adding an assertClose() method to unittest.TestCase
Chris Barker
- [New-bugs-announce] [issue27199] TarFile expose copyfileobj bufsize to improve throughput
Jason Fried
- [New-bugs-announce] [issue27200] make doctest in CPython has failures
Jelle Zijlstra
- [New-bugs-announce] [issue27201] expose the ABI name as a config variable
Matthias Klose
- [New-bugs-announce] [issue27202] make doctest fails on 2.7 release notes
Jelle Zijlstra
- [New-bugs-announce] [issue27203] Failing doctests in Doc/faq/programming.rst
Jelle Zijlstra
- [New-bugs-announce] [issue27204] Failing doctests in Doc/howto/
Jelle Zijlstra
- [New-bugs-announce] [issue27205] Failing doctests in Library/collections.rst
Jelle Zijlstra
- [New-bugs-announce] [issue27206] Failing doctests in Doc/tutorial/
Jelle Zijlstra
- [New-bugs-announce] [issue27207] Failing doctests in Doc/whatsnew/3.2.rst
Jelle Zijlstra
- [New-bugs-announce] [issue27208] Failing doctests in Library/traceback.rst
Jelle Zijlstra
- [New-bugs-announce] [issue27209] Failing doctests in Library/email.*.rst
Jelle Zijlstra
- [New-bugs-announce] [issue27210] Failing doctests due to environmental dependencies in Lib/*lib.rst
Jelle Zijlstra
- [New-bugs-announce] [issue27211] Heap corruption via Python 2.7.11 IOBase readline()
Benjamin Peterson
- [New-bugs-announce] [issue27212] Doc for itertools, 'islice()' implementation have unwanted behavior for recipe 'consume()'
alex0307
- [New-bugs-announce] [issue27213] Rework CALL_FUNCTION* opcodes
Serhiy Storchaka
- [New-bugs-announce] [issue27214] a potential future bug and an optimization that mostly undermines performance in long_invert
Oren Milman
- [New-bugs-announce] [issue27215] Docstrings of Sequence and MutableSequence seems not right
Xiang Zhang
- [New-bugs-announce] [issue27216] Fix capitalisation of "Python runtime" in os.path.islink description
Alex Chan
- [New-bugs-announce] [issue27217] IDLE 3.5.1 not using Tk 8.6
Glenn Travis
- [New-bugs-announce] [issue27218] improve tracing performance with f_trace set to Py_None
Xavier de Gaye
- [New-bugs-announce] [issue27219] turtle.fillcolor doesn't accept a tuple of floats
Jelle Zijlstra
- [New-bugs-announce] [issue27220] Add a pure Python version of 'collections.defaultdict'
Emanuel Barry
- [New-bugs-announce] [issue27221] [multiprocessing] Doc is outdated regarding method picklability
Memeplex
- [New-bugs-announce] [issue27222] redundant checks and a weird use of goto statements in long_rshift
Oren Milman
- [New-bugs-announce] [issue27223] _ready_ready and _write_ready should respect _conn_lost
Łukasz Langa
- [New-bugs-announce] [issue27224] IDLE: editor versus grep line number differ
Terry J. Reedy
- [New-bugs-announce] [issue27225] Potential refleak in type_new when setting __new__ fails
Xiang Zhang
- [New-bugs-announce] [issue27226] distutils: unable to compile both .opt-1.pyc and .opt2.pyc simultaneously
Michał Górny
- [New-bugs-announce] [issue27227] argparse fails to parse [] when using choices and nargs='*'
Evan
- [New-bugs-announce] [issue27228] just for clearing: os.path.normpath("file://a") returns "file:/a"
Arno-Can Uestuensoez
- [New-bugs-announce] [issue27229] In tree cross-build fails copying Include/graminit.h to itself
Alex Willmer
- [New-bugs-announce] [issue27230] Calculation involving mpmath gives wrong result with Python 3.6 and correct result with 2.7
Andrew Lyasoff
- [New-bugs-announce] [issue27231] Support the fspath protocol in the posixpath module
Jelle Zijlstra
- [New-bugs-announce] [issue27232] os.fspath() should not use repr() on error
Jelle Zijlstra
- [New-bugs-announce] [issue27233] Missing documentation for PyOS_FSPath
Jelle Zijlstra
- [New-bugs-announce] [issue27234] tuple - single value with comma is assigned as type tuple
Arno-Can Uestuensoez
- [New-bugs-announce] [issue27235] Heap overflow occurred due to the int overflow
Rustemzade Mehemmed
- [New-bugs-announce] [issue27236] Add CHAINED_COMPARE_OP opcode
Serhiy Storchaka
- [New-bugs-announce] [issue27237] Kafka Python Consumer Messages gets truncated
Rahul
- [New-bugs-announce] [issue27238] Bare except: usages in turtle.py
Jelle Zijlstra
- [New-bugs-announce] [issue27239] Make idlelib.macosx self-contained.
Terry J. Reedy
- [New-bugs-announce] [issue27240] 'UnstructuredTokenList' object has no attribute '_fold_as_ew'
Leblond Emmanuel
- [New-bugs-announce] [issue27241] Catch exceptions raised in pstats add (repl)
Joe Jevnik
- [New-bugs-announce] [issue27242] Clarify the use cases of NotImplemented in the docs
Emanuel Barry
- [New-bugs-announce] [issue27243] __aiter__ should return async iterator instead of awaitable
Yury Selivanov
- [New-bugs-announce] [issue27244] print('; ; ') fails in pdb with SyntaxError
Chris Withers
- [New-bugs-announce] [issue27245] IDLE: Fix deletion of custom themes and key bindings
Terry J. Reedy
- [New-bugs-announce] [issue27246] Keyboard Shortcuts Crash Idle
Harrison Chudleigh
- [New-bugs-announce] [issue27247] telnetlib AttributeError: 'error' object has no attribute 'errno' (handling of select.error)
Muhammad Toufeeq Ockards
- [New-bugs-announce] [issue27248] Possible refleaks in PyType_Ready in error condition
Xiang Zhang
- [New-bugs-announce] [issue27249] Add os.urandom_info
STINNER Victor
- [New-bugs-announce] [issue27250] Add os.urandom_block()
STINNER Victor
- [New-bugs-announce] [issue27251] TypeError in logging.HTTPHandler.emit; possible python 2 to 3 conversion issue
Théo Bueno
- [New-bugs-announce] [issue27252] Make dict views copyable
Serhiy Storchaka
- [New-bugs-announce] [issue27253] More efficient deepcopying of Mapping
Serhiy Storchaka
- [New-bugs-announce] [issue27254] heap overflow in Tkinter module
Emin Ghuliev
- [New-bugs-announce] [issue27255] More opcode predictions
Serhiy Storchaka
- [New-bugs-announce] [issue27256] header indentation destroyed
Hans-Peter Jansen
- [New-bugs-announce] [issue27257] get_addresses results in traceback with a valid? header
Hans-Peter Jansen
- [New-bugs-announce] [issue27258] Exception in BytesGenerator.flatten
Hans-Peter Jansen
- [New-bugs-announce] [issue27259] Possible missing deprecation warnings?
Mark Summerfield
- [New-bugs-announce] [issue27260] Missing equality check for super objects
Jelle Zijlstra
- [New-bugs-announce] [issue27261] io.BytesIO.truncate does not work as advertised
Justus Winter
- [New-bugs-announce] [issue27262] IDLE: move Aqua context menu code to maxosx
Terry J. Reedy
- [New-bugs-announce] [issue27263] IDLE sets the HOME environment variable breaking scripts
Jarrod Petz
- [New-bugs-announce] [issue27264] python 3.4 vs. 3.5 strftime same locale different output on Windows
David Perra
- [New-bugs-announce] [issue27265] Hash of different, specific Decimals created from str is the same
Radosław Szalski
- [New-bugs-announce] [issue27266] Add block keyword-only optional parameter to os.urandom()
STINNER Victor
- [New-bugs-announce] [issue27267] memory leak in _ssl.c, function load_cert_chain
Ralph Haist
- [New-bugs-announce] [issue27268] Incorrect error message on float('')
Adam Bartoš
- [New-bugs-announce] [issue27269] ipaddress: Wrong behavior with ::ffff:1.2.3.4 style IPs
ThiefMaster
- [New-bugs-announce] [issue27270] 'parentheses-equality' warnings when building with clang and ccache
Xavier de Gaye
- [New-bugs-announce] [issue27271] asyncio lost udp packets
valdemar pavesi
- [New-bugs-announce] [issue27272] random.Random should not read 2500 bytes from urandom
STINNER Victor
- [New-bugs-announce] [issue27273] subprocess.run(cmd, input='text') should pass universal_newlines=True to Popen
Akira Li
- [New-bugs-announce] [issue27274] [ctypes] Allow from_pointer creation
Memeplex
- [New-bugs-announce] [issue27275] KeyError thrown by optimised collections.OrderedDict.popitem()
William Pitcock
- [New-bugs-announce] [issue27276] FileFinder.find_spec() incompatible with finder specification
Paul Marinescu
- [New-bugs-announce] [issue27277] Fatal Python error: Segmentation fault in test_exceptions
Rohit Mediratta
- [New-bugs-announce] [issue27278] py_getrandom() uses an int for syscall() result
STINNER Victor
- [New-bugs-announce] [issue27279] Add random.cryptorandom() and random.pseudorandom, deprecate os.urandom()
Marc-Andre Lemburg
- [New-bugs-announce] [issue27280] Paste fail in ipaddress documentation
Arthur Carcano
- [New-bugs-announce] [issue27281] unpickling an xmlrpc.client.Fault raises TypeError
Uri Okrent
- [New-bugs-announce] [issue27282] Raise BlockingIOError in os.urandom if kernel is not ready
Nick Coghlan
- [New-bugs-announce] [issue27283] Add a "What's New" entry for PEP 519
Brett Cannon
- [New-bugs-announce] [issue27284] some new stuff
David Kirkby
- [New-bugs-announce] [issue27285] Deprecate pyvenv in favor of python3 -m venv
Steve Piercy
- [New-bugs-announce] [issue27286] str object got multiple values for keyword argument
Martin Panter
- [New-bugs-announce] [issue27287] SIGSEGV when calling os.forkpty()
Alexander Haensch
- [New-bugs-announce] [issue27288] secrets should use getrandom() on Linux
Donald Stufft
- [New-bugs-announce] [issue27289] test_ftp_timeout fails with EOFError
Berker Peksag
- [New-bugs-announce] [issue27290] Turn heaps library into a more OOP data structure?
James Lu
- [New-bugs-announce] [issue27291] two heap corruption issue
Park Alex
- [New-bugs-announce] [issue27292] Warn users that os.urandom() can return insecure values
Christian Heimes
- [New-bugs-announce] [issue27293] Summarize issues related to urandom, getrandom etc in secrets documentation
Steven D'Aprano
- [New-bugs-announce] [issue27294] Better repr for Tkinter event objects
Serhiy Storchaka
- [New-bugs-announce] [issue27295] heaps library does not have support for max heap
James Lu
- [New-bugs-announce] [issue27296] Urllib/Urlopen IncompleteRead with HTTP header with new line characters
rugk
- [New-bugs-announce] [issue27297] Add support for /dev/random to "secrets"
Larry Hastings
- [New-bugs-announce] [issue27298] redundant iteration over digits in _PyLong_AsUnsignedLongMask
Oren Milman
- [New-bugs-announce] [issue27299] urllib does not splitport while putrequest realhost to HTTP headers
gr zhang
- [New-bugs-announce] [issue27300] tempfile.TemporaryFile(): missing errors=... argument
Марк Коренберг
- [New-bugs-announce] [issue27301] Incorrect return codes in compile.c
Serhiy Storchaka
- [New-bugs-announce] [issue27302] csv.Sniffer guesses wrong when unquoted fields contain quotes
Redoute
- [New-bugs-announce] [issue27303] [argparse] Unify options in help output
Memeplex
- [New-bugs-announce] [issue27304] Create "Source Code" links in module sections, where relevant
Yoni Lavi
- [New-bugs-announce] [issue27305] Crash with "pip list --outdated" on Windows 10 with Python 2.7.12rc1
James Paget
- [New-bugs-announce] [issue27306] Grammatical Error in Documentation - Tarfile page
Phil Jeffes
- [New-bugs-announce] [issue27307] string.Formatter does not support key/attribute access on unnumbered fields
Tommy Beadle
- [New-bugs-announce] [issue27308] Inconsistency in cgi.FieldStorage() causes unicode/byte issue.
Marcel Hellkamp
- [New-bugs-announce] [issue27309] Visual Styles support
HYBRID BEING
- [New-bugs-announce] [issue27310] 3.6.0a2 IDLE.app on OS X fails to launch, use command line idle3.6 instead
Ned Deily
- [New-bugs-announce] [issue27311] Incorrect documentation for zipfile.writestr()
John Hagen
- [New-bugs-announce] [issue27312] test_setupapp (idlelib.idle_test.test_macosx.SetupTest) fails on OS X
Ned Deily
- [New-bugs-announce] [issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18
Ned Deily
- [New-bugs-announce] [issue27314] Cannot install 3.5.2 with 3.6.0a1 installed
Steve Dower
- [New-bugs-announce] [issue27315] pydoc: prefer the pager command in favor of the specifc less command
Matthias Klose
- [New-bugs-announce] [issue27316] [PDB] NameError in list comprehension in PDB
Diaa Jad
- [New-bugs-announce] [issue27317] Handling data_files: too much is removed in uninstall
Sylvain Corlay
- [New-bugs-announce] [issue27318] Add support for symlinks to zipfile
Lukáš Doktor
- [New-bugs-announce] [issue27319] Multiple item arguments for selection operations
Serhiy Storchaka
- [New-bugs-announce] [issue27320] ./setup.py --help-commands should sort extra commands
Antony Lee
- [New-bugs-announce] [issue27321] Email parser creates a message object that can't be flattened
Mark Sapiro
- [New-bugs-announce] [issue27322] test_compile_path fails when python has been installed
Xavier de Gaye
- [New-bugs-announce] [issue27323] ncurses putwin() fails in test_module_funcs
Xavier de Gaye
- [New-bugs-announce] [issue27324] Error when building Python extension
Mark
- [New-bugs-announce] [issue27325] random failure of test_builtin
Xavier de Gaye
- [New-bugs-announce] [issue27326] SIGSEV in test_window_funcs of test_curses
Xavier de Gaye
- [New-bugs-announce] [issue27327] re documentation: typo "escapes consist of"
Jakub Wilk
- [New-bugs-announce] [issue27328] Documentation corrections for email defects
Martin Panter
- [New-bugs-announce] [issue27329] Document behavior when CDLL is called with None as an argument on POSIX systems
Jeffrey Esquivel Sibaja
- [New-bugs-announce] [issue27330] Possible leaks in ctypes
Serhiy Storchaka
- [New-bugs-announce] [issue27331] Add a policy argument to email.mime.MIMEBase
Berker Peksag
- [New-bugs-announce] [issue27332] Clinic: first parameter for module-level functions should be PyObject*, not PyModuleDef*
Petr Viktorin
- [New-bugs-announce] [issue27333] validate_step in rangeobject.c, incorrect code logic but right result
Xiang Zhang
- [New-bugs-announce] [issue27334] pysqlite3 context manager not performing rollback when a database is locked elsewhere for non-DML statements
Luca Citi
- [New-bugs-announce] [issue27335] Clarify that writing to locals() inside a class body is supported
Steven D'Aprano
- [New-bugs-announce] [issue27336] --without-threads build fails due to undeclared _PyGILState_check_enabled
Alex Willmer
- [New-bugs-announce] [issue27337] 3.6.0a2 tarball has weird paths
Peter Eisentraut
- [New-bugs-announce] [issue27338] python 2.7 platform.system reports wrong
Audric D'Hoest (Dr. Pariolo)
- [New-bugs-announce] [issue27339] Security Issue: Typosquatting
YoSTEALTH
- [New-bugs-announce] [issue27340] bytes-like objects with socket.sendall(), SSL, and http.client
Martin Panter
- [New-bugs-announce] [issue27341] mock.patch decorator fails silently on generators
Shoshana Berleant
- [New-bugs-announce] [issue27342] Clean up some Py_XDECREFs in rangeobject.c and bltinmodule.c
Xiang Zhang
- [New-bugs-announce] [issue27343] Incorrect error message for conflicting initializers of ctypes structure
Serhiy Storchaka
- [New-bugs-announce] [issue27344] zipfile *does* support utf-8 filenames
Daniel Holth
- [New-bugs-announce] [issue27345] GzipFile's readinto() reads gzip data instead of file data.
Ryan Birmingham
- [New-bugs-announce] [issue27346] Implement os.readv() / os.readv()
Марк Коренберг
- [New-bugs-announce] [issue27347] Private
Daniel Griffin
- [New-bugs-announce] [issue27348] Non-main thread exception handler drops exception message
Martin Panter
- [New-bugs-announce] [issue27349] distutils.command.upload: typo "protcol_version"
Jakub Wilk
- [New-bugs-announce] [issue27350] Compact and ordered dict
INADA Naoki
- [New-bugs-announce] [issue27351] Unexpected ConfigParser.read() behavior when passed fileobject
Rich Rauenzahn
- [New-bugs-announce] [issue27352] Bug in IMPORT_NAME
Serhiy Storchaka
- [New-bugs-announce] [issue27353] Add nroot function to math
Steven D'Aprano
- [New-bugs-announce] [issue27354] SSLContext.load_verify_locations cannot handle paths on Windows which cannot be encoded using mbcs
Ilya Kulakov
- [New-bugs-announce] [issue27355] Strip out the last lingering vestiges of Windows CE support
Larry Hastings
- [New-bugs-announce] [issue27356] csv
Fabian
- [New-bugs-announce] [issue27357] Enhancing the installer
Sworddragon
- [New-bugs-announce] [issue27358] BUILD_MAP_UNPACK_WITH_CALL is slow
Demur Rumed
- [New-bugs-announce] [issue27359] OrderedDict pseudo-literals (WIP)
Joe Jevnik
- [New-bugs-announce] [issue27360] _deque and _islice are sometimes None
David Delassus
- [New-bugs-announce] [issue27361] ValueError on eval after 'from pandas import *'
Eric Sprigg
- [New-bugs-announce] [issue27362] json.dumps to check for obj.__json__ before raising TypeError
Daniel Ward
- [New-bugs-announce] [issue27363] Complex with negative zero imaginary part
Vedran Čačić
- [New-bugs-announce] [issue27364] Deprecate invalid unicode escape sequences
Emanuel Barry
- [New-bugs-announce] [issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)
Terry J. Reedy
- [New-bugs-announce] [issue27366] PEP487: Simpler customization of class creation
Martin Teichmann
- [New-bugs-announce] [issue27367] Windows buildbot: random timeout failure on test_threading
STINNER Victor
- [New-bugs-announce] [issue27368] os.mkdir is not working for multiple level of directory creation in windows environment
Chandrajyoti
- [New-bugs-announce] [issue27369] [PATCH] Tests break with --with-system-expat and Expat 2.2.0
sping
- [New-bugs-announce] [issue27370] Inconsistency in docs for list.extend
Andrew Cameron
- [New-bugs-announce] [issue27371] Runaway memory consumption using update()
Jeremy Blow
- [New-bugs-announce] [issue27372] Test_idle should stop changing locale
Terry J. Reedy
- [New-bugs-announce] [issue27373] logging.handlers.SysLogHandler with TCP not working on rsyslog5.8
吴冉波
- [New-bugs-announce] [issue27374] Cygwin: Makefile does not install DLL import library
Erik Bray
- [New-bugs-announce] [issue27375] error in "make test", while trying to install python on linux computer
raphi rose
- [New-bugs-announce] [issue27376] Add mock_import method to mock module
Eyal Posener
- [New-bugs-announce] [issue27377] Add smarter socket.fromfd()
Neil Schemenauer
- [New-bugs-announce] [issue27378] remove ref to Phil Schwartz's 'Kodos' in regex HOWTO
Matt Morrison
- [New-bugs-announce] [issue27379] SocketType changed in Python 3
Martin Panter
- [New-bugs-announce] [issue27380] IDLE: add base Query dialog with ttk widgets
Terry J. Reedy
- [New-bugs-announce] [issue27381] Typo in zipfile documentation
Xiang Zhang
- [New-bugs-announce] [issue27382] calendar module .isleap() probleam
Dyl Tuckey
- [New-bugs-announce] [issue27383] executuable in distutils triggering microsoft anti virus
Rob Bairos
- [New-bugs-announce] [issue27384] itertools islice consumes items when given negative range
Matthew Malcomson
- [New-bugs-announce] [issue27385] itertools.groupby has misleading doc string
Grant Mathews
- [New-bugs-announce] [issue27386] Asyncio server hang when clients connect and immediately disconnect
Jim Fulton
- [New-bugs-announce] [issue27387] Thread hangs on str.encode() when locale is not set
Josh Purvis
- [New-bugs-announce] [issue27388] IDLE configdialog: reduce multiple references to Var names
Terry J. Reedy
- [New-bugs-announce] [issue27389] When a TypeError is raised due to invalid arguments to a method, it should use __qualname__ to identify the class the method is in
Steven Barker
- [New-bugs-announce] [issue27390] state of the 3.3 branch unclear
Thomas Klausner
- [New-bugs-announce] [issue27391] server_hostname should only be required when checking host names
Jim Fulton
- [New-bugs-announce] [issue27392] Add a server_side keyword parameter to create_connection
Jim Fulton
- [New-bugs-announce] [issue27393] Command to activate venv in Windows has wrong path
Manuel Kaufmann
- [New-bugs-announce] [issue27394] Crash with compile returning a value with an error set
Emanuel Barry
- [New-bugs-announce] [issue27395] Increase test coverage of unittest.runner.TextTestResult
Pam McA'Nulty
- [New-bugs-announce] [issue27396] Change default filecmp.cmp shallow option
Gabriel Hackebeil
- [New-bugs-announce] [issue27397] email.message.Message.get_payload(decode=True) raises AssertionError that "should never happen"
Claudiu Saftoiu
- [New-bugs-announce] [issue27398] configure warning for Python 3.5.2 during compilation
David
- [New-bugs-announce] [issue27399] ChainMap.keys() is broken
Zahari Dim
- [New-bugs-announce] [issue27400] Datetime NoneType after calling Py_Finalize and Py_Initialize
Denny Weinberg
- [New-bugs-announce] [issue27401] Wrong FTP links in 5.3.2 installer
Jarod Brennfleck
- [New-bugs-announce] [issue27402] Sequence example in typing module documentation does not typecheck
Michael Lee
- [New-bugs-announce] [issue27403] os.path.dirname doesn't handle Windows' URNs correctly
Dustin Oprea
- [New-bugs-announce] [issue27404] Misc/NEWS: add [Security] prefix to Python 3.5.2 changelog
STINNER Victor
- [New-bugs-announce] [issue27405] Ability to trace Tcl commands executed by Tkinter
Serhiy Storchaka
- [New-bugs-announce] [issue27406] subprocess.Popen() hangs in multi-threaded code
Kristján Valur Jónsson
- [New-bugs-announce] [issue27407] prepare_ssl.py missing in PCBuild folder
George Ge
- [New-bugs-announce] [issue27408] Document importlib.abc.ExecutionLoader implements get_data()
Brett Cannon
- [New-bugs-announce] [issue27409] List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols
Martin Panter
- [New-bugs-announce] [issue27410] DLL hijacking vulnerability in Python 3.5.2 installer
anandbhat
- [New-bugs-announce] [issue27411] Possible different behaviour of explicit and implicit __dict__ accessing when involving builtin types' __dict__ descriptors
Xiang Zhang
- [New-bugs-announce] [issue27412] float('∞') returns 8.0
David Howlett
- [New-bugs-announce] [issue27413] Add an option to json.tool to bypass non-ASCII characters.
Wei-Cheng Pan
- [New-bugs-announce] [issue27414] http.server.BaseHTTPRequestHandler inconsistence with Content-Length value
Mathieu Xhonneux
- [New-bugs-announce] [issue27415] BaseEventLoop.create_server does not accept port=None
Marcus Cobden
- [New-bugs-announce] [issue27416] typo / missing word in docs.python.org/2/library/copy.html
Paul Killey
- [New-bugs-announce] [issue27417] Call CoInitializeEx on startup
Steve Dower
- [New-bugs-announce] [issue27418] Tools/importbench/importbench.py is broken
Serhiy Storchaka
- [New-bugs-announce] [issue27419] Bugs in PyImport_ImportModuleLevelObject
Serhiy Storchaka
- [New-bugs-announce] [issue27420] Docs for os.link - say what happens if link already exists
Niall Mansfield
- [New-bugs-announce] [issue27421] PPC64LE Fedora 2.7: certificate for hg.python.org has unexpected fingerprint
STINNER Victor
- [New-bugs-announce] [issue27422] Deadlock when mixing threading and multiprocessing
Martin Ritter
- [New-bugs-announce] [issue27423] Failed assertions when running test.test_os on Windows
Emanuel Barry
- [New-bugs-announce] [issue27424] Failures in test.test_logging
Emanuel Barry
- [New-bugs-announce] [issue27425] Tests fail because of git's newline preferences on Windows
Emanuel Barry
- [New-bugs-announce] [issue27426] Encoding mismatch causes some tests to fail on Windows
Emanuel Barry
- [New-bugs-announce] [issue27427] Math tests
Francisco Couzo
- [New-bugs-announce] [issue27428] Document WindowsRegistryFinder inherits from MetaPathFinder
Brett Cannon
- [New-bugs-announce] [issue27429] xml.sax.saxutils.escape doesn't escape multiple characters safely
tylerjohnhughes
Last message date:
Thu Jun 30 19:28:04 EDT 2016
Archived on: Thu Jun 30 19:28:08 EDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).