Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15657: Delete incorrect statement from PyMethodDef documentation | Berker Peksag | 2016-06-12 | 1 | -3/+2 |
| | |||||
* | Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib | Berker Peksag | 2016-06-12 | 1 | -1/+2 |
| | |||||
* | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 |
| | | | | functools.partial objects. | ||||
* | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 | Berker Peksag | 2016-06-12 | 3 | -0/+13 |
| | | | | Patch by Dave Sawyer. | ||||
* | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 2 | -18/+31 |
| | | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer. | ||||
* | Use exc role for ValueError in multiprocessing.rst | Berker Peksag | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | Issue #27221: Delete an outdated paragraph about pickle support of Process | Berker Peksag | 2016-06-12 | 1 | -6/+1 |
| | | | | Initial patch by Jelle Zijlstra. | ||||
* | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 3 | -18/+61 |
| | |||||
* | Merge heads | Serhiy Storchaka | 2016-06-12 | 4 | -6/+7 |
|\ | |||||
| * | Fix typos and English grammar in documentation and code comment | Martin Panter | 2016-06-12 | 3 | -4/+4 |
| | | |||||
| * | Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 | Martin Panter | 2016-06-12 | 1 | -2/+3 |
| | | |||||
* | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 3 | -4/+25 |
| | | |||||
* | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 7 | -107/+121 |
|/ | | | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. | ||||
* | Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi | Martin Panter | 2016-06-12 | 3 | -3/+8 |
| | |||||
* | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 5 | -30/+66 |
| | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | ||||
* | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages | Łukasz Langa | 2016-06-12 | 3 | -4/+81 |
| | | | | Patch by James Pickering. | ||||
* | Issue #27194: superfluous truncate calls in tarfile.py slow down extraction | Łukasz Langa | 2016-06-11 | 2 | -2/+3 |
| | | | | Patch by Jason Fried. | ||||
* | merge 3.4 (#26556) | Benjamin Peterson | 2016-06-11 | 4 | -6/+26 |
|\ | |||||
| * | upgrade expt to 2.1.1 (closes #26556) | Benjamin Peterson | 2016-06-11 | 4 | -6/+26 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 |
|\ \ | |/ | |||||
| * | raise an error when STARTTLS fails | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 |
| | | |||||
* | | Fix typo and silence a Sphinx warning in Doc/glossary.rst | Berker Peksag | 2016-06-11 | 1 | -1/+1 |
| | | |||||
* | | Silence 'make suspicious' warnings | Berker Peksag | 2016-06-11 | 1 | -3/+3 |
| | | |||||
* | | Issue #21386: Implement missing IPv4Address.is_global property | Berker Peksag | 2016-06-11 | 3 | -0/+13 |
| | | | | | | | | | | | | It was documented since 07a5610bae9d. Initial patch by Roger Luethi. | ||||
* | | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 224 | -136/+539 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. | Yury Selivanov | 2016-06-11 | 3 | -1/+35 |
| | | | | | | | | Patch by David Coles. | ||||
* | | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. | Yury Selivanov | 2016-06-11 | 3 | -18/+29 |
| | | | | | | | | Patch by Łukasz Langa. | ||||
* | | Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 2 | -0/+8 |
| | | |||||
* | | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 2 | -1/+85 |
| | | | | | | | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake. | ||||
* | | Issue #20900: distutils register command now decodes HTTP responses correctly | Berker Peksag | 2016-06-10 | 4 | -4/+21 |
| | | | | | | | | Initial patch by ingrid. | ||||
* | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove | doko@ubuntu.com | 2016-06-10 | 3 | -609/+6 |
| | | | | | | | | unused and outdated icons. | ||||
* | | Issue #27280: Fix typo in IPv6Network documentation | Berker Peksag | 2016-06-10 | 1 | -1/+1 |
| | | | | | | | | Patch by Arthur Carcano. | ||||
* | | Issue #24617: Add comment for os.mkdir about mode quirks | Tommy Beadle | 2016-06-02 | 1 | -4/+10 |
| | | |||||
* | | Fix typo and move comment to appropriate condition | Martin Panter | 2016-06-10 | 1 | -2/+2 |
| | | |||||
* | | Issue #8491: Add link to Gnu Readline configuration documentation | Martin Panter | 2016-06-10 | 1 | -0/+7 |
| | | |||||
* | | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 4 | -11/+8 |
| | | |||||
* | | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 13 | -32/+291 |
| | | |||||
* | | Issue #26305: Argument Clinic now escapes braces. No need to double them. | Serhiy Storchaka | 2016-06-09 | 2 | -20/+21 |
| | | |||||
* | | Fix a comment. | Barry Warsaw | 2016-06-08 | 1 | -1/+2 |
| | | |||||
* | | Issue #27066: Fixed SystemError if a custom opener (for open()) returns | Barry Warsaw | 2016-06-08 | 3 | -1/+25 |
| | | | | | | | | a negative number without setting an exception. | ||||
* | | Omnibus news entry for updates to typing.py. | Guido van Rossum | 2016-06-08 | 1 | -0/+8 |
| | | |||||
* | | Sync typing.py with upstream. | Guido van Rossum | 2016-06-08 | 2 | -4/+76 |
| | | | | | | | | | | | | | | | | | | (Upstream is https://github.com/python/typing) - Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230). - Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229). - Repr of Tuple[()] should be 'Tuple[()]' (upstream #231). - Add NewType() (upstream #189). | ||||
* | | asyncio: Remove line about asyncio.timeout() from the NEWS file | Yury Selivanov | 2016-06-08 | 1 | -2/+0 |
| | | |||||
* | | asyncio: Remove asyncio.timeout() context manager. | Yury Selivanov | 2016-06-08 | 4 | -260/+0 |
| | | | | | | | | | | | | | | It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html | ||||
* | | asyncio: Update whatsnew/3.5.2 | Yury Selivanov | 2016-06-08 | 1 | -2/+7 |
| | | |||||
* | | Issue #27136: Update asyncio docs | Yury Selivanov | 2016-06-08 | 1 | -23/+24 |
| | | |||||
* | | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo | Yury Selivanov | 2016-06-08 | 6 | -163/+116 |
| | | | | | | | | Patch by A. Jesse Jiryu Davis | ||||
* | | Issue #23275: Backport target list assignment documentation fixes | Martin Panter | 2016-06-08 | 1 | -15/+14 |
| | | |||||
* | | Issue #21593: Clarify that re.search() returns the first match | Berker Peksag | 2016-06-08 | 1 | -2/+2 |
| | | |||||
* | | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 5 | -11/+73 |
| | | | | | | | | Patch by Susumu Koshiba. |