May 2019 Archives by thread
Starting: Wed May 1 06:47:02 EDT 2019
Ending: Fri May 31 19:25:28 EDT 2019
Messages: 501
- [docs] [issue36765] Invalid grammar for f_expression
Kasra Vand
- [docs] [issue36769] doc Document that fnmatch.filter supports any kind of iterable not just lists
Andrés Delfino
- [docs] [issue36329] use the right python "make -C Doc/ serve"
Stéphane Wirtel
- [docs] [issue27409] List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols
Martha Simons
- [docs] [issue34848] range.index only takes one argument when it's documented as taking the usual 3
miss-islington
- [docs] [issue36743] Docs: Descript __get__ signature defined differently across the docs
Jeroen Demeyer
- [docs] [issue36783] No documentation for _FromXandFold C API functions
Paul Ganssle
- [docs] [issue33882] doc Mention breakpoint() in debugger-related FAQ
Éric Araujo
- [docs] [issue36789] Unicode HOWTO incorrectly states that UTF-8 contains no zero bytes
mbiggs
- [docs] [issue36794] asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6
Mikhail Gerasimov
- [docs] [issue36795] "make venv" failed in Docs
Antoine Pitrou
- [docs] [issue33071] Document that PyPI no longer requires 'register'
Kojo Idrissa
- [docs] [issue11001] Various obvious errors in cookies documentation
Julia
- [docs] [issue36799] Typo in ctypes documentation
Reuben Thomas
- [docs] [issue36654] Add example to tokenize.tokenize
Serhiy Storchaka
- [docs] About translation
The FLOSS Information
- [docs] [issue20906] Issues in Unicode HOWTO
Filip Bengtsson
- [docs] [issue35393] Typo in documentation
Cheryl Sabella
- [docs] [issue33039] int() and math.trunc don't accept objects that only define __index__
Rémi Lapeyre
- [docs] [issue34682] Typo reports on docs@
Cheryl Sabella
- [docs] [issue33340] Inaccurate docs on `import` behaviour
Cheryl Sabella
- [docs] [issue28795] Misleading stating, that SIGINT handler is installed by default
Julien Palard
- [docs] [issue26303] Shared execution context between doctests in a module
anthony shaw
- [docs] [issue36675] Doctest directives and comments missing from code samples
Roundup Robot
- [docs] [issue36754] Remove smart quotes in pydoc text
Dustin Mendoza
- [docs] [issue26374] concurrent_futures Executor.map semantics better specified in docs
Brian Quinlan
- [docs] [issue33971] os.mknod is subject to "umask"
anthony shaw
- [docs] [issue24195] Add `Executor.filter` to concurrent.futures
Brian Quinlan
- [docs] [issue32971] Docs on unittest.TestCase.assertRaises() should clarify context manager details
anthony shaw
- [docs] [issue31968] exec(): method's default arguments from dict-inherited globals
anthony shaw
- [docs] [issue33187] Document ElementInclude (XInclude) support in ElementTree
Sanyam Khurana
- [docs] [issue36822] Minor grammatical fix in glossary.rst
Sanyam Khurana
- [docs] [issue36830] Typo in collections.deque
keroru
- [docs] [issue22630] `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel
Brian Quinlan
- [docs] [issue31589] Links for French documentation PDF is broken: LaTeX issue with non-ASCII characters?
Julien Palard
- [docs] [issue20709] os.utime(path_to_directory): wrong documentation for Windows.
Julien Palard
- [docs] [issue24712] Docs page's sidebar vibrates on mouse wheel scroll on Chrome.
Julien Palard
- [docs] [issue32393] nav menu jitter in old documentation
Julien Palard
- [docs] [issue33948] doc truncated lines in PDF
Julien Palard
- [docs] [issue31873] Inconsistent capitalization of proper noun - Unicode.
Julien Palard
- [docs] [issue36853] inconsistencies in docs builds (Sphinx 2)
Jason R. Coombs
- [docs] [issue36620] Documentation missing parameter for Itertools.zip_longest
Ying Wang
- [docs] [issue36858] f-string '=' debugging output needs to be documented
Eric V. Smith
- [docs] [issue12188] PEP 7 (or guide) add C style policies and explanation
anthony shaw
- [docs] [issue36864] Double Spaces in the documentation
Jules Lasne
- [docs] [issue36868] New behavior of OpenSSL hostname verification not exposed, incorrectly documented
Josh Rosenberg
- [docs] [issue32523] inconsistent spacing in changelog.html
Julien Palard
- [docs] [issue10536] Enhancements to gettext docs
miss-islington
- [docs] Bugs in Python a,b=-6,-6
Benedic Cater
- [docs] [issue36345] Deprecate Tools/scripts/serve.py in favour of python -m http.server -d
STINNER Victor
- [docs] [issue36873] http.server: Document explicitly that symbolic links are followed
STINNER Victor
- [docs] [issue29254] Documentation Error
kev levrone
- [docs] [issue30939] Sphinx 1.6.3 deprecation warning for sphinx.util.compat.Directive in docs builds
Ned Deily
- [docs] [issue36879] bug with round() and "numpy floats"
Pablo Galindo Salgado
- [docs] [issue32573] All sys attributes (.argv, ...) should exist in embedded environments
Dieter Weber
- [docs] [issue36892] "Modules" section in Tutorial contains incorrect description about __init__.py
musou1500
- [docs] [issue36896] clarify in types.rst that FunctionTypes & co constructors don't have stable signature
Matthias Bussonnier
- [docs] [issue36689] docs: os.path.commonpath raises ValueError for different drives
Windson Yang
- [docs] [issue13474] Mention of "-m" Flag Missing From Doc on Execution Model
Cheryl Sabella
- [docs] [issue36008] [good first issue] Update documentation for 3.8
Cheryl Sabella
- [docs] [issue22021] shutil.make_archive() root_dir do not work
Cheryl Sabella
- [docs] [issue13286] PEP 3151 breaks backward compatibility: it should be documented
Matthias Bussonnier
- [docs] [issue35138] timeit documentation should have example with function arguments
STINNER Victor
- [docs] [issue36908] "This module is always available" is confusing
Ned Batchelder
- [docs] [issue36909] LastUpdatedOrderedDict recipe uses super() unnecessarily
wim glenn
- [docs] [issue30535] Explicitly note that meta_path is not empty
Windson Yang
- [docs] [issue9267] Update pickle opcode documentation in pickletools for 3.x
Windson Yang
- [docs] [issue36913] Missing documentation for decorators
Tomer Vromen
- [docs] [issue32995] Add a glossary entry for context variables
Cheryl Sabella
- [docs] [issue2897] Deprecate structmember.h
Stéphane Wirtel
- [docs] [issue18478] Class bodies: when does a name become local?
Karthikeyan Singaravelan
- [docs] [issue34484] Unicode HOWTO incorrectly refers to Private Use Area for surrogateescape
A.M. Kuchling
- [docs] [issue10108] ExpatError not property wrapped
Stéphane Wirtel
- [docs] [issue26124] shlex.quote and pipes.quote do not quote shell keywords
Windson Yang
- [docs] [issue26515] Update extending/embedding docs to new way to build modules in C
STINNER Victor
- [docs] [issue21202] Naming a file` io.py` causes cryptic error message
STINNER Victor
- [docs] [issue36345] Doc: make serve uses http.server instead of Tools/scripts/server.py
Stéphane Wirtel
- [docs] [issue36567] DOC: manpage directive doesn't create hyperlink
Batuhan
- [docs] [issue34648] Confirm the types of parameters of traceback.format_list and traceback.StackSummary.from_list post-3.5
Aaron Hall
- [docs] [issue36927] traceback docstrings should explicitly state return values instead of referring to other functions
Aaron Hall
- [docs] [issue36928] linkt threading.settrace to sys.settrace
Stefan Hölzl
- [docs] [issue36932] asyncio-task.rst could use proper deprecated-removed directive
Matthias Bussonnier
- [docs] [issue18911] minidom does not encode correctly when calling Document.writexml
Windson Yang
- [docs] [issue10669] Document Deprecation Warnings and how to fix
Cheryl Sabella
- [docs] [issue19175] Erroneous reference to "integer" in format string grammar
Cheryl Sabella
- [docs] [issue36947] Fix 3.3.3.1 Metaclasses Documentation
Stéphane Wirtel
- [docs] [issue36947] [Good first issue] Fix 3.3.3.1 Metaclasses Documentation
Stéphane Wirtel
- [docs] [issue35933] python doc does not say that the state kwarg in Pickler.save_reduce can be a tuple (and not only a dict)
Pierre Glaser
- [docs] [issue36960] Make datetime docs more user-friendly
Brad Solomon
- [docs] [issue19376] document that strptime() does not support the Feb 29 if the format does not contain the year
Cheryl Sabella
- [docs] [issue22865] Document how to make pty.spawn not copy data
Geoff Shannon
- [docs] [issue34580] sqlite doc: clarify the scope of the context manager
Berker Peksag
- [docs] [issue24653] Mock.assert_has_calls([]) is surprising for users
Inada Naoki
- [docs] [issue36971] Add subsections in C API "Common Object Structures" page
Jeroen Demeyer
- [docs] [issue35563] Doc: warnings.rst - add links to references
Cheryl Sabella
- [docs] [issue31163] Return destination path in Path.rename and Path.replace
Cheryl Sabella
- [docs] [issue36984] typing docs "versionadded" is inaccurate for many attributes
Anthony Sottile
- [docs] [issue36985] typing.ForwardRef is undocumented
Anthony Sottile
- [docs] https://docs.python.org/3/library/decimal.html documentation issue
Sam Towers
- [docs] misbehaving functionality of all() function
Julien Palard
- [docs] I can't read your pdf file!!!
Julien Palard
- [docs] paperback
Archie Kubba
- [docs] Kindle version
Julien Palard
- [docs] [issue37004] SequenceMatcher.ratio() noncommutativity not well-documented
Dennis Sweeney
- [docs] It may be a bug
Jorge Minguet
- [docs] Python.remove() function working on all list instead of one.
Julien Palard
- [docs] Clean up dead links in the docs
Julien Palard
- [docs] Turtle 24.5.1. Introduction
Iris Lapinski
- [docs] Please document sqlite3 return values
Julien Palard
- [docs] Consultation: Free publication of the Chinese simplified version of python documents, whether I need to be authorized
Julien Palard
- [docs] ntuple forward reference
Julien Palard
- [docs] [issue37014] fileinput module should document that openhook and mode are ignored when reading from stdin
Grant Wu
- [docs] [issue37019] Create symlinks relative to cwd
SilentGhost
- [docs] For getting more information about python project in beginner
Scott stocken
- [docs] [issue20285] Improve object.__doc__ and help(object) output
Cheryl Sabella
- [docs] https://docs.python.org/3/library/asyncio-eventloop.html
Dylan Kirby
- [docs] [issue37051] Glossary item "hashable" incorrect
John Riehl
- [docs] [issue34613] asyncio.StreamReader initialization documentation incorrectly declare limit as None
Andrew Svetlov
- [docs] Printing
Dannyy Yūrei
- [docs] [issue37052] Add examples for mocking async for and async context manager in unittest.mock docs
Karthikeyan Singaravelan
- [docs] illegal code samples
mars
- [docs] [issue37057] suspicious.py sphinx extension access non-existing attribute.
SilentGhost
- [docs] [issue37059] Pre-compile Directive to Remind Coders that Men are Pigs
Erika
- [docs] [issue21314] Document '/' in signatures
Pablo Galindo Salgado
- [docs] [issue37062] `AutoNumber` class in enum documentation: support *args in constructor
Reuben Thomas
- [docs] [issue14956] custom PYTHONPATH may break apps embedding Python
STINNER Victor
- [docs] a broken link in docs
leo freesand
- [docs] [issue37073] clarify functions docs in IO modules and Bytes Objects
Windson Yang
- [docs] [issue36373] asyncio.gather: no docs for deprecated loop parameter
Andrew Svetlov
- [docs] [issue37082] Assignment expression operator (walrus) not in built-in help()
Matthias Bussonnier
- [docs] [issue37083] Document TYPE_COMMENT in documentation reference for compound statements
Pablo Galindo Salgado
- [docs] [issue19184] dis module has incorrect docs for RAISE_VARARGS
Cheryl Sabella
- [docs] [issue33006] docstring of filter function is incorrect
miss-islington
- [docs] [issue36739] "4.6. Defining Functions" should mention nonlocal
miss-islington
- [docs] [issue36373] Deprecate explicit loop parameter in all public asyncio APIs
Andrew Svetlov
- [docs] [issue37094] Provide an example for TestCase.skipTest in unittest doc
麦栋铖
- [docs] [issue30754] textwrap.dedent mishandles empty lines
Gregory P. Smith
- [docs] [issue5028] tokenize.generate_tokens doesn't always return logical line
miss-islington
- [docs] [issue37103] Undo deprecation of optparse
Anders Kaseorg
- [docs] [issue30969] Docs should say that `x is z or x == z` is used for `x in y` in containers that do not implement `__contains__`
Cheryl Sabella
- [docs] [issue27605] Inconsistent calls to __eq__ from built-in __contains__
Cheryl Sabella
- [docs] [issue37104] logging.Logger.disabled is not documented
Mario Corchero
- [docs] [issue37105] Add deprecated-remove information on stream doc
Emmanuel Arias
- [docs] [issue37109] Inacurrate documentation regarding return type of math.factorial
Antony Lee
- [docs] [issue37110] Clarify hashability of custom class instances
Christoph Zwerschke
- [docs] [issue25735] math.factorial doc should mention integer return type
Cheryl Sabella
- [docs] [issue10936] Simple CSS fix for left margin at docs.python.org
Chirag Garg
- [docs] [issue15115] Duplicated Content-Transfer-Encoding header when applying email.encoders
Cheryl Sabella
- [docs] Embedding Python in Another Application tutorial problem
Ibarra, Jesse
Last message date:
Fri May 31 19:25:28 EDT 2019
Archived on: Sat Jun 1 03:45:06 EDT 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).