Yury Selivanov
62f27b5b98
whatsnew/3.5,3.6: Mention that 'async' is a bad name for modules
2015-08-03 14:57:21 -04:00
Yury Selivanov
13b74aef62
whatsnew/3.5: Mention that 'async' is a bad name for modules
2015-08-03 14:55:58 -04:00
Robert Collins
9ea5199fe9
Issue #22397 : Skip failing tests on AIX
...
Patch from David Edelsohn.
2015-08-03 10:39:09 +12:00
Robert Collins
6f8a0586a9
Issue #22397 : Skip failing tests on AIX
...
Patch from David Edelsohn.
2015-08-03 10:38:39 +12:00
Robert Collins
43cbbe21a7
Issue #22397 : Skip failing tests on AIX
...
Patch from David Edelsohn.
2015-08-03 10:36:04 +12:00
Yury Selivanov
aa0043b412
Merge 3.5
2015-08-02 16:49:56 -04:00
Yury Selivanov
c3fcb9696c
Merge 3.4
2015-08-02 16:49:44 -04:00
Yury Selivanov
4c0a09a0c9
Revert da29a94367b2
2015-08-02 16:49:31 -04:00
Benjamin Peterson
38768b23ae
merge 3.5 ( #24217 )
2015-08-02 12:16:54 -07:00
Benjamin Peterson
60e3f367a4
Merge 3.4 ( #24217 )
2015-08-02 12:16:45 -07:00
Benjamin Peterson
f6b5cad3c3
include fcntl.h on all *nix platforms ( closes #24217 )
...
Patch by Jeffrey Armstrong.
2015-08-02 12:15:30 -07:00
Yury Selivanov
68669d57d6
Merge 3.5
2015-08-02 10:25:06 -04:00
Yury Selivanov
32ba405ce5
Merge 3.4
2015-08-02 10:24:49 -04:00
Yury Selivanov
6b3f29ca8f
asyncio: Fix code style
2015-08-02 10:24:34 -04:00
Guido van Rossum
96860ee8d0
Remove warning about asyncio being provisional (it's not in 3.5 and up; merge from 3.5).
2015-08-02 15:51:46 +02:00
Guido van Rossum
75ead2b578
Remove warning about asyncio being provisional (it's not in 3.5 and up).
2015-08-02 15:50:27 +02:00
Serhiy Storchaka
44427added
Issue #20557 : Use specific asserts in io tests.
2015-08-02 15:18:53 +03:00
Serhiy Storchaka
b064f1e94f
Issue #20557 : Use specific asserts in io tests.
2015-08-02 15:18:28 +03:00
Serhiy Storchaka
0dcd80a6c0
Issue #20557 : Use specific asserts in io tests.
2015-08-02 15:17:49 +03:00
Zachary Ware
9dd6ddc787
Closes #23182 : Merge with 3.5
2015-08-01 22:00:17 -05:00
Zachary Ware
13db76a974
Issue #23182 : Merge with 3.4
2015-08-01 21:57:22 -05:00
Zachary Ware
ce17f76475
Issue #23182 : PEP8-ify the annotation grammar tests. Patch by Ian Lee.
2015-08-01 21:55:36 -05:00
Zachary Ware
78f02a5f72
Closes #23652 : Merge with 3.5
2015-08-01 21:38:53 -05:00
Zachary Ware
1824544d82
Issue #23652 : Merge with 3.4
2015-08-01 21:38:04 -05:00
Zachary Ware
3e77677692
Issue #23652 : Make the select module compile against LSB headers.
...
Patch by Matt Frank.
2015-08-01 21:34:05 -05:00
Terry Jan Reedy
8efb76fb39
Merge with 3.5
2015-08-01 19:15:28 -04:00
Terry Jan Reedy
dba51b8378
Issue 24745: Add ACKS entry.
2015-08-01 19:15:11 -04:00
Terry Jan Reedy
1c837f4010
Issue 24745: Add ACKS entry.
2015-08-01 19:12:37 -04:00
Terry Jan Reedy
eb803c8f9e
Issue 24745: Merge with 3.5
2015-08-01 18:58:42 -04:00
Terry Jan Reedy
1b3c8f8eec
Issue 24745: Merge with 3.4
2015-08-01 18:58:23 -04:00
Terry Jan Reedy
d87d16826a
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
...
editor font. This should not affect current customized font selections.
Patch by Mark Roseman.
2015-08-01 18:57:33 -04:00
Raymond Hettinger
9344bd828c
Clarify comments on setentry invariants.
2015-08-01 15:21:41 -07:00
Yury Selivanov
6a014d3494
Merge 3.5
2015-08-01 16:19:49 -04:00
Yury Selivanov
75b5ab5770
docs: Fix productionlist for async def functions
2015-08-01 16:19:36 -04:00
Raymond Hettinger
a286a51ae1
Fix comment typo
2015-08-01 11:07:11 -07:00
Raymond Hettinger
36c0500990
Tweak the comments
2015-08-01 10:57:42 -07:00
Raymond Hettinger
fbffdef47d
Issue #24762 : Speed-up frozenset_hash() and greatly beef-up the comments.
2015-08-01 09:53:00 -07:00
Terry Jan Reedy
99b80b5072
Merge with 3.5
2015-07-31 22:35:15 -04:00
Terry Jan Reedy
26f667676f
Merge with 3.4
2015-07-31 22:35:00 -04:00
Terry Jan Reedy
231007fe14
Issue #21192 : Idle Editor. When a file is run, put its name in the restart bar.
...
Do not print false prompts. Original patch by Adnan Umer.
2015-07-31 22:34:37 -04:00
Victor Stinner
d27d938675
Merge 3.5 (asyncio tests)
2015-07-31 23:36:28 +02:00
Victor Stinner
a0a28b076a
Merge 3.4 (asyncio test)
2015-07-31 23:36:15 +02:00
Victor Stinner
9a82bd45cd
Issue #24763 : Fix asyncio test on Windows
2015-07-31 23:36:00 +02:00
Robert Collins
354b6e50bb
Issue #22932 : Fix timezones in email.utils.formatdate.
...
Patch from Dmitry Shachnev.
2015-08-01 08:20:04 +12:00
Robert Collins
19fae1a932
Issue #22932 : Fix timezones in email.utils.formatdate.
...
Patch from Dmitry Shachnev.
2015-08-01 08:19:06 +12:00
Robert Collins
2080dc97a7
Issue #22932 : Fix timezones in email.utils.formatdate.
...
Patch from Dmitry Shachnev.
2015-08-01 08:18:22 +12:00
Raymond Hettinger
12f896c521
Fix minor typo in a comment
2015-07-31 12:03:20 -07:00
Victor Stinner
9591bf11d1
Merge 3.5 (asyncio)
2015-07-31 17:50:29 +02:00
Victor Stinner
a7a4c41411
Merge 3.4 (asyncio)
2015-07-31 17:50:13 +02:00
Victor Stinner
6fb1e740c6
Fix ResourceWarning in asyncio.BaseSubprocessTransport
...
Issue #24763 : Fix resource warnings when asyncio.BaseSubprocessTransport
constructor fails, if subprocess.Popen raises an exception for example.
Patch written by Martin Richard, test written by me.
2015-07-31 17:49:43 +02:00