Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. | Terry Jan Reedy | 2016-06-10 | 8 | -40/+38 | |
| | | | | | | | | | | | | Delete now unneeded tk version tests and code for older versions. | |||||
* | | | Issue #24759: Add test for IDLE syntax colorizoer. | Terry Jan Reedy | 2016-06-10 | 1 | -0/+56 | |
| | | | ||||||
* | | | Issue #8491: Merge readline doc from 3.5 | Martin Panter | 2016-06-10 | 1 | -0/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #8491: Add link to Gnu Readline configuration documentation | Martin Panter | 2016-06-10 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge | Brett Cannon | 2016-06-09 | 4 | -11/+8 | |
|\ \ \ | ||||||
| * \ \ | Issue #15476: Merge index entries from 3.5 | Martin Panter | 2016-06-09 | 4 | -11/+8 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 4 | -11/+8 | |
| | | | | ||||||
* | | | | Issue #27186: Document PyOS_FSPath(). | Brett Cannon | 2016-06-09 | 2 | -0/+13 | |
|/ / / | ||||||
* | | | Issue #27182: Document os.PathLike. | Brett Cannon | 2016-06-09 | 2 | -0/+24 | |
| | | | | | | | | | | | | Part of PEP 519. | |||||
* | | | Add a missing :term:. | Brett Cannon | 2016-06-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Clarify the os.fspath() documentation. | Brett Cannon | 2016-06-09 | 1 | -3/+4 | |
| | | | ||||||
* | | | Clarify documentation for os.fspath(). | Brett Cannon | 2016-06-09 | 2 | -8/+8 | |
| | | | ||||||
* | | | Fix some PEP 8 violations. | Brett Cannon | 2016-06-09 | 1 | -10/+6 | |
| | | | ||||||
* | | | Merge 3.5 (issue #27243) | Yury Selivanov | 2016-06-09 | 13 | -32/+292 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 13 | -32/+291 | |
| | | | ||||||
* | | | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. | Serhiy Storchaka | 2016-06-09 | 52 | -816/+1575 | |
| | | | ||||||
* | | | Issue #26305: Argument Clinic now escapes braces. No need to double them. | Serhiy Storchaka | 2016-06-09 | 2 | -20/+21 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26305: Argument Clinic now escapes braces. No need to double them. | Serhiy Storchaka | 2016-06-09 | 2 | -20/+21 | |
| | | | ||||||
* | | | Regenerate Argument Clinic code for issue #23026. | Serhiy Storchaka | 2016-06-09 | 2 | -3/+5 | |
| | | | ||||||
* | | | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. | Terry Jan Reedy | 2016-06-08 | 4 | -10/+84 | |
| | | | ||||||
* | | | Null merge. | Barry Warsaw | 2016-06-08 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix a comment. | Barry Warsaw | 2016-06-08 | 1 | -1/+2 | |
| | | | ||||||
* | | | Issue #27066: Fixed SystemError if a custom opener (for open()) returns a | Barry Warsaw | 2016-06-08 | 3 | -1/+26 | |
|\ \ \ | |/ / | | | | | | | negative number without setting an exception. | |||||
| * | | 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. | |||||
* | | | Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. | Terry Jan Reedy | 2016-06-08 | 2 | -8/+11 | |
| | | | ||||||
* | | | Omnibus news entry for updates to typing.py. (Merge 3.5->3.6) | Guido van Rossum | 2016-06-08 | 1 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Omnibus news entry for updates to typing.py. | Guido van Rossum | 2016-06-08 | 1 | -0/+8 | |
| | | | ||||||
* | | | Sync typing.py with upstream (merge 3.5->3.6). | Guido van Rossum | 2016-06-08 | 2 | -4/+76 | |
|\ \ \ | |/ / | ||||||
| * | | 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). | |||||
* | | | Merge 3.5 (NEWS) | Yury Selivanov | 2016-06-08 | 1 | -2/+0 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio: Remove line about asyncio.timeout() from the NEWS file | Yury Selivanov | 2016-06-08 | 1 | -2/+0 | |
| | | | ||||||
* | | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-06-08 | 4 | -260/+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 | |||||
* | | | Merge 3.5 (whatsnew) | Yury Selivanov | 2016-06-08 | 1 | -2/+7 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio: Update whatsnew/3.5.2 | Yury Selivanov | 2016-06-08 | 1 | -2/+7 | |
| | | | ||||||
* | | | Merge 3.5 (asyncio, issue #27136) | Yury Selivanov | 2016-06-08 | 1 | -23/+24 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #27136: Update asyncio docs | Yury Selivanov | 2016-06-08 | 1 | -23/+24 | |
| | | | ||||||
* | | | Merge 3.5 (issue #27136, asyncio) | Yury Selivanov | 2016-06-08 | 6 | -163/+116 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | |||||
* | | | Fix RST conflicts with Idle news entries | Martin Panter | 2016-06-08 | 2 | -6/+7 | |
| | | | ||||||
* | | | Merge from 3.5; no changes to 3.6 | Martin Panter | 2016-06-08 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #23275: Backport target list assignment documentation fixes | Martin Panter | 2016-06-08 | 1 | -15/+14 | |
| | | | ||||||
* | | | Issue #21593: Merge from 3.5 | Berker Peksag | 2016-06-08 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #21593: Clarify that re.search() returns the first match | Berker Peksag | 2016-06-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #25738: Merge HTTP server from 3.5 | Martin Panter | 2016-06-08 | 5 | -14/+73 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 5 | -11/+73 | |
| | | | | | | | | | | | | Patch by Susumu Koshiba. | |||||
* | | | Issue #21313: Merge version parsing from 3.5 | Martin Panter | 2016-06-08 | 3 | -4/+30 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #21313: Tolerate truncated buildinfo in sys.version | Martin Panter | 2016-06-08 | 3 | -4/+30 | |
| | | | ||||||
* | | | odict: Remove useless ";" after function definition | Victor Stinner | 2016-06-08 | 1 | -9/+9 | |
| | | | | | | | | | | | | Fix a "gcc -pendatic" warning. | |||||
* | | | py_getrandom(): use char* instead of void* for the destination | Victor Stinner | 2016-06-08 | 1 | -5/+8 | |
| | | | | | | | | | | | | Fix a "gcc -pedantic" warning on "buffer += n" because buffer type is void*. |