Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | ||||||
* | | | null merge | INADA Naoki | 2016-12-20 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28147: Fix a memory leak in split-table dictionaries | INADA Naoki | 2016-12-20 | 4 | -6/+46 | |
| | | | | | | | | | | | | setattr() must not convert combined table into split table. | |||||
* | | | Issue #28950: Disallow -j0 combined with -T/-l in regrtest. | Xiang Zhang | 2016-12-19 | 4 | -2/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. | Xiang Zhang | 2016-12-19 | 3 | -3/+9 | |
| | | | ||||||
* | | | Merge 3.5 | Victor Stinner | 2016-12-19 | 1 | -5/+8 | |
|\ \ \ | |/ / | ||||||
| * | | doc: Suggest to hash(tuple of attr) rather than XOR | Victor Stinner | 2016-12-19 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | Issue #28383: __hash__ documentation recommends naive XOR to combine but this is suboptimal. Update the doc to suggest to reuse the hash() method using a tuple, with an example. | |||||
* | | | Issue #29009: Merge 3.5. | Xiang Zhang | 2016-12-19 | 2 | -8/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #29009: Remove outdated doc of PyUnicode_RichCompare. | Xiang Zhang | 2016-12-19 | 2 | -8/+0 | |
| | | | ||||||
* | | | Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and ↵ | Antoine Pitrou | 2016-12-19 | 3 | -5/+53 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | WeakValueDictionary.pop() when a GC collection happens in another thread. Original patch and report by Armin Rigo. | |||||
| * | | Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and ↵ | Antoine Pitrou | 2016-12-19 | 3 | -5/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | WeakValueDictionary.pop() when a GC collection happens in another thread. Original patch and report by Armin Rigo. | |||||
* | | | Issue #28996: Skip two tests that fail on Android with the locale strcoll() and | Xavier de Gaye | 2016-12-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | strxfrm() functions. | |||||
* | | | Issue #25677: Merge SyntaxError caret positioning from 3.5 | Martin Panter | 2016-12-19 | 5 | -5/+39 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25677: Correct syntax error caret for indented blocks. | Martin Panter | 2016-12-11 | 5 | -5/+39 | |
| | | | | | | | | | | | | Based on patch by Michael Layzell. | |||||
* | | | Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that | Serhiy Storchaka | 2016-12-19 | 3 | -33/+48 | |
|\ \ \ | |/ / | | | | | | | doesn't own its elements as limits. | |||||
| * | | Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that | Serhiy Storchaka | 2016-12-19 | 3 | -33/+48 | |
| | | | | | | | | | | | | doesn't own its elements as limits. | |||||
* | | | Merge: #29005: clarify terminology in tutorial 'method' discussion. | R David Murray | 2016-12-18 | 1 | -3/+2 | |
|\ \ \ | |/ / | ||||||
| * | | #29005: clarify terminology in tutorial 'method' discussion. | R David Murray | 2016-12-18 | 1 | -3/+2 | |
| | | | | | | | | | | | | Patch by Jim Fasarakis-Hilliard. | |||||
* | | | Issue #28987: Typos, grammar, spelling in documentation | Martin Panter | 2016-12-18 | 2 | -5/+5 | |
| | | | ||||||
* | | | Merge spelling and grammar from 3.5 | Martin Panter | 2016-12-18 | 4 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Fix spelling and grammar in code comments and documentation | Martin Panter | 2016-12-18 | 4 | -4/+4 | |
| | | | ||||||
* | | | Merge #28407 Improve test coverage of make_msgid. | R David Murray | 2016-12-18 | 2 | -0/+13 | |
|\ \ \ | |/ / | ||||||
| * | | #28407 Improve test coverage of make_msgid. | R David Murray | 2016-12-18 | 2 | -0/+13 | |
| | | | | | | | | | | | | Patch by Dillon Brock. | |||||
* | | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) | Steve Dower | 2016-12-17 | 3 | -8/+21 | |
| | | | ||||||
* | | | Merge for porting HOWTO update | Brett Cannon | 2016-12-17 | 1 | -49/+61 | |
|\ \ \ | |/ / | ||||||
| * | | Update porting HOWTO to drop unicode_literals and mention static type checking | Brett Cannon | 2016-12-17 | 1 | -49/+61 | |
| | | | ||||||
* | | | Issue #29000: Fixed bytes formatting of octals with zero padding in alternate | Serhiy Storchaka | 2016-12-17 | 3 | -11/+31 | |
|\ \ \ | |/ / | | | | | | | form. | |||||
| * | | Issue #29000: Fixed bytes formatting of octals with zero padding in alternate | Serhiy Storchaka | 2016-12-17 | 3 | -11/+31 | |
| | | | | | | | | | | | | form. | |||||
* | | | Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 | Ned Deily | 2016-12-17 | 1 | -8/+31 | |
| | | | ||||||
* | | | Null merge v3.6.0rc2 release into mainline 3.6 | Ned Deily | 2016-12-17 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * \ \ | Null merge v3.6.0rc2 tag into mainline 3.6 | Ned Deily | 2016-12-16 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | Added tag v3.6.0rc2 for changeset 800a67f7806d | Ned Deily | 2016-12-16 | 1 | -0/+1 | |
| | | |/ | | |/| | ||||||
| | * | | Version bump for 3.6.0rc2v3.6.0rc2 | Ned Deily | 2016-12-16 | 3 | -4/+4 | |
| | | | |