| Commit message (Expand) | Author | Age | Files | Lines |
* | docs.whatsnew: Update ref to tp_as_async | Yury Selivanov | 2015-06-23 | 1 | -1/+1 |
|
|
* | Issue #24400: Introduce a distinct type for 'async def' coroutines. | Yury Selivanov | 2015-06-22 | 1 | -2/+9 |
|
|
* | Issue #24423: Fix formatting error in 3.5 whatsnew | Ned Deily | 2015-06-10 | 1 | -2/+2 |
|
|
* | Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew | Yury Selivanov | 2015-05-31 | 1 | -0/+6 |
|
|
* | minor fix of module order in whatsnew/3.5 | Tal Einat | 2015-05-31 | 1 | -8/+8 |
|
|
* | Issue #19543: Implementation of isclose as per PEP 485 | Tal Einat | 2015-05-31 | 1 | -0/+21 |
|
|
* | Issue #24284: The startswith and endswith methods of the str class no longer | Serhiy Storchaka | 2015-05-31 | 1 | -0/+4 |
|
|
* | improve section title | Benjamin Peterson | 2015-05-31 | 1 | -2/+2 |
|
|
* | Reverting my previous commit. | Yury Selivanov | 2015-05-30 | 2 | -167/+0 |
|
|
* | Merge 3.5 | Yury Selivanov | 2015-05-30 | 2 | -0/+167 |
|\ |
|
| * | docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7 | Yury Selivanov | 2015-05-28 | 1 | -0/+8 |
|
|
| * | Merge 3.5 | Yury Selivanov | 2015-05-28 | 1 | -0/+8 |
| |\ |
|
| * | | Add whatsnew for 3.6 | Yury Selivanov | 2015-05-28 | 2 | -0/+159 |
|
|
* | | | docs/whatsnew: Mention OrderedDict C implementation | Yury Selivanov | 2015-05-30 | 1 | -0/+4 |
| |/
|/| |
|
* | | docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 | Yury Selivanov | 2015-05-28 | 1 | -0/+8 |
|/ |
|
* | rephrase | Benjamin Peterson | 2015-05-27 | 1 | -7/+7 |
|
|
* | Fix bad indent in whatsnew/3.5.rst. | Guido van Rossum | 2015-05-23 | 1 | -1/+1 |
|
|
* | Add pointer to IDLE what's new file. | Terry Jan Reedy | 2015-05-23 | 1 | -0/+9 |
|
|
* | Merge with 3.4 | Terry Jan Reedy | 2015-05-23 | 1 | -1/+1 |
|\ |
|
| * | whitespace | Terry Jan Reedy | 2015-05-23 | 1 | -1/+1 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2015-05-23 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Add pointer to IDLE what's new file. | Terry Jan Reedy | 2015-05-23 | 1 | -0/+10 |
|
|
* | | Fix Sphinx warnings. | Berker Peksag | 2015-05-23 | 1 | -1/+1 |
|
|
* | | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -2/+17 |
|
|
* | | Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir | Gregory P. Smith | 2015-05-22 | 1 | -1/+6 |
|
|
* | | Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. | Yury Selivanov | 2015-05-22 | 1 | -0/+10 |
|
|
* | | Fix extraneous BOM in whatsnew. | Zachary Ware | 2015-05-22 | 1 | -1/+1 |
|
|
* | | Issue #20035: Reimplement tkinter._fix module as a C function. | Zachary Ware | 2015-05-22 | 1 | -1/+9 |
|
|
* | | docs: Mention PEP 479 in whatsnew. | Yury Selivanov | 2015-05-22 | 1 | -0/+21 |
|
|
* | | Issue 24180: Documentation for PEP 492 changes. | Yury Selivanov | 2015-05-21 | 1 | -1/+32 |
|
|
* | | improve wording | Benjamin Peterson | 2015-05-21 | 1 | -2/+2 |
|
|
* | | Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin | Yury Selivanov | 2015-05-21 | 1 | -0/+5 |
|
|
* | | Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. | Yury Selivanov | 2015-05-20 | 1 | -0/+3 |
|
|
* | | Issue #13866: add *quote_via* argument to urlencode. | R David Murray | 2015-05-18 | 1 | -0/+4 |
|
|
* | | #24218: Add SMTPUTF8 support to send_message. | R David Murray | 2015-05-17 | 1 | -2/+4 |
|
|
* | | #20098: add mangle_from_ policy option. | R David Murray | 2015-05-17 | 1 | -0/+6 |
|
|
* | | #24211: Add RFC6532 support to the email library. | R David Murray | 2015-05-17 | 1 | -0/+6 |
|
|
* | | #21083: add get_content_disposition method to email.message. | R David Murray | 2015-05-16 | 1 | -0/+8 |
|
|
* | | Issue #16314: Added support for the LZMA compression in distutils. | Serhiy Storchaka | 2015-05-16 | 1 | -0/+3 |
|
|
* | | #21804: Add RFC 6856 (UTF8) support to poplib. | R David Murray | 2015-05-16 | 1 | -0/+7 |
|
|
* | | #22027: Add RFC6531 support to smtplib. | R David Murray | 2015-05-16 | 1 | -0/+3 |
|
|
* | | Issue 24190: Add inspect.BoundArguments.apply_defaults() method. | Yury Selivanov | 2015-05-16 | 1 | -0/+3 |
|
|
* | | remove extra space | Benjamin Peterson | 2015-05-13 | 1 | -2/+2 |
|
|
* | | remove % from title, since it makes latex barf | Benjamin Peterson | 2015-05-13 | 1 | -2/+2 |
|
|
* | | Issue #1322: platform.dist() and platform.linux_distribution() functions are ... | Berker Peksag | 2015-05-13 | 1 | -0/+5 |
|
|
* | | Issue #24064: Property() docstrings are now writeable. | Raymond Hettinger | 2015-05-13 | 1 | -0/+16 |
|
|
* | | Issue #22681: Added support for the koi8_t encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+3 |
|
|
* | | Issue #22682: Added support for the kz1048 encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+3 |
|
|
* | | Issue #15027: The UTF-32 encoder is now 3x to 7x faster. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+3 |
|
|
* | | doc: Briefly mention C API changes in whatsnew. | Yury Selivanov | 2015-05-12 | 1 | -0/+3 |
|
|