summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #22932: Fix timezones in email.utils.formatdate.Robert Collins2015-07-311-0/+3
|\
| * Issue #22932: Fix timezones in email.utils.formatdate.Robert Collins2015-07-311-0/+3
* | Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-301-0/+3
|\ \ | |/
| * Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-301-0/+3
* | Merge with 3.4 for Issue #24729Jason R. Coombs2015-07-291-0/+3
|\ \ | |/
| * MergeJason R. Coombs2015-07-291-0/+3
| |\
| | * Issue #24729: Correct reference to open function.Jason R. Coombs2015-07-291-0/+3
* | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-0/+5
|\ \ \ | |/ /
| * | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-0/+2
| |/
* | Merge 3.4 (ctypes)Victor Stinner2015-07-291-0/+3
|\ \ | |/
| * Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+3
* | Issue #19450: merge from 3.4Ned Deily2015-07-291-1/+1
|\ \ | |/
| * Issue #19450: Update OS X installer builds to use SQLite 3.8.11.Ned Deily2015-07-291-1/+1
* | Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-0/+3
|\ \ | |/
| * Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-0/+3
* | Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-0/+2
|\ \ | |/
| * Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-0/+2
| * Issue #24735: Fix invalid memory access in combinations_with_replacement()Raymond Hettinger2015-07-281-0/+3
* | Issue #23441: rcompleter now prints a tab character instead of displayingBerker Peksag2015-07-271-0/+3
|\ \ | |/
| * Issue #23441: rcompleter now prints a tab character instead of displayingBerker Peksag2015-07-271-0/+3
* | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-261-0/+2
|\ \ | |/
| * Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-261-0/+2
* | Merge Python 3.5.0b4 changes back with 3.5 branch head.Larry Hastings2015-07-261-0/+3
|\ \
| * \ Issue #24683: Fixed crashes in _json functions called with arguments ofSerhiy Storchaka2015-07-261-0/+3
| |\ \ | | |/
| | * Issue #24683: Fixed crashes in _json functions called with arguments ofSerhiy Storchaka2015-07-261-0/+3
* | | Post-release updates for Python 3.5.0b4.Larry Hastings2015-07-261-0/+12
* | | Version bump for Python 3.5.0b4.v3.5.0b4Larry Hastings2015-07-251-2/+2
|/ /
* | Issue #21697: shutil.copytree() now correctly handles symbolic links that poi...Berker Peksag2015-07-251-0/+3
|\ \ | |/
| * Issue #21697: shutil.copytree() now correctly handles symbolic links that poi...Berker Peksag2015-07-251-0/+3
* | Issue #14373: Fixed segmentation fault when gc.collect() is called duringSerhiy Storchaka2015-07-251-0/+3
* | Issue #24603: merge from 3.4Ned Deily2015-07-241-1/+2
|\ \ | |/
* | Issue #24695: Fix a regression in traceback.print_exception()Berker Peksag2015-07-241-0/+4
* | Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+2
|\ \ | |/
| * Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+2
* | Issue #24485: Function source inspection fails on closures.Meador Inge2015-07-241-0/+7
* | Issue #24485: Revert backwards compatibility breaking changes of #21217.Yury Selivanov2015-07-231-4/+0
* | Issue #24687: Plug refleak on SyntaxError in function parameters annotations.Yury Selivanov2015-07-231-0/+3
* | Issue #24688: ast.get_docstring() for 'async def' functions.Yury Selivanov2015-07-231-0/+2
* | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.Robert Collins2015-07-221-0/+2
|\ \ | |/
| * Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.Robert Collins2015-07-221-0/+2
* | Issue #24619: New approach for tokenizing async/await.Yury Selivanov2015-07-221-0/+3
* | Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-0/+5
|\ \ | |/
| * Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-2/+2
* | Issue #24669: Fix inspect.getsource() for 'async def' functions.Yury Selivanov2015-07-211-0/+3
* | Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind()Serhiy Storchaka2015-07-201-0/+3
* | Issue #24580: Symbolic group references to open group in re patterns now areSerhiy Storchaka2015-07-181-0/+3
* | Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.Serhiy Storchaka2015-07-181-0/+2
|\ \ | |/
| * Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.Serhiy Storchaka2015-07-181-0/+2
* | Fixed typos in Misc/NEWS.Serhiy Storchaka2015-07-181-1/+1
* | Issue #21750: mock_open.read_data can now be read from each instance, as itRobert Collins2015-07-171-0/+3
|\ \ | |/