Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-21475: Support the Sitemap extension in robotparser (GH-6883) | Christopher Beacham | 2018-05-16 | 1 | -0/+9 |
| | |||||
* | Minor tweaks to dataclasses docs. (GH-6903) | Eric V. Smith | 2018-05-16 | 1 | -3/+3 |
| | |||||
* | bpo-32216: Add documentation for dataclasses (GH-6886) | Eric V. Smith | 2018-05-16 | 2 | -0/+589 |
| | | | This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from. | ||||
* | bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) | Christian Heimes | 2018-05-15 | 1 | -0/+9 |
| | | | | | | | | The ssl module now contains OP_NO_RENEGOTIATION constant, available with OpenSSL 1.1.0h or 1.1.1. Note, OpenSSL 1.1.0h hasn't been released yet. Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-33503: Fix the broken pypi link in the source and the documentation ↵ | Stéphane Wirtel | 2018-05-15 | 23 | -44/+44 |
| | | | | (GH-6814) | ||||
* | bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) | Matthias Bussonnier | 2018-05-15 | 1 | -2/+4 |
| | | | | | Also bump PendingDeprecationWarning to DeprecationWarning. | ||||
* | Add AsyncContextManager to typing module documentation. (GH-6822) | Travis DePrato | 2018-05-14 | 1 | -0/+6 |
| | |||||
* | bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in ↵ | Amber Brown | 2018-05-14 | 1 | -3/+3 |
| | | | | FieldStorage use the given errors (GH-6804) | ||||
* | bpo-32769: Write annotation entry for glossary (GH-6657) | Andrés Delfino | 2018-05-14 | 1 | -17/+57 |
| | | | | https://bugs.python.org/issue32769 | ||||
* | Add versionchanged in create_datagram_endpoint doc (#4697) | Romuald Brunet | 2018-05-14 | 1 | -0/+3 |
| | | | | | Most of the parameters were added in 3.4.4 (b9bf913ab32), but this change was not documented | ||||
* | bpo-22069: Update TextIO documentation (GH-6609) | Elena Oat | 2018-05-14 | 1 | -1/+1 |
| | | | Clarify that flush is implied when the call to write contains a newline character. | ||||
* | bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) | Serhiy Storchaka | 2018-05-10 | 1 | -8/+6 |
| | |||||
* | bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) | Serhiy Storchaka | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | Fix superfluous if in documentation. (GH-6728) | Julien Palard | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | bpo-32717: Document PEP 560 (GH-6726) | Ivan Levkivskyi | 2018-05-08 | 3 | -1/+74 |
| | |||||
* | bpo-33400: Clarified documentation to indicate no strict adherence to ISO ↵ | Vinay Sajip | 2018-05-04 | 3 | -12/+13 |
| | | | | 8601. (GH-6702) | ||||
* | bpo-33332: Add signal.valid_signals() (GH-6581) | Antoine Pitrou | 2018-05-04 | 1 | -2/+11 |
| | |||||
* | bpo-20104: Improve error handling and fix a reference leak in ↵ | Serhiy Storchaka | 2018-05-01 | 1 | -11/+27 |
| | | | | os.posix_spawn(). (#6332) | ||||
* | bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. ↵ | Stéphane Wirtel | 2018-05-01 | 1 | -8/+6 |
| | | | | | | | | (GH-5469) Remove the paragraph where we explain that os.utime() does not support a directory as path under Windows. Patch by Jan-Philip Gehrcke Co-authored-by: Jan-Philip Gehrcke <jgehrcke@gmail.com> | ||||
* | Add What's New for Korean documentation translation. (GH-6645) | Julien Palard | 2018-05-01 | 1 | -1/+4 |
| | |||||
* | bpo-33254: do not return an empty list when asking for the contents of a ↵ | Brett Cannon | 2018-04-30 | 1 | -4/+4 |
| | | | | namespace package (GH-6467) | ||||
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. ↵ | Siddhesh Poyarekar | 2018-04-29 | 1 | -1/+1 |
| | | | | | | | | | (GH-6030) METH_NOARGS functions need only a single argument but they are cast into a PyCFunction, which takes two arguments. This triggers an invalid function cast warning in gcc8 due to the argument mismatch. Fix this by adding a dummy unused argument. | ||||
* | bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) | Bo Bayles | 2018-04-29 | 1 | -11/+17 |
| | |||||
* | bpo-33378: Add Korean to the language switcher. (GH-6627) | Dong-hee Na | 2018-04-28 | 1 | -0/+1 |
| | |||||
* | Change "non-local state" to "content-local state". (GH-6617) | Tom Christie | 2018-04-27 | 1 | -1/+1 |
| | | | The wording here seems wrong, as per https://bugs.python.org/msg315792 | ||||
* | Clarify the inspect.getmembers predicate parameter (#6615) | Brian Curtin | 2018-04-26 | 1 | -3/+4 |
| | | | | | | | | Previously, the predicate parameter was mentioned, but what it was to be called with was not documented and required either trial-and-error or looking into the source to find that it is called with the `value`, or second item, of the full members list. This change addresses what the predicate will receive, as well as does some light formatting to make this clear. | ||||
* | bpo-33280: Reorganize external Tcl/Tk references. (GH-6473) | Andrés Delfino | 2018-04-25 | 1 | -22/+27 |
| | |||||
* | Mention both relevant PEPs in function annotations tutorial (GH-6304) | Neeraj Badlani | 2018-04-25 | 1 | -2/+2 |
| | | | Patch by Neeraj Badlani. | ||||
* | Fix rendering issues in the documentation for the os module (#6525) | Pablo Galindo | 2018-04-25 | 1 | -4/+16 |
| | |||||
* | bpo-33251: Update documentation to reflect change. (GH-6446) (#6583) | Chris Bradbury | 2018-04-23 | 1 | -0/+5 |
| | |||||
* | bpo-33297: Mention Pillow to work with more image formats. (#6505) | Andrés Delfino | 2018-04-21 | 3 | -3/+7 |
| | | | | Also update PIL doc references to Pillow. | ||||
* | Clarify that __path__ can't be just any value (GH-6554) | Brett Cannon | 2018-04-20 | 1 | -2/+1 |
| | |||||
* | bpo-25427: Remove pyvenv (GH-5962) | Brett Cannon | 2018-04-20 | 3 | -9/+3 |
| | |||||
* | Spelling fixes to docs, docstrings, and comments (GH-6374) | Ville Skyttä | 2018-04-20 | 2 | -2/+2 |
| | |||||
* | Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524) | Pablo Galindo | 2018-04-19 | 1 | -0/+8 |
| | |||||
* | fix pydoc-topics to work with Sphinx 1.7 (GH-6475) | Benjamin Peterson | 2018-04-17 | 1 | -4/+8 |
| | | | In fact, we now require a newer Sphinx version because APIs have moved around. | ||||
* | bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) | Andrés Delfino | 2018-04-17 | 1 | -4/+5 |
| | |||||
* | Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494) | Łukasz Langa | 2018-04-17 | 1 | -4/+0 |
| | | | This note in documentation was never true. | ||||
* | Remove to-be-deprecated urllib.request.urlretrieve function reference (#6454) | Andrés Delfino | 2018-04-16 | 1 | -4/+12 |
| | |||||
* | bpo-33185: Improve wording and markup (GH-6477) | Nick Coghlan | 2018-04-15 | 1 | -5/+7 |
| | | | | | | Adds some working and markup fixes that I missed in the initial commit for this issue. (Follow-up to GH-6419) | ||||
* | bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) | Nick Coghlan | 2018-04-15 | 1 | -3/+4 |
| | | | | | | | | | | The pydoc CLI assumed -m pydoc would add the empty string to sys.path, and hence got confused when it switched to adding the full initial working directory instead. This refactors the pydoc CLI path manipulation to be more testable, and ensures it won't accidentally remove the standard library directory containing pydoc itself from sys.path. | ||||
* | bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) | Antoine Pitrou | 2018-04-14 | 1 | -0/+19 |
| | |||||
* | itemgetter add dict example (GH-1280) | WeizhongTu | 2018-04-13 | 1 | -0/+2 |
| | |||||
* | Fix error messages in argparse examples (GH-6435) | suic86 | 2018-04-11 | 1 | -2/+2 |
| | | | | The examples in argparse documentation use `error: too few arguments` error message which was removed in this commit f97c59a in 2011. | ||||
* | bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) | Serhiy Storchaka | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 29 | -137/+301 |
| | |||||
* | Add a prepend() recipe to teach a chain() idiom (GH-6415) | Raymond Hettinger | 2018-04-08 | 1 | -0/+5 |
| | |||||
* | bpo-29613: Added support for SameSite cookies (GH-6413) | Alex Gaynor | 2018-04-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpo-29613: Added support for SameSite cookies Implemented as per draft https://tools.ietf.org/html/draft-west-first-party-cookies-07 * Documented SameSite And suggestions by members. * Missing space :( * Updated News and contributors * Added version changed details. * Fix in documentation * fix in documentation * Clubbed test cases for same attribute into single. * Updates * Style nits + expand tests * review feedback | ||||
* | bpo-33201: Modernize "Extension types" doc (GH-6337) | Antoine Pitrou | 2018-04-07 | 14 | -1917/+1732 |
| | | | | | | | | | * bpo-33201: Modernize "Extension types" doc * Split tutorial and other topics * Some small fixes * Address some review comments * Rename noddy* to custom* and shoddy to sublist * Fix markup | ||||
* | bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) | Jay Crotts | 2018-04-07 | 1 | -0/+12 |
| |