summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add Francisco Couzo to Misc/ACKS (for issue #27427 patch).Mark Dickinson2016-09-041-0/+1
| | |
* | | Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.Mark Dickinson2016-09-042-6/+24
| | |
* | | Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.Mark Dickinson2016-09-043-1/+41
| | |
* | | Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks ↵Mark Dickinson2016-09-033-87/+322
| | | | | | | | | | | | Jeff Allen.
* | | Issue 27921: Remove backslash from another f-string. I'll revert this change ↵Eric V. Smith2016-09-033-4/+14
| | | | | | | | | | | | before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped.
* | | Issue #11734: Add support for IEEE 754 half-precision floats to the struct ↵Mark Dickinson2016-09-037-11/+393
| | | | | | | | | | | | module. Original patch by Eli Stevens.
* | | Closes #27935: returned numeric value for 'FATAL' logging level.Vinay Sajip2016-09-032-0/+5
| | |
* | | Merge upstream change.Vinay Sajip2016-09-031-14/+14
|\ \ \
| * | | Issue 27921: Remove backslash from another f-string. I'll revert this change ↵Eric V. Smith2016-09-031-14/+14
| | | | | | | | | | | | | | | | before beta 2.
* | | | Closes #27937: Merge fix from 3.5.Vinay Sajip2016-09-030-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Fixes #27937: optimise code used in all logging calls.Vinay Sajip2016-09-031-4/+5
| | | |
* | | | Fixes #27937: optimise code used in all logging calls.Vinay Sajip2016-09-031-2/+3
| |/ / |/| |
* | | Issue 27921: Remove backslash from another f-string.Eric V. Smith2016-09-031-1/+1
| | |
* | | Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a ↵Eric V. Smith2016-09-036-98/+69
| | | | | | | | | | | | temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts.
* | | MergeRaymond Hettinger2016-09-034-2/+17
|\ \ \ | |/ /
| * | Issue 27936: Fix inconsistent round() behavior between float and intRaymond Hettinger2016-09-034-2/+17
| | |
* | | issue23591: bool(empty_flags) == False; more docs & testsEthan Furman2016-09-023-3/+78
| | |
* | | issue23591: optimize _high_bit()Ethan Furman2016-09-021-7/+2
| | |
* | | PEP 7 style for if/else in CVictor Stinner2016-09-023-17/+35
| | | | | | | | | | | | Add also a newline for readability in normalize_encoding().
* | | issue23591: add docs; code cleanup; more testsEthan Furman2016-09-023-67/+202
| | |
* | | Issue #12885: Merge with 3.5Jason R. Coombs2016-09-020-0/+0
|\ \ \ | |/ /
| * | Issue #12885: Merge with 3.4, retaining commits reverted there.Jason R. Coombs2016-09-020-0/+0
| |\ \ | | |/
| | * Issue #12885: Revert commits in 3.4 branch which is security-only fixes.Jason R. Coombs2016-09-023-69/+29
| | |
* | | Issue #12885: Merge with 3.5Jason R. Coombs2016-09-021-1/+1
|\ \ \ | |/ /
| * | Issue #12885: Merge 3.4Jason R. Coombs2016-09-021-1/+1
| |\ \ | | |/
| | * Issue #12885: Correct issue reference in NEWSJason R. Coombs2016-09-021-1/+1
| | |
* | | Merge backout for test suite fixJason R. Coombs2016-09-021-2/+9
|\ \ \ | |/ /
| * | Merge backout for test suite fixJason R. Coombs2016-09-021-2/+9
| |\ \ | | |/
| | * Backed out changeset cc86e9e102e8Jason R. Coombs2016-09-021-2/+9
| | |
* | | Issue #12885: Merge with 3.5Jason R. Coombs2016-09-023-31/+61
|\ \ \ | |/ /
| * | Issue #12285: Merge with 3.4Jason R. Coombs2016-09-023-31/+61
| |\ \ | | |/
| | * Issue #12285: Update NEWSJason R. Coombs2016-09-021-0/+2
| | |
| | * Issue #12285: Replace implementation of findall with implementation from ↵Jason R. Coombs2015-09-191-27/+21
| | | | | | | | | | | | Setuptools 7ce820d524db.
| | * Sort result to avoid spurious errors due to order.Jason R. Coombs2015-08-301-2/+2
| | |
| | * Add docstring and additional test revealing nuances of the implementation as ↵Jason R. Coombs2015-09-191-0/+16
| | | | | | | | | | | | found in setuptools.
| | * Add another test capturing the basic discovery expectation.Jason R. Coombs2015-08-301-0/+11
| | |
| | * Issue #12285: Add test capturing failure.Jason R. Coombs2015-08-301-0/+10
| | |
| | * Use modern mechanism for test discoveryJason R. Coombs2015-08-301-5/+2
| | |
* | | - Issue #27917: Set platform triplets for Android builds.doko@ubuntu.com2016-09-013-2/+52
| | |
* | | Issue #27881: Fixed possible bugs when setting ↵Serhiy Storchaka2016-09-014-46/+65
|\ \ \ | |/ / | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang.
| * | Issue #27881: Fixed possible bugs when setting ↵Serhiy Storchaka2016-09-014-46/+65
| | | | | | | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang.
* | | Issue #27919: Deprecate extra_path option in distutils.Jason R. Coombs2016-09-013-0/+15
| | |
* | | Minor beautification (turn nested-if into a conjunction).Raymond Hettinger2016-09-011-6/+5
| | |
* | | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-019-6/+21
|\ \ \ | |/ /
| * | Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-016-5/+13
| | |
* | | Improve idlelib.textview comments.Terry Jan Reedy2016-08-311-7/+6
| | |
* | | Issue #27891: Tweak new idlelib README entry.Terry Jan Reedy2016-08-311-2/+2
| | |
* | | MergeRaymond Hettinger2016-08-313-0/+30
|\ \ \ | |/ /
| * | Issue #27706: Fix regression in random.seed(somestr, version=1)Raymond Hettinger2016-08-313-0/+30
| | |
* | | Merge asyncio from 3.5Guido van Rossum2016-08-312-10/+96
|\ \ \ | |/ /