Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | | Post-release updates for Python 3.5.0b4. | Larry Hastings | 2015-07-26 | 1 | -0/+12 |
| | | | |||||
* | | | Version bump for Python 3.5.0b4.v3.5.0b4 | Larry Hastings | 2015-07-25 | 1 | -2/+2 |
|/ / | |||||
* | | Issue #21697: shutil.copytree() now correctly handles symbolic links that ↵ | Berker Peksag | 2015-07-25 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | point to directories. Patch by Eduardo Seabra and Thomas Kluyver. | ||||
| * | Issue #21697: shutil.copytree() now correctly handles symbolic links that ↵ | Berker Peksag | 2015-07-25 | 1 | -0/+3 |
| | | | | | | | | | | | | point to directories. Patch by Eduardo Seabra and Thomas Kluyver. | ||||
* | | Issue #14373: Fixed segmentation fault when gc.collect() is called during | Serhiy Storchaka | 2015-07-25 | 1 | -0/+3 |
| | | | | | | | | constructing lru_cache (C implementation). | ||||
* | | Issue #24603: merge from 3.4 | Ned Deily | 2015-07-24 | 1 | -1/+2 |
|\ \ | |/ | |||||
* | | Issue #24695: Fix a regression in traceback.print_exception() | Berker Peksag | 2015-07-24 | 1 | -0/+4 |
| | | | | | | | | | | If exc_traceback is None we shouldn't print a traceback header like described in the documentation. | ||||
* | | Issue #24620: Random.setstate() now validates the value of state last element. | Serhiy Storchaka | 2015-07-24 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #24620: Random.setstate() now validates the value of state last element. | Serhiy Storchaka | 2015-07-24 | 1 | -0/+2 |
| | | |||||
* | | Issue #24485: Function source inspection fails on closures. | Meador Inge | 2015-07-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | The fix for Issue #21217 introduced a regression that caused `inspect.getsource` to return incorrect results on nested functions. The root cause of the regression was due to switching the implementation to analyze the underlying bytecode instead of the source code. This commit switches things back to analyzing the source code in a more complete way. The original bug and the regression are both fixed by the new source code analysis. | ||||
* | | Issue #24485: Revert backwards compatibility breaking changes of #21217. | Yury Selivanov | 2015-07-23 | 1 | -4/+0 |
| | | |||||
* | | Issue #24687: Plug refleak on SyntaxError in function parameters annotations. | Yury Selivanov | 2015-07-23 | 1 | -0/+3 |
| | | |||||
* | | Issue #24688: ast.get_docstring() for 'async def' functions. | Yury Selivanov | 2015-07-23 | 1 | -0/+2 |
| | | |||||
* | | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -0/+2 |
| | | |||||
* | | Issue #24619: New approach for tokenizing async/await. | Yury Selivanov | 2015-07-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes how one-line async-defs and defs are tracked by tokenizer. It allows to correctly parse invalid code such as: >>> async def f(): ... def g(): pass ... async = 10 and valid code such as: >>> async def f(): ... async def g(): pass ... await z As a consequence, is is now possible to have one-line 'async def foo(): await ..' functions: >>> async def foo(): return await bar() | ||||
* | | Issue #24603: Update the Windows build to use OpenSSL 1.0.2d | Zachary Ware | 2015-07-22 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #24603: Update the Windows build to use OpenSSL 1.0.2d | Zachary Ware | 2015-07-22 | 1 | -2/+2 |
| | | |||||
* | | Issue #24669: Fix inspect.getsource() for 'async def' functions. | Yury Selivanov | 2015-07-21 | 1 | -0/+3 |
| | | | | | | | | Patch by Kai Groner. | ||||
* | | Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() | Serhiy Storchaka | 2015-07-20 | 1 | -0/+3 |
| | | | | | | | | for single-byte argument on Linux. | ||||
* | | Issue #24580: Symbolic group references to open group in re patterns now are | Serhiy Storchaka | 2015-07-18 | 1 | -0/+3 |
| | | | | | | | | explicitly forbidden as well as numeric group references. | ||||
* | | Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. | Serhiy Storchaka | 2015-07-18 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. | Serhiy Storchaka | 2015-07-18 | 1 | -0/+2 |
| | | |||||
* | | Fixed typos in Misc/NEWS. | Serhiy Storchaka | 2015-07-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #21750: mock_open.read_data can now be read from each instance, as it | Robert Collins | 2015-07-17 | 1 | -0/+3 |
|\ \ | |/ | | | | | could in Python 3.3. |