November 2013 Archives by author
Starting: Fri Nov 1 00:39:46 CET 2013
Ending: Sat Nov 30 23:29:52 CET 2013
Messages: 382
- [New-bugs-announce] [issue19555] "SO" config var not getting set
Marc Abramowitz
- [New-bugs-announce] [issue19684] OS X 10.6.8 Crash when opening a file
Will Adams
- [New-bugs-announce] [issue19621] Reimporting this and str.translate()
Chris Angelico
- [New-bugs-announce] [issue19611] inspect.getcallargs doesn't properly interpret set comprehension code objects.
Ned Batchelder
- [New-bugs-announce] [issue19477] document tp_print() as being dead in Py3
Stefan Behnel
- [New-bugs-announce] [issue19655] Replace the ASDL parser carried with CPython
Eli Bendersky
- [New-bugs-announce] [issue19799] Clarifications for the documentation of pathlib
Eli Bendersky
- [New-bugs-announce] [issue19814] Document prefix matching behavior of argparse, particularly for parse_known_args
Eli Bendersky
- [New-bugs-announce] [issue19670] SimpleCookie Generates Non-RFC6265-Compliant Cookies
Patrick Bogen
- [New-bugs-announce] [issue19774] strptime incorrect for weekday '0' when using week number format
Steve J Borba
- [New-bugs-announce] [issue19489] move quick search box above TOC
Georg Brandl
- [New-bugs-announce] [issue19575] subprocess.Popen with multiple threads: Redirected stdout/stderr files still open after process close
Bernt Røskar Brenna
- [New-bugs-announce] [issue19627] python open built-in function - "updating" is not defined
Bulwersator
- [New-bugs-announce] [issue19472] inspect.getsource() raises a wrong exception type
Marco Buttu
- [New-bugs-announce] [issue19473] Expose cache validation check in FileFinder
Brett Cannon
- [New-bugs-announce] [issue19474] Argument Clinic causing compiler warnings about uninitialized variables
Brett Cannon
- [New-bugs-announce] [issue19616] Fix test.test_importlib.util.test_both() to set __module__
Brett Cannon
- [New-bugs-announce] [issue19695] Clarify how to use various import-related locks
Brett Cannon
- [New-bugs-announce] [issue19696] Merge all (non-syntactic) import-related tests into test_importlib
Brett Cannon
- [New-bugs-announce] [issue19697] refactor pythonrun.c to make use of specs (__main__.__spec__)
Brett Cannon
- [New-bugs-announce] [issue19698] Implement _imp.exec_builtin and exec_dynamic
Brett Cannon
- [New-bugs-announce] [issue19699] Update zipimport for PEP 451
Brett Cannon
- [New-bugs-announce] [issue19700] Update runpy for PEP 451
Brett Cannon
- [New-bugs-announce] [issue19701] Update multiprocessing for PEP 451
Brett Cannon
- [New-bugs-announce] [issue19702] Update pickle to PEP 451
Brett Cannon
- [New-bugs-announce] [issue19703] Upate pydoc to PEP 451
Brett Cannon
- [New-bugs-announce] [issue19704] Update test.test_threaded_import to PEP 451
Brett Cannon
- [New-bugs-announce] [issue19705] Update test.test_namespace_pkgs to PEP 451
Brett Cannon
- [New-bugs-announce] [issue19706] Check if inspect needs updating for PEP 451
Brett Cannon
- [New-bugs-announce] [issue19707] Check if unittest.mock needs updating for PEP 451
Brett Cannon
- [New-bugs-announce] [issue19708] Check pkgutil for anything missing for PEP 451
Brett Cannon
- [New-bugs-announce] [issue19709] Check pythonrun.c is fully using PEP 451
Brett Cannon
- [New-bugs-announce] [issue19710] Make sure documentation for PEP 451 is finished
Brett Cannon
- [New-bugs-announce] [issue19711] add test for changed portions after reloading a namespace package
Brett Cannon
- [New-bugs-announce] [issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses
Brett Cannon
- [New-bugs-announce] [issue19713] Deprecate various things in importlib thanks to PEP 451
Brett Cannon
- [New-bugs-announce] [issue19714] Add tests for importlib.machinery.WindowsRegistryFinder
Brett Cannon
- [New-bugs-announce] [issue19719] add importlib.abc.SpecLoader and SpecFinder
Brett Cannon
- [New-bugs-announce] [issue19721] Move all test_importlib utility code into test_importlib.util
Brett Cannon
- [New-bugs-announce] [issue19615] "ImportError: dynamic module does not define init function" when deleting and recreating .so files from different machines over NFS
Edward Catmur
- [New-bugs-announce] [issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar
Matej Cepl
- [New-bugs-announce] [issue19545] time.strptime exception context
Claudiu.Popa
- [New-bugs-announce] [issue19546] configparser leaks implementation detail
Claudiu.Popa
- [New-bugs-announce] [issue19639] Improve re match objects display
Claudiu.Popa
- [New-bugs-announce] [issue19778] Change re.compile display
Claudiu.Popa
- [New-bugs-announce] [issue19838] test.test_pathlib.PosixPathTest.test_touch_common fails on FreeBSD with ZFS
Claudiu.Popa
- [New-bugs-announce] [issue19482] _pickle build warnings on Fedora 19
Nick Coghlan
- [New-bugs-announce] [issue19511] lib2to3 Grammar file is no longer a Python 3 superset
Nick Coghlan
- [New-bugs-announce] [issue19543] Add -3 warnings for codec convenience method changes
Nick Coghlan
- [New-bugs-announce] [issue19550] PEP 453: Windows installer integration
Nick Coghlan
- [New-bugs-announce] [issue19551] PEP 453: Mac OS X installer integration
Nick Coghlan
- [New-bugs-announce] [issue19552] PEP 453: venv module and pyvenv integration
Nick Coghlan
- [New-bugs-announce] [issue19553] PEP 453: "make install" and "make altinstall" integration
Nick Coghlan
- [New-bugs-announce] [issue19609] Codec exception chaining shouldn't cover the initial codec lookup
Nick Coghlan
- [New-bugs-announce] [issue19693] "make altinstall && make install" behaviour differs from "make install"
Nick Coghlan
- [New-bugs-announce] [issue19694] test_venv failing on one of the Ubuntu buildbots
Nick Coghlan
- [New-bugs-announce] [issue19728] PEP 453: enable pip by default in the binary installers
Nick Coghlan
- [New-bugs-announce] [issue19771] runpy should check ImportError.name before wrapping it
Nick Coghlan
- [New-bugs-announce] [issue19837] Wire protocol encoding for the JSON module
Nick Coghlan
- [New-bugs-announce] [issue19746] No introspective way to detect ModuleImportFailure
Robert Collins
- [New-bugs-announce] [issue19544] Port distutils as found in Python 2.7 to Python 3.x.
Jason R. Coombs
- [New-bugs-announce] [issue19657] List comprehension conditional evaluation order seems backwards
Garrett Cooper
- [New-bugs-announce] [issue19523] logging.FileHandler - using of delay argument case handler leaks
DDGG
- [New-bugs-announce] [issue19479] textwrap.dedent doesn't work properly with strings containing CRLF
Alexis Daboville
- [New-bugs-announce] [issue19488] idlelib tests are silently skipped by test.regrtest on 2.7
Ned Deily
- [New-bugs-announce] [issue19490] Problem installing matplotlib 1.3.1 with Python 2.7.6rc1 and 3.3.3rc1
Ned Deily
- [New-bugs-announce] [issue19558] Provide Tcl/Tk linkage information for extension module builds
Ned Deily
- [New-bugs-announce] [issue19649] Clean up OS X framework and universal bin directories
Ned Deily
- [New-bugs-announce] [issue19688] pip install now fails with 'HTMLParser' object has no attribute 'unescape'
Ned Deily
- [New-bugs-announce] [issue19690] test_logging test_race failed with PermissionError
Ned Deily
- [New-bugs-announce] [issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4
Ned Deily
- [New-bugs-announce] [issue19737] Documentation of globals() and locals() should be improved
Zahari Dim
- [New-bugs-announce] [issue19815] ElementTree segmentation fault in expat_start_ns_handler
Yann Diorcet
- [New-bugs-announce] [issue19644] Failing of interpreter when slicing a string in MacOS X Maverics
Dmitry
- [New-bugs-announce] [issue19651] Mac OSX 10.9 segmentation fault 11 with Python 3.3.3
John Dobson
- [New-bugs-announce] [issue19685] open() fails to autodetect utf-8 if LANG=C
Curtis Doty
- [New-bugs-announce] [issue19583] time.strftime fails to use %:z time formatter of the underlying C library
Mathieu Dupuy
- [New-bugs-announce] [issue19585] Frame annotation
Walter Dörwald
- [New-bugs-announce] [issue19834] Unpickling exceptions pickled by Python 2
Walter Dörwald
- [New-bugs-announce] [issue19839] bz2: regression wrt supporting files with trailing garbage after EOF
Fabio Erculiani
- [New-bugs-announce] [issue19534] normalize() in locale.py fails for sr_RS.UTF-8 at latin
Mike FABIAN
- [New-bugs-announce] [issue19510] lib2to3.fixes.fix_import gets confused if implicit relative imports and absolute imports are on the same line
Augie Fackler
- [New-bugs-announce] [issue19497] selectors and modify()
Arnaud Faure
- [New-bugs-announce] [issue19582] Tkinter is not working with Py_SetPath
Debarshi Goswami
- [New-bugs-announce] [issue19554] Enable all freebsd* host platforms
William Grzybowski
- [New-bugs-announce] [issue19767] pathlib: iterfiles() and iterdirs()
Jonas H.
- [New-bugs-announce] [issue19729] str.format sublevel format parsing broken in Python 3.3.3
HCT
- [New-bugs-announce] [issue19803] memoryview complain ctypes byte array are not native single character
HCT
- [New-bugs-announce] [issue19664] UserDict test assumes ordered dict repr
Larry Hastings
- [New-bugs-announce] [issue19674] Add introspection information for builtins
Larry Hastings
- [New-bugs-announce] [issue19722] Expose stack effect calculator to Python
Larry Hastings
- [New-bugs-announce] [issue19730] Clinic fixes: add converters with length, version directive
Larry Hastings
- [New-bugs-announce] [issue19743] test_gdb failures
Larry Hastings
- [New-bugs-announce] [issue19819] reversing a Unicode ligature doesn't work
Larry Hastings
- [New-bugs-announce] [issue19521] parallel build race condition on AIX since python-3.2
Michael Haubenwallner
- [New-bugs-announce] [issue19529] Fix unicode_aswidechar() with 4byte unicode and 2byte wchar_t, for AIX
Michael Haubenwallner
- [New-bugs-announce] [issue19507] ssl.wrap_socket() with server_hostname should imply match_hostname()
Christian Heimes
- [New-bugs-announce] [issue19508] Add warning that Python doesn't verify SSL certs by default
Christian Heimes
- [New-bugs-announce] [issue19509] No SSL match_hostname() in ftp, imap, nntp, pop, smtp modules
Christian Heimes
- [New-bugs-announce] [issue19638] dtoa: conversion from '__int64' to 'int', possible loss of data
Christian Heimes
- [New-bugs-announce] [issue19666] Format string for ASCII unicode or bytes-like object as readonly buffer
Christian Heimes
- [New-bugs-announce] [issue19681] test_repr (test.test_functools.TestPartialC) failures
Christian Heimes
- [New-bugs-announce] [issue19687] Fixes for elementtree integer overflow
Christian Heimes
- [New-bugs-announce] [issue19689] ssl.create_default_context()
Christian Heimes
- [New-bugs-announce] [issue19735] ssl._create_stdlib_context
Christian Heimes
- [New-bugs-announce] [issue19745] TEST_DATA_DIR for out-of-tree builds
Christian Heimes
- [New-bugs-announce] [issue19763] Make it easier to backport statistics to 2.7
Christian Heimes
- [New-bugs-announce] [issue19781] No SSL match_hostname() in ftplib
Christian Heimes
- [New-bugs-announce] [issue19782] No SSL match_hostname() in imaplib
Christian Heimes
- [New-bugs-announce] [issue19783] No SSL match_hostname() in nntplib
Christian Heimes
- [New-bugs-announce] [issue19784] No SSL match_hostname() in poplib
Christian Heimes
- [New-bugs-announce] [issue19785] No SSL match_hostname() in smtplib
Christian Heimes
- [New-bugs-announce] [issue19538] Changed function prototypes in the PEP 384 stable ABI
Thomas Heller
- [New-bugs-announce] [issue19498] IDLE is behaving badly in Python 2.7.6rc1
Raymond Hettinger
- [New-bugs-announce] [issue19499] "import this" is cached in sys.modules
Raymond Hettinger
- [New-bugs-announce] [issue19677] IDLE displaying a CoreAnimation warning
Raymond Hettinger
- [New-bugs-announce] [issue19647] unittest.TestSuite consumes tests
Stefan Holek
- [New-bugs-announce] [issue19725] Richer stat object
Philip Jenvey
- [New-bugs-announce] [issue19471] pandas DataFrame access results in segfault
Russell Jurney
- [New-bugs-announce] [issue19527] Test failures with COUNT_ALLOCS
Bohuslav "Slavek" Kabrda
- [New-bugs-announce] [issue19680] Help missing for exec and print
Bohuslav "Slavek" Kabrda
- [New-bugs-announce] [issue19539] The 'raw_unicode_escape' codec buggy + not apropriate for Python 3.x
Jan Kaliszewski
- [New-bugs-announce] [issue19548] 'codecs' module docs improvements
Jan Kaliszewski
- [New-bugs-announce] [issue19844] os.path.split fails on windows path
Hanz Kanst
- [New-bugs-announce] [issue19732] python fails to build when configured with --with-system-libmpdec
Matthias Klose
- [New-bugs-announce] [issue19736] posixmodule.c: Add flags for statvfs.f_flag to constant list
Matthias Klose
- [New-bugs-announce] [issue19485] Slightly incorrect doc for get_param method in Lib/email/message.py
Vajrasky Kok
- [New-bugs-announce] [issue19486] Bump up version of Tcl/Tk in building Python in Windows platform
Vajrasky Kok
- [New-bugs-announce] [issue19580] Got resource warning when running test_base_events (test_asyncio)
Vajrasky Kok
- [New-bugs-announce] [issue19663] Not so correct error message when initializing defaultdict
Vajrasky Kok
- [New-bugs-announce] [issue19762] Incorrect function documentation of _get_object_traceback and _get_traces in _tracemalloc module
Vajrasky Kok
- [New-bugs-announce] [issue19768] Not so correct error message when giving incorrect type to maxlen in deque
Vajrasky Kok
- [New-bugs-announce] [issue19791] test_pathlib should use can_symlink or skip_unless_symlink from test.support
Vajrasky Kok
- [New-bugs-announce] [issue19792] pathlib does not support symlink in Windows XP
Vajrasky Kok
- [New-bugs-announce] [issue19828] test_site fails with -S flag
Vajrasky Kok
- [New-bugs-announce] [issue19830] test_poplib emits resource warning
Vajrasky Kok
- [New-bugs-announce] [issue19832] XML version is ignored
Tobias Kuhn
- [New-bugs-announce] [issue19755] PEP 397 listed as accepted instead of finished.
Mark Lawrence
- [New-bugs-announce] [issue19845] Compiling Python on Windows docs
Mark Lawrence
- [New-bugs-announce] [issue19573] Fix the docstring of inspect.Parameter and the implementation of _ParameterKind
Antony Lee
- [New-bugs-announce] [issue19806] smtpd crashes when a multi-byte UTF-8 sequence is split between consecutive data packets
Petri Lehtinen
- [New-bugs-announce] [issue19809] Python get stuck in second Popen call
Owen Lin
- [New-bugs-announce] [issue19478] Add ability to prefix posix semaphore names created by multiprocessing module
Marc Liyanage
- [New-bugs-announce] [issue19686] possible unnecessary memoryview copies?
Lluís
- [New-bugs-announce] [issue19560] PEP 8 operator precedence across parens
Tom Lynn
- [New-bugs-announce] [issue19483] Pure-Python ElementTree classes no longer available since 3.3
Brecht Machiels
- [New-bugs-announce] [issue19480] HTMLParser fails to handle some characters in the starttag
Ezio Melotti
- [New-bugs-announce] [issue19626] test_email and Lib/email/_policybase.py failures with -OO
Ezio Melotti
- [New-bugs-announce] [issue19516] segmentation fault using a dict as a key
Michael Merickel
- [New-bugs-announce] [issue19630] marshal.dump cannot write to temporary file
Lukasz Mielicki
- [New-bugs-announce] [issue19841] ConfigParser PEP issues
Ivailo Monev
- [New-bugs-announce] [issue19475] Inconsistency between datetime's str()/isoformat() and its strptime() method
Skip Montanaro
- [New-bugs-announce] [issue19495] Enhancement for timeit: measure time to run blocks of code using 'with'
Damien Moore
- [New-bugs-announce] [issue19614] support.temp_cwd should use support.rmtree
R. David Murray
- [New-bugs-announce] [issue19772] str serialization of Message object may mutate the payload and CTE.
R. David Murray
- [New-bugs-announce] [issue19528] logger.config.fileConfig cant cope with files starting with an 'r' on windows
Simon Naish
- [New-bugs-announce] [issue19836] selectors: improve examples section
Charles-François Natali
- [New-bugs-announce] [issue19842] selectors: refactor BaseSelector implementation
Charles-François Natali
- [New-bugs-announce] [issue19675] Pool dies with excessive workers, but does not cleanup
Dustin Oprea
- [New-bugs-announce] [issue19808] IDLE applys syntax highlighting to user input in its shell
Peter Otten
- [New-bugs-announce] [issue19682] _ssl won't compile with OSX 10.9 SDK
Ronald Oussoren
- [New-bugs-announce] [issue19561] request to reopen Issue837046 - pyport.h redeclares gethostname() if SOLARIS is defined
Richard PALO
- [New-bugs-announce] [issue19524] ResourceWarning when urlopen() forgets the HTTPConnection object
Martin Panter
- [New-bugs-announce] [issue19622] Default buffering for input and output pipes in subprocess module
Martin Panter
- [New-bugs-announce] [issue19570] distutils' Command.ensure_dirname fails on Unicode
Sascha Peilicke
- [New-bugs-announce] [issue19610] TypeError in distutils.command.upload
Berker Peksag
- [New-bugs-announce] [issue19618] test_sysconfig_module fails on Ubuntu 12.04
Berker Peksag
- [New-bugs-announce] [issue19481] IDLE hangs while printing instance of Unicode subclass
Tim Peters
- [New-bugs-announce] [issue19739] Legit compiler warnings in new pickle code on 32-bit Windows
Tim Peters
- [New-bugs-announce] [issue19740] test_asyncio problems on 32-bit Windows
Tim Peters
- [New-bugs-announce] [issue19744] test_venv failing on 32-bit Windows Vista
Tim Peters
- [New-bugs-announce] [issue19747] New failures in test_pickletools on 32-bit Windows Vista
Tim Peters
- [New-bugs-announce] [issue19779] test_concurrent_futures crashes on 32-bit Windows Vista
Tim Peters
- [New-bugs-announce] [issue19804] test_uuid failing on 32-bit Windows Vista
Tim Peters
- [New-bugs-announce] [issue19658] inspect.getsource weird case
Ronny Pfannschmidt
- [New-bugs-announce] [issue19629] support.rmtree fails on symlinks under Windows
Antoine Pitrou
- [New-bugs-announce] [issue19632] doc build warning
Antoine Pitrou
- [New-bugs-announce] [issue19669] remove mention of the old LaTeX docs
Antoine Pitrou
- [New-bugs-announce] [issue19673] PEP 428 implementation
Antoine Pitrou
- [New-bugs-announce] [issue19691] Weird wording in RuntimeError doc
Antoine Pitrou
- [New-bugs-announce] [issue19692] Rename Py_SAFE_DOWNCAST
Antoine Pitrou
- [New-bugs-announce] [issue19715] test_touch_common failure under Windows
Antoine Pitrou
- [New-bugs-announce] [issue19716] test that touch doesn't change file contents
Antoine Pitrou
- [New-bugs-announce] [issue19717] resolve() fails when the path doesn't exist
Antoine Pitrou
- [New-bugs-announce] [issue19718] Path.glob() on case-insensitive Posix filesystems
Antoine Pitrou
- [New-bugs-announce] [issue19723] Argument Clinic should add markers for humans
Antoine Pitrou
- [New-bugs-announce] [issue19726] BaseProtocol is not an ABC
Antoine Pitrou
- [New-bugs-announce] [issue19727] os.utime(..., None) has poor resolution on Windows
Antoine Pitrou
- [New-bugs-announce] [issue19731] Fix copyright footer
Antoine Pitrou
- [New-bugs-announce] [issue19738] pytime.c loses precision under Windows
Antoine Pitrou
- [New-bugs-announce] [issue19754] pickletools.optimize doesn't reframe correctly
Antoine Pitrou
- [New-bugs-announce] [issue19775] Provide samefile() on Path objects
Antoine Pitrou
- [New-bugs-announce] [issue19776] Provide expanduser() on Path objects
Antoine Pitrou
- [New-bugs-announce] [issue19777] Provide a home() classmethod on Path objects
Antoine Pitrou
- [New-bugs-announce] [issue19800] Write more detailed framing tests
Antoine Pitrou
- [New-bugs-announce] [issue19662] smtpd.py should not decode utf-8
Leslie P. Polzer
- [New-bugs-announce] [issue19678] smtpd.py: channel should be passed to process_message
Leslie P. Polzer
- [New-bugs-announce] [issue19679] smtpd.py: implement ESMTP status messages
Leslie P. Polzer
- [New-bugs-announce] [issue19660] decorator syntax: allow testlist instead of just dotted_name
James Powell
- [New-bugs-announce] [issue19642] shutil to support equivalent of: rm -f /dir/*
Ivan Radic
- [New-bugs-announce] [issue19643] shutil rmtree fails on readonly files in Windows
Ivan Radic
- [New-bugs-announce] [issue19491] Python Crashing When Saving Documents
Carolyn Reed
- [New-bugs-announce] [issue19536] MatchObject should offer __getitem__()
Brandon Rhodes
- [New-bugs-announce] [issue19559] Interactive interpreter crashes after any two commands
Mark Richman
- [New-bugs-announce] [issue19547] HTTPS proxy support missing without warning
Stefan Richter
- [New-bugs-announce] [issue19542] WeakValueDictionary bug in setdefault()&pop()
Armin Rigo
- [New-bugs-announce] [issue19843] Wait for multiple sub-processes to terminate
Giampaolo Rodola'
- [New-bugs-announce] [issue19742] pathlib group unittests can fail
Guido van Rossum
- [New-bugs-announce] [issue19556] A missing link to Python-2.7.6.tar.bz2 in Download page.
Takayuki SHIMIZUKAWA
- [New-bugs-announce] [issue19586] Remove assertEquals and assert_ deprecation warnings
Gregory Salvan
- [New-bugs-announce] [issue19645] Improving unittest assertions
Gregory Salvan
- [New-bugs-announce] [issue19484] Idle crashes when opening file
Annika Schiefner
- [New-bugs-announce] [issue19537] Fix misalignment in fastsearch_memchr_1char
Andreas Schwab
- [New-bugs-announce] [issue19496] Website link
Sergey
- [New-bugs-announce] [issue19504] Change "customise" to "customize".
Eric V. Smith
- [New-bugs-announce] [issue19468] Relax the type restriction on reloaded modules
Eric Snow
- [New-bugs-announce] [issue19469] Duplicate namespace package portions (but not on Windows)
Eric Snow
- [New-bugs-announce] [issue19476] Add a dedicated specification for module "reloading" to the language reference
Eric Snow
- [New-bugs-announce] [issue19720] suppress context for some exceptions in importlib?
Eric Snow
- [New-bugs-announce] [issue19724] test_pkgutil buildbot failure (related to PEP 451)
Eric Snow
- [New-bugs-announce] [issue19820] docs are missing info about module attributes
Eric Snow
- [New-bugs-announce] [issue19821] pydoc.ispackage() could be more accurate
Eric Snow
- [New-bugs-announce] [issue19770] NNTP.post broken
Szymon Sobik
- [New-bugs-announce] [issue19492] Report skipped distutils tests as skipped
Serhiy Storchaka
- [New-bugs-announce] [issue19493] Report skipped ctypes tests as skipped
Serhiy Storchaka
- [New-bugs-announce] [issue19535] Test failures with -OO
Serhiy Storchaka
- [New-bugs-announce] [issue19589] Use specific asserts in test_asyncio
Serhiy Storchaka
- [New-bugs-announce] [issue19590] Use specific asserts in test_email
Serhiy Storchaka
- [New-bugs-announce] [issue19591] Use specific asserts in ctype tests
Serhiy Storchaka
- [New-bugs-announce] [issue19592] Use specific asserts in lib2to3 tests
Serhiy Storchaka
- [New-bugs-announce] [issue19593] Use specific asserts in importlib tests
Serhiy Storchaka
- [New-bugs-announce] [issue19594] Use specific asserts in unittest tests
Serhiy Storchaka
- [New-bugs-announce] [issue19600] Use specific asserts in distutils tests
Serhiy Storchaka
- [New-bugs-announce] [issue19601] Use specific asserts in sqlite3 tests
Serhiy Storchaka
- [New-bugs-announce] [issue19602] Use specific asserts in tkinter tests
Serhiy Storchaka
- [New-bugs-announce] [issue19603] Use specific asserts in test_decr
Serhiy Storchaka
- [New-bugs-announce] [issue19604] Use specific asserts in array tests
Serhiy Storchaka
- [New-bugs-announce] [issue19605] Use specific asserts in datetime tests
Serhiy Storchaka
- [New-bugs-announce] [issue19606] Use specific asserts in http.cookiejar tests
Serhiy Storchaka
- [New-bugs-announce] [issue19607] Use specific asserts in weakref tests
Serhiy Storchaka
- [New-bugs-announce] [issue19623] Support for writing aifc to unseekable file
Serhiy Storchaka
- [New-bugs-announce] [issue19624] Switch constants in the errno module to IntEnum
Serhiy Storchaka
- [New-bugs-announce] [issue19641] Add audioop.byteswap()
Serhiy Storchaka
- [New-bugs-announce] [issue19656] Add Py3k warning for non-ascii bytes literals
Serhiy Storchaka
- [New-bugs-announce] [issue19667] Add the "htmlcharrefreplace" error handler
Serhiy Storchaka
- [New-bugs-announce] [issue19668] Add support of the cp1125 encoding
Serhiy Storchaka
- [New-bugs-announce] [issue19676] Add the "namereplace" error handler
Serhiy Storchaka
- [New-bugs-announce] [issue19733] Setting image parameter of a button crashes with Cocoa Tk
Serhiy Storchaka
- [New-bugs-announce] [issue19758] Warnings in tests
Serhiy Storchaka
- [New-bugs-announce] [issue19759] Deprecation warnings in test_hmac
Serhiy Storchaka
- [New-bugs-announce] [issue19760] Deprecation warnings in ttest_sysconfig and test_distutils
Serhiy Storchaka
- [New-bugs-announce] [issue19780] Pickle 4 frame headers optimization
Serhiy Storchaka
- [New-bugs-announce] [issue19793] Formatting of True/Falsein in pathlib docs
Serhiy Storchaka
- [New-bugs-announce] [issue19794] Formatting of True/False in decimal docs
Serhiy Storchaka
- [New-bugs-announce] [issue19795] Formatting of True/False in docs
Serhiy Storchaka
- [New-bugs-announce] [issue19574] Negative integer division error
Vatroslav Suton
- [New-bugs-announce] [issue19525] Strict indentation in Python3
Sworddragon
- [New-bugs-announce] [issue19531] Loading -OO bytecode files if -O was requested can lead to problems
Sworddragon
- [New-bugs-announce] [issue19532] compileall -f doesn't force to write bytecode files
Sworddragon
- [New-bugs-announce] [issue19533] Unloading docstrings from memory if -OO is given
Sworddragon
- [New-bugs-announce] [issue19628] maxlevels -1 on compileall for unlimited recursion
Sworddragon
- [New-bugs-announce] [issue19671] Option to select the optimization level on compileall
Sworddragon
- [New-bugs-announce] [issue19672] Listing of all exceptions for every function
Sworddragon
- [New-bugs-announce] [issue19801] Concatenating bytes is much slower than concatenating strings
Sworddragon
- [New-bugs-announce] [issue19802] socket.SO_PRIORITY is missing
Sworddragon
- [New-bugs-announce] [issue19846] print() and write() are relying on sys.getfilesystemencoding() instead of sys.getdefaultencoding()
Sworddragon
- [New-bugs-announce] [issue19847] Setting the default filesystem-encoding
Sworddragon
- [New-bugs-announce] [issue19562] Added description for assert statement
Srinivas Reddy T
- [New-bugs-announce] [issue19563] Changing barry's email to barry at python.org
Srinivas Reddy T
- [New-bugs-announce] [issue19505] OrderedDict views don't implement __reversed__
ThiefMaster
- [New-bugs-announce] [issue19466] Clear state of threads earlier in Python shutdown
STINNER Victor
- [New-bugs-announce] [issue19467] asyncore documentation: redirect users t
STINNER Victor
- [New-bugs-announce] [issue19506] subprocess.communicate() should use a memoryview
STINNER Victor
- [New-bugs-announce] [issue19512] Avoid most calls to PyUnicode_DecodeUTF8Stateful() in Python interactive mode
STINNER Victor
- [New-bugs-announce] [issue19513] Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(list)
STINNER Victor
- [New-bugs-announce] [issue19514] Merge duplicated _Py_IDENTIFIER identifiers in C code
STINNER Victor
- [New-bugs-announce] [issue19515] Share duplicated _Py_IDENTIFIER identifiers in C code
STINNER Victor
- [New-bugs-announce] [issue19518] Add new PyRun_xxx() functions to not encode the filename
STINNER Victor
- [New-bugs-announce] [issue19519] Parser: don't transcode input string to UTF-8 if it is already encoded to UTF-8
STINNER Victor
- [New-bugs-announce] [issue19526] Review additions to the stable ABI of Python 3.4
STINNER Victor
- [New-bugs-announce] [issue19564] test_multiprocessing_spawn
STINNER Victor
- [New-bugs-announce] [issue19565] test_multiprocessing_spawn: RuntimeError and assertion error on windows xp buildbot
STINNER Victor
- [New-bugs-announce] [issue19566] ERROR: test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests)
STINNER Victor
- [New-bugs-announce] [issue19568] bytearray_setslice_linear() leaves the bytearray in an inconsistent state on memory allocation failure
STINNER Victor
- [New-bugs-announce] [issue19569] Use __attribute__((deprecated)) to warn usage of deprecated functions and macros
STINNER Victor
- [New-bugs-announce] [issue19576] "Non-Python created threads" documentation doesn't mention PyEval_InitThreads()
STINNER Victor
- [New-bugs-announce] [issue19578] del list[a:b:c] doesn't handle correctly list_resize() failure
STINNER Victor
- [New-bugs-announce] [issue19579] test_asyncio: test__run_once timings should be relaxed
STINNER Victor
- [New-bugs-announce] [issue19581] PyUnicodeWriter: change the overallocation factor for Windows
STINNER Victor
- [New-bugs-announce] [issue19598] Timeout in test_popen() of test_asyncio.test_windows_utils.PopenTests
STINNER Victor
- [New-bugs-announce] [issue19599] Failure of test_async_timeout() of test_multiprocessing_spawn: TimeoutError not raised
STINNER Victor
- [New-bugs-announce] [issue19612] test_subprocess: sporadic failure of test_communicate_epipe()
STINNER Victor
- [New-bugs-announce] [issue19613] test_nntplib: sporadic failures, test_article_head_body()
STINNER Victor
- [New-bugs-announce] [issue19617] Fix usage of Py_ssize_t type in Python/compile.c
STINNER Victor
- [New-bugs-announce] [issue19619] Blacklist base64, hex, ... codecs from bytes.decode() and str.encode()
STINNER Victor
- [New-bugs-announce] [issue19633] test_wave: failures on PPC64 buildbot
STINNER Victor
- [New-bugs-announce] [issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX
STINNER Victor
- [New-bugs-announce] [issue19635] asyncio should not depend on concurrent.futures, it is not always available
STINNER Victor
- [New-bugs-announce] [issue19636] Fix usage of MAX_PATH in posixmodule.c
STINNER Victor
- [New-bugs-announce] [issue19637] test_subprocess.test_undecodable_env() failure on AIX
STINNER Victor
- [New-bugs-announce] [issue19640] Drop _source attribute of namedtuple
STINNER Victor
- [New-bugs-announce] [issue19646] Use PyUnicodeWriter in repr(dict)
STINNER Victor
- [New-bugs-announce] [issue19650] test_multiprocessing_spawn.test_mymanager_context() crashed with STATUS_ACCESS_VIOLATION
STINNER Victor
- [New-bugs-announce] [issue19652] test_asyncio: test_subprocess_send_signal() hangs on buildbot "AMD64 Snow Leop 3.x"
STINNER Victor
- [New-bugs-announce] [issue19653] Generalize usage of _PyUnicodeWriter for repr(obj): add _PyObject_ReprWriter()
STINNER Victor
- [New-bugs-announce] [issue19654] test_tkinter sporadic failures on "x86 Tiger 3.x" buildbot
STINNER Victor
- [New-bugs-announce] [issue19659] Document Argument Clinic?
STINNER Victor
- [New-bugs-announce] [issue19734] test_venv.test_with_pip() fails on "AMD64 Ubuntu LTS 3.x" buildbot
STINNER Victor
- [New-bugs-announce] [issue19741] tracemalloc: tracemalloc_log_alloc() doesn't check _Py_HASHTABLE_SET() return value
STINNER Victor
- [New-bugs-announce] [issue19748] test_time failures on AIX
STINNER Victor
- [New-bugs-announce] [issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'
STINNER Victor
- [New-bugs-announce] [issue19750] test_asyncio.test_unix_events constructor failures on AIX
STINNER Victor
- [New-bugs-announce] [issue19751] test_sys: sys.hash_info.algorithm failure on SPARC Solaris buildbot
STINNER Victor
- [New-bugs-announce] [issue19752] test_os failure on Solaris 10
STINNER Victor
- [New-bugs-announce] [issue19753] test_gdb failure on SystemZ buildbot
STINNER Victor
- [New-bugs-announce] [issue19756] test_nntplib: sporadic failures, network isses? server down?
STINNER Victor
- [New-bugs-announce] [issue19757] _tracemalloc.c: compiler warning with gil_state
STINNER Victor
- [New-bugs-announce] [issue19764] subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista
STINNER Victor
- [New-bugs-announce] [issue19765] test_asyncio: test_create_server() failed on "x86 Windows Server 2008 [SB] 3.x"
STINNER Victor
- [New-bugs-announce] [issue19766] test_venv: test_with_pip() failed on "AMD64 Fedora without threads 3.x" buildbot
STINNER Victor
- [New-bugs-announce] [issue19769] test_venv: test_with_pip() failure on "AMD64 Windows Server 2008 [SB] 3.x" buildbot
STINNER Victor
- [New-bugs-announce] [issue19786] tracemalloc: remove arbitrary limit of 100 frames
STINNER Victor
- [New-bugs-announce] [issue19787] tracemalloc: set_reentrant() should not have to call PyThread_delete_key()
STINNER Victor
- [New-bugs-announce] [issue19798] tracemalloc: rename "max_size" to "peak_size" in get_traced_memory() result
STINNER Victor
- [New-bugs-announce] [issue19811] test_pathlib: "The directory is not empty" error on os.rmdir()
STINNER Victor
- [New-bugs-announce] [issue19813] Add a new optional timeout parameter to socket.socket() constructor
STINNER Victor
- [New-bugs-announce] [issue19816] test.regrtest: use tracemalloc to detect memory leaks?
STINNER Victor
- [New-bugs-announce] [issue19817] tracemalloc add a memory limit feature
STINNER Victor
- [New-bugs-announce] [issue19818] tracemalloc: comments on the doc
STINNER Victor
- [New-bugs-announce] [issue19827] Optimize socket.settimeout() and socket.setblocking(): avoid syscall
STINNER Victor
- [New-bugs-announce] [issue19829] _pyio.BufferedReader and _pyio.TextIOWrapper destructor don't emit ResourceWarning if the file is not closed
STINNER Victor
- [New-bugs-announce] [issue19831] tracemalloc: stop the module later
STINNER Victor
- [New-bugs-announce] [issue19833] asyncio: patches to document EventLoop and add more examples
STINNER Victor
- [New-bugs-announce] [issue19835] Add a MemoryError singleton to fix an unlimited loop when the memory is exhausted
STINNER Victor
- [New-bugs-announce] [issue19584] IDLE fails - Python V2.7.6 - 64b on Win7 64b
Bob Wake
- [New-bugs-announce] [issue19500] Error when connecting to FTPS servers not supporting SSL session resuming
Ye Wang
- [New-bugs-announce] [issue19501] Buildbot testing of 3.2 broken
Zachary Ware
- [New-bugs-announce] [issue19520] Win32 compiler warning in _sha3
Zachary Ware
- [New-bugs-announce] [issue19572] Report more silently skipped tests as skipped
Zachary Ware
- [New-bugs-announce] [issue19587] Remove test_bytes.FixedStringTest
Zachary Ware
- [New-bugs-announce] [issue19588] Silently skipped test in test_random
Zachary Ware
- [New-bugs-announce] [issue19595] Silently skipped test in test_winsound
Zachary Ware
- [New-bugs-announce] [issue19596] Silently skipped tests in test_importlib
Zachary Ware
- [New-bugs-announce] [issue19597] Add decorator for tests not yet implemented
Zachary Ware
- [New-bugs-announce] [issue19648] Empty tests in pickletester need to be implemented or removed
Zachary Ware
- [New-bugs-announce] [issue19683] test_minidom has many empty tests
Zachary Ware
- [New-bugs-announce] [issue19788] Always run kill_python(_d).exe when (re-)building on Windows
Zachary Ware
- [New-bugs-announce] [issue19789] Improve wording of how to "undo" a call to logging.disable(lvl)
Simon Weber
- [New-bugs-announce] [issue19620] tokenize documentation contains typos (argment instead of argument)
Christopher Welborn
- [New-bugs-announce] [issue19805] Revise FAQ Dictionary: consistent key order item
Graham Wideman
- [New-bugs-announce] [issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"
Alex Willmer
- [New-bugs-announce] [issue19665] test_logging fails with SMTPHandler timeout
Mark Wolf
- [New-bugs-announce] [issue19502] Wrong time zone offset, when using time.strftime() with a given struct_time
Paweł Wroniszewski
- [New-bugs-announce] [issue19517] sysconfig variables introduced by PEP-3149 are currently undocumented
Yury V. Zaytsev
- [New-bugs-announce] [issue19567] mimetypes.init() raise unhandled excption in windows
adamhj
- [New-bugs-announce] [issue19807] calculation of standard math
chili
- [New-bugs-announce] [issue19823] for-each on list aborts earlier than expected
cost6
- [New-bugs-announce] [issue19631] "exec" BNF in simple statements
engelbert gruber
- [New-bugs-announce] [issue19470] email.header.Header - should not allow two newlines in a row
hhm
- [New-bugs-announce] [issue19487] Correct the error of the example given in the doc of partialmethod
iMom0
- [New-bugs-announce] [issue19625] IDLE should use UTF-8 as it's default encoding
irdb
- [New-bugs-announce] [issue19661] Python: RuntimeError: invalid slot offset when importing a module
dellair jie
- [New-bugs-announce] [issue19773] Failed to build python 2.6.9 Solaris 10
lambrecht
- [New-bugs-announce] [issue19797] Solaris 10. mod_python build failed.
lambrecht
- [New-bugs-announce] [issue19503] does gc_list_merge merge properly?
martenjan
- [New-bugs-announce] [issue19530] cross thread shutdown of UDP socket exhibits unexpected behavior
mpb
- [New-bugs-announce] [issue19577] memoryview bind (the opposite of release)
mpb
- [New-bugs-announce] [issue19810] adding an feature to python interpreter
madan ram
- [New-bugs-announce] [issue19571] urlparse.parse_qs with empty string
stutiredboy
- [New-bugs-announce] [issue19540] PEP339: Fix link to Zephyr ASDL paper
anatoly techtonik
- [New-bugs-announce] [issue19541] ast.dump(indent=True) prettyprinting
anatoly techtonik
- [New-bugs-announce] [issue19549] PKG-INFO is created with CRLF on Windows
anatoly techtonik
- [New-bugs-announce] [issue19557] ast - docs for every node type are missing
anatoly techtonik
- [New-bugs-announce] [issue19608] devguide needs pictures
anatoly techtonik
- [New-bugs-announce] [issue19812] reload() by symbol name
anatoly techtonik
- [New-bugs-announce] [issue19822] PEP process entrypoint
anatoly techtonik
- [New-bugs-announce] [issue19824] string.Template: Add PHP-style variable expansion example
anatoly techtonik
- [New-bugs-announce] [issue19825] test b.p.o email interface
anatoly techtonik
- [New-bugs-announce] [issue19826] Document that bug reporting by email is possible
anatoly techtonik
- [New-bugs-announce] [issue19522] A suggestion: python 3.* is not as convenient as python 2.*
wang xuancong
- [New-bugs-announce] [issue19790] ctypes can't load a c++ dll if the dll calls COM on Windows 8
yinkaisheng
- [New-bugs-announce] [issue19840] The is no way to tell shutil.move to ignore metadata
zodalahtathi
Last message date:
Sat Nov 30 23:29:52 CET 2013
Archived on: Sat Nov 30 23:29:54 CET 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).