February 2016 Archives by thread
Starting: Mon Feb 1 04:57:05 EST 2016
Ending: Mon Feb 29 21:50:54 EST 2016
Messages: 208
- [New-bugs-announce] [issue26255] symtable.Symbol.is_referenced() returns false for valid use
Luke Schubert
- [New-bugs-announce] [issue26256] Fast decimalisation and conversion to other bases
Jurjen N.E. Bos
- [New-bugs-announce] [issue26257] Eliminate buffer_tests.py
Martin Panter
- [New-bugs-announce] [issue26258] readline module for python 3.x on windows
Ali Razmjoo
- [New-bugs-announce] [issue26259] Memleak when repeated calls to asyncio.queue.Queue.get is performed, without push to queue.
Jonas Brunsgaard
- [New-bugs-announce] [issue26260] utf8 decoding inconsistency between P2 and P3
Jim Jin
- [New-bugs-announce] [issue26261] NamedTemporaryFile documentation is vague about the `name` attribute
Antti Haapala
- [New-bugs-announce] [issue26262] Cannot compile with /fp:strict with MSVC
Zachary Ware
- [New-bugs-announce] [issue26263] Serialize array.array to JSON by default
Omer Katz
- [New-bugs-announce] [issue26264] keyword.py missing async await
Timo Furrer
- [New-bugs-announce] [issue26265] errors during static build on OSX
David Beck
- [New-bugs-announce] [issue26266] add classattribute to enum to handle non-Enum attributes
Ethan Furman
- [New-bugs-announce] [issue26267] UUID docs should say how to get "standard form"
Andrew Barnert
- [New-bugs-announce] [issue26268] Update python.org installers to use OpenSSL 1.0.2f
Zachary Ware
- [New-bugs-announce] [issue26269] zipfile should call lstat instead of stat if available
Patrik Dufresne
- [New-bugs-announce] [issue26270] Support for read()/write()/select() on asyncio
Paulo Costa
- [New-bugs-announce] [issue26271] freeze.py makefile uses the wrong flags variables
Daniel Shaulov
- [New-bugs-announce] [issue26272] `zipfile.ZipFile` fails reading a file object in specific version(s)
Pengyu Chen
- [New-bugs-announce] [issue26273] Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket module
Omar Sandoval
- [New-bugs-announce] [issue26274] Add CPU affinity to perf.py
Florin Papa
- [New-bugs-announce] [issue26275] perf.py: bm_regex_v8 doesn't seem reliable even with --rigorous
STINNER Victor
- [New-bugs-announce] [issue26276] Inconsistent behaviour of PEP 3101 formatting between versions
Mark Shannon
- [New-bugs-announce] [issue26277] Allow zipapp to target modules
flying sheep
- [New-bugs-announce] [issue26278] BaseTransport.close() does not trigger connection_lost()
Sümer Cip
- [New-bugs-announce] [issue26279] Possible bug in time library
Ioannis Aslanidis
- [New-bugs-announce] [issue26280] ceval: Optimize [] operation similarly to CPython 2.7
Yury Selivanov
- [New-bugs-announce] [issue26281] Clear sys.path_importer_cache from importlib.invalidate_caches()
Brett Cannon
- [New-bugs-announce] [issue26282] Add support for partial keyword arguments in extension functions
Serhiy Storchaka
- [New-bugs-announce] [issue26283] zipfile can not handle the path build by os.path.join()
張伯誠
- [New-bugs-announce] [issue26284] FIx telco benchmark
Stefan Krah
- [New-bugs-announce] [issue26285] Garbage collection of unused input sections from CPython binaries
Alecsandru Patrascu
- [New-bugs-announce] [issue26286] dis module: coroutine opcode documentation clarity
Jim Jewett
- [New-bugs-announce] [issue26287] Core dump in f-string with lambda and format specification
Petr Viktorin
- [New-bugs-announce] [issue26288] Optimize PyLong_AsDouble for single-digit longs
Yury Selivanov
- [New-bugs-announce] [issue26289] Optimize floor division for ints
Yury Selivanov
- [New-bugs-announce] [issue26290] fileinput and 'for line in sys.stdin' do strange mockery of input buffering
Don Hatch
- [New-bugs-announce] [issue26291] Floating-point arithmetic
good.bad
- [New-bugs-announce] [issue26292] Raw I/O writelines() broken
STINNER Victor
- [New-bugs-announce] [issue26293] Embedded zipfile fields dependent on absolute position
spoo
- [New-bugs-announce] [issue26294] Queue().unfinished_tasks not in docs - deliberate?
Frank Millman
- [New-bugs-announce] [issue26295] Random failures when running test suite in parallel (-m test -j0) caused by test_regrtest
STINNER Victor
- [New-bugs-announce] [issue26296] colorys rgb_to_hls algorithm error
Mats Luspa
- [New-bugs-announce] [issue26297] Move constant folding to AST level
Serhiy Storchaka
- [New-bugs-announce] [issue26298] Split ceval.c into small files
STINNER Victor
- [New-bugs-announce] [issue26299] wsgiref.util FileWrapper raises ValueError: I/O operation on closed file.
Samwyse
- [New-bugs-announce] [issue26300] "unpacked" bytecode
Andrew Barnert
- [New-bugs-announce] [issue26301] ceval.c: reintroduce fast-path for list[index] in BINARY_SUBSCR
STINNER Victor
- [New-bugs-announce] [issue26302] cookies module allows commas in keys
Jason R. Coombs
- [New-bugs-announce] [issue26303] Shared execution context between doctests in a module
kernc
- [New-bugs-announce] [issue26304] Fix “allows to <verb>” in documentation
Martin Panter
- [New-bugs-announce] [issue26305] Make Argument Clinic to generate PEP 7 conforming code
Serhiy Storchaka
- [New-bugs-announce] [issue26306] Can't create abstract tuple
Jack Hargreaves
- [New-bugs-announce] [issue26307] no PGO for built-in modules with `make profile-opt`
Χρήστος Γεωργίου (Christos Georgiou)
- [New-bugs-announce] [issue26308] Solaris 10 build issues
Georg Sauthoff
- [New-bugs-announce] [issue26309] socketserver.BaseServer._handle_request_noblock() don't shutdwon request if verify_request is False
Aviv Palivoda
- [New-bugs-announce] [issue26310] Fix typo “variariables” in socketserver.py
Marien
- [New-bugs-announce] [issue26311] Typo in documentation for xml.parsers.expat
Raúl Núñez de Arenas
- [New-bugs-announce] [issue26312] Raise SystemError on programmical errors in PyArg_Parse*()
Serhiy Storchaka
- [New-bugs-announce] [issue26313] ssl.py _load_windows_store_certs fails if windows cert store is empty
Jonathan Kamens
- [New-bugs-announce] [issue26314] interned strings are stored in a dict, a set would use less memory
Gregory P. Smith
- [New-bugs-announce] [issue26315] Optimize mod division for ints
Yury Selivanov
- [New-bugs-announce] [issue26316] Probable typo in Arg Clinic’s linear_format()
Martin Panter
- [New-bugs-announce] [issue26317] Build Problem with GCC + Macintosh OS X 10.11 El Capitain
Robert P Fischer
- [New-bugs-announce] [issue26318] `io.open(fd, ...).name` returns numeric fd instead of None
Марк Коренберг
- [New-bugs-announce] [issue26319] Check recData size before unpack in zipfile
j w
- [New-bugs-announce] [issue26320] Web documentation for 2.7 has unreadable highlights in Table of Contents
Rory McCann
- [New-bugs-announce] [issue26321] datetime.strptime fails to parse AM/PM correctly
Andrew Page
- [New-bugs-announce] [issue26322] Missing docs for typing.Set
Guido van Rossum
- [New-bugs-announce] [issue26323] Add a assert_called() method for mock objects
Amit Saha
- [New-bugs-announce] [issue26324] sum() incorrect on negative zeros
Antoine Pitrou
- [New-bugs-announce] [issue26325] Add helper to check that no ResourceWarning is emitted
Serhiy Storchaka
- [New-bugs-announce] [issue26326] Named entity "vertical line" missed in 2.7 htmlentitydefs.py
Andreas Röhler
- [New-bugs-announce] [issue26327] File > Save in IDLE shell window not working
Sebastian Bank
- [New-bugs-announce] [issue26328] shutil._copyxattr() function shouldn't fail if setting security.selinux xattr fails
Laurent Bigonville
- [New-bugs-announce] [issue26329] os.path.normpath("//") returns //
Fred Rolland
- [New-bugs-announce] [issue26330] shutil.disk_usage() on Windows can't properly handle unicode
Giampaolo Rodola'
- [New-bugs-announce] [issue26331] Tokenizer: allow underscores for grouping in numeric literals
Georg Brandl
- [New-bugs-announce] [issue26332] OSError: exception: access violation writing <...> (Windows 10 x64, Python 3.5.1)
JK
- [New-bugs-announce] [issue26333] Multiprocessing imap hangs when generator input errors
Aaron Halfaker
- [New-bugs-announce] [issue26334] bytes.translate() doesn't take keyword arguments; docs suggests it does
Nicholas Chammas
- [New-bugs-announce] [issue26335] Make mmap.write return the number of bytes written like other write methods
Jakub Stasiak
- [New-bugs-announce] [issue26336] Expose regex bytecode as attribute of compiled pattern object
Jonathan Goble
- [New-bugs-announce] [issue26337] Bypass imghdr module determines the type of image
Ramin Farajpour Cami
- [New-bugs-announce] [issue26338] remove duplicate bind addresses in create_server
Sebastien Bourdeauducq
- [New-bugs-announce] [issue26339] Python rk0.3b1 KeyError: 'config_argparse_rel_path'
sherpa
- [New-bugs-announce] [issue26340] modal dialog with transient method; parent window fails to iconify
vs
- [New-bugs-announce] [issue26341] Implement free-list for single-digit longs
Yury Selivanov
- [New-bugs-announce] [issue26342] Faster bit ops for single-digit positive longs
Yury Selivanov
- [New-bugs-announce] [issue26343] os.O_CLOEXEC not available on OS X
Gustavo Goretkin
- [New-bugs-announce] [issue26344] `sys.meta_path` Skipped for Packages with Non-Standard Suffixed `__init__` Files
Wolfgang Richter
- [New-bugs-announce] [issue26345] Extra newline appended to UTF-8 strings on Windows
Egor Tensin
- [New-bugs-announce] [issue26346] PySequenceMethods documentation missing sq_slice and sq_ass_slice
Anthony Tuininga
- [New-bugs-announce] [issue26347] BoundArguments.apply_defaults doesn't handle empty arguments
Frederick Wagner
- [New-bugs-announce] [issue26348] activate.fish sets VENV prompt incorrectly
Dan McCombs
- [New-bugs-announce] [issue26349] Ship python35.lib with the embedded distribution, please
Thomas Führinger
- [New-bugs-announce] [issue26350] Windoes: signal doc should state certains signals can't be registered
Giampaolo Rodola'
- [New-bugs-announce] [issue26351] Occasionally check for Ctrl-C in long-running operations like sum
Steven D'Aprano
- [New-bugs-announce] [issue26352] getpass incorrectly displays password prompt on stderr on fallback
Matt Hooks
- [New-bugs-announce] [issue26353] IDLE: Saving Shell should not add \n
Terry J. Reedy
- [New-bugs-announce] [issue26354] re.I does not work as expected
Magesh Kumar
- [New-bugs-announce] [issue26355] Emit major version based canonical URLs for docs
Nick Coghlan
- [New-bugs-announce] [issue26356] Registration
Haroun Rauni
- [New-bugs-announce] [issue26357] asyncio.wait loses coroutine return value
André Caron
- [New-bugs-announce] [issue26358] mmap.mmap.__iter__ is broken (yields bytes instead of ints)
Antti Haapala
- [New-bugs-announce] [issue26359] CPython build options for out-of-the box performance
Alecsandru Patrascu
- [New-bugs-announce] [issue26360] Deadlock in thread.join
Mark Dickinson
- [New-bugs-announce] [issue26361] lambda in dict comprehension is broken
Samuel Ainsworth
- [New-bugs-announce] [issue26362] Approved API for creating a temporary file path
Ben Finney
- [New-bugs-announce] [issue26363] builtins propagation is misleading described in exec and eval documentation
Xavier Combelle
- [New-bugs-announce] [issue26364] pip uses colour in messages that does not work on white terminals
Barry Scott
- [New-bugs-announce] [issue26365] ntpath.py Error in Windows
Ben Kummer
- [New-bugs-announce] [issue26366] Use “.. versionadded” over “.. versionchanged” where appropriate
Tony R.
- [New-bugs-announce] [issue26367] importlib.__import__ does not fail for invalid relative import
Manuel Jacob
- [New-bugs-announce] [issue26368] grammatical error in documentation
Ryan Stuart
- [New-bugs-announce] [issue26369] doc for unicode.decode and str.encode is unnecessarily confusing
Ben Spiller
- [New-bugs-announce] [issue26370] shelve filename inconsistent between platforms
Dima Tisnek
- [New-bugs-announce] [issue26371] asynchat.async_chat and asyncore.dispatcher_with_send are not thread-safe
NGG
- [New-bugs-announce] [issue26372] Popen.communicate not ignoring BrokenPipeError
Memeplex
- [New-bugs-announce] [issue26373] asyncio: add support for async context manager on streams?
STINNER Victor
- [New-bugs-announce] [issue26374] concurrent_futures Executor.map semantics better specified in docs
F.D. Sacerdoti
- [New-bugs-announce] [issue26375] New versions of Python hangs on imaplib.IMAP4_SSL()
Michal Niklas
- [New-bugs-announce] [issue26376] Tkinter root window won't close if packed.
Sam Yeager
- [New-bugs-announce] [issue26377] Tkinter dialogs will not close if root window not packed.
Sam Yeager
- [New-bugs-announce] [issue26378] Typo in regex documentation
David Rager
- [New-bugs-announce] [issue26379] zlib decompress as_bytearray flag
Joe Jevnik
- [New-bugs-announce] [issue26380] Add an http method enum
Demian Brecht
- [New-bugs-announce] [issue26381] Add 'geo' URI scheme (RFC 5870) to urllib.parse.uses_params
Serhiy Int
- [New-bugs-announce] [issue26382] List object memory allocator
Catalin Gabriel Manciu
- [New-bugs-announce] [issue26383] number of decimal places in csv output
Florin Papa
- [New-bugs-announce] [issue26384] UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag
- [New-bugs-announce] [issue26385] the call of tempfile.NamedTemporaryFile fails and leaves a file on the disk
Eugene Viktorov
- [New-bugs-announce] [issue26386] tkinter - Treeview - .selection_add and selection_toggle
George
- [New-bugs-announce] [issue26387] Race condition in sqlite module
Filipp Andjelo
- [New-bugs-announce] [issue26388] Disabling changing sys.argv[0] with runpy.run_module(...alter_sys=True)
Mike Kaplinskiy
- [New-bugs-announce] [issue26389] Expand traceback module API to accept just an exception as an argument
Brett Cannon
- [New-bugs-announce] [issue26390] hashlib's pbkdf2_hmac documentation "rounds" does not match source
Daan Bakker
- [New-bugs-announce] [issue26391] Specialized sub-classes of Generic never call __init__
Kai Wohlfahrt
- [New-bugs-announce] [issue26392] socketserver.BaseServer.close_server should stop serve_forever
Aviv Palivoda
- [New-bugs-announce] [issue26393] random.shuffled
Aviv Palivoda
- [New-bugs-announce] [issue26394] argparse: Add set_values() function to complement set_defaults()
Michael Herold
- [New-bugs-announce] [issue26395] asyncio does not support yielding from recvfrom (socket/udp)
Simon Bernier St-Pierre
- [New-bugs-announce] [issue26396] Create json.JSONType
Brett Cannon
- [New-bugs-announce] [issue26397] Tweak importlib Example of importlib.import_module() to use importlib.util.module_from_spec()
Brett Cannon
- [New-bugs-announce] [issue26398] cgi.escape() Can Lead To XSS and HTMLi Vulnerabilities
Dhiraj
- [New-bugs-announce] [issue26399] -2+1
Acid
- [New-bugs-announce] [issue26400] SyntaxError when running Python 2.7 interpreter with subprocess.call
giumas
- [New-bugs-announce] [issue26401] Error in documentation for "compile" built-in function
Raúl Núñez de Arenas
- [New-bugs-announce] [issue26402] Regression in Python 3.5 http.client, raises RemoteDisconnected seemingly randomly.
Jelte Fennema
- [New-bugs-announce] [issue26403] Don't call sendto in DatagramRequestHandler if there is nothing to send
desbma
- [New-bugs-announce] [issue26404] socketserver context manager
Aviv Palivoda
- [New-bugs-announce] [issue26405] tkinter askopenfilename doubleclick issue on windows
rapolas
- [New-bugs-announce] [issue26406] getaddrinfo is thread-safe on NetBSD and OpenBSD
A. Jesse Jiryu Davis
- [New-bugs-announce] [issue26407] csv.writer.writerows masks exceptions from __iter__
Ilja Everilä
- [New-bugs-announce] [issue26408] pep-8 requires few corrections
thefourtheye
- [New-bugs-announce] [issue26409] Support latest Tcl/Tk on future versions of Mac installer
Aivar Annamaa
- [New-bugs-announce] [issue26410] "incompatible pointer type" while compiling Python3.5.1
Devyn Johnson
- [New-bugs-announce] [issue26411] Suggestion concerning compile-time warnings
Devyn Johnson
- [New-bugs-announce] [issue26412] Segmentation Fault: 11
Payden Comer
- [New-bugs-announce] [issue26413] python 3.5.1 uses wrong registry in system-wide installation
Mike
- [New-bugs-announce] [issue26414] os.defpath too permissive
John Beck
- [New-bugs-announce] [issue26415] Out of memory, trying to parse a 35MB dict
A. Skrobov
- [New-bugs-announce] [issue26416] Deprecate the regex_v8, telco, and spectral_norm benchmarks
Brett Cannon
- [New-bugs-announce] [issue26417] Default IDLE 2.7.11 configuration files are out-of-sync on OS X framework installs
Ned Deily
- [New-bugs-announce] [issue26418] multiprocessing.pool.ThreadPool eats up memories
renlifeng
- [New-bugs-announce] [issue26420] IDEL for Python 3.5.1 for x64 Windows exits when pasted a string with non-BMP characters
Tatsunori Uchino
- [New-bugs-announce] [issue26421] string_richcompare invalid check Py_NotImplemented
yuriy_levchenko
- [New-bugs-announce] [issue26422] printing 1e23 and up is incorrect
John Taylor
- [New-bugs-announce] [issue26423] __len__() returns 32 bit int on windows leading to overflows
Dave Hibbitts
- [New-bugs-announce] [issue26424] QPyNullVariant
MARTA Roggero
- [New-bugs-announce] [issue26425] 'TypeError: object of type 'NoneType' has no len()' in 'splitdrive'
Konrad
- [New-bugs-announce] [issue26426] email examples: incorrect use of email.headerregistry.Address
Jakub Wilk
- [New-bugs-announce] [issue26427] w* format in PyArg_ParseTupleAndKeywords for optional argument
Victor Halperin
- [New-bugs-announce] [issue26428] The range for xrange() is too narrow
Serhiy Storchaka
- [New-bugs-announce] [issue26429] os.path.dirname returns empty string instead of "." when file is in current directory
Chaitanya Mannem
- [New-bugs-announce] [issue26430] quote marks problem on loaded file
quetzal
- [New-bugs-announce] [issue26431] string template substitute tests
Greg McCoy
- [New-bugs-announce] [issue26432] Add partial.kwargs
Serhiy Storchaka
- [New-bugs-announce] [issue26433] urllib.urlencode() does not explain how to handle unicode
Thomas Güttler
- [New-bugs-announce] [issue26434] multiprocessing cannot spawn grandchild from a Windows service
Marc Schlaich
- [New-bugs-announce] [issue26435] Fix versionadded/versionchanged documentation directives
Jakub Stasiak
- [New-bugs-announce] [issue26436] Add the regex-dna benchmark
Serhiy Storchaka
- [New-bugs-announce] [issue26437] asyncio create_server() not always accepts the 'port' parameter as str
Xavier de Gaye
- [New-bugs-announce] [issue26438] Complete your registration to Python tracker -- key4g5ti2VWPYCbHm4wBLtl92LNQ9nzndqi
heha37
- [New-bugs-announce] [issue26439] ctypes.util.find_library fails ALWAYS when gcc is not used
Michael Felt
- [New-bugs-announce] [issue26440] tarfile._FileInFile.seekable is broken in stream mode
Bill Lee
- [New-bugs-announce] [issue26441] email.charset: to_splittable and from_splittable are not there anymore!
Martin Panter
- [New-bugs-announce] [issue26442] Doc refers to xmlrpc.client but means xmlrpc.server
ProgVal
- [New-bugs-announce] [issue26443] cross building extensions picks up host headers
Martin Hundebøll
- [New-bugs-announce] [issue26444] Fix 2 typos on ElementTree docs
Ismail s
- [New-bugs-announce] [issue26445] setup.py sdist mishandles package_dir option
glep
- [New-bugs-announce] [issue26446] Mention in the devguide that core devs are expected to follow the PSF CoC
Brett Cannon
- [New-bugs-announce] [issue26447] rstrip() is pilfering my 'p'
Jerod “j3rd” Gawne
- [New-bugs-announce] [issue26448] dis.findlabels ignores EXTENDED_ARG
Eric Fahlgren
- [New-bugs-announce] [issue26449] Tutorial on Python Scopes and Namespaces uses confusing 'read-only' terminology
Martijn Pieters
- [New-bugs-announce] [issue26450] make html fails on OSX
Alex LordThorsen
- [New-bugs-announce] [issue26451] CSV documentation doesn't open with an example
Alex LordThorsen
- [New-bugs-announce] [issue26452] Wrong line number attributed to comprehension expressions
Greg Price
- [New-bugs-announce] [issue26453] SystemError on invalid numpy.ndarray / Path operation
Antony Lee
- [New-bugs-announce] [issue26454] add support string that are not inherited from PyStringObject
yuriy_levchenko
- [New-bugs-announce] [issue26455] Inconsistent behavior with KeyboardInterrupt and asyncio futures
Michel Desmoulin
- [New-bugs-announce] [issue26456] import _tkinter + TestForkInThread leaves zombie with stalled thread
Martin Panter
- [New-bugs-announce] [issue26457] Error in ipaddress.address_exclude function
feng liang
- [New-bugs-announce] [issue26458] Is the default value assignment of a function parameter evaluated multiple times if it is Parameter=None
Albert Freeman
- [New-bugs-announce] [issue26459] Windows build instructions are very inaccurate
Maciej Fijalkowski
- [New-bugs-announce] [issue26460] datetime.strptime without a year fails on Feb 29
Sriram Rajagopalan
- [New-bugs-announce] [issue26461] PyInterpreterState_Head(), PyThreadState_Next() etc can't be sanely used
Maciej Fijalkowski
- [New-bugs-announce] [issue26462] Patch to enhance literal block language declaration
Julien
- [New-bugs-announce] [issue26463] asyncio-related (?) segmentation fault
Nicholas Chammas
Last message date:
Mon Feb 29 21:50:54 EST 2016
Archived on: Mon Feb 29 21:50:56 EST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).