summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #20440: Cleaning up the code by using Py_SETREF.Serhiy Storchaka2016-01-0514-120/+39
* merge from 3.5Senthil Kumaran2016-01-041-4/+3
|\
| * merge from 3.4Senthil Kumaran2016-01-041-4/+3
| |\
| | * Issue24898 - Improve str.find documentation.Senthil Kumaran2016-01-041-4/+3
* | | merge from 3.5Senthil Kumaran2016-01-031-3/+5
|\ \ \ | |/ /
| * | merge from 3.4Senthil Kumaran2016-01-031-3/+5
| |\ \ | | |/
| | * Issue21221 - Explain the usage of tm_isdst attribute of mktime, with validSenthil Kumaran2016-01-031-3/+5
* | | #21815: Make the doc change match what I actually did.R David Murray2016-01-021-2/+2
* | | #21815: violate IMAP RFC to be compatible with, e.g., gmailR David Murray2016-01-024-1/+73
* | | Merge: #22709: Use stdin as-is if it does not have a buffer attribute.R David Murray2016-01-023-1/+15
|\ \ \ | |/ /
| * | #22709: Use stdin as-is if it does not have a buffer attribute.R David Murray2016-01-023-1/+15
* | | merge from 3.5Senthil Kumaran2016-01-022-4/+2
|\ \ \ | |/ /
| * | merge from 3.4Senthil Kumaran2016-01-022-4/+2
| |\ \ | | |/
| | * Issue25917 : Fix howto links in docs. Point the reference documentation inste...Senthil Kumaran2016-01-022-4/+2
* | | Remove a duplicate test_addresses key:value as identified by VincentGregory P. Smith2016-01-021-1/+0
|\ \ \ | |/ /
| * | Remove a duplicate test_addresses key:value as identified by VincentGregory P. Smith2016-01-021-1/+0
* | | Update copyrights for 2016.Ned Deily2016-01-015-8/+8
|\ \ \ | |/ /
| * | Update copyrights for 2016.Ned Deily2016-01-015-8/+8
| |\ \ | | |/
| | * Update copyrights for 2016.Ned Deily2016-01-015-8/+8
* | | Merge with 3.5Zachary Ware2016-01-011-1/+1
|\ \ \ | |/ /
| * | Fix grammar.Zachary Ware2016-01-011-1/+1
* | | merge 3.5Benjamin Peterson2016-01-015-32/+1
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-01-015-32/+1
| |\ \ | | |/
| | * merge 3.3Benjamin Peterson2016-01-015-32/+1
| | |\
| | | * remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-014-31/+0
| | | * add 2015 and 2016Benjamin Peterson2016-01-011-1/+1
* | | | merge 3.5Benjamin Peterson2016-01-011-2/+3
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-01-011-2/+3
| |\ \ \ | | |/ /
| | * | merge 3.3Benjamin Peterson2016-01-011-2/+3
| | |\ \ | | | |/
| | | * reflowBenjamin Peterson2016-01-011-2/+3
* | | | merge 3.5Benjamin Peterson2016-01-016-8/+8
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-01-016-8/+8
| |\ \ \ | | |/ /
| | * | merge 3.3Benjamin Peterson2016-01-016-8/+8
| | |\ \ | | | |/
| | | * 2016 will be another year of writing copyrighted codeBenjamin Peterson2016-01-016-6/+6
* | | | Issue #25961: Disallowed null characters in the type name.Serhiy Storchaka2015-12-302-17/+17
|\ \ \ \ | |/ / /
| * | | Issue #25961: Disallowed null characters in the type name.Serhiy Storchaka2015-12-302-28/+19
* | | | Make catched exception more specific and correct a comment.Serhiy Storchaka2015-12-301-3/+3
|\ \ \ \ | |/ / /
| * | | Make catched exception more specific and correct a comment.Serhiy Storchaka2015-12-301-3/+3
* | | | Fixed formatting comman-line usage message.Serhiy Storchaka2015-12-301-4/+4
|\ \ \ \ | |/ / /
| * | | Fixed formatting comman-line usage message.Serhiy Storchaka2015-12-301-4/+4
* | | | Issue #25977: Fix typos in Lib/tokenize.pyBerker Peksag2015-12-291-5/+5
|\ \ \ \ | |/ / /
| * | | Issue #25977: Fix typos in Lib/tokenize.pyBerker Peksag2015-12-291-4/+4
* | | | Clean up float.as_integer_ratio().Serhiy Storchaka2015-12-291-20/+16
* | | | Issue #25971: Optimized creating Fractions from floats by 2 times and fromSerhiy Storchaka2015-12-295-45/+22
* | | | merge 3.5 (#25973)Benjamin Peterson2015-12-293-8/+27
|\ \ \ \ | |/ / /
| * | | make recording and reporting errors and nonlocal and global directives more r...Benjamin Peterson2015-12-293-8/+27
* | | | Issue #25972, #20440: Fix compilation on WindowsZachary Ware2015-12-291-1/+1
* | | | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-295-1517/+1535
* | | | Merge for backport of fix for issue #25930Brett Cannon2015-12-290-0/+0
|\ \ \ \ | |/ / /
| * | | Backport of fix for issue #25930Brett Cannon2015-12-291-5/+5