January 2014 Archives by date
Starting: Wed Jan 1 12:21:17 CET 2014
Ending: Fri Jan 31 23:50:41 CET 2014
Messages: 367
- [New-bugs-announce] [issue20102] shutil._make_zipfile possible resource leak
Peter Santoro
- [New-bugs-announce] [issue20103] Documentation of itertools.accumulate is confused
Mitchell Model
- [New-bugs-announce] [issue20104] expose posix_spawn(p)
Benjamin Peterson
- [New-bugs-announce] [issue20105] Codec exception chaining is losing traceback details
Nick Coghlan
- [New-bugs-announce] [issue20106] warn_dir is always true for install_data, even if an install_dir is specified
Tabrez Mohammed
- [New-bugs-announce] [issue20107] Revert PEP 453 integration
Martin v. Löwis
- [New-bugs-announce] [issue20108] cannot pass kwarg `func` to `inspect.getcallargs`
Joost van Zwieten
- [New-bugs-announce] [issue20109] TestProgram is mentioned in the unittest docs but is not documented
R. David Murray
- [New-bugs-announce] [issue20110] Misleading word used for __annotations__
Claudiu.Popa
- [New-bugs-announce] [issue20111] pathlib.PurePath.with_suffix() allows creation of otherwise impossible paths
July Tikhonov
- [New-bugs-announce] [issue20112] The documentation for http.server error_message_format is inadequate.
R. David Murray
- [New-bugs-announce] [issue20113] os.readv() and os.writev() don't raise an OSError on readv()/writev() failure
STINNER Victor
- [New-bugs-announce] [issue20114] Sporadic failure of test_semaphore_tracker() of test_multiprocessing_forkserver on FreeBSD 9 buildbot
STINNER Victor
- [New-bugs-announce] [issue20115] NUL bytes in commented lines
Armin Rigo
- [New-bugs-announce] [issue20116] urlparse.parse_qs should take argument for query separator
Ruben D. Orduz
- [New-bugs-announce] [issue20117] subprocess on Windows: wrong return code with shell=True
Guido van Rossum
- [New-bugs-announce] [issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots
R. David Murray
- [New-bugs-announce] [issue20119] pdb c(ont(inue)) optional one-time-only breakpoint (like perl debugger)
nlevitt at gmail.com
- [New-bugs-announce] [issue20120] Percent-signs (%) in .pypirc should not be interpolated
Thomas Levine
- [New-bugs-announce] [issue20121] quopri_codec newline handling
Fred Stober
- [New-bugs-announce] [issue20122] Move CallTips tests to idle_tests
Serhiy Storchaka
- [New-bugs-announce] [issue20123] pydoc.synopsis fails to load binary modules
Eric Snow
- [New-bugs-announce] [issue20124] The documentation for the atTime parameter of TimedRotatimeFileHandler is confusing
R. David Murray
- [New-bugs-announce] [issue20125] We need a good replacement for direct use of load_module(), post-PEP 451
Eric Snow
- [New-bugs-announce] [issue20126] sched doesn't handle events added after scheduler starts
lotus at blossomhillranch.com
- [New-bugs-announce] [issue20127] Race condition in test_threaded_import.task()?
Eric Snow
- [New-bugs-announce] [issue20128] Re-enable test_modules_search_builtin() in test_pydoc
Eric Snow
- [New-bugs-announce] [issue20129] 3.4 on windows 7 can't import IntEnum
Mark Lawrence
- [New-bugs-announce] [issue20130] asyncio: implement a synchronous executor if concurrent.futures is missing
STINNER Victor
- [New-bugs-announce] [issue20131] warnings module offers no documented, programmatic way to reset "seen-warning" flag
Andreas Kloeckner
- [New-bugs-announce] [issue20132] Many incremental codecs don’t handle fragmented data
Martin Panter
- [New-bugs-announce] [issue20133] Convert the audioop module to use Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue20134] typo: s/coping/copying/
INADA Naoki
- [New-bugs-announce] [issue20135] mutate list
Xiaoqing Rong
- [New-bugs-announce] [issue20136] Logging: StreamHandler does not use OS line separator.
A. Libotean
- [New-bugs-announce] [issue20137] Logging: RotatingFileHandler computes string length instead of byte representation length.
A. Libotean
- [New-bugs-announce] [issue20138] wsgiref on Python 3.x incorrectly implements URL handling causing mangled Unicode
Armin Ronacher
- [New-bugs-announce] [issue20139] Python installer does not install a "pip" command (just "pip3" and "pip3.4")
Paul Moore
- [New-bugs-announce] [issue20140] UnicodeDecodeError in ntpath.py when home dir contains non-ascii signs
Jarek Śmiejczak
- [New-bugs-announce] [issue20141] Argument Clinic: broken support for 'O!'
Serhiy Storchaka
- [New-bugs-announce] [issue20142] Argument Clinic: Py_buffer parameters are not initialized
Serhiy Storchaka
- [New-bugs-announce] [issue20143] Argument Clinic: negative line numbers
Serhiy Storchaka
- [New-bugs-announce] [issue20144] Argument Clinic doesn't support named constants as default values
Serhiy Storchaka
- [New-bugs-announce] [issue20145] unittest.assert*Regex functions should verify that expected_regex has a valid type
the mulhern
- [New-bugs-announce] [issue20146] UserDict module docs link is obsolete
Alexandru Gheorghe
- [New-bugs-announce] [issue20147] multiprocessing.Queue.get() raises queue.Empty exception if even if an item is available
Torsten Landschoff
- [New-bugs-announce] [issue20148] Convert the _sre module to use Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue20149] 'with instance' references class's __enter__ attribute rather than instance's
Daniel Grace
- [New-bugs-announce] [issue20150] API breakage in string formatting with :s option
Thomas Robitaille
- [New-bugs-announce] [issue20151] Convert the binascii module to use Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue20152] Use Argument Clinic with _imp
Brett Cannon
- [New-bugs-announce] [issue20153] New-in-3.4 weakref finalizer doc section is already out of date.
R. David Murray
- [New-bugs-announce] [issue20154] Deadlock in asyncio.StreamReader.readexactly()
Guido van Rossum
- [New-bugs-announce] [issue20155] Regression test test_httpservers fails, hangs on Windows
Jeff Allen
- [New-bugs-announce] [issue20156] bz2.BZ2File.read() does not treat growing input file properly
Joshua Chia
- [New-bugs-announce] [issue20157] Argument Clinic generates wrong keyword parameter name for "default"
Serhiy Storchaka
- [New-bugs-announce] [issue20158] Argument Clinic: add --clean option
Serhiy Storchaka
- [New-bugs-announce] [issue20159] Convert the ElementTree module to use Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue20160] broken ctypes calling convention on MSVC / 64-bit Windows (large structs)
Mark Dickinson
- [New-bugs-announce] [issue20161] inspect.signature fails on some functions which use Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue20162] Test test_hash_distribution fails on RHEL 6.5 / ppc64
Yury V. Zaytsev
- [New-bugs-announce] [issue20163] ValueError: time data does not match format
dellair jie
- [New-bugs-announce] [issue20164] Undocumented KeyError from os.path.expanduser
Chris Adams
- [New-bugs-announce] [issue20165] unittest TestResult wasSuccessful returns True when there are unexpected successes
Gregory P. Smith
- [New-bugs-announce] [issue20166] window x64 c-extensions not works on python3.4.0b2
jarod
- [New-bugs-announce] [issue20167] Exception on IDLE closing
Serhiy Storchaka
- [New-bugs-announce] [issue20168] Derby: Convert the _tkinter module to use Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue20169] random module doc page has broken links
Roy Smith
- [New-bugs-announce] [issue20170] Derby #1: Convert 137 sites to Argument Clinic in Modules/posixmodule.c
Larry Hastings
- [New-bugs-announce] [issue20171] Derby #2: Convert 115 sites to Argument Clinic in Modules/_cursesmodule.c
Larry Hastings
- [New-bugs-announce] [issue20172] Derby #3: Convert 67 sites to Argument Clinic across 4 files (Windows)
Larry Hastings
- [New-bugs-announce] [issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files
Larry Hastings
- [New-bugs-announce] [issue20174] Derby #5: Convert 50 sites to Argument Clinic across 3 files
Larry Hastings
- [New-bugs-announce] [issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files
Larry Hastings
- [New-bugs-announce] [issue20176] Derby #7: Convert 51 sites to Argument Clinic across 3 files
Larry Hastings
- [New-bugs-announce] [issue20177] Derby #8: Convert 52 sites to Argument Clinic across 3 files
Larry Hastings
- [New-bugs-announce] [issue20178] Derby #9: Convert 52 sites to Argument Clinic across 11 files
Larry Hastings
- [New-bugs-announce] [issue20179] Derby #10: Convert 50 sites to Argument Clinic across 4 files
Larry Hastings
- [New-bugs-announce] [issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files
Larry Hastings
- [New-bugs-announce] [issue20181] Derby #12: Convert 50 sites to Argument Clinic across 4 files
Larry Hastings
- [New-bugs-announce] [issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files
Larry Hastings
- [New-bugs-announce] [issue20183] Derby #14: Convert 50 sites to Argument Clinic across 6 files
Larry Hastings
- [New-bugs-announce] [issue20184] Derby #16: Convert 50 sites to Argument Clinic across 9 files
Larry Hastings
- [New-bugs-announce] [issue20185] Derby #17: Convert 50 sites to Argument Clinic across 14 files
Larry Hastings
- [New-bugs-announce] [issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files
Larry Hastings
- [New-bugs-announce] [issue20187] The Great Argument Clinic Conversion Derby Meta-Issue
Larry Hastings
- [New-bugs-announce] [issue20188] ALPN support for TLS
Mark Nottingham
- [New-bugs-announce] [issue20189] inspect.Signature doesn't recognize all builtin types
Larry Hastings
- [New-bugs-announce] [issue20190] dict() in dict(foo='bar') raises
Martin Häcker
- [New-bugs-announce] [issue20191] resource.prlimit(int, int, str) crashs
STINNER Victor
- [New-bugs-announce] [issue20192] pprint chokes on set containing frozenset
Joseph Bylund
- [New-bugs-announce] [issue20193] Derby: Convert the zlib, _bz2 and _lzma modules to use Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue20194] Add :deprecated: marker to formatter docs
Brett Cannon
- [New-bugs-announce] [issue20195] Add :deprecated: marker to imp docs
Brett Cannon
- [New-bugs-announce] [issue20196] Argument Clinic generates invalid code for optional parameter
Serhiy Storchaka
- [New-bugs-announce] [issue20197] Support WebP image format detection in imghdr module
Fabrice Aneche
- [New-bugs-announce] [issue20198] xml.etree.ElementTree.ElementTree.write attribute sorting
bagrat lazaryan
- [New-bugs-announce] [issue20199] status of module_for_loader and utils._module_to_load
R. David Murray
- [New-bugs-announce] [issue20200] Argument Clinic howto: custom self_converter example broken
Ryan Smith-Roberts
- [New-bugs-announce] [issue20201] Argument Clinic: rwbuffer support broken
Ryan Smith-Roberts
- [New-bugs-announce] [issue20202] ArgumentClinic howto: document change in Py_buffer lifecycle management
Ryan Smith-Roberts
- [New-bugs-announce] [issue20203] ArgumentClinic: support middle optional argument
Ryan Smith-Roberts
- [New-bugs-announce] [issue20204] pydocs fails for some C implemented classes
Serhiy Storchaka
- [New-bugs-announce] [issue20205] inspect.getsource(), P302 loader and '<..>' filenames
Stefan Müller
- [New-bugs-announce] [issue20206] email quoted-printable encoding issue
Andras Timar
- [New-bugs-announce] [issue20207] Disable SSLv2 in Python 2.x
Alex Gaynor
- [New-bugs-announce] [issue20208] Clarify some things in porting HOWTO
Brett Cannon
- [New-bugs-announce] [issue20209] Deprecate PROTOCOL_SSLv2
Antoine Pitrou
- [New-bugs-announce] [issue20210] Provide configure options to enable/disable Python modules and extensions
Thomas Petazzoni
- [New-bugs-announce] [issue20211] setup.py: do not add invalid header locations
Thomas Petazzoni
- [New-bugs-announce] [issue20212] distutils: fix build_ext check to find whether we're building Python or not
Thomas Petazzoni
- [New-bugs-announce] [issue20213] Change the install location of _sysconfigdata.py
Thomas Petazzoni
- [New-bugs-announce] [issue20214] Argument Clinic rollup fixes
Larry Hastings
- [New-bugs-announce] [issue20215] Python2.7 socketserver can not listen IPv6 address
dzyu
- [New-bugs-announce] [issue20216] Misleading docs for sha1, sha256, sha512 modules
Vajrasky Kok
- [New-bugs-announce] [issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available
Phil Connell
- [New-bugs-announce] [issue20218] Add `pathlib.Path.write` and `pathlib.Path.read`
Ram Rachum
- [New-bugs-announce] [issue20219] ElementTree: allow passing XMLPullParser instance into iterparse()
Stefan Behnel
- [New-bugs-announce] [issue20220] TarFile.list() outputs wrong time
Serhiy Storchaka
- [New-bugs-announce] [issue20221] #define hypot _hypot conflicts with existing definition
Tabrez Mohammed
- [New-bugs-announce] [issue20222] unittest.mock-examples doc uses builtin file which is removed in Python 3
INADA Naoki
- [New-bugs-announce] [issue20223] inspect.signature does not support new functools.partialmethod
Yury Selivanov
- [New-bugs-announce] [issue20224] C API docs need a clear "defining custom extension types" section
Nick Coghlan
- [New-bugs-announce] [issue20225] Argument Clinic: simplify METH_NOARGS generated code
Georg Brandl
- [New-bugs-announce] [issue20226] Argument Clinic: support for simple expressions?
Georg Brandl
- [New-bugs-announce] [issue20227] Argument Clinic: rename arguments in generated C?
Georg Brandl
- [New-bugs-announce] [issue20228] Argument Clinic should understand Python special methods
Larry Hastings
- [New-bugs-announce] [issue20229] platform.py uses deprecated feature of plistlib
Marc Tamlyn
- [New-bugs-announce] [issue20230] structseq types should expose _fields
Andrew Barnert
- [New-bugs-announce] [issue20231] Argument Clinic accepts no-default args after default args
Ryan Smith-Roberts
- [New-bugs-announce] [issue20232] Argument Clinic NULL default falsely implies None acceptability
Ryan Smith-Roberts
- [New-bugs-announce] [issue20233] Re-enable buffer API slots for heap types
Benno Rice
- [New-bugs-announce] [issue20234] Argument Clinic: use PyTuple_GET_SIZE?
Georg Brandl
- [New-bugs-announce] [issue20235] Argument Clinic: recover a bit more gracefully from exceptions
Georg Brandl
- [New-bugs-announce] [issue20236] Invalid inline markup in xml document.
INADA Naoki
- [New-bugs-announce] [issue20237] Ambiguous sentence in document of xml package.
INADA Naoki
- [New-bugs-announce] [issue20238] Incomplete gzip output with tarfile.open(fileobj=..., mode="w:gz")
Martin Panter
- [New-bugs-announce] [issue20239] Allow repeated deletion of unittest.mock.Mock attributes
Michael Foord
- [New-bugs-announce] [issue20240] Whitespace ignored in relative imports: from.package import something is valid syntax
Jacek Szpot
- [New-bugs-announce] [issue20241] Bad reference to RFC in document of ipaddress?
INADA Naoki
- [New-bugs-announce] [issue20242] logging style parameter does not work correctly
kespindler
- [New-bugs-announce] [issue20243] ReadError when open a tarfile for writing
Serhiy Storchaka
- [New-bugs-announce] [issue20244] Possible resources leak in tarfile.open()
Serhiy Storchaka
- [New-bugs-announce] [issue20245] Check empty mode in TarFile.*open()
Serhiy Storchaka
- [New-bugs-announce] [issue20246] buffer overflow in socket.recvfrom_into
Ryan Smith-Roberts
- [New-bugs-announce] [issue20247] Condition._is_owned is wrong
Antony Lee
- [New-bugs-announce] [issue20248] docs: socket.recvmsg{, _into} are keword-compatible
Ryan Smith-Roberts
- [New-bugs-announce] [issue20249] test_posix.test_initgroups fails when running with no supplementary groups
Chris Angelico
- [New-bugs-announce] [issue20250] defaultdict docstring neglects the *args
Andrew Barnert
- [New-bugs-announce] [issue20251] socket.recvfrom_into crash with empty buffer
Vajrasky Kok
- [New-bugs-announce] [issue20252] Argument Clinic howto: small typo in y# translation
Ryan Smith-Roberts
- [New-bugs-announce] [issue20253] Typo in ipaddress document
INADA Naoki
- [New-bugs-announce] [issue20254] Duplicate bytearray test on test_socket.py
Vajrasky Kok
- [New-bugs-announce] [issue20255] Doc/about: update a bit
Georg Brandl
- [New-bugs-announce] [issue20256] Argument Clinic: compare signed and unsigned ints
Serhiy Storchaka
- [New-bugs-announce] [issue20257] test_socket fails if using tipc module and SELinux enabled
Vajrasky Kok
- [New-bugs-announce] [issue20258] Python documentation build fails with "markupsafe module cannot be found"
Ned Deily
- [New-bugs-announce] [issue20259] os.walk conflicts with os.listdir
Shelby Spencer
- [New-bugs-announce] [issue20260] Argument Clinic: add unsigned integers converters
Serhiy Storchaka
- [New-bugs-announce] [issue20261] Cannot pickle some objects that have a __getattr__()
Barry A. Warsaw
- [New-bugs-announce] [issue20262] Convert some debugging prints in zipfile to warnings
Serhiy Storchaka
- [New-bugs-announce] [issue20263] Function print definable as variables?
Ozy
- [New-bugs-announce] [issue20264] Update patchcheck to looks for files with clinic comments
Meador Inge
- [New-bugs-announce] [issue20265] Bring Doc/using/windows up to date
Zachary Ware
- [New-bugs-announce] [issue20266] Bring Doc/faq/windows up to date
Zachary Ware
- [New-bugs-announce] [issue20267] TemporaryDirectory does not resolve path when created using a relative path
Antony Lee
- [New-bugs-announce] [issue20268] Argument Clinic: support cloning existing functions
Larry Hastings
- [New-bugs-announce] [issue20269] Inconsistent behavior in pdb when pressing Ctrl-C
Xavier de Gaye
- [New-bugs-announce] [issue20270] urllib.parse doesn't work with empty port
Serhiy Storchaka
- [New-bugs-announce] [issue20271] urllib.parse.urlparse() accepts wrong URLs
Serhiy Storchaka
- [New-bugs-announce] [issue20272] chain.from_iterable in the overview table not linking to the function
SilentGhost
- [New-bugs-announce] [issue20273] Argument Clinic: unhelpful crashes
Serhiy Storchaka
- [New-bugs-announce] [issue20274] sqlite module has bad argument parsing code, including undefined behavior in C
Larry Hastings
- [New-bugs-announce] [issue20275] asyncio: remove debug code from BaseEventLoop
Yury Selivanov
- [New-bugs-announce] [issue20276] ctypes._dlopen should not force RTLD_NOW
Albert Zeyer
- [New-bugs-announce] [issue20277] default __debug__ value and asserts
xwild
- [New-bugs-announce] [issue20278] Wrong URL to the pysqlite web page
Richard Philips
- [New-bugs-announce] [issue20279] bytearray.fromhex does not work with some hexes generated by hex
Anatoly Belikov
- [New-bugs-announce] [issue20280] add "predicate" to the glossary
Florent Xicluna
- [New-bugs-announce] [issue20281] time.strftime %z format specifier is the same as %Z
Mike Owens
- [New-bugs-announce] [issue20282] Argument Clinic: int with boolean default
Serhiy Storchaka
- [New-bugs-announce] [issue20283] Wrong keyword parameter name in regex pattern methods
Serhiy Storchaka
- [New-bugs-announce] [issue20284] proof for concept patch for bytes formatting methods
Neil Schemenauer
- [New-bugs-announce] [issue20285] Improve object.__doc__ and help(object) output
Terry J. Reedy
- [New-bugs-announce] [issue20286] Segfault when using internal DictProxy
Ali Ebrahim
- [New-bugs-announce] [issue20287] Argument Clinic: support diverting output to buffer, external file, etc
Larry Hastings
- [New-bugs-announce] [issue20288] HTMLParse handing of non-numeric charrefs broken
Anders Hammarquist
- [New-bugs-announce] [issue20289] Make cgi.FieldStorage a context manager
Brett Cannon
- [New-bugs-announce] [issue20290] inspect module bug for modules with same filename
cqxz
- [New-bugs-announce] [issue20291] Argument Clinic should understand *args and **kwargs parameters
Larry Hastings
- [New-bugs-announce] [issue20292] clinic.py str_converter with encoding throws exception
Ryan Smith-Roberts
- [New-bugs-announce] [issue20293] pydoc fails with the "unspecified" default value
Serhiy Storchaka
- [New-bugs-announce] [issue20294] Argument Clinic: add support for __init__
Serhiy Storchaka
- [New-bugs-announce] [issue20295] imghdr add openexr support
Martin Vignali
- [New-bugs-announce] [issue20296] PyArg_ParseTuple 2.X docs mention int for "t#", but "Py_ssize_t" for "w#", etc.
Rob Browning
- [New-bugs-announce] [issue20297] concurrent.futures.as_completed() installs waiters for already completed Futures
Glenn Langford
- [New-bugs-announce] [issue20298] json library needs a non-strict option to decode single-quoted strings
David Barnett
- [New-bugs-announce] [issue20299] Argument Clinic CConverter.__init__() overrides c_default and py_default
Ryan Smith-Roberts
- [New-bugs-announce] [issue20300] Argument Clinic raises exception for custom converter with default
Ryan Smith-Roberts
- [New-bugs-announce] [issue20301] Correct docs for default access argument for DeleteKeyEx
Justin Foo
- [New-bugs-announce] [issue20302] Argument Clinic: meaningful names for group flags
Serhiy Storchaka
- [New-bugs-announce] [issue20303] Argument Clinic: optional groups
Serhiy Storchaka
- [New-bugs-announce] [issue20304] Argument Clinic: char convertor should use default values of type bytes
Tal Einat
- [New-bugs-announce] [issue20305] Android's incomplete locale.h implementation prevents compilation
Shiz
- [New-bugs-announce] [issue20306] Lack of pw_gecos field in Android's struct passwd causes cross-compilation for the pwd module to fail
Shiz
- [New-bugs-announce] [issue20307] Android's failure to expose SYS_* system call constants causes _posixsubprocess cross-compilation to fail
Shiz
- [New-bugs-announce] [issue20308] inspect.Signature doesn't support user classes without __init__ or __new__
Larry Hastings
- [New-bugs-announce] [issue20309] Class method descriptors are different between builtin and user classes
Larry Hastings
- [New-bugs-announce] [issue20310] Recommend using pprint for deterministic doctest
Charles-Axel Dein
- [New-bugs-announce] [issue20311] epoll.poll(timeout) must round the timeout to the upper bound
STINNER Victor
- [New-bugs-announce] [issue20312] A missing link to Python-3.4.0b2.tar.bz2 in the download page.
Marco Buttu
- [New-bugs-announce] [issue20313] inspect.signature should raise ValueError for builtins with no signature info
Yury Selivanov
- [New-bugs-announce] [issue20314] Potentially confusing formulation in 6.1.4. Template strings
Gerrit Holl
- [New-bugs-announce] [issue20315] Remove old compatibility code
Serhiy Storchaka
- [New-bugs-announce] [issue20316] Byte-compiled files should be absent in tarballs
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue20317] ExitStack hang if enough nested exceptions
jcflack
- [New-bugs-announce] [issue20318] subprocess.Popen can hang in threaded applications
Andrew Lutomirski
- [New-bugs-announce] [issue20319] concurrent.futures.wait() can block forever even if Futures have completed
Glenn Langford
- [New-bugs-announce] [issue20320] select.select(timeout) and select.kqueue.control(timeout) must round the timeout to the upper bound
STINNER Victor
- [New-bugs-announce] [issue20321] ImportError when a module is created after a catched ImportError
berdario
- [New-bugs-announce] [issue20322] Upgrade ensurepip's pip and setuptools
Donald Stufft
- [New-bugs-announce] [issue20323] Argument Clinic: docstring_prototype output causes build failure on Windows
Zachary Ware
- [New-bugs-announce] [issue20324] gcc-4.3 support on python-3.3 (libmpdec)
Dirkjan Ochtman
- [New-bugs-announce] [issue20325] Argument Clinic: self converters are not preserved when clonig functions
Tal Einat
- [New-bugs-announce] [issue20326] Argument Clinic should use a non-error-prone syntax to mark text signatures
Larry Hastings
- [New-bugs-announce] [issue20327] Argument Clinic: setting internal variable names for parsed arguments
Tal Einat
- [New-bugs-announce] [issue20328] mailbox:
Jonathan Dowland
- [New-bugs-announce] [issue20329] zipfile.extractall fails in Posix shell with utf-8 filename
Laurent Mazuel
- [New-bugs-announce] [issue20330] PEP 342 is outdated
Masami HIRATA
- [New-bugs-announce] [issue20331] Fix various fd leaks
Serhiy Storchaka
- [New-bugs-announce] [issue20332] Argument Clinic does not support the 'l' format
Brett Cannon
- [New-bugs-announce] [issue20333] argparse subparser usage message hides main parser usage
Martin d'Anjou
- [New-bugs-announce] [issue20334] make inspect Signature hashable
Yury Selivanov
- [New-bugs-announce] [issue20335] bytes constructor accepts more than one argument even of the first one is not a string
Renaud Blanch
- [New-bugs-announce] [issue20336] test_asyncio: relax timings even more
Stefan Krah
- [New-bugs-announce] [issue20337] bdist_rpm should support %config(noreplace)
KV
- [New-bugs-announce] [issue20338] Idle: increase max calltip width
Terry J. Reedy
- [New-bugs-announce] [issue20339] Make bytes() use tp_as_buffer for cmp
Neil Schemenauer
- [New-bugs-announce] [issue20340] -bb option does not have different behavior than -b option
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue20341] Argument Clinic: add "nullable ints"
Larry Hastings
- [New-bugs-announce] [issue20342] Float rounding issues on Red Hat 6.4 / PPC64 / GCC 4.4.6
Yury V. Zaytsev
- [New-bugs-announce] [issue20343] zipfile truncates extracted files
Christian Pérez
- [New-bugs-announce] [issue20344] subprocess.check_output() docs misrepresent what shell=True does
Tobias Klausmann
- [New-bugs-announce] [issue20345] Better logging defaults
Arne Babenhauserheide
- [New-bugs-announce] [issue20346] Argument Clinic: missing entry in table mapping legacy convertors to real AC converters
Tal Einat
- [New-bugs-announce] [issue20347] dir(__future__) gives segfault on OS X in 3.2 and 3.3
Christopher the Magnificent
- [New-bugs-announce] [issue20348] Argument Clinic HOWTO listed multiple times in HOWTO index
Brett Cannon
- [New-bugs-announce] [issue20349] Argument Clinic: error on __new__ or __init__ with no arguments
Tal Einat
- [New-bugs-announce] [issue20350] Replace tkapp.split() to tkapp.splitlist()
Serhiy Storchaka
- [New-bugs-announce] [issue20351] Add doc examples for DictReader and DictWriter
Charles-Axel Dein
- [New-bugs-announce] [issue20352] Add support for AUTH command to poplib
Daniël van Eeden
- [New-bugs-announce] [issue20353] Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.9 only)
Craig Silverstein
- [New-bugs-announce] [issue20354] tracemalloc causes segfault in "make profile-opt"
jan matejek
- [New-bugs-announce] [issue20355] -W command line options should have higher priority than PYTHONWARNINGS environmental variable
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue20356] fix formatting of positional-only parameters in inspect.Signature
Yury Selivanov
- [New-bugs-announce] [issue20357] Mention buildbots in the core dev section of the devguide
Nick Coghlan
- [New-bugs-announce] [issue20358] test_curses is failing
Larry Hastings
- [New-bugs-announce] [issue20359] Having escape sequences (like color codes) in the sys.ps1 messes up readline's input line calculations
Steve
- [New-bugs-announce] [issue20360] inspect.Signature could provide readable expressions for default values for builtins
Larry Hastings
- [New-bugs-announce] [issue20361] -W command line options and PYTHONWARNINGS environmental variable should not override -b / -bb command line options
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue20362] longMessage attribute is ignored in unittest.TestCase.assertRegexpMatches etc
Dhara
- [New-bugs-announce] [issue20363] BytesWarnings triggerred by test suite
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue20364] Rename & explain sqlite3.Cursor.execute 'parameters' param
Terry J. Reedy
- [New-bugs-announce] [issue20365] test_asyncio.test_read_pty_output() fails on "AMD64 Snow Leop 3.x" buildbot
STINNER Victor
- [New-bugs-announce] [issue20366] SQLite FTS (full text search)
Mark Summerfield
- [New-bugs-announce] [issue20367] concurrent.futures.as_completed() fails when given duplicate Futures
Glenn Langford
- [New-bugs-announce] [issue20368] Tkinter: handle the null character
Serhiy Storchaka
- [New-bugs-announce] [issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures
Glenn Langford
- [New-bugs-announce] [issue20370] Docs error in Library reference-17.1.3 threading.Lock.acquire()
July
- [New-bugs-announce] [issue20371] datetime.datetime.replace bypasses a subclass's __new__
Andrew Lutomirski
- [New-bugs-announce] [issue20372] inspect.getfile should raise a TypeError if C object does not have __module__
Yury Selivanov
- [New-bugs-announce] [issue20373] Use test.script_helper.assert_python_ok() instead of subprocess.* in test.test_warnings
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue20374] Failure to compile with readline-6.3-rc1
jhl
- [New-bugs-announce] [issue20375] ElementTree: Document handling processing instructions
Nikolaus Rath
- [New-bugs-announce] [issue20376] Argument Clinic: backslashes in docstrings are not escaped
Serhiy Storchaka
- [New-bugs-announce] [issue20377] Argument Clinic: get rid of the "_impl" suffix
Serhiy Storchaka
- [New-bugs-announce] [issue20378] Implement `Signature.__repr__`
Ram Rachum
- [New-bugs-announce] [issue20379] help(bound_builtin_class) does not display self
Larry Hastings
- [New-bugs-announce] [issue20380] __defaults__ changed by *args
Ram Rachum
- [New-bugs-announce] [issue20381] Argument Clinic: expression default arguments broken
Zachary Ware
- [New-bugs-announce] [issue20382] Typo in cStringIO tp_name
mailination
- [New-bugs-announce] [issue20383] Add a keyword-only spec argument to types.ModuleType
Brett Cannon
- [New-bugs-announce] [issue20384] open() exception doesn't contain file name on Windows
Serhiy Storchaka
- [New-bugs-announce] [issue20385] Argument Clinic: Support for __new__ not checking _PyArg_NoKeywords for sub-classes
Tal Einat
- [New-bugs-announce] [issue20386] socket.SocketType is different in Python 3.4
Giampaolo Rodola'
- [New-bugs-announce] [issue20387] tokenize/untokenize roundtrip fails with tabs
Jason R. Coombs
- [New-bugs-announce] [issue20388] Argument Clinic generates wrong signature for module level functions
Serhiy Storchaka
- [New-bugs-announce] [issue20389] clarify meaning of xbar and mu in pvariance/variance of statistics module
Julian Taylor
- [New-bugs-announce] [issue20390] Argument Clinic rollup patch, 2014/01/25
Larry Hastings
- [New-bugs-announce] [issue20391] windows python launcher should support explicit 64-bit version
Thomas Heller
- [New-bugs-announce] [issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type
Rodrigo Parra
- [New-bugs-announce] [issue20393] Docs: mark deprecated items in the TOC
Zearin
- [New-bugs-announce] [issue20394] Coverity complains on audioop
Serhiy Storchaka
- [New-bugs-announce] [issue20395] Extract generated clinic code in Modules/_pickle.c to separate file
Serhiy Storchaka
- [New-bugs-announce] [issue20396] Argument Clinic: Touch source file if any output file changed
Larry Hastings
- [New-bugs-announce] [issue20397] distutils --record option does not validate existance of byte-compiled files
Marcus von Appen
- [New-bugs-announce] [issue20398] stem crashes python
lothar
- [New-bugs-announce] [issue20399] Comparison of memoryview
fin swimmer
- [New-bugs-announce] [issue20400] Add create_read_pipe_protocol/create_write_pipe_protocol to asyncio.SubprocessProtocol
STINNER Victor
- [New-bugs-announce] [issue20401] inspect.signature removes initial starred method params (bug)
Terry J. Reedy
- [New-bugs-announce] [issue20402] List comprehensions should be noted in for loop documentation
Rob Lanphier
- [New-bugs-announce] [issue20403] Idle options dialog: add help
Terry J. Reedy
- [New-bugs-announce] [issue20404] Delayed exception using non-text encodings with TextIOWrapper
Nick Coghlan
- [New-bugs-announce] [issue20405] Add io.BinaryTransformWrapper and a "transform" parameter to open()
Nick Coghlan
- [New-bugs-announce] [issue20406] Use application icon for IDLE
Serhiy Storchaka
- [New-bugs-announce] [issue20407] heapq.nsmallest and heapq.nlargest don't accept a "key" parameter
Larry Hastings
- [New-bugs-announce] [issue20408] memoryview() constructor documentation error
Larry Hastings
- [New-bugs-announce] [issue20409] .readline() returned garble text
Xiaoqing Rong
- [New-bugs-announce] [issue20410] Argument Clinic: add 'self' return converter
Zachary Ware
- [New-bugs-announce] [issue20411] IndexError in sys.__interactivehook__ with pyreadline installed
Jason R. Coombs
- [New-bugs-announce] [issue20412] Enum and IntEnum classes are not defined in the documentation
Ethan Furman
- [New-bugs-announce] [issue20413] Errors in documentation of standard codec error handlers
RalfM
- [New-bugs-announce] [issue20414] Python 3.4 has two Overlapped types
STINNER Victor
- [New-bugs-announce] [issue20415] Could method "isinstance" take a list as parameter?
Chen ZHANG
- [New-bugs-announce] [issue20416] Marshal: special case int and float, don't use references
STINNER Victor
- [New-bugs-announce] [issue20417] ensurepip should not be installed with --without-ensurepip
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue20418] socket.getaddrinfo fails for hostname that is all digits 0-9
ariel-wikimedia
- [New-bugs-announce] [issue20419] it's not possible to set ECDH curve name via ssl.wrap_socket
Michael Gubser
- [New-bugs-announce] [issue20420] BufferedIncrementalEncoder violates IncrementalEncoder interface
Serhiy Storchaka
- [New-bugs-announce] [issue20421] expose SSL socket protocol version
Antoine Pitrou
- [New-bugs-announce] [issue20422] Signature.from_builtin should raise a ValueError when no signature can be provided
Yury Selivanov
- [New-bugs-announce] [issue20423] io.StringIO newline param has wrong default
couplewavylines
- [New-bugs-announce] [issue20424] _pyio.StringIO doesn't work with lone surrogates
Serhiy Storchaka
- [New-bugs-announce] [issue20425] inspect.Signature should work on decorated builtins
Yury Selivanov
- [New-bugs-announce] [issue20426] Compiling a regex with re.DEBUG should force a recompile
leewz
- [New-bugs-announce] [issue20427] inspect.Signature should ensure that non-default params don't follow default ones
Yury Selivanov
- [New-bugs-announce] [issue20428] _Py_open does not work with O_CREAT
Alexandre Vassalotti
- [New-bugs-announce] [issue20429] 3.3.4rc1 install deleted Windows taskbar icons
Terry J. Reedy
- [New-bugs-announce] [issue20430] argparse.SUPPRESS
jzwinck
- [New-bugs-announce] [issue20431] Should posix functions that accept fd also accept objects with .fileno()?
Larry Hastings
- [New-bugs-announce] [issue20432] Argument Clinic: when cloning functions with path_t, path_t retains the old name
Larry Hastings
- [New-bugs-announce] [issue20433] add aliasedname() and namedaliases() methods to unicodedata module
Shriramana Sharma
- [New-bugs-announce] [issue20434] Process crashes if not enough memory to import module
Vladimir Kerimov
- [New-bugs-announce] [issue20435] Discrepancy between io.StringIO and _pyio.StringIO with univeral newlines
Serhiy Storchaka
- [New-bugs-announce] [issue20436] test.regrtest is no more importable in 2.7
Serhiy Storchaka
- [New-bugs-announce] [issue20437] Use Py_CLEAR to safe clear attributes
Serhiy Storchaka
- [New-bugs-announce] [issue20438] inspect: Deprecate getfullargspec?
Yury Selivanov
- [New-bugs-announce] [issue20439] inspect.Signature: Add Signature.format method to match formatargspec functionality
Yury Selivanov
- [New-bugs-announce] [issue20440] Use Py_REPLACE/Py_XREPLACE macros
Serhiy Storchaka
- [New-bugs-announce] [issue20441] Test_tcl.TclTest.test_split(list) failures on Windows, 2.7.
Terry J. Reedy
- [New-bugs-announce] [issue20442] inspect: Document Signature & Parameter constructors' signatures
Yury Selivanov
- [New-bugs-announce] [issue20443] __code__. co_filename should always be an absolute path
Yury Selivanov
- [New-bugs-announce] [issue20444] Reduce logging.config.Converting duplication of code
dongwm
- [New-bugs-announce] [issue20445] HAVE_BROKEN_NICE detected incorrectly due to configure.ac typo
George Kouryachy
- [New-bugs-announce] [issue20446] ipaddress: hash similarities for ipv4 and ipv6
flambda
- [New-bugs-announce] [issue20447] doctest.debug_script: insecure use of /tmp
Jakub Wilk
- [New-bugs-announce] [issue20448] Adds missing backslash to devguide setup page
Saimadhav Heblikar
- [New-bugs-announce] [issue20449] _overlapped: read_buffer and write_buffer are misused
STINNER Victor
- [New-bugs-announce] [issue20450] hg touch fails on System Z Linux buildbot
Serhiy Storchaka
- [New-bugs-announce] [issue20451] os.exec* mangles argv on windows (splits on spaces, etc)
Florian Bruhin
- [New-bugs-announce] [issue20452] test_timeout_rounding() of test_asyncio fails on "x86 Ubuntu Shared 3.x" buildbot
STINNER Victor
- [New-bugs-announce] [issue20453] json.load() error message changed in 3.4
Barry A. Warsaw
- [New-bugs-announce] [issue20454] platform.linux_distribution() returns empty value on Archlinux and python 2.7
Francis Moreau
- [New-bugs-announce] [issue20455] test_asyncio hangs on Windows
STINNER Victor
- [New-bugs-announce] [issue20456] Argument Clinic rollup patch, 2014/01/31
Larry Hastings
- [New-bugs-announce] [issue20457] Use partition and enumerate make getopt easier
dongwm
- [New-bugs-announce] [issue20458] ``clinic.py --converters`` raises an exception
Brett Cannon
- [New-bugs-announce] [issue20459] No Argument Clinic documentation on how to specify a return converter
Brett Cannon
- [New-bugs-announce] [issue20460] Wrong markup in c-api/arg.rst
OSAMU NAKAMURA
- [New-bugs-announce] [issue20461] Argument Clinic included return converters hard code use of ``_return_value``
Brett Cannon
- [New-bugs-announce] [issue20462] Python IDLE auto closed when creating a new file or open existing file
Alessandro Reinoso
- [New-bugs-announce] [issue20463] sqlite dumpiter dumps invalid script when virtual tables are used
Ronny Pfannschmidt
- [New-bugs-announce] [issue20464] Update distutils sample config file in Doc/install/index.rst
Zachary Ware
- [New-bugs-announce] [issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers
Ned Deily
- [New-bugs-announce] [issue20466] Example in Doc/extending/embedding.rst fails to compile cleanly
Zachary Ware
- [New-bugs-announce] [issue20467] Confusing wording about __init__
Mark Lawrence
- [New-bugs-announce] [issue20468] resource module documentation is incorrect
Kurt Rose
Last message date:
Fri Jan 31 23:50:41 CET 2014
Archived on: Fri Jan 31 23:50:43 CET 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).