summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #29073: Added a test for bytearray formatting with null byte.Serhiy Storchaka2016-12-281-0/+7
|\ \ \ | |/ /
| * | Issue #29073: Added a test for bytearray formatting with null byte.Serhiy Storchaka2016-12-281-0/+7
| |\ \ | | |/
| | * Issue #29073: bytearray formatting no longer truncates on first null byte.Serhiy Storchaka2016-12-283-1/+12
* | | Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
|\ \ \ | |/ /
| * | Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
| |\ \ | | |/
| | * Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
* | | Issue #28915: Exclude _Py_VaBuildStack from the limited API.Serhiy Storchaka2016-12-271-0/+4
* | | Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
|\ \ \ | |/ /
| * | Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
| |\ \ | | |/
| | * Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
* | | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-277-21/+193
|\ \ \ | |/ /
| * | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-277-22/+193
| |\ \ | | |/
| | * Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-277-30/+174
* | | Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-2719-7/+89
|\ \ \ | |/ /
| * | Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-2719-7/+92
* | | Issue #29069: Merge from 3.6Berker Peksag2016-12-271-1/+1
|\ \ \ | |/ /
| * | Issue #29069: Merge from 3.5Berker Peksag2016-12-271-1/+1
| |\ \ | | |/
| | * Issue #29069: Update the default URL of PyPI serverBerker Peksag2016-12-271-1/+1
* | | Merge from 3.6Berker Peksag2016-12-271-2/+2
|\ \ \ | |/ /
| * | Merge from 3.5Berker Peksag2016-12-271-2/+2
| |\ \ | | |/
| | * Move versionadded inside of the get_terminal_size() blockBerker Peksag2016-12-271-2/+2
* | | Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-272-0/+66
|\ \ \ | |/ /
| * | Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-272-0/+66
| |\ \ | | |/
| | * Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-272-0/+61
* | | Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
|\ \ \ | |/ /
| * | Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
| |\ \ | | |/
| | * Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
* | | mergeRaymond Hettinger2016-12-272-1/+4
|\ \ \ | |/ /
| * | Issue #29055: Suppress upstream exception for random.choice()Raymond Hettinger2016-12-272-1/+4
* | | Issue #29062: doc: Fix heading level of hashlib-blake2INADA Naoki2016-12-271-11/+8
* | | Merge with 3.6Terry Jan Reedy2016-12-271-3/+10
|\ \ \ | |/ /
| * | Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes).Terry Jan Reedy2016-12-271-3/+10
* | | Issue #29078: Merge 3.6.Xiang Zhang2016-12-272-2/+2
|\ \ \ | |/ /
| * | Issue #29078: Merge 3.5.Xiang Zhang2016-12-272-2/+2
| |\ \ | | |/
| | * Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-272-2/+2
* | | Issue #29062: doc: Fix hashlib module index conflictINADA Naoki2016-12-271-2/+1
* | | Issue #29049: Remove unnecessary Py_DECREFINADA Naoki2016-12-261-1/+1
* | | Issue #29049: Fix refleak introduced by f5eb0c4f5d37.INADA Naoki2016-12-261-1/+4
* | | Merge from 3.6.Serhiy Storchaka2016-12-251-1/+1
|\ \ \ | |/ /
| * | Merge from 3.5.Serhiy Storchaka2016-12-251-1/+1
| |\ \ | | |/
| | * Issue #29068: Fixed a typo in PyErr_Fetch example.Serhiy Storchaka2016-12-251-1/+1
* | | Merge: #25591: improve imap tests.R David Murray2016-12-252-1/+331
|\ \ \ | |/ /
| * | Merge: #25591: improve imap tests.R David Murray2016-12-252-1/+331
| |\ \ | | |/
| | * #25591: improve imap tests.R David Murray2016-12-252-1/+331
* | | Issue #28815: Merge test_socket fix from 3.6Martin Panter2016-12-241-3/+11
|\ \ \ | |/ /
| * | Issue #28815: Merge test_socket fix from 3.5Martin Panter2016-12-241-3/+11
| |\ \ | | |/
| | * Issue #28815: Skip TIPC tests if /proc/modules is not readableMartin Panter2016-12-241-3/+11
* | | Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.INADA Naoki2016-12-244-15/+45
* | | Issue #28954: Merge keyword argument syntax from 3.6Martin Panter2016-12-241-1/+1
|\ \ \ | |/ /
| * | Issue #28954: Merge keyword argument syntax from 3.5Martin Panter2016-12-241-1/+1
| |\ \ | | |/