Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with | Serhiy Storchaka | 2017-01-25 | 1 | -0/+7 |
|\ | | | | | | | | | | | a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. Added functions PySlice_Unpack() and PySlice_AdjustIndices(). | ||||
* | | Fix grammar in doc string, RST markup | Martin Panter | 2017-01-24 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.6 | Victor Stinner | 2017-01-23 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 1 | -0/+3 |
| | | |||||
* | | Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() | Serhiy Storchaka | 2017-01-22 | 1 | -0/+4 |
| | | | | | | | | is now of type "const char *" rather of "char *". | ||||
* | | Issue #29282: Backed out changeset b33012ef1417 | Mark Dickinson | 2017-01-21 | 1 | -9/+0 |
| | | |||||
* | | Issue #29282: add fused multiply-add function, math.fma. | Mark Dickinson | 2017-01-21 | 1 | -0/+9 |
| | | |||||
* | | Issue #29316: merge 3.6 | Ned Deily | 2017-01-20 | 1 | -6/+3 |
|\ \ | |/ | |||||
| * | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 1 | -6/+3 |
| | | | | | | | | corresponding note to documentation. Patch by Ivan L. | ||||
* | | Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode. | INADA Naoki | 2017-01-16 | 1 | -0/+7 |
| | | | | | | | | Changed stack layout bit for "easy to explain." | ||||
* | | Merge doc fixes from 3.6 | Martin Panter | 2017-01-14 | 7 | -52/+52 |
|\ \ | |/ | |||||
| * | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 7 | -52/+52 |
| |\ | |||||
| | * | Avoid line breaks after hyphens, otherwise they are turned into spaces | Martin Panter | 2017-01-14 | 7 | -52/+52 |
| | | | |||||
* | | | Document Python versions in which the removed features were deprecated. | Serhiy Storchaka | 2017-01-13 | 1 | -2/+5 |
| | | | |||||
* | | | Issue #29197: Removed deprecated function ntpath.splitunc(). | Serhiy Storchaka | 2017-01-13 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #29210: Removed support of deprecated argument "exclude" in | Serhiy Storchaka | 2017-01-13 | 1 | -0/+3 |
| | | | | | | | | | | | | tarfile.TarFile.add(). | ||||
* | | | Issue #29192: Removed deprecated features in the http.cookies module. | Serhiy Storchaka | 2017-01-13 | 1 | -0/+7 |
| | | | |||||
* | | | Issue #29193: A format string argument for string.Formatter.format() | Serhiy Storchaka | 2017-01-13 | 1 | -0/+6 |
| | | | | | | | | | | | | is now positional-only. | ||||
* | | | Issue #20804: The unittest.mock.sentinel attributes now preserve their | Serhiy Storchaka | 2017-01-11 | 1 | -0/+7 |
| | | | | | | | | | | | | identity when they are copied or pickled. | ||||
* | | | Issue #29239: Merge bug number from 3.6 | Martin Panter | 2017-01-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #29239: Fix --enable-optimizations bug number | Martin Panter | 2017-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2016-12-30 | 1 | -2/+7 |
|\ \ \ | |/ / | |||||
| * | | Clearer compact dict attribution to the original proposal | Raymond Hettinger | 2016-12-30 | 1 | -2/+7 |
| | | | |||||
* | | | Merge 3.6.0 release into default | Ned Deily | 2016-12-23 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.6.0 release engineering head | Ned Deily | 2016-12-23 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | Update docs and patchlevel for 3.6.0 final.v3.6.0 | Ned Deily | 2016-12-22 | 1 | -0/+3 |
| | | | | |||||
| | * | | Issue #28635: asyncio-related fixes and additions. | Yury Selivanov | 2016-12-15 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | (grafted from 418ba3a0f090ac0e17a935b7cd5a63ea8263a914) | ||||
| | * | | Issue #28979: Fix What's New in Python 3.6, dict | Victor Stinner | 2016-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan. (grafted from 181453f9a0c424212f0f6ddca2b9065c15689d7c) | ||||
| | * | | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Initial patch by Mariatta Wijaya. (grafted from 853e3f4d6cd98ac4590238bc1c60e40fd8ed3895) | ||||
| | * | | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | (grafted from 25df9671663b5f8b1560d58d8842f9676f6dffc2) | ||||
| | * | | Issue #28635: Drop the note that whatsnew is incomplete | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | (grafted from d12bc674b74eee73365e38fad1f170ed3349bd59) | ||||
* | | | | Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII | Serhiy Storchaka | 2016-12-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | whitespace, not only spaces. Patch by Robert Xiao. | ||||
* | | | | Issue #28987: Merge doc and comment fixes from 3.6 | Martin Panter | 2016-12-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28987: Typos, grammar, spelling in documentation | Martin Panter | 2016-12-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #18896: Python function can now have more than 255 parameters. | Serhiy Storchaka | 2016-12-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | collections.namedtuple() now supports tuples with more than 255 elements. | ||||
* | | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-12-15 | 1 | -6/+16 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28635: asyncio-related fixes and additions. | Yury Selivanov | 2016-12-15 | 1 | -6/+16 |
| | | | | |||||
* | | | | Merge 3.6 | Victor Stinner | 2016-12-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28979: Fix What's New in Python 3.6, dict | Victor Stinner | 2016-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan. | ||||
* | | | | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. | Yury Selivanov | 2016-12-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Special thanks to INADA Naoki for pushing the patch through the last mile, Serhiy Storchaka for reviewing the code, and to Victor Stinner for suggesting the idea (originally implemented in the PyPy project). | ||||
* | | | | Merge 3.6 (issue #28089) | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Initial patch by Mariatta Wijaya. | ||||
* | | | | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-08 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28635: Drop the note that whatsnew is incomplete | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
| |/ / | |||||
* | | | Merge documentation for issue #27030 from 3.6. | Serhiy Storchaka | 2016-12-06 | 2 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Issue #27030: Unknown escapes in re.sub() replacement template are allowed | Serhiy Storchaka | 2016-12-06 | 1 | -2/+3 |
| | | | | | | | | | | | | again. But they still are deprecated and will be disabled in 3.7. | ||||
* | | | Merge #23722 from 3.6 | Nick Coghlan | 2016-12-05 | 1 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | Issue #23722: improve __classcell__ compatibility | Nick Coghlan | 2016-12-05 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handling zero-argument super() in __init_subclass__ and __set_name__ involved moving __class__ initialisation to type.__new__. This requires cooperation from custom metaclasses to ensure that the new __classcell__ entry is passed along appropriately. The initial implementation of that change resulted in abruptly broken zero-argument super() support in metaclasses that didn't adhere to the new requirements (such as Django's metaclass for Model definitions). The updated approach adopted here instead emits a deprecation warning for those cases, and makes them work the same way they did in Python 3.5. This patch also improves the related class machinery documentation to cover these details and to include more reader-friendly cross-references and index entries. |