Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Issue25917 : Fix howto links in docs. Point the reference documentation ↵ | Senthil Kumaran | 2016-01-02 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | instead of wiki. | |||||
* | | | | | Remove a duplicate test_addresses key:value as identified by Vincent | Gregory P. Smith | 2016-01-02 | 1 | -1/+0 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Davis reviewing code. | |||||
| * | | | | Remove a duplicate test_addresses key:value as identified by Vincent | Gregory P. Smith | 2016-01-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | Davis reviewing code. | |||||
* | | | | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 | |
| | | | | | ||||||
* | | | | | Merge with 3.5 | Zachary Ware | 2016-01-01 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix grammar. | Zachary Ware | 2016-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Reported by Anatoly Techtonik on docs@ | |||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | remove some copyright notices supserseded by the toplevel ones | Benjamin Peterson | 2016-01-01 | 4 | -31/+0 | |
| | | | | | ||||||
| | | * | | add 2015 and 2016 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | reflow | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 6 | -8/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 6 | -8/+8 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 6 | -8/+8 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | 2016 will be another year of writing copyrighted code | Benjamin Peterson | 2016-01-01 | 6 | -6/+6 | |
| | | | | | ||||||
* | | | | | Issue #25961: Disallowed null characters in the type name. | Serhiy Storchaka | 2015-12-30 | 2 | -17/+17 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Simplified testing for null characters in __name__ setter. | |||||
| * | | | | Issue #25961: Disallowed null characters in the type name. | Serhiy Storchaka | 2015-12-30 | 2 | -28/+19 | |
| | | | | | | | | | | | | | | | | | | | | Simplified testing for null characters in __name__ setter. | |||||
* | | | | | Make catched exception more specific and correct a comment. | Serhiy Storchaka | 2015-12-30 | 1 | -3/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Make catched exception more specific and correct a comment. | Serhiy Storchaka | 2015-12-30 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Fixed formatting comman-line usage message. | Serhiy Storchaka | 2015-12-30 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixed formatting comman-line usage message. | Serhiy Storchaka | 2015-12-30 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Issue #25977: Fix typos in Lib/tokenize.py | Berker Peksag | 2015-12-29 | 1 | -5/+5 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Patch by John Walker. | |||||
| * | | | | Issue #25977: Fix typos in Lib/tokenize.py | Berker Peksag | 2015-12-29 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Patch by John Walker. | |||||
* | | | | | Clean up float.as_integer_ratio(). | Serhiy Storchaka | 2015-12-29 | 1 | -20/+16 | |
| | | | | | ||||||
* | | | | | Issue #25971: Optimized creating Fractions from floats by 2 times and from | Serhiy Storchaka | 2015-12-29 | 5 | -45/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decimals by 3 times. Unified error messages in float.as_integer_ratio(), Decimal.as_integer_ratio(), and Fraction constructors. | |||||
* | | | | | merge 3.5 (#25973) | Benjamin Peterson | 2015-12-29 | 3 | -8/+27 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | make recording and reporting errors and nonlocal and global directives more ↵ | Benjamin Peterson | 2015-12-29 | 3 | -8/+27 | |
| | | | | | | | | | | | | | | | | | | | | robust (closes #25973) | |||||
* | | | | | Issue #25972, #20440: Fix compilation on Windows | Zachary Ware | 2015-12-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Issue #25802: Deprecate load_module() on ↵ | Brett Cannon | 2015-12-29 | 5 | -1517/+1535 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | importlib.machinery.SourceFileLoader and SourcelessFileLoader. They were the only remaining implementations of load_module() not documented as deprecated. | |||||
* | | | | | Merge for backport of fix for issue #25930 | Brett Cannon | 2015-12-29 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Backport of fix for issue #25930 | Brett Cannon | 2015-12-29 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | Issue #25930: Document that os.unlink and os.remove are *semantically* ↵ | Brett Cannon | 2015-12-29 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identical. Saying that the functions were identical confused some users who were upset when the functions were no longer simply the same function under different names. Thanks to Anthony Sottile for the bug report and Swati Jaiswal for the initial patch. | |||||
* | | | | | Issue #25234: Skip test_eintr.test_os_open under OS X. | Brett Cannon | 2015-12-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Test inconsistently hangs. | |||||
* | | | | | Tweak skipping message | Brett Cannon | 2015-12-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge | Brett Cannon | 2015-12-29 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Issue #25940: Make buildbots usable again until a solution is found. | Stefan Krah | 2015-12-29 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #24725: Skip the test_socket.testFDPassEmpty on OS X. | Brett Cannon | 2015-12-29 | 1 | -0/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | In OS X 10.11, the test fails consistently due to a platform change since 10.10. Thanks to Jeff Ramnani for the patch. | |||||
* | | | | | Issue #25928: Temporarily disable some tests in test_statistics in order | Stefan Krah | 2015-12-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | to sort out its assumptions about the as_integer_ratio() interface. | |||||
* | | | | | Fix typo. | Stefan Krah | 2015-12-28 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge. | Stefan Krah | 2015-12-28 | 3 | -2/+32 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge heads | Serhiy Storchaka | 2015-12-28 | 1 | -4/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Issue #25447: Copying the lru_cache() wrapper object now always works, | Serhiy Storchaka | 2015-12-28 | 3 | -2/+32 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | independedly from the type of the wrapped object (by returning the original object unchanged). | |||||
| | * | | | | | Issue #25447: Copying the lru_cache() wrapper object now always works, | Serhiy Storchaka | 2015-12-28 | 3 | -2/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | independedly from the type of the wrapped object (by returning the original object unchanged). | |||||
* | | | | | | | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by | Stefan Krah | 2015-12-28 | 7 | -3/+213 | |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | Mark Dickinson. |