summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | 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 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
|\ \ \ | | |/ | |/|
| * | Grammatical fixes following #d95f19892fd0Brett Cannon2016-12-221-4/+4
* | | Issue #28762: lockf() is available on Android API level 24, but theXavier de Gaye2016-12-224-4/+45
* | | 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 #28538: On Darwin net/if.h requires that sys/socket.h be included befor...Xavier de Gaye2016-12-212-4/+28
* | | Issue #28538: Fix the compilation error that occurs because if_nameindex() isXavier de Gaye2016-12-213-2/+50
* | | Merge from 3.5.Serhiy Storchaka2016-12-213-0/+14
|\ \ \ | |/ /
| * | Issue #28871: Fixed a crash when deallocate deep ElementTree.Serhiy Storchaka2016-12-213-0/+14
* | | merge 3.5 (#28932)Benjamin Peterson2016-12-205-3/+8
|\ \ \ | |/ /
| * | add a specific configure check for sys/random.h (closes #28932)Benjamin Peterson2016-12-205-3/+8
* | | null mergeINADA Naoki2016-12-200-0/+0
|\ \ \ | |/ /
| * | Issue #28147: Fix a memory leak in split-table dictionariesINADA Naoki2016-12-204-6/+46
* | | Issue #28950: Disallow -j0 combined with -T/-l in regrtest.Xiang Zhang2016-12-194-2/+7
|\ \ \ | |/ /
| * | Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.Xiang Zhang2016-12-193-3/+9
* | | Merge 3.5Victor Stinner2016-12-191-5/+8
|\ \ \ | |/ /
| * | doc: Suggest to hash(tuple of attr) rather than XORVictor Stinner2016-12-191-5/+8
* | | Issue #29009: Merge 3.5.Xiang Zhang2016-12-192-8/+0
|\ \ \ | |/ /
| * | Issue #29009: Remove outdated doc of PyUnicode_RichCompare.Xiang Zhang2016-12-192-8/+0
* | | Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...Antoine Pitrou2016-12-193-5/+53
|\ \ \ | |/ /
| * | Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...Antoine Pitrou2016-12-193-5/+53
* | | Issue #28996: Skip two tests that fail on Android with the locale strcoll() andXavier de Gaye2016-12-191-2/+2
* | | Issue #25677: Merge SyntaxError caret positioning from 3.5Martin Panter2016-12-195-5/+39
|\ \ \ | |/ /
| * | Issue #25677: Correct syntax error caret for indented blocks.Martin Panter2016-12-115-5/+39
* | | Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence thatSerhiy Storchaka2016-12-193-33/+48
|\ \ \ | |/ /
| * | Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence thatSerhiy Storchaka2016-12-193-33/+48
* | | Merge: #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
|\ \ \ | |/ /
| * | #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
* | | Issue #28987: Typos, grammar, spelling in documentationMartin Panter2016-12-182-5/+5
* | | Merge spelling and grammar from 3.5Martin Panter2016-12-184-4/+4
|\ \ \ | |/ /
| * | Fix spelling and grammar in code comments and documentationMartin Panter2016-12-184-4/+4
* | | Merge #28407 Improve test coverage of make_msgid.R David Murray2016-12-182-0/+13
|\ \ \ | |/ /
| * | #28407 Improve test coverage of make_msgid.R David Murray2016-12-182-0/+13
* | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-173-8/+21
* | | Merge for porting HOWTO updateBrett Cannon2016-12-171-49/+61
|\ \ \ | |/ /
| * | Update porting HOWTO to drop unicode_literals and mention static type checkingBrett Cannon2016-12-171-49/+61
* | | Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-173-11/+31
|\ \ \ | |/ /