summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-099-70/+208
* - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-103-609/+7
|\
| * - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-103-609/+6
* | Issue #27280: Merge from 3.5Berker Peksag2016-06-101-1/+1
|\ \ | |/
| * Issue #27280: Fix typo in IPv6Network documentationBerker Peksag2016-06-101-1/+1
* | Issue #24617: Merge os.mkdir() doc from 3.5Martin Panter2016-06-101-4/+10
|\ \ | |/
| * Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+10
* | Merge comment fix from 3.5Martin Panter2016-06-101-2/+2
|\ \ | |/
| * Fix typo and move comment to appropriate conditionMartin Panter2016-06-101-2/+2
* | Add a versionadded directive to os.PathLikeBerker Peksag2016-06-101-0/+2
* | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-108-40/+38
* | Issue #24759: Add test for IDLE syntax colorizoer.Terry Jan Reedy2016-06-101-0/+56
* | Issue #8491: Merge readline doc from 3.5Martin Panter2016-06-101-0/+7
|\ \ | |/
| * Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7
* | MergeBrett Cannon2016-06-094-11/+8
|\ \
| * \ Issue #15476: Merge index entries from 3.5Martin Panter2016-06-094-11/+8
| |\ \ | | |/
| | * [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-024-11/+8
* | | Issue #27186: Document PyOS_FSPath().Brett Cannon2016-06-092-0/+13
|/ /
* | Issue #27182: Document os.PathLike.Brett Cannon2016-06-092-0/+24
* | Add a missing :term:.Brett Cannon2016-06-091-1/+1
* | Clarify the os.fspath() documentation.Brett Cannon2016-06-091-3/+4
* | Clarify documentation for os.fspath().Brett Cannon2016-06-092-8/+8
* | Fix some PEP 8 violations.Brett Cannon2016-06-091-10/+6
* | Merge 3.5 (issue #27243)Yury Selivanov2016-06-0913-32/+292
|\ \ | |/
| * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-0913-32/+291
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-0952-816/+1575
* | Issue #26305: Argument Clinic now escapes braces. No need to double them.Serhiy Storchaka2016-06-092-20/+21
|\ \ | |/
| * Issue #26305: Argument Clinic now escapes braces. No need to double them.Serhiy Storchaka2016-06-092-20/+21
* | Regenerate Argument Clinic code for issue #23026.Serhiy Storchaka2016-06-092-3/+5
* | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.Terry Jan Reedy2016-06-084-10/+84
* | Null merge.Barry Warsaw2016-06-080-0/+0
|\ \ | |/
| * Fix a comment.Barry Warsaw2016-06-081-1/+2
* | Issue #27066: Fixed SystemError if a custom opener (for open()) returns aBarry Warsaw2016-06-083-1/+26
|\ \ | |/
| * Issue #27066: Fixed SystemError if a custom opener (for open()) returnsBarry Warsaw2016-06-083-1/+25
* | Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx.Terry Jan Reedy2016-06-082-8/+11
* | Omnibus news entry for updates to typing.py. (Merge 3.5->3.6)Guido van Rossum2016-06-081-0/+8
|\ \ | |/
| * Omnibus news entry for updates to typing.py.Guido van Rossum2016-06-081-0/+8
* | Sync typing.py with upstream (merge 3.5->3.6).Guido van Rossum2016-06-082-4/+76
|\ \ | |/
| * Sync typing.py with upstream.Guido van Rossum2016-06-082-4/+76
* | Merge 3.5 (NEWS)Yury Selivanov2016-06-081-2/+0
|\ \ | |/
| * asyncio: Remove line about asyncio.timeout() from the NEWS fileYury Selivanov2016-06-081-2/+0
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-084-260/+0
|\ \ | |/
| * asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-084-260/+0
* | Merge 3.5 (whatsnew)Yury Selivanov2016-06-081-2/+7
|\ \ | |/
| * asyncio: Update whatsnew/3.5.2Yury Selivanov2016-06-081-2/+7
* | Merge 3.5 (asyncio, issue #27136)Yury Selivanov2016-06-081-23/+24
|\ \ | |/
| * Issue #27136: Update asyncio docsYury Selivanov2016-06-081-23/+24
* | Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-086-163/+116
|\ \ | |/
| * Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-086-163/+116
* | Fix RST conflicts with Idle news entriesMartin Panter2016-06-082-6/+7