February 2018 Archives by thread
Starting: Thu Feb 1 00:44:53 EST 2018
Ending: Wed Feb 28 21:56:35 EST 2018
Messages: 2378
- [issue32739] collections.deque rotate(n=1) default value not documented
Yang Yu
- [issue32722] Mislabeling of a dict comprehension as a generator expression in the tutorial
Xiang Zhang
- [issue32394] socket lib beahavior change in 3.6.4
Ma Lin
- [issue32732] LoggingAdapter ignores extra kwargs of Logger#log()
Stéphane Wirtel
- [issue32740] test_calendar and test_re fail with unknown locale: UTF-8 in _parse_localename
Vishal Kushwaha
- [issue32572] Add the ftplib option, overrides the IP address.
Stéphane Wirtel
- [issue32711] Fix warnings for Python/ast_unparse.c
Stéphane Wirtel
- [issue20709] os.utime(path_to_directory): wrong documentation for Windows.
Stéphane Wirtel
- [issue11844] Update json to upstream simplejson latest release
Stéphane Wirtel
- [issue32674] minor documentation fix for '__import__'
Stéphane Wirtel
- [issue21475] Support the Sitemap extension in robotparser
Stéphane Wirtel
- [issue12916] Add inspect.splitdoc
Stéphane Wirtel
- [issue32565] Document the version of adding opcodes
Serhiy Storchaka
- [issue32137] Stack overflow in repr of deeply nested dicts
Serhiy Storchaka
- [issue32741] Add asyncio.TimerHandle.when() function
Andrew Svetlov
- [issue32738] CDLL : Can't find module
Christian Heimes
- [issue31106] os.posix_fallocate() generate exception with errno 0
Andrew Svetlov
- [issue32742] zipfile extractall needlessly re-wraps ZipInfo instances
Peter Bengtsson
- [issue32691] "pdb -m <module>" sets __main__.__package__ incorrectly
Nick Coghlan
- [issue32303] Namespace packages have inconsistent __loader__ and __spec__.loader
Barry A. Warsaw
- [issue32305] Namespace packages have inconsistent __file__ and __spec__.origin
Barry A. Warsaw
- [issue32206] Run modules with pdb
Mario Corchero
- [issue31356] Add context manager to temporarily disable GC
Yury Selivanov
- [issue27362] json.dumps to check for obj.__json__ before raising TypeError
Ulrich Petri
- [issue31508] Running test_ttk_guionly logs "test_widgets.py:1562: UserWarning: Deprecated API of Treeview.selection() should be removed" warnings
Serhiy Storchaka
- [issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler.
Serhiy Storchaka
- [issue32734] Asyncio Lock safety issue (unlimited acquire)
Bar Harel
- [issue32743] Typo in hamt.c comments
Dmitry Alimov
- [issue32744] PEP 342 double colons typos in code
Dmitry Alimov
- [issue32745] ctypes string pointer fields should accept embedded null characters
Thomas Heller
- [issue32493] UUID Module - FreeBSD build failure
Michael Felt
- [issue32720] Format mini-language integer definition is incorrect
Cheryl Sabella
- [issue32540] venv docs - doesn't match behavior
Cheryl Sabella
- [issue30449] Improve __slots__ datamodel documentation
Cheryl Sabella
- [issue32590] Proposal: add an "ensure(arg)" builtin for parameter validation
Xavier G. Domingo
- [issue32436] Implement PEP 567
Yury Selivanov
- [issue32733] test_coroutines is failed when run with -We
Nathaniel Smith
- [issue32611] Tkinter taskbar icon (Windows)
Terry J. Reedy
- [issue20285] Improve object.__doc__ and help(object) output
Terry J. Reedy
- [issue32297] Few misspellings found in Python source code comments.
Terry J. Reedy
- [issue32746] More misspellings, mostly in source code.
Terry J. Reedy
- [issue29317] test_copyxattr_symlinks fails
Alexander Mohr
- [issue20082] Misbehavior of BufferedRandom.write with raw file in append mode
Nitish
- [issue32729] socket error handling needed
INADA Naoki
- [issue32747] remove trailing spaces in docstring
Qian Yun
- [issue32748] Improve _asyncio.TaskStepMethWrapper and TaskWakeupMethWrapper reprs
Andrew Svetlov
- [issue31804] multiprocessing calls flush on sys.stdout at exit even if it is None (pythonw)
Roundup Robot
- [issue32337] Dict order is now guaranteed, so add tests and doc for it
Xiang Zhang
- [issue32216] Document PEP 557 Data Classes (dataclasses module)
Barry A. Warsaw
- [issue32749] Remove dbm.dumb behavior deprecated in 3.6
Serhiy Storchaka
- [issue32750] lib2to3 log_error method behavior is inconsitent with documentation
Nick Smith
- [issue32751] wait_for(future, ...) should wait for the future (even if a timeout occurs)
Nathaniel Smith
- [issue32614] Fix documentation examples of using re with escape sequences
Terry J. Reedy
- [issue30516] Documentation for datetime substract operation incorrect?
Cheryl Sabella
- [issue13553] Tkinter Tk args and Gnome Shell application name
Terry J. Reedy
- [issue32752] no information about accessing typing.Generic type arguments
Paul Pinterits
- [issue32753] ssl.SSLError exceptions in test_poplib
Yarko Tymciurak
- [issue32423] The Windows SDK version 10.0.15063.0 was not found
William Woodall
- [issue32754] feature request: asyncio.gather/wait cancel children on first exception
Alexander Mohr
- [issue26855] android: add platform.android_ver()
pmpp
- [issue16024] Doc cleanup regarding path=fd, dir_fd, follow_symlinks, etc
Cheryl Sabella
- [issue32604] Expose the subinterpreters C-API in Python for testing use.
Eric Snow
- [issue30968] test_get_font (idlelib.idle_test.test_config.IdleConfTest) failure on x86 Windows7 3.x
Terry J. Reedy
- [issue8722] Documentation for __getattr__
Terry J. Reedy
- [issue30928] Copy modified blurbs to idlelib/NEWS.txt
Terry J. Reedy
- [issue32692] test_threading.test_set_and_clear fails in AppVeyor CI
Terry J. Reedy
- [issue32730] Allow py launcher to launch other registered Pythons
Terry J. Reedy
- [issue32755] Several cookies with the same name get intermixed
Юрий Пухальский
- [issue32756] argparse: parse_known_args: raising exception on unknown arg following known one
Yauhen
- [issue3177] Add shutil.open
amirjn
- [issue27923] PEP 467 -- Minor API improvements for binary sequences
amirjn
- [issue30109] make reindent failed.
Cheryl Sabella
- [issue32680] smtplib SMTP instances missing a default sock attribute
amirjn
- [issue32107] Improve MAC address calculation and fix test_uuid.py
Barry A. Warsaw
- [issue30300] asyncio.Controller
Barry A. Warsaw
- [issue32757] Python 2.7 : Buffer Overflow vulnerability in exec() function
hadimene
- [issue32227] singledispatch support for type annotations
Cheryl Sabella
- [issue20632] Define a new __key__ protocol
Cheryl Sabella
- [issue32758] Stack overflow when parse long expression to AST
Serhiy Storchaka
- [issue32759] multiprocessing.Array do not release shared memory
OO O
- [issue32760] [Python Shell command issue]
JamesDinh
- [issue32761] IDLE Keymap for Cntl-A
Raymond Hettinger
- [issue32695] tarfile.open() raises TypeError when using compresslevel parameter with LZMA
bbayles
- [issue30977] reduce uuid.UUID() memory footprint
Serhiy Storchaka
- [issue30256] Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception
Hrvoje Nikšić
- [issue10544] yield expression inside generator expression does nothing
Serhiy Storchaka
- [issue32072] Issues with binary plists
Ronald Oussoren
- [issue28099] Drop Mac OS X Tiger support in Python 3.6
Ronald Oussoren
- [issue32616] Significant performance problems with Python 2.7 built with clang 3.x or 4.x
Ronald Oussoren
- [issue32762] Choose protocol implementation on transport.set_protocol()
Andrew Svetlov
- [issue30688] support named Unicode escapes (\N{name}) in re
Serhiy Storchaka
- [issue32763] write() method in Transport should not buffer data
Boss Kwei
- [issue31851] test_subprocess hangs randomly on Windows with Python 3.x
Serhiy Storchaka
- [issue32764] Popen doesn't work on Windows when args is a list
Serhiy Storchaka
- [issue31961] subprocess._execute_child doesn't accept a single PathLike argument for args
Serhiy Storchaka
- [issue30693] tarfile add uses random order
Serhiy Storchaka
- [issue32765] IDLE: Update configdialog docstrings to reflect extension integration
Cheryl Sabella
- [issue30569] Tutorial section 2.1 has *nix example at 3.7, but Windows at 3.6
Cheryl Sabella
- [issue32766] 4.7.7. Function Annotations
John Hossbach
- [issue32620] [3.5] Travis CI fails on Python 3.5 with "pyenv: version `3.5' not installed"
Larry Hastings
- [issue32767] Mutating a list while iterating: clarify the docs
Tim Peters
- [issue32706] test_check_hostname() of test_ftplib started to fail randomly
Christian Heimes
- [issue32728] Extend zipfile's compression level support to LZMA
bbayles
- [issue30528] ipaddress.IPv{4,6}Network.reverse_pointer is broken
Cheryl Sabella
- [issue32768] object.__new__ does not accept arguments if __bases__ is changed
VA
- [issue31529] IDLE: Add docstrings and tests for editor.py reload functions
Cheryl Sabella
- [issue32769] Add 'annotations' to the glossary
Cheryl Sabella
- [issue32770] collections.counter examples are misleading
Anthony Flury
- [issue5594] IDLE startup configuration
Cheryl Sabella
- [issue32771] merge the underlying data stores of unicodedata and the str type
Benjamin Peterson
- [issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"
Terry J. Reedy
- [issue9216] FIPS support for hashlib
Charalampos Stratakis
- [issue30698] asyncio sslproto do not shutdown ssl layer cleanly
Andrew Svetlov
- [issue32772] lstrip not working when string has =e in it
Narendra L
- [issue27643] test_ctypes fails on AIX with xlc
Michael Felt
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Charalampos Stratakis
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Stéphane Wirtel
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Stéphane Wirtel
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Charalampos Stratakis
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Charalampos Stratakis
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Charalampos Stratakis
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
miss-islington
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
miss-islington
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Christian Heimes
- [issue32647] Undefined references when compiling ctypes on binutils 2.29.1 with gcc -Wl, -z, undefs (Fedora 28)
Charalampos Stratakis
- [issue32613] Use PEP 397 py launcher in windows faq
Julien Palard
- [issue25988] collections.abc.Indexable
Tim Graham
- [issue30339] test_multiprocessing_main_handling: "RuntimeError: Timed out waiting for results" on x86 Windows7 3.x
Stéphane Wirtel
- [issue32773] distutils should NOT preserve timestamps
Jeroen Demeyer
- [issue32774] distutils: cyclic reference in the documentation
Stéphane Wirtel
- [issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility
Cheryl Sabella
- [issue30349] Preparation for advanced set syntax in regular expressions
Tim Graham
- [issue32775] fnmatch.translate() can produce a pattern which emits a nested set warning
Tim Graham
- [issue32776] asyncio SIGCHLD scalability problems
holger
- [issue32642] add support for path-like objects in sys.path
Jay Yin
- [issue15873] datetime: add ability to parse RFC 3339 dates and times
Paul Ganssle
- [issue32777] subprocess: child_exec() uses _Py_set_inheritable() which is not async-signal-safe
Alexey Izbyshev
- [issue32778] Hi
REBECCA VICKERS
- [issue32779] urljoining an empty query string doesn't clear query string
Paul Fisher
- [issue32780] ctypes: memoryview gives incorrect PEP3118 format strings for both packed and unpacked structs
Eric Wieser
- [issue5594] IDLE: execute stored startup code on each Shell start.
Terry J. Reedy
- [issue32781] lzh_tw is missing in locale.py
Po-Hsu Lin
- [issue6766] Cannot modify dictionaries inside dictionaries using Managers from multiprocessing
Snidhi Sofpro
- [issue32622] Implement loop.sendfile
Andrew Svetlov
- [issue32521] NIS module fails to build due to the removal of interfaces related to Sun RPC from glibc.
Charalampos Stratakis
- [issue32368] Segfault when compiling many conditional expressions
Stefan Nordhausen
- [issue32782] ctypes: memoryview gives incorrect PEP3118 itemsize for array of length zero
Eric Wieser
- [issue32783] ln(2) isn't accurate in _math.c in cpython
Matanya Stroh
- [issue32430] Simplify Modules/Setup{,.dist,.local}
Julien Palard
- [issue6135] subprocess seems to use local encoding and give no choice
aicirbs
- [issue32784] Wrong argument name for csv.DictReader in documentation
cowlinator
- [issue32785] Change the name of the 'f' argument of csv.DictReader and csv.DictWriter
Stéphane Wirtel
- [issue32786] Didnot work strftime() when hangeul in format sting
Myungseo Kang
- [issue29248] os.readlink fails on Windows
Roundup Robot
- [issue1100942] Add datetime.time.strptime and datetime.date.strptime
Stéphane Wirtel
- [issue16202] sys.path[0] security issues
Thomas Arendsen Hein
- [issue32787] Better error handling in ctypes
Serhiy Storchaka
- [issue32788] Better error handling in sqlite3
Serhiy Storchaka
- [issue31572] Avoid suppressing all exceptions in PyObject_HasAttr()
Serhiy Storchaka
- [issue32789] Note missing from logging.debug() docs
Pedro
- [issue31937] Add the term "dunder" to the glossary
Stéphane Wirtel
- [issue32585] Add ttk::spinbox to tkinter.ttk
Serhiy Storchaka
- [issue30825] csv.Sniffer does not detect lineterminator
Terry J. Reedy
- [issue32790] Keep trailing zeros in precision for string format option g
Severin Wünsch
- [issue32791] Add\Remove Programs entry is not created.
WilliamM
- [issue32431] Two bytes objects of zero length don't compare equal
Xiang Zhang
- [issue32792] ChainMap should preserve order of underlying mappings
Raymond Hettinger
- [issue32793] smtplib: duplicated debug message
TaoQingyun
- [issue32794] PyNumber_Float counterpart that doesn't accept strings
Mark Dickinson
- [issue32795] subprocess.check_output() with timeout does not exit if child process does not generate output after timeout
Mike Lewis
- [issue32796] 3.8-dev definition not available
Jensen Taylor
- [issue32797] Tracebacks from Cython modules no longer work
Jeroen Demeyer
- [issue32798] mmap.flush() on Linux does not accept the "offset" and "size" args
Byron Hawkins
- [issue32799] <class 'contextlib._GeneratorContextManager'> returned a result with an error set
Eli Ribble
- [issue32800] Replace deprecated link to new page on w3c site
sblondon
- [issue32801] Lib/_strptime.py: utilize all()
Дилян Палаузов
- [issue32802] Travis does not compile Python if there is one change in the Documentation
Stéphane Wirtel
- [issue8525] Display exception's subclasses in help()
Sanyam Khurana
- [issue8525] Display exceptions' subclasses in help()
ppperry
- [issue32690] Return function locals() in order of creation?
Raymond Hettinger
- [issue32803] smtplib: LMTP broken in the case of multiple RCPT
jasen betts
- [issue32804] urllib.retrieve documentation doesn't mention context parameter
Julian O
- [issue32805] Possible integer overflow when call PyDTrace_GC_DONE()
Serhiy Storchaka
- [issue32806] locally imported modules are unaccessible in lambdas in pdb
Yuri Kanivetsky
- [issue32807] Add
Arka
- [issue32807] Add 'str' property to PathLib
Arka
- [issue32808] subprocess.check_output opens an unwanted command line window after fall creator update
Christian Heigele
- [issue32809] Python 3.6 on Windows problem with source encoding header
Michal Niklas
- [issue24255] Replace debuglevel-related logic with logging
Simon Lipp
- [issue30157] csv.Sniffer.sniff() regex error
Serhiy Storchaka
- [issue32158] Suppress (and other contextlib context managers) should work as decorators (where appropriate)
Jason R. Coombs
- [issue32810] Expose ags_gen and agt_gen in asynchronous generators
David Beazley
- [issue21084] IDLE can't deal with characters above the range (U+0000-U+FFFF)
buhtz
- [issue30945] loop.create_server does not detect if the interface is IPv6 enabled
Anthony Sottile
- [issue32811] test_os.py fails when run in docker container on OSX host
Alexander Mohr
- [issue32812] edited code only runs after closing and re-opening Python.
john
- [issue32813] SSL shared_ciphers implementation wrong - returns configured but not shared ciphers
Steffen Ullrich
- [issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152
Segev Finer
- [issue32815] Document text parameter to subprocess.Popen
Segev Finer
- [issue32370] Wrong ANSI encoding used by subprocess for some locales
Segev Finer
- [issue8796] Deprecate codecs.open()
Me01100Nobody
- [issue32816] Python's json dumps/loads make integer keys of the dict str
Korabelnikov Aleksandr
- [issue11015] Bring test.support docs up to date
Cheryl Sabella
- [issue32817] MethodType ImportError, can't use random.py
LaurentiuS
- [issue19675] Pool dies with excessive workers, but does not cleanup
Julien Palard
- [issue32397] textwrap output may change if you wrap a paragraph twice
Larry Hastings
- [issue19495] context manager for measuring duration of blocks of code
Xavier G. Domingo
- [issue32731] getpass.getuser() raises an unspecified exceptions (ImportError, OSError, etc)
Fangyi Zhou
- [issue32818] multiprocessing segmentfault under Windows compatibility mode
Ma Lin
- [issue32819] match_hostname() error reporting bug
Christian Heimes
- [issue32820] Add binary methods to ipaddress
Eric Osborne
- [issue5978] cProfile and profile don't work with pygtk/pyqt and sys.exit(0)
Cheryl Sabella
- [issue32821] Add snippet on how to configure a "split" stream for console
Mario Corchero
- [issue21060] Better error message for setup.py upload command without sdist/bdist
Jeff Ramnani
- [issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.
Matt Ripley
- [issue32822] finally block doesn't re-raise exception if return statement exists inside
David Rebbe
- [issue32823] Regression in test -j behavior and time in 3.7.0b1
Terry J. Reedy
- [issue32824] Docs: Using Python on a Macintosh has bad info per Apple site
Frank Griswold
- [issue31562] snakebite.net is not available
Zachary Ware
- [issue30717] Add unicode grapheme cluster break algorithm
INADA Naoki
- [issue32825] warn user of creation of multiple Tk instances
mps
- [issue32826] idle test fails at least on the 3.6 branch
Matthias Klose
- [issue32827] Fix incorrect usage of _PyUnicodeWriter_Prepare()
Serhiy Storchaka
- [issue32828] compress "True if bool(x) else False" expressions
Дилян Палаузов
- [issue32829] Lib/ be more pythonic
Дилян Палаузов
- [issue32830] tkinter documentation suggests "from tkinter import *", contradicting PEP8
ChrisRands
- [issue32831] IDLE: Add docstrings and tests for codecontext
Cheryl Sabella
- [issue32832] doctest should support custom ps1/ps2 prompts
Sergey B Kirpichev
- [issue13319] IDLE: Menu accelerator conflict between Format and Options
Cheryl Sabella
- [issue32833] argparse doesn't recognise two option aliases as equal
Krzysztof Leszczyński
- [issue32834] test_gdb fails with Posix locale in 3.7
Serhiy Storchaka
- [issue32221] Converting ipv6 address to string representation using getnameinfo() is wrong.
Yury Selivanov
- [issue24665] CJK support for textwrap
Julien Palard
- [issue32835] Add documention mentioning that Cygwin isn't fully compatible
Jay Yin
- [issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable
Martijn Pieters
- [issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable
Nitish
- [issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable
Serhiy Storchaka
- [issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable
Nick Coghlan
- [issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable
Nitish
- [issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable
Nick Coghlan
- [issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable
miss-islington
- [issue32837] IDLE: require encoding argument for textview.view_file
Terry J. Reedy
- [issue20928] xml.etree.ElementInclude does not include nested xincludes
ruffsl
- [issue30579] Allow traceback objects to be instantiated/mutated/annotated
Nick Coghlan
- [issue31787] various refleaks when calling the __init__() method of an object more than once
INADA Naoki
- [issue29803] Remove some redandunt ops in unicodeobject.c
Xiang Zhang
- [issue32838] Fix Python versions in the table of magic numbers
Serhiy Storchaka
- [issue32489] Allow 'continue' in 'finally' clause
Serhiy Storchaka
- [issue32839] Add after_info as a function to tkinter
Cheryl Sabella
- [issue16251] pickle special methods are looked up on the instance rather than the type
Łukasz Langa
- [issue21196] Name mangling example in Python tutorial
Cheryl Sabella
- [issue32840] Must install python 3.6.3 when 3.6.4 already installed
J. Morton
- [issue32841] Asyncio.Condition prevents cancellation
Bar Harel
- [issue18802] ipaddress documentation errors
Cheryl Sabella
- [issue27846] Base64 expansion factor is 4 to 3, not 6 to 4
Zackery Spytz
- [issue26743] Unable to import random with python2.7 on power pc based machine
Cheryl Sabella
- [issue32842] Fixing epoll timeout logics
YoSTEALTH
- [issue30638] Additional dependencies and rule for `make regen-all`
Zachary Ware
- [issue30455] Generate C code from token.py and not vice versa
Zachary Ware
- [issue32843] More revisions to test.support docs
Cheryl Sabella
- [issue17050] argparse.REMAINDER doesn't work as first argument
Devin Bayer
- [issue32844] subprocess may incorrectly redirect a low fd to stderr if another low fd is closed
Alexey Izbyshev
- [issue32845] Mac: Local modules can shadow builtins (e.g. a local `math.py` can shadow `math`)
Eric Cousineau
- [issue32846] Deletion of large sets of strings is extra slow
Terry J. Reedy
- [issue32847] Add DirectoryNotEmptyError subclass of OSError
Barry A. Warsaw
- [issue32848] Valgrind error with python
Arun Solomon
- [issue32849] Fatal Python error: Py_Initialize: can't initialize sys standard streams
Rudolph Froger
- [issue21258] Add __iter__ support for mock_open
Lumír Balhar
- [issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture
Iryna Shcherbina
- [issue32850] Run gc_collect() before complaining about dangling threads
Matthias Urlichs
- [issue32851] Complete your registration to Python tracker -- key uxOb1XizINE32OvAnH7tUiKMx4tFqGdK
TROUVERIE Joachim
- [issue32851] mistake
R. David Murray
- [issue32852] trace changes sys.argv from list to tuple
Kyle Altendorf
- [issue32853] struct's docstring implies alignment is always performed
Eli_B
- [issue32854] Add ** Map Unpacking Support for namedtuple
John Crawford
- [issue29480] Mac OSX Installer SSL Roots
Tommy Carstensen
- [issue32855] Add documention stating supported Platforms
Jay Yin
- [issue32856] Optimize the `for y in [x]` idiom in comprehensions
Serhiy Storchaka
- [issue5115] Extend subprocess.kill to be able to kill process groups
Fangyi Zhou
- [issue26534] subprocess.check_output with shell=True ignores the timeout
Fangyi Zhou
- [issue32857] tkinter after_cancel does not behave correctly when called with id=None
Cheryl Sabella
- [issue29612] TarFile.extract() suffers from hard links inside tarball
Larry Cook
- [issue32858] Improve OpenSSL ECDH support
Stefan Rüster
- [issue32495] Adding Timer to multiprocessing
Jay Crotts
- [issue32859] os.dup2() tests dup3() availability on each call
Alexey Izbyshev
- [issue22167] iglob() has misleading documentation (does indeed store names internally)
Roger Erens
- [issue32860] Definition of iglob does not mention single star (unlike glob)
Roger Erens
- [issue32861] urllib.robotparser: incomplete __str__ methods
Michael Lazar
- [issue32862] os.dup2(fd, fd, inheritable=False) behaves inconsistently
Alexey Izbyshev
- [issue32863] Missing support for Emojis in tkinter
Victor Domingos
- [issue32864] Visual glitches when animating ScrolledText instances using place geometry manager
Victor Domingos
- [issue32865] os.pipe creates inheritable FDs with a bad internal state on Windows
Eryk Sun
- [issue31333] Implement ABCMeta in C
Serhiy Storchaka
- [issue32716] setup.py register --repository is broken
Éric Araujo
- [issue32866] zipimport loader.get_data() requires absolute zip file path
Barry A. Warsaw
- [issue32867] argparse assertion failure with multiline metavars
MaT1g3R
- [issue28956] return minimum of modes for a multimodal distribution instead of raising a StatisticsError
Srikanth Anantharam
- [issue28956] return list of modes for a multimodal distribution instead of raising a StatisticsError
Srikanth Anantharam
- [issue28339] "TypeError: Parameterized generics cannot be used with class or instance checks" in test_functools after importing typing module
Ivan Levkivskyi
- [issue32162] typing.Generic breaks __init_subclass__
Ivan Levkivskyi
- [issue32868] python 3 docs' iterator example has python 2 code
robotwizard
- [issue32869] Incorrect dst buffer size for MultiByteToWideChar in _Py_fopen_obj
Alexey Izbyshev
- [issue32870] Documentation typo (2.x only) for deque.remove
Andrew Scheller
- [issue32871] Interrupt .communicate() on SIGTERM/INT
Victor Porton
- [issue31972] Inherited docstrings for pathlib classes are confusing
Éric Araujo
- [issue32682] test_zlib improve version parsing
Zachary Ware
- [issue20160] broken ctypes calling convention on MSVC / 64-bit Windows (large structs)
miss-islington
- [issue4921] Object lifetime and inner recursive function
Eric Wieser
- [issue32872] backport of #32305 causes regressions in various packages
Matthias Klose
- [issue32873] Pickling of typing types
Serhiy Storchaka
- [issue31966] [EASY C][Windows] print('hello\n', end='', flush=True) raises OSError when ran with py -u
Serhiy Storchaka
- [issue31966] [EASY C][Windows] print('hello\n', end='', flush=True) raises OSError when ran with py -u
Serhiy Storchaka
- [issue31966] [EASY C][Windows] print('hello\n', end='', flush=True) raises OSError when ran with py -u
Serhiy Storchaka
- [issue31966] [EASY C][Windows] print('hello\n', end='', flush=True) raises OSError when ran with py -u
miss-islington
- [issue31966] [EASY C][Windows] print('hello\n', end='', flush=True) raises OSError when ran with py -u
miss-islington
- [issue31966] [EASY C][Windows] print('hello\n', end='', flush=True) raises OSError when ran with py -u
miss-islington
- [issue31966] [EASY C][Windows] print('hello\n', end='', flush=True) raises OSError when ran with py -u
miss-islington
- [issue32387] Disallow untagged C extension import on major platforms
Stefan Behnel
- [issue32388] Remove cross-version binary compatibility
Stefan Behnel
- [issue29116] Make str and bytes error messages on concatenation conform with other sequences
Serhiy Storchaka
- [issue24159] Misleading TypeError when pickling bytes to a file opened as text
Serhiy Storchaka
- [issue23462] All os.exec*e variants crash on Windows
Steve Dower
- [issue32874] IDLE: Add tests for pyparse
Cheryl Sabella
- [issue32457] Windows Python cannot handle an early PATH entry containing ".." and python.exe
Steve Dower
- [issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage
Steve Dower
- [issue32875] Add __exit__() method to event loops
Victor Porton
- [issue30121] Windows: subprocess debug assertion on failure to execute the process
Zachary Ware
- [issue32876] HTMLParser raises exception on some inputs
Hanno Boeck
- [issue30439] Expose the subinterpreters C-API in the stdlib.
pmpp
- [issue32566] Not able to run Python 3.6 on Windows
Steve Dower
- [issue32877] Login to bugs.python.org with Google account NOT working
ruffsl
- [issue32878] Document value of st_ino on Windows
Guido van Rossum
- [issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname
Steve Dower
- [issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname
Steve Dower
- [issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname
Steve Dower
- [issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname
Steve Dower
- [issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname
miss-islington
- [issue32556] support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname
miss-islington
- [issue29241] sys._enablelegacywindowsfsencoding() don't apply to os.fsencode and os.fsdecode
Steve Dower
- [issue32879] Race condition in multiprocessing Queue
Simon Bouchard
- [issue32880] IDLE: Fix and update and cleanup pyparse
Terry J. Reedy
- [issue32500] PySequence_Length() raises TypeError on dict type
Zackery Spytz
- [issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"
Zackery Spytz
- [issue32881] pycapsule:PyObject * is NULL pointer
zhaoya
- [issue32882] SSLContext.set_ecdh_curve() not accepting x25519
sruester
- [issue32883] Key agreement parameters not accessible
sruester
- [issue32884] Adding the ability for getpass to print asterisks when passowrd is typed
Matanya Stroh
- [issue32885] Tools/scripts/pathfix.py leaves bunch of ~ suffixed files around with no opt-out
Miro Hrončok
- [issue32886] new Boolean ABC in numbers module + Integral>Integer renaming
Sylvain Marie
- [issue32887] os: Users of path_converter don't handle fd == -1 properly
Alexey Izbyshev
- [issue32888] Improve exception message in ast.literal_eval
Chris Angelico
- [issue29282] Fused multiply-add: proposal to add math.fma()
Nico Schlömer
- [issue32889] Valgrind suppressions need updating
Paul Price
- [issue32890] os: Some functions may report bogus errors on Windows
Alexey Izbyshev
- [issue32017] profile.Profile() has no method enable()
Cheryl Sabella
- [issue32008] Example suggest to use a TLSv1 socket
Cheryl Sabella
- [issue28886] Move deprecated abc module decorators to separate section in docs
INADA Naoki
- [issue32891] Add 'Integer' as synonym for 'Integral' in numbers module.
Terry J. Reedy
- [issue28414] SSL match_hostname fails for internationalized domain names
Nathaniel Smith
- [issue32892] Remove specific constant AST types in favor of ast.Constant
Serhiy Storchaka
- [issue32893] ast.literal_eval() shouldn't accept booleans as numbers in AST
Serhiy Storchaka
- [issue18777] Cannot compile _ssl.c using openssl > 1.0
Dmitry Zotikov
- [issue32894] AST unparsing of infinity numbers
Serhiy Storchaka
- [issue32895] Make general function sum() use Numpy's sum when obviously possible
Uri Elias
- [issue32896] Error when subclassing a dataclass with a field that uses a defaultfactory
John Didion
- [issue32897] test_gdb failed on Fedora 27
Amit Ghadge
- [issue32898] [BUILD] Using COUNT_ALLOCS breaks build
Eddie Elizondo
- [issue32899] Not documented: key in dict test may raise TypeError
xitop
- [issue32900] Teach pdb to step through asyncio et al.
Matthias Urlichs
- [issue15663] Investigate providing Tcl/Tk 8.6 with OS X installers
Terry J. Reedy
- [issue32901] Update Windows 3.7/8 builds to tcl/tk 8.6.8
Terry J. Reedy
- [issue32902] FileInput "inplace" redirects output of other threads
mj4int
- [issue32016] Python 3.6.3 venv FAILURE
Cheryl Sabella
- [issue28498] tk busy command
Cheryl Sabella
- [issue32903] os.chdir() may leak memory on Windows
Alexey Izbyshev
- [issue23077] PEP 1: Allow Provisional status for PEPs
Cheryl Sabella
- [issue32904] os.chdir() may crash on Windows in presence of races
Alexey Izbyshev
- [issue32905] IDLE pyparse: fix initialization and remove unused code
Terry J. Reedy
- [issue32906] AttributeError: 'NoneType' object has no attribute 'sendall'
Varalakshmi
- [issue32907] pathlib: test_resolve_common fails on Windows
Alexey Izbyshev
- [issue32908] decimal ROUND_HALF_UP not according to spec for 9.95 to 10.0
felix.engelmann
- [issue29636] Specifying indent in the json.tool command
INADA Naoki
- [issue32909] ApplePersistenceIgnoreState warning on macOS
cbrnr
- [issue32910] venv: Deactivate.ps1 is not created when Activate.ps1 was used
Kirill Balunov
- [issue32911] Doc strings omitted from AST
Mark Shannon
- [issue26792] docstrings of runpy.run_{module,path} are rather sparse
Cheryl Sabella
- [issue32403] date, time and datetime alternate constructors should take fast construction path
Paul Ganssle
- [issue10381] Add timezone support to datetime C API
Paul Ganssle
- [issue25427] Remove the pyvenv script in Python 3.8
Cheryl Sabella
- [issue32912] Raise non-silent warning for invalid escape sequences
Emanuel Barry
- [issue27364] Deprecate invalid escape sequences in str/bytes
Emanuel Barry
- [issue18943] argparse: default args in mutually exclusive groups
Daniel Himmelstein
- [issue32913] Improve regular expression HOWTO
Joshua Li
- [issue17232] Improve -O docs
Cheryl Sabella
- [issue18356] help(numpy) causes segfault on exit
Cheryl Sabella
- [issue19412] Add docs for test.support.requires_docstrings decorator
Cheryl Sabella
- [issue26018] documentation of ZipFile file name encoding
Cheryl Sabella
- [issue32914] python3-config --ldflags gives a CMP0004 error due to a whitespace
Stig-Ørjan Smelror
- [issue30935] document the new behavior of get_event_loop() in Python 3.6
Cheryl Sabella
- [issue25170] 3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.2 documentation archives missing
Cheryl Sabella
- [issue32915] Running Python 2 with -3 flag doesn't complain about cmp/__cmp__
Trey Hunner
- [issue9635] Add Py_BREAKPOINT and sys._breakpoint hooks
Cheryl Sabella
- [issue32916] IDLE: change 'str' to 'code' in idlelib.pyparse.PyParse and users
Terry J. Reedy
- [issue32917] ConfigParser writes a superfluous final blank line
TitanSnow
- [issue30028] make test.support.temp_cwd() fork-safe
Gregory P. Smith
- [issue32918] IDLE: make smart indent after comment line consistent
Terry J. Reedy
- [issue32919] csv.reader() to support QUOTE_ALL
Pavel Shpilev
- [issue32920] Implement PEP 529 for os.getcwdb on Windows
Eryk Sun
- [issue32304] Upload failed (400): Digests do not match on .tar.gz ending with x0d binary code
Louis Lecaroz
- [issue31355] Remove Travis CI macOS job: rely on buildbots
Antoine Pitrou
- [issue32087] deprecated-removed directive generates overlapping msgids in .pot files
INADA Naoki
- [issue32921] .pth files cannot contain folders with utf-8 names
Einar Fredriksen
- [issue32922] dbm.open() encodes filename with default encoding rather than the filesystem encoding
Josh Friend
- [issue32923] Typo in documentation of unittest: whilst instead of while
Тимофей Хирьянов
- [issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch
Mariatta Wijaya
- [issue32925] AST optimizer: Change a list into tuple in iterations and containment tests
Serhiy Storchaka
- [issue32926] Add public TestCase method/property to get result of current test
Victor Engmark
- [issue32927] Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome
Victor Engmark
- [issue32928] _findvs failing on Windows 10 (Release build only)
William Pickard
- [issue28134] socket.socket(fileno=fd) does not work as documented
YoSTEALTH
- [issue32929] Change dataclasses hashing to use unsafe_hash boolean (default to False)
Eric V. Smith
- [issue32930] [help][webbrowser always opens new tab. I want to open in the same tab]
Tommy
- [issue32931] Python 3.70b1 specifies non-existent compiler gcc++
Marc Culler
- [issue12345] Add math.tau
TitanSnow
- [issue32932] better error message when __all__ contains non-str objects
Xiang Zhang
- [issue32933] mock_open does not support iteration around text files.
Anthony Flury
- [issue32934] logging.handlers.BufferingHandler capacity is unclearly specified
Enrico Zini
- [issue32935] Documentation falsely leads to believe that MemoryHandler can be used to wrap SMTPHandler to send multiple messages per email
Enrico Zini
- [issue32936] RobotFileParser.parse() should raise an exception when the robots.txt file is invalid
Oudin
- [issue28124] Rework SSL module documentation
Christian Heimes
- [issue32937] Multiprocessing worker functions not terminating with a large number of processes and a manager
Eric Gorr
- [issue32938] webbrowser: Add options for private mode
Cheryl Sabella
- [issue32146] multiprocessing freeze_support needed outside win32
bbayles
- [issue32939] IDLE: self.use_context_ps1 defined in editor, but always False
Cheryl Sabella
- [issue32940] IDLE: pyparse - replace StringTranslatePseudoMappingTest with defaultdict
Cheryl Sabella
- [issue24334] SSLSocket extra level of indirection
Christian Heimes
- [issue30622] Fix NPN guard for OpenSSL 1.1
Christian Heimes
- [issue32941] mmap should expose madvise()
Antoine Pitrou
- [issue32942] Regression: test_script_helper fails
Andrew Brezovsky
- [issue31518] ftplib, urllib2, poplib, httplib, urllib2_localnet use ssl.PROTOCOL_TLSv1 unconditionally
Christian Heimes
- [issue32185] SSLContext.wrap_socket sends SNI Extension when server_hostname is IP
Christian Heimes
- [issue4260] Document that ctypes.xFUNCTYPE are decorators.
Cheryl Sabella
- [issue32943] confusing error message for rot13 codec
Xiang Zhang
- [issue32944] Need Guidance on Solving the Tcl problem
LBC2525
- [issue32945] sorted(generator) is slower than sorted(list-comprehension)
Antony Lee
- [issue32946] Speed up import from non-packages
Serhiy Storchaka
- [issue25404] ssl.SSLcontext.load_dh_params() does not handle unicode filenames properly
Christian Heimes
- [issue31809] ssl module unnecessarily pins the client curve when using ECDH
Christian Heimes
- [issue17288] cannot jump from a return after setting f_lineno
Serhiy Storchaka
- [issue25059] Mistake in input-output tutorial regarding print() seperator
Cheryl Sabella
- [issue32947] Support OpenSSL 1.1.1
Christian Heimes
- [issue28883] Python 3.5.2 crashers (from PyPy)
Serhiy Storchaka
- [issue32948] clang compiler warnings on Travis
Christian Heimes
- [issue32949] Simplify "with"-related opcodes
Serhiy Storchaka
- [issue32950] profiling python gc
강성일 (Luavis)
- [issue13607] Move generator specific sections out of ceval.
Serhiy Storchaka
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Serhiy Storchaka
- [issue13790] In str.format an incorrect error message for list, tuple, dict, set
Cheryl Sabella
- [issue32951] Prohibit direct instantiation of SSLSocket and SSLObject
Christian Heimes
- [issue31454] Include "import as" in tutorial
Mariatta Wijaya
- [issue32952] Add __qualname__ for attributes of Mock instances
Sergey Kostyuk
- [issue18369] X509 cert class for ssl module
Christian Heimes
- [issue21541] Provide configure option --with-ssl for compilation with custom openssl
Christian Heimes
- [issue18293] ssl.wrap_socket (cert_reqs=...), getpeercert, and unvalidated certificates
Christian Heimes
- [issue26471] load_verify_locations(cadata) should load AUX ASN.1 to supported trusted certs
Christian Heimes
- [issue27876] Add SSLContext.set_version_range(minver, maxver=None)
Christian Heimes
- [issue25115] SSL_set_verify_depth not exposed by the ssl module
Christian Heimes
- [issue17123] Add OCSP support to ssl module
Christian Heimes
- [issue29413] ssl.SSLSocket.unwrap() is not flexible enough
Christian Heimes
- [issue32378] test_npn_protocols broken with LibreSSL 2.6.1+
Christian Heimes
- [issue13474] Mention of "-m" Flag Missing From Doc on Execution Model
Cheryl Sabella
- [issue5840] "Thread State and the Global Interpreter Lock" section of the docs doesn't cover TLS APIs
Cheryl Sabella
- [issue29237] Create enum for pstats sorting options
Cheryl Sabella
- [issue32953] Dataclasses: frozen should not be inherited
Eric V. Smith
- [issue17286] Make subprocess handling text output with universal_newlines more obious
bbayles
- [issue19894] zipfile ignores deflate level settings in zipinfo object
bbayles
- [issue29988] with statements are not ensuring that __exit__ is called if __enter__ succeeds
Nick Coghlan
- [issue31870] add timeout parameter for get_server_certificate in ssl.py
Christian Heimes
- [issue32257] Support Disabling Renegotiation for SSLContext
Christian Heimes
- [issue31997] SSL lib does not handle trailing dot (period) in hostname or certificate
Christian Heimes
- [issue21417] Compression level for zipfile
Serhiy Storchaka
- [issue30141] If you forget to call do_handshake, then everything seems to work but hostname checking is disabled
Christian Heimes
- [issue19500] ftplib: Add client-side SSL session resumption
Christian Heimes
- [issue18617] AIA chasing for missing intermediate certificates on TLS connections
Christian Heimes
- [issue31242] Add SSLContext.set_verify_callback()
Christian Heimes
- [issue29334] ssl.SSLObject method getpeercert() is buggy, do_handshake() is strange
Christian Heimes
- [issue30525] Expose SCTs on TLS connections
Christian Heimes
- [issue22365] SSLContext.load_verify_locations(cadata) does not accept CRLs
Christian Heimes
- [issue31372] Add SSLSocket.get_verify_result()
Christian Heimes
- [issue31892] ssl.get_server_certificate should allow specifying certificate / key type
Christian Heimes
- [issue31727] FTP_TLS errors when use certain subcommands
Christian Heimes
- [issue18233] SSLSocket.getpeercertchain()
Christian Heimes
- [issue32359] Add getters for all SSLContext internal configuration
Christian Heimes
- [issue17128] OS X system openssl deprecated - installer should build local libssl
Christian Heimes
- [issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers
Christian Heimes
- [issue31399] Let OpenSSL verify hostname and IP address
Christian Heimes
- [issue28695] Add SSL_CTX_set_client_cert_engine
Christian Heimes
- [issue30226] Modernize make_ssl_certs
Christian Heimes
- [issue28453] SSLObject.selected_alpn_protocol() not documented
Christian Heimes
- [issue15670] PEP 3121, 384 Refactoring applied to ssl module
Christian Heimes
- [issue32533] SSLSocket read/write thread-unsafety
Christian Heimes
- [issue31711] ssl.SSLSocket.send(b"") fails
Christian Heimes
- [issue32610] asyncio.all_tasks() should return only non-finished tasks.
Andrew Svetlov
- [issue32954] Lazy Literal String Interpolation (PEP-498-based fl-strings)
Arcadiy Ivanov
- [issue31453] Debian Sid/Buster: Cannot enable TLS 1.0/1.1 with PROTOCOL_TLS
Christian Heimes
- [issue32609] Add setter and getter for min/max protocol version
Christian Heimes
- [issue32955] IDLE crashes when trying to save a file
zaphod424
- [issue18533] Avoid error from repr() of recursive dictview
miss-islington
- [issue30296] Remove unnecessary tuples, lists, sets, and dicts from Lib
Serhiy Storchaka
- [issue15767] add ModuleNotFoundError
Christoph Groth
- [issue32956] python 3 round bug
M Hsia
- [issue32957] distutils.command.install checks truthiness of .ext_modules instead of calling .has_ext_modules()
Korijn Van Golen
- [issue17288] cannot jump from a 'return' or 'exception' trace event
Xavier de Gaye
- [issue32958] Urllib proxy_bypass crashes for urls containing long basic auth strings
Aaron Black
- [issue32147] improve performance of binascii.unhexlify() by using conversion table
Ned Deily
- [issue23808] Symlink to directory on Windows 8
Alexey Izbyshev
- [issue32959] zipimport fails when the ZIP archive contains more than 65535 files
Mariano M. Chouza
- [issue32222] pygettext doesn't extract docstrings for functions with type annotated params
Serhiy Storchaka
- [issue32960] dataclasses: disallow inheritance between frozen and non-frozen classes
Eric V. Smith
- [issue32713] tarfile.itn breaks if n is a negative float
miss-islington
- [issue26707] plistlib fails to parse bplist with 0x80 UID values
Roundup Robot
- [issue32961] namedtuple displaying the internal code
poornaprudhvi
- [issue32962] test_gdb fails in debug build with `-mcet -fcf-protection -O0`
Iryna Shcherbina
- [issue32963] Python 2.7 tutorial claims source code is UTF-8 encoded
Martijn Pieters
- [issue32517] test_read_pty_output() of test_asyncio hangs on macOS 10.13.2 (darwin 17.3.0)
Ned Deily
- [issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18
Ned Deily
- [issue29915] Drop Mac OS X Tiger support in Python 3.7?
Ned Deily
- [issue32964] Reuse a testing implementation of the path protocol in tests
Serhiy Storchaka
- [issue32965] Passing a bool to io.open() should raise a TypeError, not read from stdin
Erik Johnson
- [issue32966] Python 3.6.4 - 0x80070643 - Fatal Error during installation
Scott
- [issue32967] make check in devguide failing
Neeraj Badlani
- [issue31512] Add non-elevated symlink support for dev mode Windows 10
Alexey Izbyshev
- [issue30928] Copy modified blurbs to idlelib/NEWS.txt for 3.7.0
Terry J. Reedy
- [issue18387] Add 'symbols' link to pydoc's html menu bar.
Cheryl Sabella
- [issue32968] Fraction modulo infinity should behave consistently with other numbers
Elias Zamaria
- [issue32969] Add more constants to zlib module
Xiang Zhang
- [issue29456] bugs in unicodedata.normalize: u1176, u11a7 and u11c3
Ma Lin
- [issue13830] codecs error handler is called with a UnicodeDecodeError with the same args
Serhiy Storchaka
- [issue31013] gcc7 throws warning when pymem.h development header is used
Petr Viktorin
- [issue32970] Improve disassembly of the MAKE_FUNCTION instruction
Serhiy Storchaka
- [issue32971] unittest.TestCase.assertRaises
NODA, Kai
- [issue32972] unittest.TestCase coroutine support
John Andersen
- [issue32973] Importing the same extension module under multiple names breaks non-reinitialisable extension modules
Thomas Wouters
- [issue32974] Add bitwise operations and other missing comparison methods to Python's IP address module
Kyle Agronick
- [issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'
Jay Crotts
- [issue32056] bug in Lib/wave.py
BT123
Last message date:
Wed Feb 28 21:56:35 EST 2018
Archived on: Wed Feb 28 21:56:37 EST 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).