summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | Patch by Chi Hsuan Yen.
* | | 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
| | | | | | | | | | | | Patch by Maciej Szulik.
* | | 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
| | | | | | | | | | | | Based on patch by Patrila.
* | | Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.INADA Naoki2016-12-244-15/+45
| | | | | | | | | | | | Calling function is up to 5% faster.
* | | 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
| |\ \ | | |/
| | * Issue #28954: Add missing comma to keyword argument syntaxMartin Panter2016-12-241-1/+1
| | |
* | | Issue #1446619: Merge slicing description from 3.6Martin Panter2016-12-241-2/+4
|\ \ \ | |/ /
| * | Issue #1446619: Merge slicing description from 3.5Martin Panter2016-12-241-2/+4
| |\ \ | | |/
| | * Issue #1446619: Account for negative slice direction in descriptionMartin Panter2016-12-241-2/+4
| | | | | | | | | | | | Based on suggestion from Fumihiro Bessho.
* | | Issue #29004: Merge crc_hqx() doc from 3.6Martin Panter2016-12-243-6/+8
|\ \ \ | |/ /
| * | Issue #29004: Merge crc_hqx() doc from 3.5Martin Panter2016-12-243-6/+8
| |\ \ | | |/
| | * Issue #29004: Document binascii.crc_hqx() implements CRC-CCITTMartin Panter2016-12-243-6/+8
| | |
* | | Issue #28960: Merge Thread.join() doc from 3.6Martin Panter2016-12-241-1/+1
|\ \ \ | |/ /
| * | Issue #28960: Merge Thread.join() doc from 3.5Martin Panter2016-12-241-1/+1
| |\ \ | | |/
| | * Issue #28960: Drop comma attached to dash in Thread.join() descriptionMartin Panter2016-12-241-1/+1
| | |
* | | Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
|\ \ \ | |/ /
| * | Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
| |\ \ | | |/
| | * Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
| | |
* | | Update documentation index sidebar for 3.6.0 release.Ned Deily2016-12-231-1/+1
|\ \ \ | |/ /
| * | merge 3.5Ned Deily2016-12-230-0/+0
| |\ \ | | |/
| | * Update documentation index sidebar for 3.6.0 release.Ned Deily2016-12-231-1/+1
| | |
* | | Merge 3.6.0 release into defaultNed Deily2016-12-234-13/+729
|\ \ \ | |/ /
| * | Merge 3.6.0 release engineering headNed Deily2016-12-235-4323/+4336
| |\ \
| | * | Added tag v3.6.0 for changeset 41df79263a11Ned Deily2016-12-231-0/+1
| | | |
| | * | Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-225-4325/+4337
| | | |
* | | | MergeBrett Cannon2016-12-221-4/+4
|\ \ \ \ | |/ / /
| * | | MergeBrett Cannon2016-12-221-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | Grammatical fixes following #d95f19892fd0Brett Cannon2016-12-221-4/+4
| | | |
* | | | Issue #28762: Merge 3.6.Xavier de Gaye2016-12-224-4/+45
|\ \ \ \ | |/ / /
| * | | Issue #28762: lockf() is available on Android API level 24, but theXavier de Gaye2016-12-224-4/+45
| | | | | | | | | | | | | | | | F_LOCK macro is not defined in android-ndk-r13.
* | | | Issue #29044: Merge 3.6.Xiang Zhang2016-12-221-3/+4
|\ \ \ \ | |/ / /
| * | | Issue #29044: Merge 3.5.Xiang Zhang2016-12-221-3/+4
| |\ \ \ | | |/ /
| | * | Issue #29044: Fix a use-after-free in string '%c' formatter.Xiang Zhang2016-12-221-3/+4
| | | |
* | | | Issue 28923: Remove editor artifacts from Tix.py,Terry Jan Reedy2016-12-222-4/+2
|\ \ \ \ | |/ / /
| * | | Issue 28923: Remove editor artifacts from Tix.py,Terry Jan Reedy2016-12-222-4/+2
| |\ \ \ | | |/ /
| | * | Issue 28923: Remove editor artifacts from Tix.py.Terry Jan Reedy2016-12-222-4/+2
| | | |
* | | | Issue #28538: Merge 3.6.Xavier de Gaye2016-12-212-4/+28
|\ \ \ \ | |/ / /
| * | | Issue #28538: On Darwin net/if.h requires that sys/socket.h be included ↵Xavier de Gaye2016-12-212-4/+28
| | | | | | | | | | | | | | | | beforehand.
* | | | Fixed a type error introduced in issue #28992.Serhiy Storchaka2016-12-211-1/+1
| | | |
* | | | Issue #28538: Merge 3.6.Xavier de Gaye2016-12-213-2/+50
|\ \ \ \ | |/ / /
| * | | Issue #28538: Fix the compilation error that occurs because if_nameindex() isXavier de Gaye2016-12-213-2/+50
| | | | | | | | | | | | | | | | available on Android API level 24, but the if_nameindex structure is not defined.