April 2015 Archives by thread
Starting: Wed Apr 1 00:20:24 CEST 2015
Ending: Thu Apr 30 23:22:31 CEST 2015
Messages: 344
- [docs] [issue23814] argparse: Parser level defaults do not always override argument level defaults
paul j3
- [docs] [issue12855] linebreak sequences should be better documented
Roundup Robot
- [docs] [issue23484] SemLock acquire() keyword arg 'blocking' is invalid
Davin Potts
- [docs] [issue23756] Tighten definition of bytes-like objects
Martin Panter
- [docs] Tighten definition of bytes-like objects (issue 23756)
storchaka at gmail.com
- [docs] SemLock acquire() keyword arg 'blocking' is invalid (issue 23484)
berker.peksag at gmail.com
- [docs] Issue with method subprocess.check_output(args, *, input=None, stdin=None, stderr=None, shell=False, universal_newlines=False, timeout=None)
Imtiaz.Ahmed at nomura.com
- [docs] [issue23843] ssl.wrap_socket doesn't handle virtual TLS hosts
John Nagle
- [docs] [issue22671] Typo in class io.BufferedIOBase docs
Martin Panter
- [docs] [issue23738] Clarify documentation of positional-only default values
Martin Panter
- [docs] [issue23850] Missing documentation for Py_TPFLAGS_HAVE_NEWBUFFER
Giacomo Alzetta
- [docs] [issue23864] issubclass without registration only works for "one-trick pony" collections ABCs.
Martijn Pieters
- [docs] Typo in Python Documentation
Daryl Klakouski
- [docs] [issue18553] os.isatty() is not Unix only
Berker Peksag
- [docs] bug in https://docs.python.org/3.4/reference/expressions.html#grammar-token-expression_nocond ?
Alexander Heger
- [docs] Please update your ElementTree Python 2.7 docs
Alfred Morgan
- [docs] French traduction permission
Galodé Alexandre
- [docs] https://docs.python.org/3/library/telnetlib.html#module-telnetlib
keith.briggs at bt.com
- [docs] Pb de d'essai du code à la section 7.2.1 Methods Of File Objects
Zachary Ware
- [docs] [issue19247] Describe surrogateescape algorithm in the Library Reference
Nick Coghlan
- [docs] [issue12160] codecs doc: what is StreamCodec?
R. David Murray
- [docs] [issue23904] pathlib.PurePath does not accept bytes components
Bruno Cauet
- [docs] [issue23025] ssl.RAND_bytes docs should mention os.urandom
Roundup Robot
- [docs] [issue23909] highlight query string does not work on docs.python.org/2
Mark Mikofski
- [docs] [issue20693] Sidebar scrolls down 2x as fast as page content
Zachary Ware
- [docs] [issue23912] Inconsistent whitespace/formatting in docs/reference/datamodel/Special Method Lookup
James Edwards
- [docs] [issue23913] error in some byte sizes of docs in array module
Boyd Blackwell
- [docs] [issue14050] Tutorial, list.sort() and items comparability
Martin Panter
- [docs] Document magic methods called by built-in functions (issue 10289)
vadmium+py at gmail.com
- [docs] [issue10289] Document magic methods called by built-in functions
Martin Panter
- [docs] [issue23921] Standardize documentation whitespace, formatting
James Edwards
- [docs] Standardize documentation whitespace, formatting (issue 23921)
berker.peksag at gmail.com
- [docs] [issue12955] urllib.request example should use "with ... as:"
Roundup Robot
- [docs] docs@ InfiniteLoop in example on website
Abhinav Tyagi
- [docs] [issue23915] traceback set with BaseException.with_traceback() overwritten on raise
R. David Murray
- [docs] [issue17380] initproc return value is unclear
James Powell
- [docs] [issue23928] SSL wiki page, host name matching, CN and SAN
Jeffrey Walton
- [docs] [issue23929] Minor typo (way vs. away) in os.renames docstring
Philippe
- [docs] Bug - 4.7.7
Tronster
- [docs] [issue23932] Tutorial section on function annotations is out of date re: PEP 484
Zachary Ware
- [docs] [issue21108] Add examples for importlib in doc
Raúl Cumplido
- [docs] [issue13850] Summary tables for argparse add_argument options
Stéphane Wirtel
- [docs] Tutorial section on function annotations is out of date re: PEP 484 (issue 23932)
zachary.ware at gmail.com
- [docs] [issue23936] Wrong references to deprecated find_module instead of find_spec
Raúl Cumplido
- [docs] [issue22812] Documentation of unittest -p usage wrong on windows.
Pam McA'Nulty
- [docs] [issue23730] Document return value for ZipFile.extract()
Stéphane Wirtel
- [docs] [issue23938] Deprecation of windows xp support missing from whats new
Alex Walters
- [docs] [issue13814] Document why generators don't support the context management protocol
Aidan Lowe
- [docs] Document why generators don't support the context management protocol (issue 13814)
rdmurray at bitdance.com
- [docs] [issue23943] Misspellings in a few files
Piotr Kasprzyk
- [docs] Documentation of unittest -p usage wrong on windows. (issue 22812)
zachary.ware at gmail.com
- [docs] [issue12652] Keep test.support docs out of the global docs index
Carol Willing
- [docs] [issue19121] Documentation guidelines enhancements
Carol Willing
- [docs] [issue21146] update gzip usage examples in docs
Roundup Robot
- [docs] [issue9014] Incorrect documentation of the PyObject_HEAD macro
Arnon Yaari
- [docs] [issue22046] ZipFile.read() should mention that it might throw NotImplementedError
Roundup Robot
- [docs] [issue23956] Compatibility misspelled in Lib/imp.py
Jacinda Shelly
- [docs] [issue23957] Additional misspelled in documentation
Andrew Pinkham
- [docs] [issue20769] Reload() description is unclear
Dorian Pula
- [docs] [issue23725] update tempfile docs to say that TemporaryFile is secure
Zbyszek Jędrzejewski-Szmek
- [docs] [PATCH] update tempfile docs to say that TemporaryFile is secure (issue 23725)
rdmurray at bitdance.com
- [docs] [issue23962] Incorrect TimeoutError referenced in concurrent.futures documentation
Ryder Lewis
- [docs] [issue23320] devguide should mention rules about "paragraph reflow" in the documentation
Carol Willing
- [docs] [issue19933] Round default argument for "ndigits"
Roundup Robot
- [docs] Contributing curses example programs
Stephen Longfield
- [docs] Wrong references to deprecated find_module instead of find_spec (issue 23936)
brett at python.org
- [docs] [issue23983] Update example in the pty documentation
Berker Peksag
- [docs] [issue23984] Documentation error: Descriptors
bjonnh
- [docs] [issue18262] ZipInfo.external_attr are not documented
Alex Lord
- [docs] [issue23986] Inaccuracy about "in" keyword for list and tuple
wim glenn
- [docs] [issue23987] docs about containers membership testing wrong for broken objects
Jonathan Sharpe
- [docs] [issue23989] Add recommendation to use requests to the documentation, per summit
VanL
- [docs] Add recommendation to use requests to the documentation, per summit (issue 23989)
graffatcolmingov at gmail.com
- [docs] [issue16574] clarify policy on updates to final peps
Carol Willing
- [docs] [issue5784] raw deflate format and zlib module
A.M. Kuchling
- [docs] [issue23536] Add explicit information on config file format not supporting filters
Roundup Robot
- [docs] raw deflate format and zlib module (issue 5784)
vadmium+py at gmail.com
- [docs] [issue15566] tarfile.TarInfo.frombuf documentation is out of date
Martin Panter
- [docs] [issue24005] Documentation Error: Extra line Break
Jaivish Kothari
- [docs] [issue16893] Generate Idle help from Doc/library/idle.rst
irdb
- [docs] [issue24013] Improve os.scandir() and DirEntry documentation
Ben Hoyt
- [docs] [issue22468] Tarfile using fstat on GZip file object
Martin Panter
- [docs] [issue21996] gettarinfo method does not handle files without text string names
Martin Panter
- [docs] [issue13386] Document documentation conventions for optional args
Martin Panter
- [docs] [issue24020] threading.local() must be run at module level (doc improvement)
Ethan Furman
- [docs] [issue24021] document urllib.urlretrieve
Karl Richter
- [docs] [issue15183] it should be made clear that the statement in the --setup option and the setup kw arg aren't included in the count
Roundup Robot
- [docs] [issue22785] range docstring is less useful than in python 2
Ned Batchelder
- [docs] [issue2716] Document license under which audioop is used
A.M. Kuchling
- [docs] [issue23227] Generator's finally block not run if close() called before first iteration
Martin Panter
- [docs] [issue15657] Error in Python 3 docs for PyMethodDef
Berker Peksag
- [docs] [issue24027] IMAP library lacks documentation about expected parameter types
Pablo
- [docs] [issue24045] Behavior of large returncodes (sys.exit(nn))
Ethan Furman
- [docs] [issue23356] In argparse docs simplify example about argline
Berker Peksag
- [docs] [issue24057] trivial typo in datetime.rst: needing a preceding dot
Novice Live
- [docs] [issue15329] clarify which deque methods are thread-safe
xiaobing jiang
- [docs] [issue15339] document the threading "facts of life" in Python
xiaobing jiang
- [docs] [issue24060] Clearify necessities for logging with timestamps
Karl Richter
- [docs] [issue24062] links to os.stat() in documentation lead to stat module instead
July Tikhonov
- [docs] [issue22057] The doc say all globals are copied on eval(), but only __builtins__ is copied
Antti Haapala
- [docs] [issue21791] Proper return status of os.WNOHANG is not always (0, 0)
Davin Potts
- [docs] incorrect documentation
Jacek Ostański
- [docs] [issue24077] man page says -I implies -S. code says -s. Should it be both?
Ned Deily
- [docs] [issue24077] man page says -I implies -S. code says -s.
John Beck
- [docs] [issue24079] xml.etree.ElementTree.Element.text does not conform to the documentation
Ned Deily
- [docs] [issue24081] Obsolete caveat in reload() docs
Petr Viktorin
- [docs] [issue24082] Obsolete note in argument parsing (c-api/arg.rst)
Petr Viktorin
- [docs] [issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)
Martijn Pieters
- [docs] [issue24087] Documentation doesn't explain the term "coroutine" (PEP 342)
Paul Moore
- [docs] Documentation doesn't explain the term "coroutine" (PEP 342) (issue 24087)
jimjjewett at gmail.com
Last message date:
Thu Apr 30 23:22:31 CEST 2015
Archived on: Sat May 2 00:30:04 CEST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).