Xavier de Gaye
|
b35fc626c1
|
Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell,
instead of /bin/sh.
|
2016-12-13 16:32:21 +01:00 |
|
Xavier de Gaye
|
f852fff878
|
Issue #28759: Merge 3.6.
|
2016-12-13 10:03:34 +01:00 |
|
Xavier de Gaye
|
3a4e989324
|
Issue #28759: Fix the tests that fail with PermissionError when run as
a non-root user on Android where access rights are controled by SELinux MAC.
|
2016-12-13 10:00:01 +01:00 |
|
Xavier de Gaye
|
d0c2b5b0ae
|
Issue #26936: Fix the test_socket failures on Android - getservbyname(),
getservbyport() and getaddrinfo() are broken on some Android API levels.
|
2016-12-13 09:22:01 +01:00 |
|
Xavier de Gaye
|
5831d7d558
|
Issue #26856: Merge 3.6.
|
2016-12-13 09:12:49 +01:00 |
|
Xavier de Gaye
|
fb24eead48
|
Issue #26856: Fix the tests assuming that the pwd module has getpwall() and
assuming some invariants about uids that are not valid for Android.
|
2016-12-13 09:11:38 +01:00 |
|
Steve Dower
|
21e033466b
|
Issue #28896: Disable WindowsRegistryFinder by default.
|
2016-12-12 11:19:03 -08:00 |
|
Steve Dower
|
10beb3cfef
|
Issue #28896: Disable WindowsRegistryFinder by default.
|
2016-12-12 11:17:59 -08:00 |
|
Xavier de Gaye
|
3603d18589
|
Issue #28764: Merge 3.6.
|
2016-12-12 09:56:55 +01:00 |
|
Xavier de Gaye
|
452b3a6a3e
|
Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user.
|
2016-12-12 09:55:57 +01:00 |
|
Serhiy Storchaka
|
0f6373c34f
|
Issue #28739: f-string expressions no longer accepted as docstrings and
by ast.literal_eval() even if they do not include subexpressions.
|
2016-12-11 19:39:36 +02:00 |
|
Serhiy Storchaka
|
4cc30ae313
|
Issue #28739: f-string expressions no longer accepted as docstrings and
by ast.literal_eval() even if they do not include subexpressions.
|
2016-12-11 19:37:19 +02:00 |
|
Serhiy Storchaka
|
26817a8490
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
2016-12-11 14:44:21 +02:00 |
|
Serhiy Storchaka
|
8114f21668
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
2016-12-11 14:43:18 +02:00 |
|
Serhiy Storchaka
|
8b58339eb2
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
2016-12-11 14:39:01 +02:00 |
|
Martin Panter
|
2b27c2ddba
|
Issues #28916, #26483: Merge stdtypes.rst from 3.6
|
2016-12-11 03:17:06 +00:00 |
|
Martin Panter
|
0a7b8596c0
|
Issues #28916, #26483: Merge stdtypes.rst from 3.5
|
2016-12-11 02:31:32 +00:00 |
|
Martin Panter
|
41176ae1d2
|
Issue #28916: Correct description of %o and %x alternative forms
* In Python 3, the specifier is 0o
* There is no special case for leading zeros
* Remove duplicate tests
* Clarify other existing tests and comments
|
2016-12-11 01:07:29 +00:00 |
|
Martin Panter
|
ca3263c50c
|
Issue #25677: Correct syntax error caret for indented blocks.
Based on patch by Michael Layzell.
|
2016-12-11 00:18:36 +00:00 |
|
Xavier de Gaye
|
5ca2b10213
|
Issue #28849: Merge 3.6.
|
2016-12-10 17:34:46 +01:00 |
|
Xavier de Gaye
|
32cf1acda8
|
Issue #28849: Do not define sys.implementation._multiarch on Android.
|
2016-12-10 17:31:28 +01:00 |
|
Antoine Pitrou
|
5c7198d464
|
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
|
2016-12-10 17:19:21 +01:00 |
|
Antoine Pitrou
|
ebb39bcc04
|
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
|
2016-12-10 17:16:17 +01:00 |
|
Antoine Pitrou
|
cd2a201e5b
|
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
|
2016-12-10 17:13:16 +01:00 |
|
Victor Stinner
|
c24217e144
|
regrtest --fromfile now accepts a list of filenames
|
2016-12-09 16:05:51 +01:00 |
|
Xavier de Gaye
|
ec80ba4693
|
Issue #26937: Merge 3.6.
|
2016-12-09 09:35:49 +01:00 |
|
Xavier de Gaye
|
f44abdab1e
|
Issue #26937: The chown() method of the tarfile.TarFile class does not fail now
when the grp module cannot be imported, as for example on Android platforms.
|
2016-12-09 09:33:09 +01:00 |
|
Xavier de Gaye
|
f434111332
|
Issue #26941: Merge 3.6.
|
2016-12-08 12:21:53 +01:00 |
|
Xavier de Gaye
|
cb9ab0f50b
|
Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator.
|
2016-12-08 12:21:00 +01:00 |
|
Xavier de Gaye
|
cd35959bfc
|
Issue #26940: Merge 3.6.
|
2016-12-08 11:27:27 +01:00 |
|
Xavier de Gaye
|
f79606debd
|
Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.
|
2016-12-08 11:26:18 +01:00 |
|
Xavier de Gaye
|
566ba3defd
|
Issue #26939: Merge 3.6.
|
2016-12-08 11:09:54 +01:00 |
|
Xavier de Gaye
|
7522ef402c
|
Issue #26939: Add the support.setswitchinterval() function to fix
test_functools hanging on the Android armv7 qemu emulator.
|
2016-12-08 11:06:56 +01:00 |
|
Serhiy Storchaka
|
d7d266c113
|
Merge from 3.6.
|
2016-12-07 13:32:09 +02:00 |
|
Serhiy Storchaka
|
427f10b442
|
Merge from 3.5.
|
2016-12-07 13:31:47 +02:00 |
|
Serhiy Storchaka
|
606ab86c0e
|
Change order of io.UnsupportedOperation base classes.
This makes tests passing after changes by issue #5322.
|
2016-12-07 13:31:20 +02:00 |
|
Serhiy Storchaka
|
1b58d8aafa
|
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Original patch by Andreas Stührk.
|
2016-12-07 11:27:55 +02:00 |
|
Serhiy Storchaka
|
0c78634d78
|
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Original patch by Andreas Stührk.
|
2016-12-07 11:26:49 +02:00 |
|
Serhiy Storchaka
|
4fc7942118
|
Issue #28847: A deprecation warning is now emitted if the index file is missed
and recreated in the 'r' and 'w' modes (will be an error in future Python
releases).
|
2016-12-07 11:11:12 +02:00 |
|
Serhiy Storchaka
|
43153e4d49
|
Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
|
2016-12-07 11:02:18 +02:00 |
|
Serhiy Storchaka
|
520348e5c0
|
Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
|
2016-12-07 11:00:06 +02:00 |
|
Serhiy Storchaka
|
028ace1ccb
|
Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
|
2016-12-07 10:56:39 +02:00 |
|
Ned Deily
|
d3f39d31c8
|
Update pydoc topics for 3.6.0rc1
|
2016-12-06 18:53:16 -05:00 |
|
Ned Deily
|
741240e8f8
|
Issue #28835: merge from 3.6
|
2016-12-06 17:13:58 -05:00 |
|
Ned Deily
|
c1c3292d58
|
Issue #28835: Tidy previous showwarning changes based on review comments.
Patch by Serhiy Storchaka.
|
2016-12-06 17:12:47 -05:00 |
|
Serhiy Storchaka
|
53c53ea4c5
|
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
again. But they still are deprecated and will be disabled in 3.7.
|
2016-12-06 19:15:29 +02:00 |
|
Victor Stinner
|
b38e83df33
|
Merge 3.6
|
2016-12-06 11:02:54 +01:00 |
|
Victor Stinner
|
8ae9e6a627
|
warnings: Fix the issue number
The fix for catch_warnings() is the issue #28835 (not the issue #28089).
|
2016-12-06 11:02:12 +01:00 |
|
Victor Stinner
|
01928f6c0f
|
Merge 3.6
|
2016-12-06 10:59:54 +01:00 |
|
Victor Stinner
|
8ef46be26a
|
catch_warnings() calls showwarning() if overriden
Issue #28089: Fix a regression introduced in warnings.catch_warnings(): call
warnings.showwarning() if it was overriden inside the context manager.
|
2016-12-06 10:53:52 +01:00 |
|