Commit graph

96186 commits

Author SHA1 Message Date
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
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
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
742d32ac63 Issue #12885: Merge with 3.5 2016-09-01 22:10:09 -04:00
Jason R. Coombs
9650b19212 Merge backout for test suite fix 2016-09-01 22:00:03 -04:00
Jason R. Coombs
75fbf87d73 Issue #12885: Merge with 3.5 2016-09-01 21:16:32 -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
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
Terry Jan Reedy
5f30f79357 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). 2016-08-31 21:09:02 -04:00
Terry Jan Reedy
a3623c864b Improve idlelib.textview comments. 2016-08-31 19:45:39 -04:00
Terry Jan Reedy
83a1045200 Issue #27891: Tweak new idlelib README entry. 2016-08-31 19:37:28 -04:00
Raymond Hettinger
112835cb3e Merge 2016-08-31 15:01:28 -07:00
Guido van Rossum
898ac56fc2 Merge asyncio from 3.5 2016-08-31 09:47:08 -07:00
Guido van Rossum
7309421502 Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6) 2016-08-31 09:09:04 -07:00
Raymond Hettinger
74942c9252 Merge 2016-08-31 08:44:26 -07:00
R David Murray
8890bb2264 #27904: fix distutils tests.
Patch by Ville Skyttä.
2016-08-31 11:39:35 -04:00
Vinay Sajip
dd917f84e3 Closes #27904: Improved logging statements to defer formatting until needed. 2016-08-31 08:22:29 +01:00
Ethan Furman
ee47e5cf8a issue23591: add Flags, IntFlags, and tests 2016-08-31 00:12:15 -07:00
Terry Jan Reedy
bfbaa6b206 Issue #27891: Consistently group and sort imports within idlelib modules. 2016-08-31 00:50:55 -04:00
R David Murray
89b1162511 Merge #27893: arg name and bytes references in email.parser docs. 2016-08-30 21:17:25 -04:00
R David Murray
74eda76085 #27893: arg name and bytes references in email.parser docs.
Perhaps the BytesParser 'text' argument should really be bytes, but
it hasn't been, it has been text, so for backward compatibility
and for consistency with the regular Parser class, I'm keeping it
as 'text'.
2016-08-30 21:17:02 -04:00
Terry Jan Reedy
da0288725f Issue #17642: add larger font sizes for classroom projection. 2016-08-30 20:19:13 -04:00
Terry Jan Reedy
82f954691f Merge with 3.5 2016-08-30 16:58:27 -04:00
Terry Jan Reedy
3399e1e38c ? Working Directory ? 2016-08-30 16:58:01 -04:00
Raymond Hettinger
4ff1daa4ba Merge 2016-08-30 13:46:29 -07:00
Raymond Hettinger
9c4ee752c0 Issue #28894: Fix to_addrs refs in smtplib docs 2016-08-30 13:43:53 -07:00
Raymond Hettinger
624e222604 Fix typos 2016-08-30 13:25:06 -07:00
Raymond Hettinger
8ca35707c0 Issue #27895: Strengthen the dict reader tests. 2016-08-30 12:57:26 -07:00
Raymond Hettinger
43ca452887 Issue #27842: The csv.DictReader now returns rows of type OrderedDict. 2016-08-30 12:35:50 -07:00
Raymond Hettinger
15f44ab043 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
Zachary Ware
613debcf0a Merge with 3.5 2016-08-30 10:03:32 -05:00
Zachary Ware
5cf1c6cb62 Skip test_tools.test_i18n when pygettext.py is missing 2016-08-30 10:00:26 -05:00
Zachary Ware
a582af8a5c Merge with 3.5 2016-08-30 02:12:43 -05:00
Zachary Ware
de354bc7fc Include test/test_warnings/data as well 2016-08-30 02:12:27 -05:00
Zachary Ware
6dd11094f2 Merge with 3.5 2016-08-30 01:41:35 -05:00
Zachary Ware
19e5064e24 Include test_tools and test_warnings in install
test_tools is pretty much useless unless somebody copies the scripts
it tests into the proper location, but we might as well install it
anyway to make sure it skips properly.  test_warnings just didn't get
included when it was turned into a package in 94966dfd3bd3.
2016-08-30 00:28:40 -05:00
Zachary Ware
003359370b Merge with 3.5 2016-08-30 00:23:37 -05:00