June 2015 Archives by thread
Starting: Mon Jun 1 01:11:35 CEST 2015
Ending: Tue Jun 30 23:54:29 CEST 2015
Messages: 1768
- [issue24323] Typo in Mutable Sequence Types documentation.
Raymond Hettinger
- [issue24338] In argparse adding wrong arguments makes malformed namespace
py.user
- [issue24317] Change installer Customize default to match quick settings
Roundup Robot
- [issue24293] Windows installer unreadable with std/custom themes
Roundup Robot
- [issue24336] Allow arbitrary keywords to @contextmanager functions
Martin Panter
- [issue24017] Implemenation of the PEP 492 - Coroutines with async and await syntax
Roundup Robot
- [issue24342] coroutine wrapper recursion
Yury Selivanov
- [issue19543] Add -3 warnings for codec convenience method changes
Nick Coghlan
- [issue24303] OSError 17 due to _multiprocessing/semaphore.c assuming a one-to-one Pid -> process mapping.
Yury Selivanov
- [issue24270] PEP 485 (math.isclose) implementation
Roundup Robot
- [issue24259] tar.extractall() does not recognize unexpected EOF
Lars Gustäbel
- [issue24340] co_stacksize estimate can be highly off
Antoine Pitrou
- [issue24343] Installing 3.4.3 gives error codes 2503 and 2502 on windows 8
Laura Creighton
- [issue16991] Add OrderedDict written in C
Stefan Krah
- [issue24339] iso6937 encoding missing
John Helour
- [issue24344] Overlap display issue in windows installer
Ionel Cristian Mărieș
- [issue24345] Py_tp_finalize is missing
Petr Viktorin
- [issue18003] lzma module very slow with line-oriented reading.
Martin Panter
- [issue24346] Key Error at List in Tuple concatenation
stf
- [issue24347] unchecked return value in C OrderedDict
Eric Snow
- [issue24348] incorrect decref in C OrderedDict
Eric Snow
- [issue24349] Null pointer dereferences in C OrderedDict
Eric Snow
- [issue24350] dict({'a':'aa'}, a='bb') raises segmentation fault on Mac
Graham Klyne
- [issue24341] Test suite emits many DeprecationWarnings about sys.exc_clear() when -3 is enabled
Arfrever Frehtes Taifersar Arahesis
- [issue23968] rename the platform directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET)
Arfrever Frehtes Taifersar Arahesis
- [issue23767] Library and include paths not added when cross-compiling on localized system
Arfrever Frehtes Taifersar Arahesis
- [issue24329] __qualname__ and __slots__
Arfrever Frehtes Taifersar Arahesis
- [issue8232] webbrowser.open incomplete on Windows
Brandon Milam
- [issue24351] string.Template documentation incorrectly references "identifiers"
July Tikhonov
- [issue24352] Provide a way for assertLogs to optionally not hide the logging output
R. David Murray
- [issue24353] NameError: name 'path_separators' is not defined
Ionel Cristian Mărieș
- [issue24354] Requests Library get issue
loginname
- [issue24355] Provide a unittest api for controlling verbosity in tests
R. David Murray
- [issue12020] Attribute error with flush on stdout,stderr
Brandon Milam
- [issue4753] Faster opcode dispatch on gcc
David Bolen
- [issue24356] venv documentation incorrect / misleading
Graham Oliver
- [issue24258] BZ2File objects do not have name attribute
Cliff Dyer
- [issue11549] Build-out an AST optimizer, moving some functionality out of the peephole optimizer
Nick Coghlan
- [issue24357] www.python.org lost IPv6 connectivity
Paul Marks
- [issue24358] Should compression file-like objects provide .fileno(), misleading subprocess?
Josh Rosenberg
- [issue2771] Test issue
Ezio Melotti
- [issue22442] Deprecate PIPE with subprocess.check_call() and call()
Martin Panter
- [issue5319] stdout error at interpreter shutdown fails to return OS error status
Martin Panter
- [issue24359] C OrderedDict needs to check for changes during iteration
Eric Snow
- [issue24267] test_venv.EnsurePipTest.test_with_pip triggers version check over network
Ned Deily
- [issue24360] improve argparse.Namespace __repr__ for invalid identifiers.
Matthias Bussonnier
- [issue24308] Test failure: test_with_pip (test.test_venv.EnsurePipTest in 3.x
Ned Deily
- [issue24361] OrderedDict: crash with threads
Stefan Krah
- [issue23239] SSL match_hostname does not accept IP Address
Christian Heimes
- [issue24362] Simplify the fast nodes resize logic in C OrderedDict.
Eric Snow
- [issue24363] httplib fails to handle semivalid HTTP headers
Michael Del Monte
- [issue23078] unittest.mock patch autospec doesn't work on staticmethods
Felipe
- [issue24364] Not all defects pass through email policy
R. David Murray
- [issue24266] raw_input + readline: Ctrl+C during search breaks readline
Terry J. Reedy
- [issue24320] Remove a now-unnecessary workaround from importlib._bootstrap.
Eric Snow
- [issue24365] Conditionalize 3.5 additions to the stable API
Petr Viktorin
- [issue20155] Regression test test_httpservers fails, hangs on Windows
R. David Murray
- [issue7559] TestLoader.loadTestsFromName swallows import errors
R. David Murray
- [issue22725] improve documentation for enumerate() (built-in function)
R. David Murray
- [issue23171] csv.writer.writerow() does not accept generator (must be coerced to list)
R. David Murray
- [issue23440] Extend http.server.SimpleHTTPRequestHandler testing
R. David Murray
- [issue19699] Update zipimport for PEP 451
Barry A. Warsaw
- [issue18458] interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update
Etienne Le Sueur
- [issue24252] IDLE removes elements from tracebacks.
ppperry
- [issue24366] Simple indentation
Daniel
- [issue24367] Idle hangs when you close the debugger while debugging
ppperry
- [issue24368] Some C OrderedDict methods need to support keyword arguments.
Eric Snow
- [issue24369] Using OrderedDict.move_to_end during iteration is problematic.
Eric Snow
- [issue24370] OrderedDict behavior is unclear with misbehaving keys.
Eric Snow
- [issue24371] configparser hate dot in option like eth2.6
Yavuz Selim Komur
- [issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files
Tal Einat
- [issue24134] assertRaises can behave differently
Tim Graham
- [issue24372] Documentation for ssl.wrap_socket's ssl_version parameter is odd
Eric V. Smith
- [issue24373] Use traverse & finalize in xxlimited and in PEP 489 tests
Petr Viktorin
- [issue24079] xml.etree.ElementTree.Element.text does not conform to the documentation
Martin Panter
- [issue24374] Plug refleak in set_coroutine_wrapper
Yury Selivanov
- [issue23237] Interrupts are lost during readline PyOS_InputHook processing (reopening)
Michiel de Hoon
- [issue24375] Performance regression relative to 2.7
Yury Selivanov
- [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows
Carl Osterwisch
- [issue24376] xxlimited.c errors when building 32 and 64 bit on Windows
Mark Lawrence
- [issue24251] Different behavior for argparse between 2.7.8 and 2.7.9 when adding the same arguments to the root and the sub commands
paul j3
- [issue9351] argparse set_defaults on subcommands should override top level set_defaults
paul j3
- [issue24377] Refleak in OrderedDict.__repr__ when an item is not found.
Eric Snow
- [issue22931] cookies with square brackets in value
Tim Pierce
- [issue24268] PEP 489 -- Multi-phase extension module initialization
Petr Viktorin
- [issue24294] DeprecationWarnings should be visible by default in the interactive REPL
Matthias Bussonnier
- [issue22359] Remove incorrect uses of recursive make
koobs
- [issue24378] dir(dictobject) returns empty list when __getattribute__ is overriden in the class
Alka Yadav
- [issue22385] Define a binary output formatting mini-language for *.hex()
Chris Lasher
- [issue24379] slice.literal notation
Joe Jevnik
- [issue16690] Reference leak with custom tp_dealloc in PyType_FromSpec
Roundup Robot
- [issue24380] Got warning when compiling _scproxy.c on Mac
Vajrasky Kok
- [issue24381] Got warning when compiling ffi.c on Mac
Vajrasky Kok
- [issue24382] Fail to build time module on Mac
Vajrasky Kok
- [issue24383] consider implementing __await__ on concurrent.futures.Future
Yury Selivanov
- [issue24384] difflib.SequenceMatcher faster quick_ratio with lower bound specification
floyd
- [issue24385] libpython27.a in python-2.7.10 i386 (windows msi release) contains 64-bit objects
Jan Harkes
- [issue24148] 'cum' not a valid sort key for pstats.Stats.sort_stats
Brandon Milam
- [issue23496] Steps for Android Native Build of Python 3.4.2
Ryan Gonzalez
- [issue24168] Unittest discover fails with namespace package if the path contains the string same as the module name
Barry A. Warsaw
- [issue24386] Bug Tracker emails going to gmail spam
Graham Oliver
- [issue23642] Interaction of ModuleSpec and C Extension Modules
Petr Viktorin
- [issue23659] csv.register_dialect doc string
Roundup Robot
- [issue24387] json.loads should be idempotent when the argument is a dictionary
CT Radu
- [issue21297] csv.skipinitialspace only skips spaces, not "whitespace" in general
Berker Peksag
- [issue24330] Idle doc: explain "Configure Idle" not in "Options" on OSX, etc.
Terry J. Reedy
- [issue23653] Make inspect._empty test to False
Yury Selivanov
- [issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???
Yury Selivanov
- [issue24120] pathlib.(r)glob stops on PermissionDenied exception
Ulrich Petri
- [issue24388] Python readline module crashes in history_get on FreeBSD with libedit
Ed Maste
- [issue10666] OS X installer variants have confusing readline differences
Ned Deily
- [issue13501] Make libedit support more generic; port readline / libedit to FreeBSD
Ned Deily
- [issue24389] idle launches in cmd but not from any other method.
Harvesting Ore
- [issue18885] handle EINTR in the stdlib
Martin Panter
- [issue14287] sys.stdin.readline and KeyboardInterrupt on windows
Martin Panter
- [issue24390] Python 3.4.3 64 bits is not "high dpi aware"
Ivan Bykov
- [issue24391] Better repr for threading objects
Serhiy Storchaka
- [issue24392] pop functioning
Padmanabhan Tr
- [issue24393] Test urllib2_localnet fails depending on host proxy configuration
Étienne Buira
- [issue24394] TypeError: popitem() takes no keyword arguments
Ram Rachum
- [issue14586] TypeError: truncate() takes no keyword arguments
Berker Peksag
- [issue24395] webbrowser.py update to use argparse.py
Hasan Diwan
- [issue24195] Add `Executor.filter` to concurrent.futures
Ram Rachum
- [issue24255] Replace debuglevel-related logic with logging
Eryn Wells
- [issue24396] Provide convenience function for paths relative to the current module
Madison May
- [issue24397] Test asynchat makes wrong assumptions
Étienne Buira
- [issue24398] Update test_capi to use test.support.script_helper
Christie
- [issue9517] Make test.script_helper more comprehensive, and use it in the test suite
Christie
- [issue24399] Backports Arch Linux support for platform.linux_distribution()
Nathan Ringo
- [issue20454] platform.linux_distribution() returns empty value on Archlinux and python 2.7
Berker Peksag
- [issue14373] C implementation of functools.lru_cache
Tim Graham
- [issue18576] Document test.support.script_helper
Christie
- [issue24033] Update _test_multiprocessing.py to use script helpers
Christie
- [issue23981] Update test_unicodedata.py to use script_helpers
Christie
- [issue24279] Update test_base64 to use test.support.script_helper
Christie
- [issue24400] Awaitable ABC incompatible with functools.singledispatch
Ben Darnell
- [issue23891] Tutorial doesn't mention either pip or virtualenv
A.M. Kuchling
- [issue24401] Windows 8.1 install gives DLL required to complete could not run
Laura Creighton
- [issue24402] input() uses sys.__stdout__ instead of sys.stdout for prompt
Keita Kita
- [issue24403] Missing fixer for changed round() behavior
priska
- [issue24305] The new import system makes it impossible to correctly issue a deprecation warning for a module
Jakub Wilk
- [issue24264] imageop Unsafe Arithmetic
Arfrever Frehtes Taifersar Arahesis
- [issue24325] Speedup types.coroutine()
Arfrever Frehtes Taifersar Arahesis
- [issue22865] Document how to make pty.spawn not copy data
Geoff Shannon
- [issue14003] __self__ on built-in functions is not as documented
Dmitry Kazakov
- [issue19915] int.bit_at(n) - Accessing a single bit in O(1)
Steven D'Aprano
- [issue18814] Add utilities to "clean" surrogate code points from strings
Steven D'Aprano
- [issue24404] Python 2.7.0's BZ2File does not support with-statements
Fabian
- [issue23377] HTTPResponse may drop buffer holding next response
Demian Brecht
- [issue14102] argparse: add ability to create a man page
Mathieu Bridon
- [issue24278] Docs on Parsing arguments should say something about mem mgmt for formatters returning C strings
Martin Blais
- [issue17214] http.client.HTTPConnection.putrequest encode error
Uche Ogbuji
- [issue20346] Argument Clinic: missing entry in table mapping legacy convertors to real AC converters
Tal Einat
- [issue24299] 2.7.10 test__locale.py change breaks on Solaris
Serhiy Storchaka
- [issue219960] Problems with Tcl/Tk and non-ASCII text entry
irdb
- [issue24405] Missing code markup in "Expressions" documentation
Gareth Rees
- [issue13224] Change str(x) to return only the (qual)name for some types
Vedran Čačić
- [issue24406] "Bulit-in Types" documentation doesn't explain how dictionaries are compared for equality
Gareth Rees
- [issue24407] Use after free in PyDict_merge
paul
- [issue24408] tkinter.font.Font.measure() broken in 3.5
Martin Panter
- [issue24409] PythonPROD abrt
nivin
- [issue24410] set.__eq__ returns False when it should return NotImplemented
Steve Zelaznik
- [issue13224] Change str(x) to return only the qualname for some types
Éric Araujo
- [issue24411] Drop redundant lock in queue.Queue methods qsize(), empty() and full()
Andrew Svetlov
- [issue24412] setUpClass equivalent for addCleanup
R. David Murray
- [issue24324] Remove -Wunreachable-code flag
Skip Montanaro
- [issue24413] Inconsistent behavior between set and dict_keys/dict_items: for non-iterable object x, set().__or__(x) raises NotImplementedError, but {}.keys().__or__(x) raises TypeError
Richard Futrell
- [issue24414] MACOSX_DEPLOYMENT_TARGET set incorrectly by configure
debohman
- [issue9427] logging.error('...', exc_info=True) should display upper frames, too
Piotr Dobrogost
- [issue19176] DeprecationWarning for doctype() method when subclassing _elementtree.XMLParser
Serhiy Storchaka
- [issue13566] Increase pickle compatibility
Serhiy Storchaka
- [issue24415] SIGINT always reset to SIG_DFL by Py_Finalize()
ABalmosan
- [issue24416] Return a namedtuple from date.isocalendar()
Baptiste Mispelon
- [issue24417] Type-specific documentation for __format__ methods
Skip Montanaro
- [issue24228] Interpreter triggers segmentation fault at the starting
doz
- [issue22983] Cookie parsing should be more permissive
Tim Pierce
- [issue24418] "make install" will not install pip if already present in user site-packages
Antoine Pitrou
- [issue24419] In argparse action append_const doesn't work for positional arguments
py.user
- [issue22836] Broken "Exception ignored in:" message on exceptions in __repr__
Martin Panter
- [issue24420] Documentation regressions from adding subprocess.run()
Martin Panter
- [issue21907] Update Windows build batch scripts
Roundup Robot
- [issue24086] Configparser interpolation is unexpected
Jens Diemer
- [issue24421] Race condition compiling Modules/_math.c
Martin Panter
- [issue24422] base64 not encode correctly
Hector Cloud
- [issue24423] Fix wrong indentation in Doc/whatsnew/3.5.rst
Stefan Tatschner
- [issue24424] xml.dom.minidom: performance issue with Node.insertBefore()
Robert Haschke
- [issue672115] Assignment to __bases__ of direct object subclasses
Boris
- [issue24425] Installer Vender Issue
Hayden Young
- [issue24426] re.split performance degraded significantly by capturing group
Patrick Maupin
- [issue7267] format method: c presentation type broken in 2.7
Jakub Wilk
- [issue24427] subclass of multiprocessing Connection segfault upon attribute acces
Charles-François Natali
- [issue24428] Import sys,getopt is having issue while taking inputs
venkata suresh gummadillli
- [issue17310] Ctypes callbacks shows problem on Windows Python (64bit)
Vinay Sajip
- [issue16864] sqlite3.Cursor.lastrowid isn't populated when executing a SQL REPLACE statement
Alex Lord
- [issue23391] Documentation of EnvironmentError (OSError) arguments disappeared
Martin Panter
- [issue24175] Consistent test_utime() failures on FreeBSD
koobs
- [issue24307] pip error on windows whose current user name contains non-ascii characters
Suzumizaki
- [issue1260171] subprocess: more general (non-buffering) communication
Martin Panter
- [issue12833] raw_input misbehaves when readline is imported
Martin Panter
- [issue24429] msvcrt error when embedded
erik flister
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
koobs
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
koobs
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
Larry Hastings
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
koobs
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
koobs
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
R. David Murray
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
koobs
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
STINNER Victor
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
STINNER Victor
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
STINNER Victor
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
STINNER Victor
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
Roundup Robot
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
STINNER Victor
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
Roundup Robot
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
STINNER Victor
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
STINNER Victor
- [issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)
Martin Panter
- [issue24430] ZipFile.read() cannot decrypt multiple members from Windows 7zfm
era
- [issue24431] StreamWriter.drain is not callable concurrently
Martin Teichmann
- [issue24432] Upgrade windows builds to use OpenSSL 1.0.2b
Alex Gaynor
- [issue24433] There is no asyncio.ensure_future in Python 3.4.3
Олег Иванов
- [issue24434] ItemsView.__contains__ does not mimic dict_items
Caleb Levy
- [issue24435] Grammar/Grammar points to outdated guide
Chris Angelico
- [issue22483] Copyright infringement on PyPI
Andrew
- [issue23830] Add AF_IUCV support to sockets
Neale Ferguson
- [issue24436] _PyTraceback_Add has no const qualifier for its char * arguments
Michael Ensslin
- [issue24437] Add information about the buildbot console view and irc notices to devguide
R. David Murray
- [issue11245] Implementation of IMAP IDLE in imaplib?
R. David Murray
- [issue23760] Tkinter in Python 3.4 on Windows don't post internal clipboard data to the Windows clipboard on exit
Martin Panter
- [issue23996] _PyGen_FetchStopIterationValue() crashes on unnormalised exceptions
Stefan Behnel
- [issue24438] Strange behaviour when multiplying imaginary inf by 1
Alex Monk
- [issue24087] Documentation doesn't explain the term "coroutine" (PEP 342)
Martin Panter
- [issue24439] Feedback for awaitable coroutine documentation
Martin Panter
- [issue24440] Move the buildslave setup information from the wiki to the devguide
R. David Murray
- [issue24441] In argparse add_argument() allows the empty choices argument
py.user
- [issue22158] RFC 6531 (SMTPUTF8) support in smtpd.PureProxy
Milan Oberkirch
- [issue24442] Readline Bindings Don't Report Any Error On Completer Function Exception
Perry Randall
- [issue21783] smtpd.py does not allow multiple helo/ehlo commands
Milan Oberkirch
- [issue22872] multiprocessing.Queue raises AssertionError
Milan Oberkirch
- [issue795081] email.Message param parsing problem II
Milan Oberkirch
- [issue24443] Link for clear and wait missing in EventObjects
Jaivish Kothari
- [issue24444] In argparse empty choices cannot be printed in the help
py.user
- [issue23275] Can assign [] = (), but not () = []
Berker Peksag
- [issue24445] rstrip strips what it doesn't have to
o1da
- [issue23992] multiprocessing: MapResult shouldn't fail fast upon exception
Charles-François Natali
- [issue24127] Fatal error in launcher: Job information querying failed
Henrik Heimbuerger
- [issue5845] rlcompleter should be enabled automatically
Victor Varvariuc
- [issue22086] Tab indent no longer works in interpreter
R. David Murray
- [issue24446] imap and map inconsistent behaviour
Ernesto Alfonso
- [issue24447] tab indentation breaks in tokenize.untokenize
Dingyuan Wang
- [issue24448] Syntax highlighting marks multiline comments as strings
irdb
- [issue24449] Please add async write method to asyncio.StreamWriter
Paul Sokolovsky
- [issue24450] Add gi_yieldfrom calculated property to generator object
Benno Leslie
- [issue5209] nntplib needs updating to RFC 3977
Martin Panter
- [issue24451] Add metrics to future objects (concurrent or asyncio?)
Joshua Harlow
- [issue24452] Make webbrowser support Chrome on Mac OS/X
Ned Batchelder
- [issue24453] A typo of doubled "the" words in the doc (easy fix)
Boštjan Mejak
- [issue9939] Add a pipe type (FIFO) to the io module
Martin Panter
- [issue21528] Fix a number of typos in the documentation
Roundup Robot
- [issue14780] urllib.request could use the default CA store
Martin Panter
- [issue24454] Improve the usability of the match object named group API
Raymond Hettinger
- [issue7352] pythonx.y-config --ldflags out of /usr and missing -L<install_lib_dir>
koobs
- [issue22625] When cross-compiling, don’t try to execute binaries
koobs
- [issue24301] gzip module failing to decompress valid compressed file
Nick Czeczulin
- [issue6766] Cannot modify dictionaries inside dictionaries using Managers from multiprocessing
Waldemar Parzonka
- [issue23895] python socket module fails to build on Solaris when -zignore is in LDFLAGS
Andrew Stormont
- [issue24455] IDLE debugger causes crash if not quitted properly before next run
irdb
- [issue24456] audioop.adpcm2lin Buffer Over-read
JohnLeitch
- [issue24457] audioop.lin2adpcm Buffer Over-read
JohnLeitch
- [issue24458] Documentation for PEP 489
Petr Viktorin
- [issue23883] __all__ lists are incomplete
Jacek Kołodziej
- [issue24459] Mention PYTHONFAULTHANDLER in the man page
Antony Lee
- [issue23187] Segmentation fault, possibly asyncio related
STINNER Victor
- [issue7518] Some functions in pymath.c should be moved elsewhere.
Martin Panter
- [issue24460] urlencode() of dictionary not as expected
David Rueter
- [issue20362] longMessage attribute is ignored in unittest.TestCase.assertRegexpMatches etc
Torsten Bronger
- [issue24461] os.environ.get treats Environt variant with double quotation marks wrong
进陆
- [issue24462] bytearray.find Buffer Over-read
JohnLeitch
- [issue23255] SimpleHTTPRequestHandler refactor for more extensible usage.
Ent
- [issue18383] test_warnings modifies warnings.filters when running with "-W default"
Martin Panter
- [issue23020] New matmul operator crashes modules compiled with CPython3.4
Tal Einat
- [issue24463] Python 3.4 bugs
vasya yugov
- [issue24464] Got warning when compiling sqlite3 module on Mac OSX
Vajrasky Kok
- [issue24465] Make tar files created by shutil.make_archive() have deterministic sorting
Sam Thursfield
- [issue24466] extend_path explanation in documentation is ambiguous
alanf
- [issue19542] WeakValueDictionary bug in setdefault()&pop()
Tin Tvrtković
- [issue19235] Add a dedicated subclass for recursion errors
Elazar Gershuni
- [issue6839] zipfile can't extract file
Sean Goodwin
- [issue24467] bytearray pop and remove Buffer Over-read
JohnLeitch
- [issue24468] Expose compiler flag constants as code object attributes
Nick Coghlan
- [issue24469] Py2.x int free list can grow without bounds
Stefan Behnel
- [issue24470] ctypes incorrect handling of long int on 64bits Linux
Marco Clemencic
- [issue24471] 北京小姐找上门全套服务
陈富
- [issue24472] 石家庄小姐找上门全套服务
陈富
- [issue24473] 南京小姐找上门全套服务
陈富
- [issue24472] Spam
Berker Peksag
- [issue24474] Accidental exception chaining in inspect.Signature.bind()
Walter Dörwald
- [issue24475] The docs never define what a pool "task" is
Zahari Dim
- [issue24476] Statically link vcruntime140.dll
Steve Dower
- [issue24129] Incorrect (misleading) statement in the execution model documentation
levkivskyi
- [issue20387] tokenize/untokenize roundtrip fails with tabs
Terry J. Reedy
- [issue20741] Documentation archives should be available also in tar.xz format
Paul Anton Letnes
- [issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active.
Terry J. Reedy
- [issue23749] asyncio missing wrap_socket
Elizabeth Myers
- [issue24477] In argparse subparser's option goes to parent parser
py.user
- [issue19613] test_nntplib: sporadic failures, test_article_head_body()
Martin Panter
- [issue20344] subprocess.check_output() docs misrepresent what shell=True does
Martin Panter
- [issue21279] str.translate documentation incomplete
Martin Panter
- [issue24478] asyncio: segfault in test_env_var_debug() on non-debug Windows buildbot
STINNER Victor
- [issue24479] Support LMMS project files in mimetypes.guess_type
Andreas Nilsson
- [issue19979] Missing nested scope vars in class scope (bis)
Nick Coghlan
- [issue14911] generator.throw() documentation inaccurate
Martin Panter
- [issue13213] generator.throw() behavior
Martin Panter
- [issue10482] subprocess and deadlock avoidance
Martin Panter
- [issue4322] function with modified __name__ uses original name when there's an arg error
Berker Peksag
- [issue24306] Backport py.exe to 3.4
Steve Dower
- [issue24480] Python 2.7.10
Yunlong Liu
- [issue15753] No-argument super in method with variable arguments raises SystemError
Cristóbal Ganter
- [issue24481] hotspot pack_string Heap Buffer Overflow
JohnLeitch
- [issue16095] urllib2 failing with squid proxy and digest authentication
Martin Panter
- [issue19756] test_nntplib: sporadic failures, network isses? server down?
Martin Panter
- [issue24482] itertools.tee causes segfault in a multithreading environment, while the equivalent implementation does'nt
Dmitry Odzerikho
- [issue24482] itertools.tee causes segfault in a multithreading environment, while the equivalent implementation doesn't
Dmitry Odzerikho
- [issue24483] Avoid repeated hash calculation in C implementation of functools.lru_cache()
Serhiy Storchaka
- [issue24484] multiprocessing cleanup occasionally throws exception
Jorge Herskovic
- [issue1182143] making builtin exceptions more informative
George Jenkins
- [issue24309] string.Template should be using str.format and/or deprecated
Dmitry Kazakov
- [issue23531] SSL operations cause entire process to hang
johnkw
- [issue23684] urlparse() documentation does not account for default scheme
Berker Peksag
- [issue1186900] nntplib shouldn't raise generic EOFError
Martin Panter
- [issue23750] Clarify difference between os.system/subprocess.call in section "Replacing os.system()"
Martin Panter
- [issue24485] Function source inspection fails on closures
Malthe Borch
- [issue24486] http/client.py block indefinitely on line 308 in _read_status
Julien Palard
- [issue10399] AST Optimization: inlining of function calls
Mark Lawrence
- [issue24487] Change asyncio.async() → ensure_future()
Martin Panter
- [issue24488] ConfigParser.getboolean fails on boolean options
Andreas Hilboll
- [issue3905] subprocess failing in GUI applications on Windows
Boris
- [issue19995] %c, %o, %x, %X accept non-integer values instead of raising an exception
Barry A. Warsaw
- [issue15014] smtplib: add support for arbitrary auth methods
Barry A. Warsaw
- [issue21935] Implement AUTH command in smtpd.
Barry A. Warsaw
- [issue12210] test_smtplib: intermittent failures on FreeBSD
koobs
- [issue24263] unittest cannot load module whose name starts with Unicode
sih4sing5hong5
- [issue10708] Misc/porting should be folded into the development FAQ or the devguide
Paul Anton Letnes
- [issue24489] cmath.polar() can raise due to pre-existing errno
Antoine Pitrou
- [issue23246] distutils fails to locate vcvarsall with Visual C++ Compiler for Python
Nathan Jensen
- [issue22032] Use __qualname__ together with __module__
Barry A. Warsaw
- [issue24490] DeprecationWarning hidden even after warnings.filterwarnings('always') called
Jakub Mateusz Kowalski
- [issue2406] Improvement suggestions for the gzip module documentation
Jakub Kadlčík
- [issue24491] inspect.getsource can't get source code if provided function isn't from a file
Zorceta
- [issue24492] using custom objects as modules: AttributeErrors new in 3.5
Armin Rigo
- [issue24493] subprocess with env=os.environ fails with "fatal python error" when calling 32-bit python from 64-bit one on Windows
Florian Bruhin
- [issue23749] asyncio missing wrap_socket (starttls)
STINNER Victor
- [issue22508] Remove __version__ string from email
Barry A. Warsaw
- [issue24244] Python exception on strftime with %f on Python 3 and Python 2 on windows
Steve Dower
- [issue24494] Can't specify encoding with fileinput and inplace=True
lilydjwg
- [issue12920] Document that inspect.getsource only works for objects loaded from files, not interactive session
Ned Deily
- [issue23639] Not documented special names
Martin Panter
- [issue19111] 2to3 should remove from future_builtins import *
Milan Oberkirch
- [issue12920] inspect.getsource only works for objects loaded from files, not interactive session
Zorceta
- [issue24495] asyncio.ensure_future() AttributeError with “async def” coroutines
Martin Panter
- [issue24496] Non-idiomatic examples in gzip docs
Jakub Kadlčík
- [issue24497] test_decimal.py contains a dead link
mattyw
- [issue24498] Shoudl ptags and eptags be removed from repo?
R. David Murray
- [issue21417] Compression level for zipfile
Jens Diemer
- [issue19894] zipfile ignores deflate level settings in zipinfo object
Jens Diemer
- [issue23319] Missing SWAP_INT in I_set_sw
Matthieu Gautier
- [issue24499] Python Installer text piles up during installation process
Zach “The Quantum Mechanic” W
- [issue24500] xontextlib.redirect_stdout should redirect C output
Zahari Dim
- [issue24501] configure does not find (n)curses in /usr/local/libs
Pete Lancashire
- [issue24502] OS X 2.7 package has zeros for version numbers in sub-packages
Jim Zajkowski
- [issue24503] csv.writer fails when within csv.reader
Wolfgang E. Sanyer
- [issue24504] os.listdir() error if the last folder starts not with the capital letter
Denis Gordeev
- [issue24505] shutil.which wrong result on Windows
Bob Alexander
- [issue24506] make fails with gcc 4.9 due to fatal warning of unused variable and empty macro in Parser/pgen.c
Karl Richter
- [issue16830] Add skip_host and skip_accept_encoding to HTTPConnection.request()
Martin Panter
- [issue7406] int arithmetic relies on C signed overflow behaviour
Kevin Shweh
- [issue24507] CRLF issues
Rusi
- [issue24508] Backport 3.5's Windows build project files to 2.7
Zachary Ware
- [issue24509] Undocumented features of asyncio: call_at, call_later
Марк Коренберг
- [issue18857] urlencode of a None value uses the string 'None'
Piotr Dobrogost
- [issue24510] Make _PyCoro_GetAwaitableIter a public API
Yury Selivanov
- [issue24511] Add methods for async protocols
Yury Selivanov
- [issue16379] SQLite error code not exposed to python
Cal Leeming
- [issue24512] multiprocessing should log a warning when forking multithreaded process
Timothy Cardenas
- [issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names
David Watson
- [issue24513] decimal test version mismatch
Rusi
- [issue19065] sqlite3 timestamp adapter chokes on timezones
Jacques-D. Piguet
- [issue24514] tarfile fails to extract archive (handled fine by gnu tar and bsdtar)
Philippe
- [issue24515] docstring of isinstance
Luc Saffre
- [issue24516] SSL create_default_socket purpose insufficiently documented
Petr Messner
- [issue22609] Constructors of some mapping classes don't accept `self` keyword argument
Serhiy Storchaka
- [issue24517] %z does not work in time.strftime()
dendory
- [issue20281] time.strftime %z format specifier is the same as %Z
dendory
- [issue21217] inspect.getsourcelines finds wrong lines when lambda used argument to decorator
Terry J. Reedy
- [issue24518] json.dumps should accept key function for ``sort_keys``
Catherine Devlin
- [issue24519] multiprocessing.Pool with maxtasksperchild starts too many processes
Zahari Dim
- [issue24520] Stop using deprecated floating-point environment functions on FreeBSD
Andrew Turner
- [issue24521] Integer overflow in _pickle.c
Benjamin Peterson
- [issue24522] Integer overflow in _json_encode_unicode leads to crash (heap-buffer-overflow)
Benjamin Peterson
- [issue20357] Mention buildbots in the core dev section of the devguide
Nick Coghlan
- [issue23188] Provide a C helper function to chain raised (but not yet caught) exceptions
Nick Coghlan
- [issue22352] Ensure opcode names and args fit in disassembly output
Nick Coghlan
- [issue16961] No regression tests for -E and individual environment vars
Nick Coghlan
- [issue19518] Add new PyRun_xxx() functions to not encode the filename
Nick Coghlan
- [issue17311] use distutils terminology in "PyPI package display" section
Nick Coghlan
- [issue22166] test_codecs leaks references
Nick Coghlan
- [issue17960] Clarify the required behaviour of locals()
Nick Coghlan
- [issue16217] Tracebacks are unnecessarily verbose when using 'python -m'
Nick Coghlan
- [issue15403] Refactor package creation support code into a common location
Nick Coghlan
- [issue15376] Refactor the test_runpy walk_package support code into a common location
Nick Coghlan
- [issue15358] Test pkgutil.walk_packages in test_pkgutil instead of test_runpy
Nick Coghlan
- [issue18578] Rename and document test.bytecode_helper as test.support.bytecode_helper
Nick Coghlan
- [issue24523] coroutine asyncio.wait() does not preserve order of elements
Марк Коренберг
- [issue23906] poplib maxline behaviour may be wrong
Ingo Ruhnke
- [issue16041] poplib: unlimited readline() from connection
Ingo Ruhnke
- [issue23670] Modifications to support iOS as a cross-compilation target
Russell Keith-Magee
- [issue24524] python crash using Tkinter
Tomas Nordin
- [issue17546] Document the circumstances where the locals() dict get updated
Martin Panter
- [issue24525] [doc] missing word
Vincent Legoll
- [issue24526] Exponent function bug
bhaskar
- [issue24527] The MimeTypes class cannot ignore global files per instance
Sebastian Noack
- [issue24528] Misleading exeption for await in comprehensions.
Ivan Levkivskyi
- [issue19217] Calling assertEquals for moderately long list takes too long
Ivan Levkivskyi
- [issue21253] unittest assertSequenceEqual can lead to Difflib.compare() crashing on mostly different sequences
Ivan Levkivskyi
- [issue11352] Update cgi module doc
Ivan Levkivskyi
- [issue5945] PyMapping_Check returns 1 for lists
Ivan Levkivskyi
- [issue21827] textwrap.dedent() fails when largest common whitespace is a substring of smallest leading whitespace
Ivan Levkivskyi
- [issue24272] PEP 484 docs
Ivan Levkivskyi
- [issue3353] make built-in tokenizer available via Python C API
Dustin J. Mitchell
- [issue24529] Same MemoryError object gets thrown from different places.
SylvainDe
- [issue24530] `import..as` fails where `import` does not
Dustin J. Mitchell
- [issue24531] please document that no code preceding encoding declaration is allowed
Jakub Wilk
- [issue24532] asyncio.sock_recv() blocks normal ioloop actions.
Марк Коренберг
- [issue24533] Increased Test Coverage for Lib/random.py
Charles Nodell
- [issue24534] disable executing code in .pth files
Min RK
- [issue3530] ast.NodeTransformer doc bug
Terry J. Reedy
- [issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar
John Jones
- [issue24535] SELinux reporting writes, executes, and dac_overwrites
Nick Levinson
- [issue24536] os.pipe() should return a structsequence (or namedtuple.)
Jonathan Slenders
- [issue24537] Py_Initialize unable to load the file system codec
Dana Christen
- [issue24538] os.setxattr PermissionError on panfs propagates up causing `copystat`, `copytree`, and `pip install .` to fail unhepfully
Gerrit Holl
- [issue24539] StreamReaderProtocol.eof_received() should return True to keep the transport open
Guido van Rossum
- [issue24540] Documentation about skipkeys parameter for json.dumps is incorrect
Matthew Havard
Last message date:
Tue Jun 30 23:54:29 CEST 2015
Archived on: Tue Jun 30 23:54:31 CEST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).