summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Merge issue #24129 from 3.5Nick Coghlan2015-08-051-0/+5
|\
| * Merge issue #24129 from 3.4Nick Coghlan2015-08-051-0/+5
| |\
| | * Issue #24129: Clarify reference docs for name resolution.Nick Coghlan2015-08-051-0/+5
* | | Issue #23973: Update typing.py from GitHub repo. (Merge from 3.5.)Guido van Rossum2015-08-051-0/+2
|\ \ \ | |/ /
| * | Issue #23973: Update typing.py from GitHub repo.Guido van Rossum2015-08-051-0/+2
* | | Closes #24751: Merge with 3.5Zachary Ware2015-08-051-0/+7
|\ \ \ | |/ /
| * | Issue #24751: Merge with 3.4Zachary Ware2015-08-051-0/+7
| |\ \ | | |/
| | * Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.Zachary Ware2015-08-051-0/+4
* | | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-0/+2
|\ \ \ | |/ /
| * | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-0/+2
| |\ \ | | |/
| | * Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-0/+2
* | | Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.Robert Collins2015-08-031-0/+2
|\ \ \ | |/ /
| * | Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.Robert Collins2015-08-031-0/+2
| |\ \ | | |/
| | * Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.Robert Collins2015-08-031-0/+2
* | | Closes #23652: Merge with 3.5Zachary Ware2015-08-021-0/+4
|\ \ \ | |/ /
| * | Issue #23652: Merge with 3.4Zachary Ware2015-08-021-0/+4
| |\ \ | | |/
| | * Issue #23652: Make the select module compile against LSB headers.Zachary Ware2015-08-021-0/+4
* | | 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 #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
| |\ \ | | |/
| | * Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-301-0/+3
* | | Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers.Berker Peksag2015-07-291-0/+3
* | | Merge with 3.5 for Issue #24729Jason R. Coombs2015-07-291-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/+5
| |\ \ \ | | |/ /
| | * | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-0/+2
| | |/
* | | Merge 3.5 (ctypes)Victor Stinner2015-07-291-0/+3
|\ \ \ | |/ /
| * | 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.5Ned Deily2015-07-291-0/+2
|\ \ \ | |/ /
| * | 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 #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 #23426: run_setup was broken in distutils.Robert Collins2015-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 #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-2/+4
|\ \ \ | |/ /
| * | 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