Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed doubled spaces in Misc/NEWS. | Serhiy Storchaka | 2015-08-09 | 1 | -13/+13 |
|\ | |||||
| * | Fixed doubled spaces in Misc/NEWS. | Serhiy Storchaka | 2015-08-09 | 1 | -17/+17 |
| | | |||||
* | | Issue #24824: Signatures of codecs.encode() and codecs.decode() now are | Serhiy Storchaka | 2015-08-09 | 1 | -0/+3 |
| | | | | | | | | compatible with pydoc. | ||||
* | | Issue #24634: Importing uuid should not try to load libc on Windows | Steve Dower | 2015-07-14 | 1 | -0/+2 |
| | | |||||
* | | Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. | Stefan Krah | 2015-08-08 | 1 | -0/+3 |
| | | | | | | | | Original patch by Martin Panter. | ||||
* | | Issue #24667: Resize odict in all cases that the underlying dict resizes. | Eric Snow | 2015-08-07 | 1 | -0/+2 |
| | | |||||
* | | Issue #24798: _msvccompiler.py doesn't properly support manifests | Steve Dower | 2015-08-05 | 1 | -0/+2 |
| | | |||||
* | | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch by Martin Panter. | ||||
| * | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -0/+3 |
| | | | | | | | | Patch by Martin Panter. | ||||
* | | Issue #23004: mock_open() now reads binary data correctly when the type of ↵ | Berker Peksag | 2015-08-06 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | read_data is bytes. Initial patch by Aaron Hill. | ||||
| * | Issue #23004: mock_open() now reads binary data correctly when the type of ↵ | Berker Peksag | 2015-08-06 | 1 | -0/+3 |
| | | | | | | | | | | | | read_data is bytes. Initial patch by Aaron Hill. | ||||
* | | Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. | Yury Selivanov | 2015-08-05 | 1 | -0/+2 |
| | | |||||
* | | Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. | Yury Selivanov | 2015-08-05 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch by Gustavo J. A. M. Carneiro. | ||||
| * | Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. | Yury Selivanov | 2015-08-05 | 1 | -0/+3 |
| | | | | | | | | Patch by Gustavo J. A. M. Carneiro. | ||||
* | | Merge issue #24129 from 3.4 | Nick Coghlan | 2015-08-05 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #24129: Clarify reference docs for name resolution. | Nick Coghlan | 2015-08-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi. | ||||
* | | Issue #23973: Update typing.py from GitHub repo. | Guido van Rossum | 2015-08-05 | 1 | -0/+2 |
| | | |||||
* | | Issue #24751: Merge with 3.4 | Zachary Ware | 2015-08-05 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. | Zachary Ware | 2015-08-05 | 1 | -0/+4 |
| | | |||||
* | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+2 |
| | | |||||
* | | Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. | Robert Collins | 2015-08-03 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. | Robert Collins | 2015-08-03 | 1 | -0/+2 |
| | | |||||
* | | Issue #23652: Merge with 3.4 | Zachary Ware | 2015-08-02 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #23652: Make the select module compile against LSB headers. | Zachary Ware | 2015-08-02 | 1 | -0/+4 |
| | | | | | | | | Patch by Matt Frank. | ||||
* | | Issue #22932: Fix timezones in email.utils.formatdate. | Robert Collins | 2015-07-31 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch from Dmitry Shachnev. | ||||
| * | Issue #22932: Fix timezones in email.utils.formatdate. | Robert Collins | 2015-07-31 | 1 | -0/+3 |
| | | | | | | | | Patch from Dmitry Shachnev. | ||||
* | | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch from Craig Holmquist. | ||||
| * | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -0/+3 |
| | | | | | | | | Patch from Craig Holmquist. | ||||
* | | Merge with 3.4 for Issue #24729 | Jason R. Coombs | 2015-07-29 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Merge | Jason R. Coombs | 2015-07-29 | 1 | -0/+3 |
| |\ | |||||
| | * | Issue #24729: Correct reference to open function. | Jason R. Coombs | 2015-07-29 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. | Robert Collins | 2015-07-29 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. | Robert Collins | 2015-07-29 | 1 | -0/+2 |
| |/ | |||||
* | | Merge 3.4 (ctypes) | Victor Stinner | 2015-07-29 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch | Victor Stinner | 2015-07-29 | 1 | -0/+3 |
| | | | | | | | | written by Matthieu Gautier. | ||||
* | | Issue #19450: merge from 3.4 | Ned Deily | 2015-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #19450: Update OS X installer builds to use SQLite 3.8.11. | Ned Deily | 2015-07-29 | 1 | -1/+1 |
| | | |||||
* | | Issue #23254: Document how to close the TCPServer listening socket. | Robert Collins | 2015-07-29 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch from Martin Panter. | ||||
| * | Issue #23254: Document how to close the TCPServer listening socket. | Robert Collins | 2015-07-29 | 1 | -0/+3 |
| | | | | | | | | Patch from Martin Panter. | ||||
* | | Issue #19450: Update Windows builds to use SQLite 3.8.11.0 | Steve Dower | 2015-07-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #19450: Update Windows builds to use SQLite 3.8.11.0 | Steve Dower | 2015-07-28 | 1 | -0/+2 |
| | | |||||
| * | Issue #24735: Fix invalid memory access in combinations_with_replacement() | Raymond Hettinger | 2015-07-28 | 1 | -0/+3 |
| | | |||||
* | | Issue #23441: rcompleter now prints a tab character instead of displaying | Berker Peksag | 2015-07-27 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | possible completions for an empty word. Initial patch by Martin Sekera. | ||||
| * | Issue #23441: rcompleter now prints a tab character instead of displaying | Berker Peksag | 2015-07-27 | 1 | -0/+3 |
| | | | | | | | | | | | | possible completions for an empty word. Initial patch by Martin Sekera. | ||||
* | | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+2 |
| | | |||||
* | | Merge Python 3.5.0b4 changes back with 3.5 branch head. | Larry Hastings | 2015-07-26 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Issue #24683: Fixed crashes in _json functions called with arguments of | Serhiy Storchaka | 2015-07-26 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | inappropriate type. | ||||
| | * | Issue #24683: Fixed crashes in _json functions called with arguments of | Serhiy Storchaka | 2015-07-26 | 1 | -0/+3 |
| | | | | | | | | | | | | inappropriate type. |