Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify exception handler scope in contextlib | amosonn | 2017-03-01 | 1 | -1/+2 |
| | | | Moved explicit raise from inside try to try...else. | ||||
* | Fix syntax error in .mention-bot (#361) | Berker Peksag | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Fixed a handful of typos (GH-343) | Alex Gaynor | 2017-03-01 | 4 | -7/+7 |
| | |||||
* | correct documentation for enum.html (#358) | Kartik Anand | 2017-02-28 | 1 | -2/+2 |
| | |||||
* | Add the mention-bot configuration file (GH-352) | Donald Stufft | 2017-02-28 | 1 | -0/+12 |
| | | | Discussed at https://github.com/python/core-workflow/issues/32. | ||||
* | bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ↵ | Xiang Zhang | 2017-02-28 | 5 | -20/+80 |
| | | | | as decorator (GH-231) | ||||
* | README: move TOC to top (GH-355) | INADA Naoki | 2017-02-28 | 1 | -2/+2 |
| | |||||
* | README: Use h3 headings for build sections, and add TOC (GH-64) | Evan Klitzke | 2017-02-28 | 1 | -2/+3 |
| | |||||
* | bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) | Xiang Zhang | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | bpo-24241: Add versionchanged directive to the documentation (#342) | Berker Peksag | 2017-02-27 | 1 | -1/+4 |
| | |||||
* | Use "Contributed by ..." style in whatsnew/3.7.rst (#339) | Berker Peksag | 2017-02-27 | 1 | -1/+2 |
| | |||||
* | Asyncio documentation: remove `self` from method signatures (GH-334) | Mariatta | 2017-02-27 | 1 | -3/+3 |
| | |||||
* | fix minor bug in pymalloc. (#335) | INADA Naoki | 2017-02-27 | 1 | -1/+1 |
| | | | reported by Alexis Lopez-Garcia. | ||||
* | bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332) | Xiang Zhang | 2017-02-27 | 1 | -10/+10 |
| | |||||
* | bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236) | Xiang Zhang | 2017-02-27 | 3 | -0/+9 |
| | |||||
* | bpo-26184: import.rst: Improve versionchanged note (GH-325) | Mariatta | 2017-02-26 | 1 | -1/+1 |
| | |||||
* | bpo-28624: Add a test that checks that cwd parameter of Popen() accepts ↵ | Sayan Chowdhury | 2017-02-26 | 4 | -3/+21 |
| | | | | PathLike objects (#157) | ||||
* | bpo-26184: import.rst: Improve versionchanged note (GH-277) | Mariatta | 2017-02-26 | 1 | -2/+5 |
| | | | | Mention that an ImportError is raised when exec_module() is defined, but create_module() is not. | ||||
* | bpo-29121: Remove outdated documentation about transactions (#313) | Berker Peksag | 2017-02-26 | 1 | -8/+3 |
| | | | | Patch by Aviv Palivoda. | ||||
* | bpo-22594: Add a link to the regex module in re documentation (GH-241) | Marco Buttu | 2017-02-26 | 1 | -0/+6 |
| | |||||
* | bpo-28518: Start a transaction implicitly before a DML statement (#245) | Berker Peksag | 2017-02-26 | 5 | -11/+24 |
| | | | Patch by Aviv Palivoda. | ||||
* | bpo-29648: import.rst: Add reference to create_module() (GH-290) | Marco Buttu | 2017-02-26 | 1 | -1/+1 |
| | | | Add a reference to create_module(), in the first versionadded of section Loaders. | ||||
* | bpo-29110: add test for Aifc_write. (GH-293) | INADA Naoki | 2017-02-26 | 2 | -1/+13 |
| | | | follow up of GH-162 | ||||
* | bpo-28961: Address my comments from earlier code review (#305) | Berker Peksag | 2017-02-26 | 1 | -12/+3 |
| | |||||
* | bpo-29655: Fixed possible reference leaks in `import *`. (#301) | Matthias Bussonnier | 2017-02-26 | 1 | -1/+4 |
| | | | Patch by Matthias Bussonnier. | ||||
* | Fix small typos in introduction and datastructures of tutorial (GH-272) | Jim Fasarakis-Hilliard | 2017-02-25 | 2 | -5/+5 |
| | | | | | * Fix small typos in introduction and datastructures * Use iterable instead of L in the doc for list.extend | ||||
* | README.rst: Change the devguide url to docs.python.org/devguide (GH-295) | Mariatta | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | README.rst: List out relevant links to the project (#283) | Mariatta | 2017-02-25 | 1 | -0/+9 |
| | |||||
* | bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) | Subhendu Ghosh | 2017-02-25 | 5 | -7/+32 |
| | | | | | | | The Windows-specific subprocess.STARTUPINFO class now accepts keyword-only arguments to its constructor to set the various data attributes. Patch by Subhendu Ghosh. | ||||
* | bpo-16285: Update urllib quoting to RFC 3986 (#173) | Ratnadeep Debnath | 2017-02-25 | 6 | -7/+27 |
| | | | | | | | | | | * bpo-16285: Update urllib quoting to RFC 3986 urllib.parse.quote is now based on RFC 3986, and hence includes `'~'` in the set of characters that is not escaped by default. Patch by Christian Theune and Ratnadeep Debnath. | ||||
* | bpo-29644: suppress subprocess output from webbrowser (#289) | Nick Coghlan | 2017-02-25 | 1 | -1/+2 |
| | | | | | | When checking for the default X web browser, xdg-settings may emit messages on stderr if some components (such as kreadconfig5) are unavailable. These messages aren't of interest to Python, so we just ignore them. | ||||
* | bpo-24241: Add dedicated webbrowser.register test case (#288) | Nick Coghlan | 2017-02-25 | 1 | -0/+53 |
| | |||||
* | bpo-24241: Improve preferred webbrowser handling (#85) | David Steele | 2017-02-25 | 4 | -16/+37 |
| | | | | | | | | | | | | | | | | | | - Add 'preferred' argument to webbrowser.register - Use xdg-settings to specify preferred X browser The first change replaces the existing undocumented tri-state 'try_order' parameter with the documented boolean keyword-only 'preferred' parameter. Setting it to True places the browser at the front of the list, preferring it as the return to a subsequent get() call. The second change adds a private `_os_preferred_browser` setting and then uses that to make the default browser reported by `xdg-settings` first in the try list when running under X (or another environment that sets the `DISPLAY` variable). This avoids the problem where the first entry in the tryorder queue otherwise defaults to xdg-open, which doesn't support the "new window" option. | ||||
* | bpo-28929: Add to Misc/NEWS (GH-112) | Mariatta | 2017-02-25 | 1 | -0/+2 |
| | | | | mention bpo-28929 in the Documentation section of What's New in Python 3.7.0 alpha 1 | ||||
* | Fix small typos in expressions.rst (GH-276) | Jim Fasarakis-Hilliard | 2017-02-24 | 1 | -2/+2 |
| | |||||
* | bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) | Barry Warsaw | 2017-02-24 | 2 | -0/+9 |
| | | | | | | * bpo-25008: Deprecate smtpd and point to aiosmtpd. * Simplify the aiosmtpd URL. | ||||
* | bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) | Ivan Levkivskyi | 2017-02-24 | 2 | -1/+12 |
| | |||||
* | bpo-27788 : synchronise platform.py version number (#246) | Matthias Bussonnier | 2017-02-24 | 1 | -1/+1 |
| | | | | Was bumped in the docstring by b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a but not in `__version__` | ||||
* | bpo-29637: clean docstring only if not None (GH-267) | Matthias Bussonnier | 2017-02-24 | 2 | -1/+5 |
| | |||||
* | bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1 ↵ | Louie Lu | 2017-02-24 | 1 | -0/+4 |
| | | | | (#255) (#255) | ||||
* | Update to typing: treat subscripted generics as proxies (#265) | Ivan Levkivskyi | 2017-02-24 | 2 | -0/+34 |
| | |||||
* | bpo-29624: Adds purge step and layout test after uploading files. (#258) | Steve Dower | 2017-02-23 | 2 | -10/+53 |
| | |||||
* | bpo-29622: Make AST constructor to accept less than enough number of ↵ | INADA Naoki | 2017-02-23 | 3 | -42/+34 |
| | | | | | | | | | | | positional arguments (GH-249) bpo-29463 added optional "docstring" field to 4 AST types. While it is optional, it breaks backward compatibility because AST constructor requires number of positional argument is same to number of fields. AST types accepts empty arguments, and incomplete keyword arguments. But it's not big problem because field can be filled after creation, and checked when compiling. So stop requiring complete set of fields for positional arguments too. | ||||
* | Document why functools.partial() must copy kwargs (#253) | Victor Stinner | 2017-02-23 | 2 | -2/+5 |
| | | | | Add a comment to prevent further attempts to avoid a copy for optimization. | ||||
* | bpo-28911: Clarify the behaviour of assert_called_once_with. (#251) | Arne de Laat | 2017-02-23 | 2 | -7/+8 |
| | |||||
* | bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ↵ | Martijn Pieters | 2017-02-23 | 3 | -3/+22 |
| | | | | | | | | operations (#51) When you use `'%s' % SubClassOfStr()`, where `SubClassOfStr.__rmod__` exists, the reverse operation is ignored as normally such string formatting operations use the `PyUnicode_Format()` fast path. This patch tests for subclasses of `str` first and picks the slow path in that case. Patch by Martijn Pieters. | ||||
* | mark various test data binary (#233) | Benjamin Peterson | 2017-02-23 | 1 | -0/+9 |
| | |||||
* | bpo-29463: Add docstring field to some AST nodes. (#46) | INADA Naoki | 2017-02-22 | 15 | -3045/+3150 |
| | | | | | | | | | | | * bpo-29463: Add docstring field to some AST nodes. ClassDef, ModuleDef, FunctionDef, and AsyncFunctionDef has docstring field for now. It was first statement of there body. * fix document. thanks travis! * doc fixes | ||||
* | bpo-29546: Improve from-import error message with location (#103) | Matthias Bussonnier | 2017-02-22 | 4 | -5/+39 |
| | | | | bpo-29546: Improve from-import error message with location | ||||
* | Add sockaddr_alg to sock_addr_t (#234) | Christian Heimes | 2017-02-22 | 2 | -30/+34 |
| | | | | | | | | | | sock_addr_t is used to define the minimum size of any socket address on the stack. Let's make sure that an AF_ALG address always fits. Coverity complains because in theory, AF_ALG might be larger than any of the other structs. In practice it already fits. Closes Coverity CID 1398948, 1398949, 1398950 Signed-off-by: Christian Heimes <christian@python.org> |