Benjamin Peterson
|
177a42438d
|
merge heads
|
2016-09-05 10:17:30 -07:00 |
Benjamin Peterson
|
80109d3351
|
merge heads
|
2016-09-05 10:17:22 -07:00 |
Benjamin Peterson
|
98020812e6
|
merge 3.5 (closes #27811)
|
2016-09-05 10:16:31 -07:00 |
Benjamin Peterson
|
2f40ed4b94
|
do not allow _PyGen_Finalize to fail (closes #27811)
Patch from Armin Rigo.
|
2016-09-05 10:14:54 -07:00 |
Steve Dower
|
64c7c86389
|
Minor improvements to the vcs ignore files
|
2016-09-05 10:12:29 -07:00 |
Steve Dower
|
63cf72d692
|
Minor improvements to the vcs ignore files
|
2016-09-05 10:12:03 -07:00 |
Terry Jan Reedy
|
4847f3194d
|
Merge with 3.5
|
2016-09-05 00:01:47 -04:00 |
Terry Jan Reedy
|
fb5ce7eea1
|
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang.
|
2016-09-05 00:01:34 -04:00 |
Ethan Furman
|
27682d2698
|
issue23591: more docs; slight change to repr
|
2016-09-04 11:39:01 -07:00 |
Raymond Hettinger
|
bce9cbaf98
|
Merge
|
2016-09-04 11:29:13 -07:00 |
Raymond Hettinger
|
871a3340b7
|
Issue 27936: Update doc for round() to indicate that None is an allowable argument.
|
2016-09-04 11:28:56 -07:00 |
Raymond Hettinger
|
6579502c7e
|
Merge
|
2016-09-04 11:17:48 -07:00 |
Raymond Hettinger
|
16eb827b33
|
Improve docs for random.seed()
|
2016-09-04 11:17:28 -07:00 |
Mark Dickinson
|
e02bfd0ba0
|
Add Francisco Couzo to Misc/ACKS (for issue #27427 patch).
|
2016-09-04 12:31:47 +01:00 |
Mark Dickinson
|
31ba1c3de8
|
Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.
|
2016-09-04 12:29:14 +01:00 |
Mark Dickinson
|
85746542ea
|
Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.
|
2016-09-04 09:58:51 +01:00 |
Mark Dickinson
|
96f774d824
|
Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff Allen.
|
2016-09-03 19:30:22 +01:00 |
Eric V. Smith
|
06cf601e4f
|
Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped.
|
2016-09-03 12:33:38 -04:00 |
Mark Dickinson
|
7c4e409d07
|
Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens.
|
2016-09-03 17:21:29 +01:00 |
Vinay Sajip
|
2500c98278
|
Closes #27935: returned numeric value for 'FATAL' logging level.
|
2016-09-03 17:04:36 +01:00 |
Vinay Sajip
|
44ac3c5fe9
|
Merge upstream change.
|
2016-09-03 16:55:35 +01:00 |
Vinay Sajip
|
d635f2f54f
|
Closes #27937: Merge fix from 3.5.
|
2016-09-03 16:54:41 +01:00 |
Vinay Sajip
|
ab7b0a03b5
|
Fixes #27937: optimise code used in all logging calls.
|
2016-09-03 16:50:09 +01:00 |
Eric V. Smith
|
1b8f7b818f
|
Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2.
|
2016-09-03 11:01:53 -04:00 |
Vinay Sajip
|
0a7b7e30ff
|
Fixes #27937: optimise code used in all logging calls.
|
2016-09-03 15:56:07 +01:00 |
Eric V. Smith
|
6e025608a2
|
Issue 27921: Remove backslash from another f-string.
|
2016-09-03 10:43:20 -04:00 |
Eric V. Smith
|
6a4efce7a5
|
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a 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.
|
2016-09-03 09:18:34 -04:00 |
Raymond Hettinger
|
3b09cd64e0
|
Merge
|
2016-09-03 01:55:39 -07:00 |
Raymond Hettinger
|
f0f1c239e4
|
Issue 27936: Fix inconsistent round() behavior between float and int
|
2016-09-03 01:55:11 -07:00 |
Ethan Furman
|
25d94bbf05
|
issue23591: bool(empty_flags) == False; more docs & tests
|
2016-09-02 16:32:32 -07:00 |
Ethan Furman
|
0443953067
|
issue23591: optimize _high_bit()
|
2016-09-02 15:50:21 -07:00 |
Victor Stinner
|
1a05d6c04d
|
PEP 7 style for if/else in C
Add also a newline for readability in normalize_encoding().
|
2016-09-02 12:12:23 +02:00 |
Ethan Furman
|
65a5a47d79
|
issue23591: add docs; code cleanup; more tests
|
2016-09-01 23:55:19 -07:00 |
Jason R. Coombs
|
c19f00b238
|
Issue #12885: Merge with 3.5
|
2016-09-01 23:29:28 -04:00 |
Jason R. Coombs
|
22c108f019
|
Issue #12885: Merge with 3.4, retaining commits reverted there.
|
2016-09-01 23:29:04 -04:00 |
Jason R. Coombs
|
79ae9671ff
|
Issue #12885: Revert commits in 3.4 branch which is security-only fixes.
|
2016-09-01 23:27:45 -04:00 |
Jason R. Coombs
|
742d32ac63
|
Issue #12885: Merge with 3.5
|
2016-09-01 22:10:09 -04:00 |
Jason R. Coombs
|
0c7e42e8f7
|
Issue #12885: Merge 3.4
|
2016-09-01 22:09:06 -04:00 |
Jason R. Coombs
|
6f5d3fd4d1
|
Issue #12885: Correct issue reference in NEWS
|
2016-09-01 22:08:25 -04:00 |
Jason R. Coombs
|
9650b19212
|
Merge backout for test suite fix
|
2016-09-01 22:00:03 -04:00 |
Jason R. Coombs
|
b44c849de4
|
Merge backout for test suite fix
|
2016-09-01 21:59:46 -04:00 |
Jason R. Coombs
|
8ac147d6ee
|
Backed out changeset cc86e9e102e8
|
2016-09-01 21:55:22 -04:00 |
Jason R. Coombs
|
75fbf87d73
|
Issue #12885: Merge with 3.5
|
2016-09-01 21:16:32 -04:00 |
Jason R. Coombs
|
65e3319283
|
Issue #12285: Merge with 3.4
|
2016-09-01 21:15:04 -04:00 |
Jason R. Coombs
|
97eda155f8
|
Issue #12285: Update NEWS
|
2016-09-01 21:12:17 -04:00 |
doko@ubuntu.com
|
5c38cb2316
|
- Issue #27917: Set platform triplets for Android builds.
|
2016-09-01 22:05:20 +02:00 |
Serhiy Storchaka
|
af0628e045
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Based on patch by Xiang Zhang.
|
2016-09-01 22:21:05 +03:00 |
Serhiy Storchaka
|
2891492d23
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Based on patch by Xiang Zhang.
|
2016-09-01 22:18:03 +03:00 |
Jason R. Coombs
|
5c071c1ff4
|
Issue #27919: Deprecate extra_path option in distutils.
|
2016-09-01 13:55:33 -04:00 |
Raymond Hettinger
|
2f9cc7ab0c
|
Minor beautification (turn nested-if into a conjunction).
|
2016-08-31 23:00:32 -07:00 |