January 2017 Archives by subject
Starting: Sun Jan 1 14:05:45 EST 2017
Ending: Tue Jan 31 22:06:20 EST 2017
Messages: 282
- [New-bugs-announce] [issue29128] No way to instsall win32com
Zoe Mbikayi
- [New-bugs-announce] [issue29129] Copy/paste error in "8.13.14.1.1. Using auto"
Michael Mrozek
- [New-bugs-announce] [issue29130] Exit code 120 returned from Python unit test testing SystemExit
John Hagen
- [New-bugs-announce] [issue29131] Calling printf from the cdll does not print the full string
mike peremsky
- [New-bugs-announce] [issue29132] shlex.shlex with punctuation_chars and posix doesn't handle punctuation next to quotes
Evan
- [New-bugs-announce] [issue29133] Minor inaccuracy in shlex.shlex punctuation_chars example
Evan
- [New-bugs-announce] [issue29134] contextlib doc bug
YoSTEALTH
- [New-bugs-announce] [issue29135] run_proces logs the command without escaping parmaeters such that the coammns logged are not valid
William Gianopoulos
- [New-bugs-announce] [issue29136] Add OP_NO_TLSv1_3
Christian Heimes
- [New-bugs-announce] [issue29137] Fix fpectl-induced ABI breakage
Nathaniel Smith
- [New-bugs-announce] [issue29138] No __hash__() inheritance warning with -Werror
Martin Panter
- [New-bugs-announce] [issue29139] operator.concat/iconcat could only work if left operand is a sequence
Xiang Zhang
- [New-bugs-announce] [issue29140] time_hash() reads the wrong bytes to get microseconds
STINNER Victor
- [New-bugs-announce] [issue29141] error in 2to3
Sandeep Srinivasa
- [New-bugs-announce] [issue29142] urllib: no_proxy variable values with leading dot not properly handled
Thomas Loetzer
- [New-bugs-announce] [issue29143] Logger should ignore propagate property for disabled handlers.
Oleg Serov
- [New-bugs-announce] [issue29144] Implicit namespace packages in Python 3.6
Lumír Balhar
- [New-bugs-announce] [issue29145] failing overflow checks in replace_*
jan matejek
- [New-bugs-announce] [issue29146] Confusing "invalid token" exception when integers have leading zero
John Parejko
- [New-bugs-announce] [issue29147] registry value to be cleared when python is uninstalled
jha.amit6666
- [New-bugs-announce] [issue29148] Inheritance behaviour ambiguos
Yugansh Marwah
- [New-bugs-announce] [issue29149] SSL.py recursion limit crash
Sumner Hearth
- [New-bugs-announce] [issue29150] Bad cast@ _mysql_ResultObject_Initialize() result in code execution
zeroinside
- [New-bugs-announce] [issue29151] test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_UseIPv6Select fails test_handle_close_after_conn_broken
patrila
- [New-bugs-announce] [issue29152] unittest subTest does not call addFailure
kristall
- [New-bugs-announce] [issue29153] Test test.test_asynchat.TestAsynchat / test.test_asynchat.TestAsynchat_WithPoll fail test_close_when_done
patrila
- [New-bugs-announce] [issue29154] 5 failures in test_doctest: ModuleNotFoundError: No module named 'IPython'
Gerrit Holl
- [New-bugs-announce] [issue29155] test.test_spwd.TestSpwdNonRoot failure with FileNotFoundError:
Gerrit Holl
- [New-bugs-announce] [issue29156] remove superfluous pow test for (nonexistent) long
Lukas Schwaighofer
- [New-bugs-announce] [issue29157] random.c: Prefer getrandom() over getentropy(), handle ENOSYS in py_getentropy()
STINNER Victor
- [New-bugs-announce] [issue29158] Possible glitch in the interaction of a thread and a multiprocessing manager
Luciano Dionisio
- [New-bugs-announce] [issue29159] Regression in bytes constructor
Alexander Belopolsky
- [New-bugs-announce] [issue29160] `pow` with three int arguments works like it had two arguments
Pavel Chuvakhov
- [New-bugs-announce] [issue29161] random.SystemRandom(seed) documentation issue
Gary E. Miller
- [New-bugs-announce] [issue29162] pyshell.py: name 'sys' is not defined
OO O
- [New-bugs-announce] [issue29163] shlex error in posix mode and empty quotes
Michal Ostrowski
- [New-bugs-announce] [issue29164] make test always fail at 218/405 ( AssertionError: ', ' not found in '1234.5' )
OO O
- [New-bugs-announce] [issue29165] Use forward compatible macro in example code for creating new type
INADA Naoki
- [New-bugs-announce] [issue29166] AT&T tech email support number <1 855 338 0710<AT&T tech email support phone number
Mama Mama
- [New-bugs-announce] [issue29167] Race condition in enum.py:_decompose()
Simon Percivall
- [New-bugs-announce] [issue29168] multiprocessing pickle error
Simon Schuler
- [New-bugs-announce] [issue29169] update zlib to 1.2.10
Matthias Klose
- [New-bugs-announce] [issue29170] Curses Module should check for is_keypad and not window flags
Roy Marples
- [New-bugs-announce] [issue29171] Remove unused blake2 function to avoid undefined references
Eric N. Vander Weele
- [New-bugs-announce] [issue29172] blake2: Use lowest-common denominator signature of #pragma pack
Eric N. Vander Weele
- [New-bugs-announce] [issue29173] Python 3.6 on Windows wastes a lot of CPU cycles in a while loop
Prahlad Yeri
- [New-bugs-announce] [issue29174] 'NoneType' object is not callable in subprocess.py
ita1024
- [New-bugs-announce] [issue29175] Documentation for File objects missing
Jonathan Roach
- [New-bugs-announce] [issue29176] /tmp does not exist on Android and is used by curses.window.putwin()
Xavier de Gaye
- [New-bugs-announce] [issue29177] skip tests using socketserver.UnixStreamServer when bind() raises PermissionError
Xavier de Gaye
- [New-bugs-announce] [issue29178] Adding bytes.frombuffer(byteslike) constructor
INADA Naoki
- [New-bugs-announce] [issue29179] Py_UNUSED is not documented
Petr Viktorin
- [New-bugs-announce] [issue29180] skip tests that raise PermissionError in test_os (non-root user on Android)
Xavier de Gaye
- [New-bugs-announce] [issue29181] skip tests that raise PermissionError in test_tarfile (non-root user on Android)
Xavier de Gaye
- [New-bugs-announce] [issue29182] Remove the warning in urllib docs that it doesn't do certificate validate by default.
Senthil Kumaran
- [New-bugs-announce] [issue29183] Unintuitive error handling in wsgiref when a crash happens in write() or close()
Jerome Leclanche
- [New-bugs-announce] [issue29184] skip tests of test_socketserver when bind() raises PermissionError (non-root user on Android)
Xavier de Gaye
- [New-bugs-announce] [issue29185] test_distutils fails on Android API level 24
Xavier de Gaye
- [New-bugs-announce] [issue29186] TimeoutError isn't being raised?
YoSTEALTH
- [New-bugs-announce] [issue29187] Pickle failure is raising AttributeError and not PicklingError
Matt Dodge
- [New-bugs-announce] [issue29188] Backport random.c from Python 3.5 to Python 2.7
STINNER Victor
- [New-bugs-announce] [issue29189] Broken indentation in FancyURLopener documentation
Berker Peksag
- [New-bugs-announce] [issue29190] Avoid possible errors in comparing strings
Serhiy Storchaka
- [New-bugs-announce] [issue29191] liblzma is missing from pcbuild.sln
Segev Finer
- [New-bugs-announce] [issue29192] Remove deprecated features from http.cookies
Serhiy Storchaka
- [New-bugs-announce] [issue29193] Remove support of format_string as keyword argument in string.Formatter().format()
Serhiy Storchaka
- [New-bugs-announce] [issue29194] importlib reload fails for module supplied as argument to command line
John Lehmann
- [New-bugs-announce] [issue29195] Get rid of supporting outdated wrong keyword arguments in re methods
Serhiy Storchaka
- [New-bugs-announce] [issue29196] Remove old-deprecated plistlib features
Serhiy Storchaka
- [New-bugs-announce] [issue29197] Remove os.path.splitunc()
Serhiy Storchaka
- [New-bugs-announce] [issue29198] AsyncGenerator is missing from typing
Jelle Zijlstra
- [New-bugs-announce] [issue29199] test_regrtest fails if PCBuild directory doesn't exist
ppperry
- [New-bugs-announce] [issue29200] is it a bug in `functools._HashedSeq`
Jiajun Huang
- [New-bugs-announce] [issue29201] Python 3.6 not working within VS 2015
Edward Laier
- [New-bugs-announce] [issue29202] Improve dict iteration
Raymond Hettinger
- [New-bugs-announce] [issue29203] With PEP 468, the lru cache not longer needs to sort keyword args
Raymond Hettinger
- [New-bugs-announce] [issue29204] Add code deprecations in ElementTree
Serhiy Storchaka
- [New-bugs-announce] [issue29205] col_offset for AsyncFunctionDef AST nodes is wrong
Jelle Zijlstra
- [New-bugs-announce] [issue29206] importlib reload fails for module supplied as argument to command line
John Lehmann
- [New-bugs-announce] [issue29207] make install fails on ARM
petevine
- [New-bugs-announce] [issue29208] BlockingIOError during system startup
Dustin Spicuzza
- [New-bugs-announce] [issue29209] Remove old-deprecated ElementTree features
Serhiy Storchaka
- [New-bugs-announce] [issue29210] Remove the support of the exclude argument in tarfile.TarFile.add()
Serhiy Storchaka
- [New-bugs-announce] [issue29211] assertRaises with exceptions re-raised from a generator kills generator
Andrew Dalke
- [New-bugs-announce] [issue29212] Python 3.6 logging thread name regression with concurrent.future threads
desbma
- [New-bugs-announce] [issue29213] python -m venv activate.bat has weird mix of line endings
Josh Wilson
- [New-bugs-announce] [issue29214] Standard open() does not allow to specify file permissions.
Марк Коренберг
- [New-bugs-announce] [issue29215] pyport.h uses non C90-style comment
Sander Vrijders
- [New-bugs-announce] [issue29216] Space saving step for the LRU cache
Raymond Hettinger
- [New-bugs-announce] [issue29217] Documentation for uuid has wrong description for variant
David Muller
- [New-bugs-announce] [issue29218] distutils: Remove unused install_misc class
Eric N. Vander Weele
- [New-bugs-announce] [issue29219] TracebackException(capture_locals=True) may fail with RecursionError
Ilya Kulakov
- [New-bugs-announce] [issue29220] Python 3.6 regression/change using logging.addLevelName() to clear a name
Mark Blakeney
- [New-bugs-announce] [issue29221] ABC Recursion Error on isinstance() with less than recursion limit class hierarchy depth
Anthony Scopatz
- [New-bugs-announce] [issue29222] Python3 interactive shell hangs on
Vex Woo
- [New-bugs-announce] [issue29223] Settable defaulting to decimal instead of float
George Fischhof
- [New-bugs-announce] [issue29224] OS related file operations (copy, move, delete, rename...) should be placed into one module
George Fischhof
- [New-bugs-announce] [issue29225] distutils.command.install_lib.get_outputs() wrong with extensions built inplace
Elvis Stansvik
- [New-bugs-announce] [issue29226] Comment generates syntax error
Simon Grantham
- [New-bugs-announce] [issue29227] Reduce C stack consumption in function calls
STINNER Victor
- [New-bugs-announce] [issue29228] sqlite3 OperationalError on changing into WAL transaction mode
yadayada
- [New-bugs-announce] [issue29229] incompatible: unittest.mock.sentinel and multiprocessing.Pool.map()
Jason Curtis
- [New-bugs-announce] [issue29230] Segfault in sqlite3
Daniel Fackrell
- [New-bugs-announce] [issue29231] Broken MSIs in Python 3.5+
KeyWeeUsr
- [New-bugs-announce] [issue29232] Quiet Install
Earl Maier
- [New-bugs-announce] [issue29233] call_method(): call _PyObject_FastCall() rather than _PyObject_VaCallFunctionObjArgs()
STINNER Victor
- [New-bugs-announce] [issue29234] Disable inlining of _PyStack_AsTuple() to reduce the stack consumption
STINNER Victor
- [New-bugs-announce] [issue29235] Allow profile/cProfile to be used as context managers
Thane Brimhall
- [New-bugs-announce] [issue29236] 'an ASCII string of one or more PEM-encoded certificates' needs to be unicode
Maciej Piechorka
- [New-bugs-announce] [issue29237] Create enum for pstats sorting options
Thane Brimhall
- [New-bugs-announce] [issue29238] Add more kwargs to cProfile's print_stats
Thane Brimhall
- [New-bugs-announce] [issue29239] Fix wrong issue number in what's new entry
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29240] Implementation of the PEP 540: Add a new UTF-8 mode
STINNER Victor
- [New-bugs-announce] [issue29241] sys._enablelegacywindowsfsencoding() don't apply to os.fsencode and os.fsdecode
JGoutin
- [New-bugs-announce] [issue29242] Crash on GC when compiling PyPy
Dingyuan Wang
- [New-bugs-announce] [issue29243] --enable-optimizations makes common build commands always need to compile from scratch
Xiang Zhang
- [New-bugs-announce] [issue29244] Python 3.6 unnecessarily requires inttypes.h
rdb
- [New-bugs-announce] [issue29245] Can't write to NamedTemporaryFile
Kevin Bonham
- [New-bugs-announce] [issue29246] typing.Union raises RecursionError when comparing Union to other type
Spiro Sideris
- [New-bugs-announce] [issue29247] Document return value of epoll.poll
Nathaniel Smith
- [New-bugs-announce] [issue29248] os.readlink fails on Windows
Eryk Sun
- [New-bugs-announce] [issue29249] Pathlib glob ** bug
Jon Walsh
- [New-bugs-announce] [issue29250] islink and stat follow_symlinks are inconsistent on Windows
Eryk Sun
- [New-bugs-announce] [issue29251] Class __dict__ is only a mapping proxy
Martin Panter
- [New-bugs-announce] [issue29252] self in classes missinterpreted as a string.
Decorater
- [New-bugs-announce] [issue29253] Fix test_asyncore tests on Cygwin
Erik Bray
- [New-bugs-announce] [issue29254] Documentation Error
Suraj Kumar
- [New-bugs-announce] [issue29255] selects.KqueueSelector behaves incorrectly when no fds are registered
Nathaniel Smith
- [New-bugs-announce] [issue29256] Windows select() errors out when given no fds to select on, which breaks SelectSelector
Nathaniel Smith
- [New-bugs-announce] [issue29257] Possible error in discussion of Abstract Base Classes and abstract properties
Gerald Britton
- [New-bugs-announce] [issue29258] __init__.py required for pkgutil.walk_packages in python3
Anthony Sottile
- [New-bugs-announce] [issue29259] Add tp_fastcall to PyTypeObject: support FASTCALL calling convention for all callable objects
STINNER Victor
- [New-bugs-announce] [issue29260] Use designated initializers to define PyTypeObject types
STINNER Victor
- [New-bugs-announce] [issue29261] Missing venv/scripts/common after "make install"
Dave Jones
- [New-bugs-announce] [issue29262] Provide a way to check for *real* typing.Union instances
flying sheep
- [New-bugs-announce] [issue29263] Implement LOAD_METHOD/CALL_METHOD for C functions
STINNER Victor
- [New-bugs-announce] [issue29264] sparc/ffi.c:440 error: 'asm' undeclared
Brian Vandenberg
- [New-bugs-announce] [issue29265] test suite is attempting to spawn 258 child processes to run tests
Brian Vandenberg
- [New-bugs-announce] [issue29266] test_create_connection_service_name fails if "http" isn't listed in /etc/services
Brian Vandenberg
- [New-bugs-announce] [issue29267] Cannot override some flags in CFLAGS from the command-line
Brian Vandenberg
- [New-bugs-announce] [issue29268] test_spwd fails on solaris using NIS users
Brian Vandenberg
- [New-bugs-announce] [issue29269] test_socket failing in solaris
Brian Vandenberg
- [New-bugs-announce] [issue29270] super call in ctypes sub-class fails in 3.6
Dave Jones
- [New-bugs-announce] [issue29271] Task.current_task(None) returns unexpected result
Yury Selivanov
- [New-bugs-announce] [issue29272] test_logging hangs if /etc/hosts only aliases "localhost" to ::1
Brian Vandenberg
- [New-bugs-announce] [issue29273] test___all__ alters utf8 locale setting
Martin Panter
- [New-bugs-announce] [issue29274] Change “tests cases” → “test cases”
Martin Panter
- [New-bugs-announce] [issue29275] time module still has Y2K issues note
Elizabeth Myers
- [New-bugs-announce] [issue29276] HTMLParser in Python 2.7 doesn't recognize image tags wrapped up in link tags
Ari
- [New-bugs-announce] [issue29277] os.getcwd failing on LOFS share
miniflow
- [New-bugs-announce] [issue29278] Python 3.6 build fails with parallel make
Utku Gultopu
- [New-bugs-announce] [issue29279] --with-pydebug optimizes too much
Arcadiy Ivanov
- [New-bugs-announce] [issue29280] gdbm & ndbm support missing in Windows
Arthur Vanwalleghen
- [New-bugs-announce] [issue29281] json.loads documentation missing "versionchanged" statement
Alexey Popravka
- [New-bugs-announce] [issue29282] Fused multiply-add: proposal to add math.fma()
Juraj Sukop
- [New-bugs-announce] [issue29283] duplicate README in site-packages
jan matejek
- [New-bugs-announce] [issue29284] Include thread_name_prefix in the concurrent.futures.ThreadPoolExecutor example 17.4.2.1
John Taylor
- [New-bugs-announce] [issue29285] Unicode errors occur inside of multi-line comments
John Taylor
- [New-bugs-announce] [issue29286] Use METH_FASTCALL in str methods
STINNER Victor
- [New-bugs-announce] [issue29287] IDLE needs syntax highlighting for f-strings
Raymond Hettinger
- [New-bugs-announce] [issue29288] Lookup Error while importing idna from a worker thread
Ilya Kulakov
- [New-bugs-announce] [issue29289] Convert OrderedDict methods to Argument Clinic
STINNER Victor
- [New-bugs-announce] [issue29290] argparse breaks long lines on NO-BREAK SPACE
Steven D'Aprano
- [New-bugs-announce] [issue29291] Misleading text in the documentation of re library for non-greedy match
ipolcak
- [New-bugs-announce] [issue29292] Missing a parameter in PyEval_EvalCodeEx doc
Xiang Zhang
- [New-bugs-announce] [issue29293] Missing parameter "n" on multiprocessing.Condition.notify()
Victor de la Fuente
- [New-bugs-announce] [issue29294] ctypes.windll.LoadLibrary refuses unicode argument
Thomas Heller
- [New-bugs-announce] [issue29295] dict: Optimize PyDict_GetItemString()
INADA Naoki
- [New-bugs-announce] [issue29296] convert print() to METH_FASTCALL
INADA Naoki
- [New-bugs-announce] [issue29297] python3 open() does not check argument type before attempting to read() or write()
Mo Ali
- [New-bugs-announce] [issue29298] argparse fails with required subparsers, un-named dest, and empty argv
zachrahan
- [New-bugs-announce] [issue29299] Argument Clinic: Fix signature of optional positional-only arguments
STINNER Victor
- [New-bugs-announce] [issue29300] Modify the _struct module to use FASTCALL and Argument Clinic
STINNER Victor
- [New-bugs-announce] [issue29301] decimal: Use FASTCALL and/or Argument Clinic
STINNER Victor
- [New-bugs-announce] [issue29302] add contextlib.AsyncExitStack
Alexander Mohr
- [New-bugs-announce] [issue29303] asyncio.Lock.acquire() does not always yield
anonymous2017
- [New-bugs-announce] [issue29304] dict: simplify lookup function
INADA Naoki
- [New-bugs-announce] [issue29305] encoding to ascii in client.py
Babe Hardy
- [New-bugs-announce] [issue29306] Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() in new FASTCALL functions
STINNER Victor
- [New-bugs-announce] [issue29307] ModuleNotFoundError when using literal string interpolation with invalid format specifier
Jeroen Van Goey
- [New-bugs-announce] [issue29308] venv should match virtualenv VIRTUAL_ENV_DISABLE_PROMPT config
Jack Bennett
- [New-bugs-announce] [issue29309] Interpreter hang when interrupting a loop.run_in_executor() future
Romain Sébille
- [New-bugs-announce] [issue29310] Document typing.NamedTuple default argument syntax
Jelle Zijlstra
- [New-bugs-announce] [issue29311] Argument Clinic: convert dict methods
STINNER Victor
- [New-bugs-announce] [issue29312] Use FASTCALL in dict.update()
STINNER Victor
- [New-bugs-announce] [issue29313] msi by bdist_msi will fail execute install-scripts if space in present in python path
eszense
- [New-bugs-announce] [issue29314] asyncio.async deprecation warning is missing stacklevel=2
R. David Murray
- [New-bugs-announce] [issue29315] \b requires raw strings or to be escaped. Update docs with that hint?
Mike Lissner
- [New-bugs-announce] [issue29316] Can we keep typing.py provisional for the duration of the Python 3.6 release cycle?
Guido van Rossum
- [New-bugs-announce] [issue29317] test_copyxattr_symlinks fails
mark
- [New-bugs-announce] [issue29318] Optimize _PyFunction_FastCallDict() for **kwargs
STINNER Victor
- [New-bugs-announce] [issue29319] Embedded 3.6.0 distribution cannot run pyz files
Paul Moore
- [New-bugs-announce] [issue29320] bdist_msi install_script fail to execute if alt python location specified
eszense
- [New-bugs-announce] [issue29321] Wrong documentation for unicode and str comparison
RK-5wWm9h
- [New-bugs-announce] [issue29322] SimpleCV error on Raspberry Pi
Michael J
- [New-bugs-announce] [issue29323] Wrong documentation (Library) for unicode and str comparison
RK-5wWm9h
- [New-bugs-announce] [issue29324] test_aead_aes_gcm fails on Kernel 4.9
Christian Heimes
- [New-bugs-announce] [issue29325] pysqlite: Evaluate removal of sqlite3_stmt_readonly
Brian Vandenberg
- [New-bugs-announce] [issue29326] Blank lines in ._pth file are not ignored
Steve Dower
- [New-bugs-announce] [issue29327] SystemError in sorted(iterable=[])
Serhiy Storchaka
- [New-bugs-announce] [issue29328] struct module should support variable-length strings
Elizabeth Myers
- [New-bugs-announce] [issue29329] Incorrect documentation for custom `hex()` support on Python 2
Pekka Klärck
- [New-bugs-announce] [issue29330] __slots__ needs documentation
saumitra paul
- [New-bugs-announce] [issue29331] Simplify argument parsing in sorted() and list.sort()
Serhiy Storchaka
- [New-bugs-announce] [issue29332] Uniform SelectSelector._select behavior
Wen Adam
- [New-bugs-announce] [issue29333] ConfigParser calls Interpolation.before_read after reading
Gereon Kaiping
- [New-bugs-announce] [issue29334] ssl.SSLObject method getpeercert() is buggy, do_handshake() is strange
Greg Stark
- [New-bugs-announce] [issue29335] Python 2.7 subprocess module does not check WIFSTOPPED on SIGCHLD
Zach Riggle
- [New-bugs-announce] [issue29336] merge tuples in module
INADA Naoki
- [New-bugs-announce] [issue29337] BytesWarning at compile time
Serhiy Storchaka
- [New-bugs-announce] [issue29338] Output the text signature in the help of a class
Serhiy Storchaka
- [New-bugs-announce] [issue29339] Interactive: Move to same indentation level as previous line
12345 67890
- [New-bugs-announce] [issue29340] SSL destructor segfaults in python3.6 threads when an unverified-cert connection is closed
Nick Sweeting
- [New-bugs-announce] [issue29341] Missing accepting path-like object in docstrings of os module functions
Xiang Zhang
- [New-bugs-announce] [issue29342] os.posix_fadvise misreports errors
Marian Beermann
- [New-bugs-announce] [issue29343] sock.close() raises OSError EBADF when socket's fd is closed
Christian Heimes
- [New-bugs-announce] [issue29344] sock_recv not detected a coroutine
Jeremy Bustamante
- [New-bugs-announce] [issue29345] More lost updates with multiprocessing.Value and .Array
Just a Person
- [New-bugs-announce] [issue29346] datetime.utcfromtimestamp() returns strange result for very large values
Eli Collins
- [New-bugs-announce] [issue29347] Python 2.7.8 is crashing while creating weakref for a given object.
Saida Dhanavath
- [New-bugs-announce] [issue29348] this comment 'iff' should be 'if'?
Tang Weizhi
- [New-bugs-announce] [issue29349] Update old Python 2 code in Docs/tools/extensions/patchlevel.py
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29350] Add support of multiple signatures
Serhiy Storchaka
- [New-bugs-announce] [issue29351] absolute imports for logging
Markus Gerstel
- [New-bugs-announce] [issue29352] provide the authorative source for s[i:j] negative slice indices (<-len(s)) behavior for standard sequences
Akira Li
- [New-bugs-announce] [issue29353] Incorrect handling of HTTP response with "Content-Type: message/rfc822" header
brokenenglish
- [New-bugs-announce] [issue29354] Python 2.7.12: pydoc.help(lambda (a, ): lambda x: a) raises IndexError
Elias Vanderstuyft
- [New-bugs-announce] [issue29355] sqlite3: remove sqlite3_stmt_readonly()
Ma Lin
- [New-bugs-announce] [issue29356] TypeError by typing for Ellipsis
Ádám Szieberth
- [New-bugs-announce] [issue29357] New NamedTuple syntax silently ignores method definitions
Elazar Gershuni
- [New-bugs-announce] [issue29358] Add tp_fastnew and tp_fastinit to PyTypeObject, 15-20% faster object instanciation
STINNER Victor
- [New-bugs-announce] [issue29359] Deprecate string concatenation without plus
Aivar Annamaa
- [New-bugs-announce] [issue29360] Don't check if all keys are strings in _PyStack_AsDict()
STINNER Victor
- [New-bugs-announce] [issue29361] bug in pyserial: serialposix.py
Reto Cavelti
- [New-bugs-announce] [issue29362] regrtest: don't fail immediately if a child does crash
STINNER Victor
- [New-bugs-announce] [issue29363] allow Python code to determine class help text
Ethan Furman
- [New-bugs-announce] [issue29364] msilib Fetch raises MSIError rather than return None
Jason Matthew
- [New-bugs-announce] [issue29365] parallel make test or make install can fail building pgen when configure --enable-optimizations is used
Gregory P. Smith
- [New-bugs-announce] [issue29366] os.listdir has inconsistent behavior when run on a non-directory
raylu
- [New-bugs-announce] [issue29367] python-gdb: display wrapper_call()
STINNER Victor
- [New-bugs-announce] [issue29368] Optimize unpickling list-like objects
Serhiy Storchaka
- [New-bugs-announce] [issue29369] Use Py_IDENTIFIER in Python-ast.c
INADA Naoki
- [New-bugs-announce] [issue29370] "./configure --enable-optimizations && make install" does not install files in ${BINDIR} and ${LIBDIR}
Дилян Палаузов
- [New-bugs-announce] [issue29371] Typo in doctest documentation
Marco Buttu
- [New-bugs-announce] [issue29372] RotatingFileHandler rotates empty logfile if it emits a large string
Lee Griffiths
- [New-bugs-announce] [issue29373] subprocess.Popen os.close(p2cread) in _execute_child can cause garbage collection of self.stdout to close a reused file descriptor
Zac Medico
- [New-bugs-announce] [issue29374] Doc bug: signal.sigwait and signal.sigtimedwait do not work outside the Main thread
Petr MOTEJLEK
- [New-bugs-announce] [issue29375] httplib: wrong Host header when connecting to IPv6 link-local address
Jonathan Guthrie
- [New-bugs-announce] [issue29376] threading._DummyThread.__repr__ raises AssertionError
Tom Myers
- [New-bugs-announce] [issue29377] Add the 'wrapper_descriptor' type to the types module
Manuel Krebber
- [New-bugs-announce] [issue29378] Invalid example in documentation for PyErr_Fetch
Kaeptm Blaubaer
- [New-bugs-announce] [issue29379] Custom handlers not used when passing "context" argument to urllib2.urlopen()
Piotr Dobrogost
- [New-bugs-announce] [issue29380] A lot of warning while executing make install
Mirko Tebaldi (Realtebo)
- [New-bugs-announce] [issue29381] Tutorial documentation contains undefined reference
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29382] IDLE search/replace/replace+find is (still?) using the 'hilite' tag instead of 'hit'
d s
- [New-bugs-announce] [issue29383] Reduce temporary unicode object while adding descriptors
INADA Naoki
- [New-bugs-announce] [issue29384] Unused beos build scripts
Martin Panter
- [New-bugs-announce] [issue29385] Sockets Crashes or Memory Corruption
Dhiraj
- [New-bugs-announce] [issue29386] select.epoll.poll may behave differently if timeout = -1 vs timeout = None
Gabriel McManus
- [New-bugs-announce] [issue29387] Tabs vs spaces FAQ out of date
Martin Panter
- [New-bugs-announce] [issue29388] regex mismatch in the simple cases
MaxR
- [New-bugs-announce] [issue29389] math.isclose signature contains incorrect start parameter
Shmuel Amar
- [New-bugs-announce] [issue29390] Python Tutorial should introduce iterators and generators
Michael Kesper
- [New-bugs-announce] [issue29391] Windows Defender finds trojan Spursint in Numpy for Py36 Win64
Glenn Clark
- [New-bugs-announce] [issue29392] msvcrt.locking crashes python
Frazer McLean
- [New-bugs-announce] [issue29393] Enabiling IPv6 by default
Cooper Lees
- [New-bugs-announce] [issue29394] Cannot tunnel TLS connection through TLS connection
Maximilian Blochberger
- [New-bugs-announce] [issue29395] Edit with IDLE 3.6 don´t work if Name of File "code.py"
Christian Wüste
- [New-bugs-announce] [issue29396] Re-opening /dev/tty breaks readline
Silvio Ricardo Cordeiro
- [New-bugs-announce] [issue29397] linux/random.h present but cannot be compiled
zhaw_munt
- [New-bugs-announce] [issue29398] memory corruption in xxlimited
zeroinside
- [New-bugs-announce] [issue29399] python3.dll export forwarders not resolved in all situations due to missing python3?.dll dependency and DLL search path behavior
Elli Pirelli
- [New-bugs-announce] [issue29400] Instruction level tracing via sys.settrace
George King
- [New-bugs-announce] [issue29401] Python3.6 docs should not have a "what's new in Python 3.7" page
Gerrit Holl
- [New-bugs-announce] [issue29402] Problem with Checkbutton and duplicate last name components
Terry J. Reedy
- [New-bugs-announce] [issue29403] mock's autospec's behavior on method-bound builtin functions is broken
Aaron Gallagher
- [New-bugs-announce] [issue29404] "TypeError: 'int' does not have the buffer interface" on memoryview over bytearray
Vincent Pelletier
- [New-bugs-announce] [issue29405] improve csv.Sniffer().sniff() behavior
Milt Epstein
- [New-bugs-announce] [issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers
Alexander Mohr
- [New-bugs-announce] [issue29407] Remove redundant ensure_future() calls in factorial example
Berker Peksag
- [New-bugs-announce] [issue29408] Add timestamp-based dependency system to build_clib
Daniel Nunes
- [New-bugs-announce] [issue29409] Implement PEP 529 for io.FileIO
Eryk Sun
Last message date:
Tue Jan 31 22:06:20 EST 2017
Archived on: Tue Jan 31 22:06:25 EST 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).