Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | | ||||||
| | * | | Update pydoc topics for 3.6.0rc2 | Ned Deily | 2016-12-16 | 1 | -3/+32 | |
| | | | | ||||||
| * | | | null merge additional 3.6.0rc1+ cherrypicks | Ned Deily | 2016-12-16 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks. | Ned Deily | 2016-12-16 | 1 | -4/+8 | |
| | | | | ||||||
| | * | | Merge 3.5 (issue #28990) | Yury Selivanov | 2016-12-16 | 3 | -0/+15 | |
| | | | | ||||||
| | * | | Issue #28770: Update python-gdb.py for fastcalls | Victor Stinner | 2016-11-22 | 2 | -26/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frame.is_other_python_frame() now also handles _PyCFunction_FastCallDict() frames. Thanks to the new code to handle fast calls, python-gdb.py is now also able to detect the <built-in id method of module ...> frame. (grafted from f41d02d7da373ccaff97a42b66b051260bd55996) | |||||
* | | | | merge | Raymond Hettinger | 2016-12-16 | 3 | -2/+20 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). | Raymond Hettinger | 2016-12-16 | 3 | -2/+20 | |
| | | | ||||||
* | | | Issue #28971: Merge 3.5 | Xavier de Gaye | 2016-12-16 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28971: Temporarily skip test_over until a permanent solution is found | Xavier de Gaye | 2016-12-16 | 1 | -0/+2 | |
| | | | | | | | | | | | | for issue #28971. | |||||
* | | | Null merge | Serhiy Storchaka | 2016-12-16 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Merge heads | Serhiy Storchaka | 2016-12-16 | 3 | -0/+15 | |
| |\ \ | ||||||
* | \ \ | Merge heads | Serhiy Storchaka | 2016-12-16 | 3 | -0/+15 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge 3.5 (issue #28990) | Yury Selivanov | 2016-12-16 | 3 | -0/+15 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Issue #28990: Fix SSL hanging if connection is closed before handshake ↵ | Yury Selivanov | 2016-12-16 | 3 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | completed. | |||||
* | | | | | Issue #14061: Misc fixes and cleanups in archiving code in shutil. | Serhiy Storchaka | 2016-12-16 | 3 | -109/+112 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules. | |||||
| * | | | Issue #14061: Misc fixes and cleanups in archiving code in shutil. | Serhiy Storchaka | 2016-12-16 | 3 | -109/+112 | |
| |/ / | | | | | | | | | | | | | | | | Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules. | |||||
* | | | Merge 3.5 | Victor Stinner | 2016-12-16 | 1 | -2/+18 | |
|\ \ \ | |/ / | ||||||
| * | | python-gdb.py: catch gdb.error on gdb.selected_frame() | Victor Stinner | 2016-12-16 | 1 | -2/+18 | |
| | | | ||||||
* | | | null merge 3.6.0rc1+ head | Ned Deily | 2016-12-16 | 0 | -0/+0 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | bump version to 3.6.0rc1+ | Ned Deily | 2016-12-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Issue #28898: add Misc/NEWS entry | Ned Deily | 2016-12-16 | 1 | -0/+5 | |
| | | | ||||||
| * | | docs: asyncio is no longer provisional | Yury Selivanov | 2016-12-15 | 1 | -7/+0 | |
| | | | | | | | | | | | | (grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f) | |||||
| * | | Issue #28635: asyncio-related fixes and additions. | Yury Selivanov | 2016-12-15 | 1 | -6/+16 | |
| | | | | | | | | | | | | (grafted from 418ba3a0f090ac0e17a935b7cd5a63ea8263a914) | |||||
| * | | Issue #28091: Document PEP 525 & PEP 530. | Yury Selivanov | 2016-12-15 | 9 | -4/+298 | |
| | | | | | | | | | | | | | | | Patch by Eric Appelt. (grafted from 78c8f450b84ca1864123ec487d363eb151f61a4a) | |||||
| * | | Fix a memory leak in split-table dictionaries | Victor Stinner | 2016-12-15 | 4 | -5/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki. (grafted from 85be9dcc16a81d3ccd1f67b056255a7f206edd47) |