May 2016 Archives by thread
Starting: Sun May 1 00:32:17 EDT 2016
Ending: Tue May 31 23:35:09 EDT 2016
Messages: 365
- [docs] [issue26897] Clarify Popen stdin, stdout, stderr
Yclept Nemo
- [docs] [issue26898] Error in the
Marco Buttu
- [docs] [issue26899] struct.pack_into(), struct.unpack_from() don't document support for negative offsets
Paul Sokolovsky
- [docs] [issue26874] Docstring error in divmod function
Roundup Robot
- [docs] [issue18916] Various out-of-date Lock text in 3.2+
Berker Peksag
- [docs] [issue26914] Fix formatting of lists in PEP 420
Ned Batchelder
- [docs] [issue26916] Word duplications in PEPs
Serhiy Storchaka
- [docs] [issue26921] Incorrect usage of a/an articles in PEPs
Serhiy Storchaka
- [docs] [issue26696] Document collections.abc.ByteString
Xiang Zhang
- [docs] Bug report
Christian Yeganeh
- [docs] [issue26947] Documentation improvement needed
mPython
- [docs] [issue26950] Typo in unittest.mock > Autospeccing documentation
Joni Bekenstein
- [docs] [issue26954] Add Guido's rejection notice to the "with" FAQ
Steven D'Aprano
- [docs] [issue26951] Unintuitive error when using generator expression in class property
Mark Dickinson
- [docs] [issue26957] Docs: remove duplicate "the" in description of `%z` in datetime docs
Alex Chan
- [docs] [issue26962] curses documenation- keys for Page Up and Page Down are reversed
Nathan Kerr
- [docs] [issue26964] Incorrect documentation for `-u`-flag
Olav Morken
- [docs] [issue26156] Bad name into power operator syntax
Robert Jordens
- [docs] [issue18531] Undocumented different between METH_KEYWORDS and **kws
Serhiy Storchaka
- [docs] [issue17888] docs: more information on documentation team
Berker Peksag
- [docs] [issue18841] math.isfinite fails with Decimal sNAN
Berker Peksag
- [docs] [issue26889] Improve Doc/library/xmlrpc.client.rst
Terry J. Reedy
- [docs] Improve Doc/library/xmlrpc.client.rst (issue 26889)
storchaka at gmail.com
- [docs] [issue26736] Use HTTPS protocol in links
Serhiy Storchaka
- [docs] [issue19444] mmap.mmap() allocates a file descriptor that isn't CLOEXEC
Martin Panter
- [docs] [issue11643] Use |version| instead of X.Y in the doc
Serhiy Storchaka
- [docs] [issue18730] suffix parameter in NamedTemporaryFile silently fails when not prepending with a period
Serhiy Storchaka
- [docs] [issue12290] __setstate__ is called for false values
Serhiy Storchaka
- [docs] [issue26512] Vocabulary: Using "integral" in library/stdtypes.html
Roundup Robot
- [docs] [issue26979] The danger of PyType_FromSpec()
Serhiy Storchaka
- [docs] [issue26980] The path argument of asyncio.BaseEventLoop.create_unix_connection is not documented
texttheater
- [docs] [issue26982] Clarify forward annotations in PEP 484
James Tatum
- [docs] [issue26985] Information about CodeType in inspect documentation is outdated
Xiang Zhang
- [docs] [issue26986] Enhance PyFunction_New documentation
Xiang Zhang
- [docs] [issue23921] Standardize documentation whitespace, formatting
Serhiy Storchaka
- [docs] Standardize documentation whitespace, formatting (issue 23921)
storchaka at gmail.com
- [docs] [issue26997] Docs for pdb should note that __future__ magic doesn't work
Martin Jones
- [docs] [issue27000] improve document of filter
Xiang Zhang
- [docs] [issue26369] unicode.decode and str.encode are unnecessarily confusing for non-ascii
Ben Spiller
- [docs] How do I install an interpreter?
Slater, John
- [docs] [issue19992] subprocess documentation not explicit about fileno()
Martin Panter
- [docs] [issue27018] Incorrect documentation of select module
Salvo “LtWorf” Tomaselli
- [docs] [issue25841] In FancyURLopener error in example with http address.
Martin Panter
- [docs] [issue1705393] Document select() failure with buffered file
Martin Panter
- [docs] [issue27021] It is not documented that os.writev() suffer from SC_IOV_MAX
Марк Коренберг
- [docs] [issue27023] Documentation of tempfile.gettempdir() does not mention it only supports existing directories
ProgVal
- [docs] [issue2675] Curses terminal resize problems when Python is in interactive mode
Martin Panter
- [docs] [issue27026] async/await keywords are missing from reference docs
Hong Minhee
- [docs] [issue25910] Fixing links in documentation
Serhiy Storchaka
- [docs] [issue27036] Mark up of references in different form
Serhiy Storchaka
- [docs] Mark up of references in different form (issue 27036)
vadmium+py at gmail.com
- [docs] [issue27037] Universal newline support for zipFile.ZipExtFile.read() is not working (deprecated?), and the missing functionality not documented
R. David Murray
- [docs] [issue26141] typing module documentation incomplete
Berker Peksag
- [docs] [issue27042] Incorrect grammar for function definitions
Eric Wieser
- [docs] [issue27043] Describe what ‘inspect.cleandoc’ does to synopsis line.
Ben Finney
- [docs] [issue27045] Forward slashes in Windows paths
Ed Doxtator
- [docs] [issue27049] Typo in "The Python Language Reference" 7.11 -- "individiual"
RoadrunnerWMC
- [docs] [issue27050] Demote run() below the high level APIs in subprocess docs
Nick Coghlan
- [docs] Behavior of ZipFile with file-like object and BufferedWriter. (issue 20699)
storchaka at gmail.com
- [docs] [issue20699] Document that binary IO classes work with bytes-likes objects
Serhiy Storchaka
- [docs] Regex documentation bug
Neta Oren
- [docs] [issue17866] TestCase.assertItemsEqual exists in 2.7, not in 3.3
Vitaly
- [docs] [issue27060] Documentation of assertItemsEqual in unittest is VERY misleading in 2.7
Vitaly
- [docs] [issue22558] Missing doc links to source code
Yoni Lavi
- [docs] License on Python documentation textx
Петр Калинин
- [docs] [issue24712] Docs page's sidebar vibrates on mouse wheel scroll on Chrome.
Mike Taylor
- [docs] [issue27074] Confusing text about __all__ in __init__.py in tutorial
Antti Haapala
- [docs] [issue27075] Link to StreamReader/Writer from codecs.getreader/writer
Ville Skyttä
- [docs] [issue27076] Doc and comment spelling fixes
Ville Skyttä
- [docs] Doc and comment spelling fixes (issue 27076)
vadmium+py at gmail.com
- [docs] [issue24459] Mention PYTHONFAULTHANDLER in the man page
Joshua Jay Herman
- [docs] [issue27088] doc: select: epoll.poll: incorrect timeout units, missing maxevents
Steve Ford
- [docs] [issue27113] sqlite3 open parameter "check_same_thread" not documented
Dave Sawyer
- [docs] [issue27116] Documentation for regular expression alphanumeric matching are swapped. https://docs.python.org/2/library/re.html#regular-expression-syntax
dananntang
- [docs] [issue27119] `compile` doesn't compile into an AST object as specified
Franklin? Lee
- [docs] [issue16509] sqlite3 docs do not explain check_same_thread
Berker Peksag
- [docs] sqlite3 open parameter "check_same_thread" not documented (issue 27113)
thomas at kluyver.me.uk
- [docs] [issue27124] binascii.a2b_hex raises binascii.Error, not TypeError
Lennart Grahl
- [docs] [issue27125] Typo in Python 2 multiprocessing documentation
Phoenix
- [docs] [issue9911] doc copyedits
Roundup Robot
- [docs] [issue21528] Fix a number of typos in the documentation
Roundup Robot
- [docs] socket.shutdown: how should be socket.SHUT_*
Don Webster
- [docs] [issue26553] Write HTTP in uppercase
Nathan Harold
- [docs] Print out 2.7.11 Python Reference Library
Lisa Passadore
- [docs] [issue7951] Should str.format allow negative indexes when used for __getitem__ access?
Marco Buttu
- [docs] [issue5784] raw deflate format and zlib module
Martin Panter
- [docs] [issue26149] Suggest PyCharm Community as an editor for Unix platforms
Ketan Bhatt
- [docs] [issue25592] distutils docs: data_files always uses sys.prefix
Berker Peksag
- [docs] [issue27150] PEP446 (CLOEXEC by default) violation with fcntl.fcntl(..., fcntl.F_DUPFD)
Марк Коренберг
- [docs] [issue27155] '-' sign typo in example
Ben Kane
- [docs] [issue18478] Class bodies: when does a name become local?
R. David Murray
- [docs] [issue24647] Document argparse.REMAINDER as being equal to "..."
R. David Murray
- [docs] [issue12691] tokenize.untokenize is broken
R. David Murray
- [docs] [issue26546] Provide translated french translation on docs.python.org
Julien
- [docs] [issue26176] EmailMessage example doesn't work
Nathan Harold
- [docs] [issue22232] str.splitlines splitting on non-\r\n characters
Alexander Schrijver
- [docs] [issue25570] urllib.request > Request.add_header("abcd", "efgh") fails with character ":" in first parameter string
Berker Peksag
- [docs] [issue20683] Add example to tutorial namespace doc, section 9.2
Berker Peksag
- [docs] [issue20496] function definition tutorial encourages bad practice
Berker Peksag
- [docs] [issue17383] Possibly ambiguous phrasing in tutorial/modules#more-on-modules
Berker Peksag
Last message date:
Tue May 31 23:35:09 EDT 2016
Archived on: Tue May 31 23:35:10 EDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).