Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Issue #23903: Added missed Windows-specific names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+13 | |
| | | | | ||||||
* | | | | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 7 | -22/+193 | |
|\ \ \ \ | |/ / / | | | | | | | | | WeakValueDictionary when collecting from another thread. | |||||
| * | | | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 7 | -30/+174 | |
| | | | | | | | | | | | | | | | | WeakValueDictionary when collecting from another thread. | |||||
* | | | | Issue #29058: All stable API extensions added after Python 3.2 are now | Serhiy Storchaka | 2016-12-27 | 19 | -7/+92 | |
| | | | | | | | | | | | | | | | | | | | | available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of the minimum Python version supporting this API. | |||||
* | | | | Issue #29069: Merge from 3.5 | Berker Peksag | 2016-12-27 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #29069: Update the default URL of PyPI server | Berker Peksag | 2016-12-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Patch by paka. | |||||
* | | | | Merge from 3.5 | Berker Peksag | 2016-12-27 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Move versionadded inside of the get_terminal_size() block | Berker Peksag | 2016-12-27 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 2 | -0/+66 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 2 | -0/+61 | |
| | | | | ||||||
* | | | | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 | |
| | | | | ||||||
* | | | | Issue #29055: Suppress upstream exception for random.choice() | Raymond Hettinger | 2016-12-27 | 2 | -1/+4 | |
| | | | | ||||||
* | | | | Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). | Terry Jan Reedy | 2016-12-27 | 1 | -3/+10 | |
| | | | | ||||||
* | | | | Issue #29078: Merge 3.5. | Xiang Zhang | 2016-12-27 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #29078: Add the missing import in datetime.time doc example. | Xiang Zhang | 2016-12-27 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | Patch by Dhushyanth Ramasamy. | |||||
* | | | | Merge from 3.5. | Serhiy Storchaka | 2016-12-25 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #29068: Fixed a typo in PyErr_Fetch example. | Serhiy Storchaka | 2016-12-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Patch by Chi Hsuan Yen. | |||||
* | | | | Merge: #25591: improve imap tests. | R David Murray | 2016-12-25 | 2 | -1/+331 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #25591: improve imap tests. | R David Murray | 2016-12-25 | 2 | -1/+331 | |
| | | | | | | | | | | | | | | | | Patch by Maciej Szulik. | |||||
* | | | | Issue #28815: Merge test_socket fix from 3.5 | Martin Panter | 2016-12-24 | 1 | -3/+11 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28815: Skip TIPC tests if /proc/modules is not readable | Martin Panter | 2016-12-24 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | | | Based on patch by Patrila. | |||||
* | | | | Issue #28954: Merge keyword argument syntax from 3.5 | Martin Panter | 2016-12-24 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28954: Add missing comma to keyword argument syntax | Martin Panter | 2016-12-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #1446619: Merge slicing description from 3.5 | Martin Panter | 2016-12-24 | 1 | -2/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #1446619: Account for negative slice direction in description | Martin Panter | 2016-12-24 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | Based on suggestion from Fumihiro Bessho. | |||||
* | | | | Issue #29004: Merge crc_hqx() doc from 3.5 | Martin Panter | 2016-12-24 | 3 | -6/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT | Martin Panter | 2016-12-24 | 3 | -6/+8 | |
| | | | | ||||||
* | | | | Issue #28960: Merge Thread.join() doc from 3.5 | Martin Panter | 2016-12-24 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28960: Drop comma attached to dash in Thread.join() description | Martin Panter | 2016-12-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 | |
| | | | | ||||||
* | | | | merge 3.5 | Ned Deily | 2016-12-23 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Update documentation index sidebar for 3.6.0 release. | Ned Deily | 2016-12-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge 3.6.0 release engineering head | Ned Deily | 2016-12-23 | 5 | -4323/+4336 | |
|\ \ \ \ | ||||||
| * | | | | Added tag v3.6.0 for changeset 41df79263a11 | Ned Deily | 2016-12-23 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Update docs and patchlevel for 3.6.0 final.v3.6.0 | Ned Deily | 2016-12-22 | 5 | -4325/+4337 | |
| | | | | | ||||||
* | | | | | Merge | Brett Cannon | 2016-12-22 | 1 | -4/+4 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Grammatical fixes following #d95f19892fd0 | Brett Cannon | 2016-12-22 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Issue #28762: lockf() is available on Android API level 24, but the | Xavier de Gaye | 2016-12-22 | 4 | -4/+45 | |
| | | | | | | | | | | | | | | | | | | | | F_LOCK macro is not defined in android-ndk-r13. | |||||
* | | | | | Issue #29044: Merge 3.5. | Xiang Zhang | 2016-12-22 | 1 | -3/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #29044: Fix a use-after-free in string '%c' formatter. | Xiang Zhang | 2016-12-22 | 1 | -3/+4 | |
| | | | | | ||||||
* | | | | | Issue 28923: Remove editor artifacts from Tix.py, | Terry Jan Reedy | 2016-12-22 | 2 | -4/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue 28923: Remove editor artifacts from Tix.py. | Terry Jan Reedy | 2016-12-22 | 2 | -4/+2 | |
| | | | | | ||||||
* | | | | | Issue #28538: On Darwin net/if.h requires that sys/socket.h be included ↵ | Xavier de Gaye | 2016-12-21 | 2 | -4/+28 | |
| | | | | | | | | | | | | | | | | | | | | beforehand. | |||||
* | | | | | Issue #28538: Fix the compilation error that occurs because if_nameindex() is | Xavier de Gaye | 2016-12-21 | 3 | -2/+50 | |
| | | | | | | | | | | | | | | | | | | | | available on Android API level 24, but the if_nameindex structure is not defined. | |||||
* | | | | | Merge from 3.5. | Serhiy Storchaka | 2016-12-21 | 3 | -0/+14 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #28871: Fixed a crash when deallocate deep ElementTree. | Serhiy Storchaka | 2016-12-21 | 3 | -0/+14 | |
| | | | | | ||||||
* | | | | | merge 3.5 (#28932) | Benjamin Peterson | 2016-12-20 | 5 | -3/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | add a specific configure check for sys/random.h (closes #28932) | Benjamin Peterson | 2016-12-20 | 5 | -3/+8 | |
| | | | | |