January 2015 Archives by author
Starting: Thu Jan 1 08:58:44 CET 2015
Ending: Sat Jan 31 22:37:58 CET 2015
Messages: 218
- [New-bugs-announce] [issue23222] open doesn't provide traceback for int argument
Ievgen Aleinikov
- [New-bugs-announce] [issue23323] Issue with imaplib and append messages passing a tuple with flags
Alessio
- [New-bugs-announce] [issue23327] zipimport to import from non-ascii pathname on Windows
Swapneel Ambre
- [New-bugs-announce] [issue23192] Generator return value ignored in lambda function
Chris Angelico
- [New-bugs-announce] [issue23221] "a(n) the", "the a(n)" typos
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue23263] Python 3 gives misleading errors when validating unicode identifiers
Matt Bachmann
- [New-bugs-announce] [issue23301] ConfigParser does not handle square brackets in section name
Sebastian Bank
- [New-bugs-announce] [issue23226] Add float linspace recipe to docs
Andrew Barnert
- [New-bugs-announce] [issue23313] Wrong complex variable being altered
Gerrit Barrere
- [New-bugs-announce] [issue23287] ctypes.util.find_library needlessly call crle on Solaris
John Beck
- [New-bugs-announce] [issue23179] New function proposal: string.from_iterable(iterable [, map_function])
Alessio Bogon
- [New-bugs-announce] [issue23302] Small fixes around the use of TCP MSS in http.client
Demian Brecht
- [New-bugs-announce] [issue23334] http.client refactor
Demian Brecht
- [New-bugs-announce] [issue23350] Content-length is incorrect when request body is a list or tuple
Demian Brecht
- [New-bugs-announce] [issue23307] python hangs on call to numpy.outer
Jim Bridgewater
- [New-bugs-announce] [issue23202] pyvenv does not fail like documented when a venv already exists
Florian Bruhin
- [New-bugs-announce] [issue23207] logging.basicConfig does not validate keyword arguments
Florian Bruhin
- [New-bugs-announce] [issue23183] timeit CLI best of 3: undocumented output format
Chathuranga
- [New-bugs-announce] [issue23304] Unused Superclass in calendar.py
CliffM
- [New-bugs-announce] [issue23188] Convert _PyErr_ChainExceptions to a public API
Nick Coghlan
- [New-bugs-announce] [issue23273] traceback: formatting a traceback stats the filesystem
Robert Collins
- [New-bugs-announce] [issue23357] pyvenv help shows incorrect usage
Raúl Cumplido
- [New-bugs-announce] [issue23213] subprocess communicate() hangs when stderr isn't closed
Thomas D.
- [New-bugs-announce] [issue23212] Update Windows and OS X installer copies of OpenSSL to 1.0.1k
Ned Deily
- [New-bugs-announce] [issue23335] _ssl.c cannot be compiled with older versions of OpenSSL
Ned Deily
- [New-bugs-announce] [issue23345] test_ssl fails on OS X 10.10.2 with latest patch level of OpenSSL libs
Ned Deily
- [New-bugs-announce] [issue23229] add inf and nan to cmath module
Mark Dickinson
- [New-bugs-announce] [issue23245] urllib2: urlopen() gets exception(kwargs bug?)
Douman
- [New-bugs-announce] [issue23152] fstat64 required on Windows
Steve Dower
- [New-bugs-announce] [issue23253] Delay-load ShellExecute[AW] in os.startfile
Steve Dower
- [New-bugs-announce] [issue23257] Update Windows build/setup instructions in devguide
Steve Dower
- [New-bugs-announce] [issue23260] Update Windows installer
Steve Dower
- [New-bugs-announce] [issue23311] Update PC/example_nt and extending/windows.rst
Steve Dower
- [New-bugs-announce] [issue23314] Disabling CRT asserts in debug build
Steve Dower
- [New-bugs-announce] [issue23227] Generator's finally block not run if close() called before first iteration
Stephen Drake
- [New-bugs-announce] [issue23171] csv.writer.writerow() does not accept generator (must be coerced to list)
Jon Dufresne
- [New-bugs-announce] [issue23178] csv.reader does not handle BOM
Jon Dufresne
- [New-bugs-announce] [issue23250] http.cookies HttpOnly attribute does not use suggested case-style of HTTP standard
Jon Dufresne
- [New-bugs-announce] [issue23277] Cleanup unused and duplicate imports in tests
Jon Dufresne
- [New-bugs-announce] [issue23317] Incorrect description of descriptor invocation in Python Language Reference
Justin Eldridge
- [New-bugs-announce] [issue23255] SimpleHTTPRequestHandler refactor for more extensible usage.
Ent
- [New-bugs-announce] [issue23296] ‘tokenize.detect_encoding’ is confused between text and bytes: no ‘startswith’ method on a byte string
Ben Finney
- [New-bugs-announce] [issue23297] ‘tokenize.detect_encoding’ is confused between text and bytes: no ‘startswith’ method on a byte string
Ben Finney
- [New-bugs-announce] [issue23185] add inf and nan to math module
Ethan Furman
- [New-bugs-announce] [issue23210] clarify "virtual sequence" and range docs
Ethan Furman
- [New-bugs-announce] [issue23230] Bug parsing integers with zero padding
Luis G.F
- [New-bugs-announce] [issue23319] Missing SWAP_INT in I_set_sw
Matthieu Gautier
- [New-bugs-announce] [issue23348] distutils.LooseVersion fails to compare two valid versions
Guillaume
- [New-bugs-announce] [issue23349] memoryview.to_bytes() and PyBuffer_ToContiguous() off-by-one error for non-contiguous buffers
Richard Hansen
- [New-bugs-announce] [issue23352] PyBuffer_IsContiguous() sometimes returns wrong result if suboffsets != NULL
Richard Hansen
- [New-bugs-announce] [issue23217] help() function incorrectly captures comment preceding a nested function
Raymond Hettinger
- [New-bugs-announce] [issue23259] Remove dummy reuse optimization from sets
Raymond Hettinger
- [New-bugs-announce] [issue23261] Clean-up set.pop() search finger logic
Raymond Hettinger
- [New-bugs-announce] [issue23269] Tighten-up search loops in sets
Raymond Hettinger
- [New-bugs-announce] [issue23359] Speed-up set_lookkey()
Raymond Hettinger
- [New-bugs-announce] [issue23343] operator precedence table for `not x` has an operand, while the others do not
Hobs
- [New-bugs-announce] [issue23237] Interrupts are lost during readline PyOS_InputHook processing (reopening)
Michiel de Hoon
- [New-bugs-announce] [issue23161] collections.abc.MutableSet missing methods
Devin Jeanpierre
- [New-bugs-announce] [issue23162] collections.abc sequences don't check identity before equality
Devin Jeanpierre
- [New-bugs-announce] [issue23201] Decimal(0)**0 is an error, 0**0 is 1, but Decimal(0) == 0
Devin Jeanpierre
- [New-bugs-announce] [issue23204] list.index and rest of list methods disagree if a value is in the list if it's mutated during the call
Devin Jeanpierre
- [New-bugs-announce] [issue23275] Can assign [] = (), but not () = []
Devin Jeanpierre
- [New-bugs-announce] [issue23322] parser module docs missing second example
Devin Jeanpierre
- [New-bugs-announce] [issue23331] Add non-interactive version of Bdb.runcall
Isaac Jurado
- [New-bugs-announce] [issue23351] socket.settimeout(5.0) does not have any effect
Piotr Jurkiewicz
- [New-bugs-announce] [issue23232] 'codecs' module functionality + its docs -- concerning custom codecs, especially non-string ones
Jan Kaliszewski
- [New-bugs-announce] [issue23187] Segmentation fault, possibly asyncio related
Ivailo Karamanolev
- [New-bugs-announce] [issue23338] PyErr_Format in ctypes uses invalid parameter
Makoto Kato
- [New-bugs-announce] [issue23167] Marshal docs say format version is 3; actual format version is 4
Dmitry Kazakov
- [New-bugs-announce] [issue23241] shutil should accept pathlib types
Michael Kesper
- [New-bugs-announce] [issue23155] unittest: object has no attribute '_removed_tests'
Thomas Klausner
- [New-bugs-announce] [issue23342] run() - unified high-level interface for subprocess
Thomas Kluyver
- [New-bugs-announce] [issue23276] hackcheck is broken in association with __setattr__
Alfred Krohmer
- [New-bugs-announce] [issue23160] Respect the environment variable SVNROOT in external-common.bat
Anselm Kruis
- [New-bugs-announce] [issue23194] Antigravity prints osascript errors in OS X Yosemite
Jim Kubicek
- [New-bugs-announce] [issue23249] test_win32 fails on aarch64
Robert Kuska
- [New-bugs-announce] [issue23164] "pydoc filter" documentation restrictive
Eric O. LEBIGOT
- [New-bugs-announce] [issue23341] Issue parsing valid cookie
Dan LaMotte
- [New-bugs-announce] [issue23175] logging.exception doesn't accept custom exc_info
Laimis
- [New-bugs-announce] [issue23316] Incorrect evaluation order of function arguments with *args
Joshua Landau
- [New-bugs-announce] [issue23154] MSVC 2013 Express needlessly rebuilds code
Mark Lawrence
- [New-bugs-announce] [issue23170] test_uuid test_ifconfig_getnode fails with Temporary failure in name resolution
Dimitri John Ledkov
- [New-bugs-announce] [issue23168] test_file2k.py depends on sys.stdin being unseekable
Dmitrijs Ledkovs
- [New-bugs-announce] [issue23182] Update grammar tests to use new style
Ian Lee
- [New-bugs-announce] [issue23305] RotatingFileHandler does not rotate if backupCount is 0
Juha Lemmetti
- [New-bugs-announce] [issue23251] mention in time.sleep() docs that it does not block other Python threads
Akira Li
- [New-bugs-announce] [issue23315] tempfile.mkdtemp fails with non-ascii paths on Python 2
Akira Li
- [New-bugs-announce] [issue23320] devguide should mention rules about "paragraph reflow" in the documentation
Akira Li
- [New-bugs-announce] [issue23244] doc typo in 'Glossary': 'generator'
N0v1ce Llve
- [New-bugs-announce] [issue23289] concurrent.futures.Executor.map is not equivalent to map.
Piotr Majkrzak
- [New-bugs-announce] [issue23337] Run python with restricted rights
Marc
- [New-bugs-announce] [issue23266] Faster implementation to collapse non-consecutive ip-addresses
Markus
- [New-bugs-announce] [issue23159] argparse: Provide equivalent of optparse.OptionParser.{option_groups, option_list, get_option}
Eric McDonald
- [New-bugs-announce] [issue23203] Aliasing import of sub-{module, package} from the package raises AttributeError on import.
Franck Michea
- [New-bugs-announce] [issue23278] multiprocessing maxtasksperchild=1 + logging = task loss
Nelson Minar
- [New-bugs-announce] [issue23308] a bug in Instructions section 4.1
David Motlagh
- [New-bugs-announce] [issue23206] json.dumps(ensure_ascii=False) is ~10x slower than json.dumps()
INADA Naoki
- [New-bugs-announce] [issue23285] PEP 475 - EINTR hanndling
Charles-François Natali
- [New-bugs-announce] [issue23318] (compiled RegEx).split gives unexpected results if () in pattern
Dave Notman
- [New-bugs-announce] [issue23195] Sorting with locale does not work properly with Python3 on Macos
Pierre Nugues
- [New-bugs-announce] [issue23196] Greek letters not sorted properly
Pierre Nugues
- [New-bugs-announce] [issue23272] Python built-in comparison problem
Lukáš Němec
- [New-bugs-announce] [issue23300] An improper change in httplib.py
Guohua Ouyang
- [New-bugs-announce] [issue23142] Integration of unittest.FunctionTestCase with automatic discovery and loading
Martin Panter
- [New-bugs-announce] [issue23200] Clarify max_length and flush() for zlib decompression
Martin Panter
- [New-bugs-announce] [issue23214] BufferedReader.read1(size) signature incompatible with BufferedIOBase.read1(size=-1)
Martin Panter
- [New-bugs-announce] [issue23224] LZMADecompressor object is only initialized in __init__
Martin Panter
- [New-bugs-announce] [issue23231] Fix codecs.iterencode/decode() by allowing data parameter to be omitted
Martin Panter
- [New-bugs-announce] [issue23247] Multibyte codec StreamWriter.reset() crashes
Martin Panter
- [New-bugs-announce] [issue23254] Document how to close the TCPServer listening socket
Martin Panter
- [New-bugs-announce] [issue23358] BaseServer missing from socketserver.__all__
Martin Panter
- [New-bugs-announce] [issue23235] run_tests.py doesn't set test.support.verbose correctly
Berker Peksag
- [New-bugs-announce] [issue23186] expose the client's list of ciphers during the handshake
Benjamin Peterson
- [New-bugs-announce] [issue23312] google thinks the docs are mobile unfriendly
Benjamin Peterson
- [New-bugs-announce] [issue23143] Remove some conditional code in _ssl.c
Antoine Pitrou
- [New-bugs-announce] [issue23157] Lib/test/time_hashlib.py doesn't work
Antoine Pitrou
- [New-bugs-announce] [issue23190] OpenSSL fails building with build.bat
Antoine Pitrou
- [New-bugs-announce] [issue23248] Update ssl data
Antoine Pitrou
- [New-bugs-announce] [issue23256] test_ctypes crashes on Windows on debug builds
Claudiu Popa
- [New-bugs-announce] [issue23340] armv7l C++ exceptions issue
Alex Potapenko
- [New-bugs-announce] [issue23153] Clarify Boolean Clause Results
John Potelle
- [New-bugs-announce] [issue23156] Update tix install information in tkinter tix chapter of doc
Terry J. Reedy
- [New-bugs-announce] [issue23328] urllib2 fails for proxy credentials that contain a '/' character
Andy Reitz
- [New-bugs-announce] [issue23150] urllib parse incorrect handing of params
Julian Reschke
- [New-bugs-announce] [issue23209] asyncio: break some cycles
Martin Richard
- [New-bugs-announce] [issue23163] pdb docs need to contain a statement on threads/multithreaded debugging
Karl Richter
- [New-bugs-announce] [issue23174] shelve.open fails with error "anydbm.error: db type could not be determined"
Karl Richter
- [New-bugs-announce] [issue23330] h2py.py regular expression missing
Thomas Roos
- [New-bugs-announce] [issue23144] html.parser.HTMLParser: setting 'convert_charrefs = True' leads to dropped text
Ross
- [New-bugs-announce] [issue23279] test_site/test_startup_imports fails when mpl_toolkit or logilab based modules installed
Douglas Rudd
- [New-bugs-announce] [issue23288] subprocess.Popen close_fds behaviour differs between 3.2 and 3.4
Mike Sampson
- [New-bugs-announce] [issue23274] make_ssl_data.py in Python 2.7.9 needs Python 3 to run
Michael Schlenker
- [New-bugs-announce] [issue23191] fnmatch regex cache use is not threadsafe
M. Schmitzer
- [New-bugs-announce] [issue23189] Set docstrings to empty string when optimizing with -OO.
Jarle Selvåg
- [New-bugs-announce] [issue23149] Typo in PEP-0008 - "this PEP do not"
Jonathan Sharpe
- [New-bugs-announce] [issue23169] Reflect that PreReq and BuildPreReq are deprecated in the latest RPM
Radek Simko
- [New-bugs-announce] [issue23262] webbrowser module broken with Firefox 36+
Stephan Sokolow
- [New-bugs-announce] [issue23172] Bad file descriptor error occurs if random library is imported before closing FDs
Wayne Song
- [New-bugs-announce] [issue23354] Loading 2 GiLOC file which raises exception causes wrong traceback
SoniEx2
- [New-bugs-announce] [issue23211] test.test_logging.SMTPHandlerTest failing on Snow Leopard
Geoffrey Spear
- [New-bugs-announce] [issue23146] Incosistency in pathlib between / and \
Serhiy Storchaka
- [New-bugs-announce] [issue23147] Possible error in _header_value_parser.py
Serhiy Storchaka
- [New-bugs-announce] [issue23148] Missing the charset parameter in as_encoded_word()
Serhiy Storchaka
- [New-bugs-announce] [issue23151] _loggerClass is initialized twice
Serhiy Storchaka
- [New-bugs-announce] [issue23233] TypeError in ./setup.py
Serhiy Storchaka
- [New-bugs-announce] [issue23252] Add support of writing to unseekable file in zipfile
Serhiy Storchaka
- [New-bugs-announce] [issue23264] Add pickle support of dict views
Serhiy Storchaka
- [New-bugs-announce] [issue23268] Fix comparison of ipaddress classes
Serhiy Storchaka
- [New-bugs-announce] [issue23282] Slightly faster set lookup
Serhiy Storchaka
- [New-bugs-announce] [issue23290] Faster set copying
Serhiy Storchaka
- [New-bugs-announce] [issue23321] Crash in str.decode() with special error handler
Serhiy Storchaka
- [New-bugs-announce] [issue23325] Turn SIG_DFL and SIG_IGN into functions
Serhiy Storchaka
- [New-bugs-announce] [issue23326] Remove redundant __ne__ implementations
Serhiy Storchaka
- [New-bugs-announce] [issue23344] Faster marshalling
Serhiy Storchaka
- [New-bugs-announce] [issue23346] shutil.rmtree doesn't work correctly on FreeBSD.
Denis Sukhonin
- [New-bugs-announce] [issue23292] Enum doc suggestion
Mark Summerfield
- [New-bugs-announce] [issue23158] IDLE's help.txt "corrent" typo
Al Sweigart
- [New-bugs-announce] [issue23180] Rename IDLE's "Windows" menu item to "Window"
Al Sweigart
- [New-bugs-announce] [issue23181] Unicode "code point" should be two words in documentation
Al Sweigart
- [New-bugs-announce] [issue23184] Unused imports, variables, file in IDLE
Al Sweigart
- [New-bugs-announce] [issue23205] Unit test needed for IDLE's GrepDialog.py's findfiles()
Al Sweigart
- [New-bugs-announce] [issue23216] IDLE grep/find/replace source code needs docstrings
Al Sweigart
- [New-bugs-announce] [issue23218] Modernize the IDLE Find/Replace/Find in Files dialogs
Al Sweigart
- [New-bugs-announce] [issue23220] IDLE does not display \b backspace correctly.
Al Sweigart
- [New-bugs-announce] [issue23176] socket.recvfrom(0) waits for data
Sworddragon
- [New-bugs-announce] [issue23246] distutils fails to locate vcvarsall with Visual C++ Compiler for Python
Gregory Szorc
- [New-bugs-announce] [issue23339] dict_values should be comparable with a set
ThiefMaster
- [New-bugs-announce] [issue23215] MemoryError with custom error handlers and multibyte codecs
Aleksi Torhamo
- [New-bugs-announce] [issue23145] regrtest: log test loader errors
STINNER Victor
- [New-bugs-announce] [issue23173] asyncio: kill the subprocess if the creation failed
STINNER Victor
- [New-bugs-announce] [issue23177] test_ssl: failures on OpenBSD with LibreSSL
STINNER Victor
- [New-bugs-announce] [issue23197] asyncio: check if a future is cancelled before calling set_result/set_exception
STINNER Victor
- [New-bugs-announce] [issue23198] asyncio: refactor StreamReader
STINNER Victor
- [New-bugs-announce] [issue23208] asyncio: add BaseEventLoop._current_handle
STINNER Victor
- [New-bugs-announce] [issue23219] asyncio: cancelling wait_for(task, timeout) must also cancel the task
STINNER Victor
- [New-bugs-announce] [issue23225] selectors: raise an exception if the selector is closed
STINNER Victor
- [New-bugs-announce] [issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code
STINNER Victor
- [New-bugs-announce] [issue23236] asyncio: add timeout to StreamReader read methods
STINNER Victor
- [New-bugs-announce] [issue23242] asyncio: Process must close the transport when the process exit
STINNER Victor
- [New-bugs-announce] [issue23243] asyncio: emit ResourceWarning warnings if transports/event loops are not explicitly closed
STINNER Victor
- [New-bugs-announce] [issue23270] Use the new __builtin_mul_overflow() of Clang and GCC 5 to check for integer overflow
STINNER Victor
- [New-bugs-announce] [issue23293] [Windows] asyncio: race condition related in IocpProactor.connect_pipe()
STINNER Victor
- [New-bugs-announce] [issue23295] [Windows] asyncio: add UDP support to ProactorEventLoop
STINNER Victor
- [New-bugs-announce] [issue23303] test_license_exists_at_url() of test_site fails on "x86 XP-4 3.4" buildbot
STINNER Victor
- [New-bugs-announce] [issue23329] _ssl cannot be compiled with LibreSSL anymore (on OpenBSD 5.5) because of ALPN
STINNER Victor
- [New-bugs-announce] [issue23333] asyncio: call protocol.connection_lost() when the creation of transport failed
STINNER Victor
- [New-bugs-announce] [issue23347] asyncio: fix and refactor creation of subprocess transports
STINNER Victor
- [New-bugs-announce] [issue23353] gnerator bug with exception: tstate->exc_value is not cleared after an except block
STINNER Victor
- [New-bugs-announce] [issue23193] Please support "numeric_owner" in tarfile
Michael Vogt
- [New-bugs-announce] [issue23228] Crashes when tarfile contains a symlink and unpack directory contain it too
Michael Vogt
- [New-bugs-announce] [issue23332] datetime.isoformat() -> explicitly mark UTC string as such
Mirko Vogt
- [New-bugs-announce] [issue23166] urllib2 ignores opener configuration under certain circumstances
Jurijs Vorotilovs
- [New-bugs-announce] [issue23165] Heap overwrite in Python/fileutils.c:_Py_char2wchar() on 32 bit systems due to malloc parameter overflow
Guido Vranken
- [New-bugs-announce] [issue23280] Convert binascii.{un}hexlify to Argument Clinic (fix docstrings)
Zachary Ware
- [New-bugs-announce] [issue23283] Backport Tools/clinic to 3.4
Zachary Ware
- [New-bugs-announce] [issue23199] libpython27.a in amd64 release is 32-bit
Zach Welch
- [New-bugs-announce] [issue23306] zlib.crc32 raises OverflowError at argument-parsing time on large strings
Danny Yoo
- [New-bugs-announce] [issue23284] curses, readline, tinfo, and also --prefix, dbm, CPPFLAGS
Poor Yorick
- [New-bugs-announce] [issue23324] Python 3.4.2 running slow on Ubuntu 14.10
Alan Yorinks
- [New-bugs-announce] [issue23281] Access violation - pyc file
Paweł Zduniak
- [New-bugs-announce] [issue23291] Documentation about Py_Finalize(): Freeing objects
Albert Zeyer
- [New-bugs-announce] [issue23299] Documentation correction - 5.1.4. List Comprehensions
Liang Zhang
- [New-bugs-announce] [issue23271] Unicode HOWTO documentation error
Dionysis Zindros
- [New-bugs-announce] [issue23239] SSL match_hostname does not accept IP Address
Ádám Zsigmond
- [New-bugs-announce] [issue23309] Hang on interpreter shutdown if daemon thread prints to stdout
Marien Zwart
- [New-bugs-announce] [issue23286] A typo in the tutorial
aruseni
- [New-bugs-announce] [issue23294] A typo in the tutorial
aruseni
- [New-bugs-announce] [issue23310] MagicMock constructor configuration fails for magic methods
berdario
- [New-bugs-announce] [issue23336] Thread.LockType is misnamed
cindykrafft
- [New-bugs-announce] [issue23298] Add ArgumentParser.add_mutually_dependence_group
dongwm
- [New-bugs-announce] [issue23240] pip 6.0.6- pip install command is broken
arnaud gaboury
- [New-bugs-announce] [issue23223] subprocess32 unable to be installed via pip
gajdig
- [New-bugs-announce] [issue23265] tar.xz support for sdist
i01100101
- [New-bugs-announce] [issue23355] rsplit duplicates split behavior
kai keliikuli
- [New-bugs-announce] [issue23238] http.server failed to decode '+' to ' ' when calling cgi script/executable in window
memkmemk
- [New-bugs-announce] [issue23356] In argparse docs simplify example about argline
py.user
- [New-bugs-announce] [issue23267] multiprocessing pool.py doesn't close inqueue and outqueue pipes on termination
shani
- [New-bugs-announce] [issue23258] Cannot Install Python 3.4.2 on Windows 7 64 bit / screen print attached
steve
Last message date:
Sat Jan 31 22:37:58 CET 2015
Archived on: Sat Jan 31 22:38:00 CET 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).