Serhiy Storchaka
|
a67e5cad1d
|
Issue #28350: String constants with null character no longer interned.
|
2016-10-04 18:21:53 +03:00 |
|
Serhiy Storchaka
|
e81b0d335b
|
Issue #28350: String constants with null character no longer interned.
|
2016-10-04 18:21:25 +03:00 |
|
Serhiy Storchaka
|
09f3d080fe
|
Issue #28350: String constants with null character no longer interned.
|
2016-10-04 18:17:22 +03:00 |
|
Benjamin Peterson
|
b983b8de9d
|
merge 3.6 (#26617)
|
2016-10-04 00:00:35 -07:00 |
|
Benjamin Peterson
|
804480912c
|
merge 3.5 (#26617)
|
2016-10-04 00:00:23 -07:00 |
|
Benjamin Peterson
|
8f657c35b9
|
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
|
2016-10-04 00:00:02 -07:00 |
|
Vinay Sajip
|
b74034351f
|
Issue #28335: made minor improvement to implementation.
|
2016-10-03 19:50:56 +01:00 |
|
Vinay Sajip
|
aa27582f35
|
Closes #28335: used 'raise from' in logging configuration code.
|
2016-10-03 19:45:50 +01:00 |
|
Steve Dower
|
4a8ff9ef60
|
Issue #28217: Adds _testconsole module to test console input.
|
2016-10-03 09:12:42 -07:00 |
|
Steve Dower
|
312cef7452
|
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
|
2016-10-03 09:04:58 -07:00 |
|
Guido van Rossum
|
441e878e5b
|
More updates from upstream typing.py (3.6->3.7)
|
2016-10-03 08:42:17 -07:00 |
|
Guido van Rossum
|
7fe091df42
|
More updates from upstream typing.py (3.5->3.6)
|
2016-10-03 08:41:37 -07:00 |
|
Guido van Rossum
|
b47c9d29d7
|
More updates from upstream typing.py
|
2016-10-03 08:40:50 -07:00 |
|
Serhiy Storchaka
|
fc44e27987
|
test_invalid_sequences seems don't have to stay in CAPITest.
Reported by Xiang Zhang.
|
2016-10-02 22:00:05 +03:00 |
|
Serhiy Storchaka
|
0a6ef790e4
|
test_invalid_sequences seems don't have to stay in CAPITest.
Reported by Xiang Zhang.
|
2016-10-02 21:59:44 +03:00 |
|
Serhiy Storchaka
|
ad72467bef
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Original patch by Xiang Zhang.
|
2016-10-02 21:30:59 +03:00 |
|
Serhiy Storchaka
|
b3648576cd
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Original patch by Xiang Zhang.
|
2016-10-02 21:30:35 +03:00 |
|
Serhiy Storchaka
|
cc164232aa
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Original patch by Xiang Zhang.
|
2016-10-02 21:29:26 +03:00 |
|
Serhiy Storchaka
|
9bc0507998
|
Moved Unicode C API related tests to separate test class.
|
2016-10-02 21:19:38 +03:00 |
|
Serhiy Storchaka
|
1edebef724
|
Moved Unicode C API related tests to separate test class.
|
2016-10-02 21:18:14 +03:00 |
|
Serhiy Storchaka
|
63b5b6fd45
|
Moved Unicode C API related tests to separate test class.
|
2016-10-02 21:16:38 +03:00 |
|
Berker Peksag
|
f63f12b479
|
Issue #28225: Merge from 3.6
|
2016-10-02 20:07:38 +03:00 |
|
Berker Peksag
|
8bdd4480c4
|
Issue #28225: bz2 module now supports pathlib
Initial patch by Ethan Furman.
|
2016-10-02 20:07:06 +03:00 |
|
Berker Peksag
|
c8ce8434e0
|
Issue #28227: Merge from 3.6
|
2016-10-02 13:49:05 +03:00 |
|
Berker Peksag
|
03020cfa97
|
Issue #28227: gzip now supports pathlib
Patch by Ethan Furman.
|
2016-10-02 13:47:58 +03:00 |
|
Xavier de Gaye
|
bdfe55f332
|
Issue #28338: Merge from 3.6.
|
2016-10-02 11:43:25 +02:00 |
|
Xavier de Gaye
|
02e247fbe1
|
Issue #28338: Restore test_pdb doctests.
|
2016-10-02 11:42:22 +02:00 |
|
Serhiy Storchaka
|
6a7d3480fc
|
Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs.
Original patch by Oren Milman.
|
2016-10-02 12:34:40 +03:00 |
|
Berker Peksag
|
a5749197aa
|
Issue #20254: Merge from 3.6
|
2016-10-02 11:40:30 +03:00 |
|
Berker Peksag
|
d261cb6229
|
Issue #20254: Merge from 3.5
|
2016-10-02 11:40:10 +03:00 |
|
Berker Peksag
|
480b069270
|
Issue #20254: Fix duplicate tests in test_socket
Patch by Vajrasky Kok.
|
2016-10-02 11:39:41 +03:00 |
|
Serhiy Storchaka
|
d556a35242
|
Issue #27358: Backported tests.
|
2016-10-02 11:10:18 +03:00 |
|
Serhiy Storchaka
|
2e84de3638
|
Issue #27358: Optimized merging var-keyword arguments and improved error
message when pass a non-mapping as a var-keyword argument.
|
2016-10-02 11:07:29 +03:00 |
|
Serhiy Storchaka
|
e036ef8fa2
|
Issue #27358: Optimized merging var-keyword arguments and improved error
message when pass a non-mapping as a var-keyword argument.
|
2016-10-02 11:06:43 +03:00 |
|
Serhiy Storchaka
|
6498e5270e
|
Issue #28257: Backported a test.
|
2016-10-02 10:36:33 +03:00 |
|
Serhiy Storchaka
|
775a0ea0da
|
Issue #28257: Improved error message when pass a non-iterable as
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
|
2016-10-02 10:34:46 +03:00 |
|
Serhiy Storchaka
|
7344285c19
|
Issue #28257: Improved error message when pass a non-iterable as
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
|
2016-10-02 10:33:46 +03:00 |
|
Serhiy Storchaka
|
18c5e8e86f
|
Issue #28322: Fixed possible crashes when unpickle itertools objects from
incorrect pickle data. Based on patch by John Leitch.
|
2016-10-02 09:17:08 +03:00 |
|
Serhiy Storchaka
|
8f0f205649
|
Issue #28322: Fixed possible crashes when unpickle itertools objects from
incorrect pickle data. Based on patch by John Leitch.
|
2016-10-02 09:13:14 +03:00 |
|
Serhiy Storchaka
|
85c3f268f4
|
Issue #28322: Fixed possible crashes when unpickle itertools objects from
incorrect pickle data. Based on patch by John Leitch.
|
2016-10-02 08:34:53 +03:00 |
|
Ned Deily
|
14b4b41cdc
|
Issue #28325: Remove vestigal MacOS 9 macurl2path module and its tests.
|
2016-10-01 22:05:07 -04:00 |
|
Ned Deily
|
5dc2efda15
|
Issue #28324: Merge from 3.6
|
2016-10-01 21:33:34 -04:00 |
|
Ned Deily
|
13cfae7c1a
|
Issue #28323: Merge from 3.6
|
2016-10-01 21:21:44 -04:00 |
|
Ned Deily
|
bf090e31ad
|
Issue #28324: Remove vestigal MacOS 9 references in os.py docstring.
Patch by Chi Hsuan Yen.
|
2016-10-01 21:12:35 -04:00 |
|
Ned Deily
|
c6ef503b49
|
Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit().
Patch by Chi Hsuan Yen.
|
2016-10-01 21:12:16 -04:00 |
|
Zachary Ware
|
3839d99b79
|
Issue #13756: Fix building extensions modules on Cygwin
Patch by Roumen Petrov, based on original patch by Jason Tishler.
|
2016-10-01 16:15:09 -05:00 |
|
Martin Panter
|
efd1bf4434
|
Issue #28275: Merge bz2 fix from 3.6
|
2016-10-01 03:21:22 +00:00 |
|
Martin Panter
|
55c9239af6
|
Issue #28275: Merge bz2 fix from 3.5 into 3.6
|
2016-10-01 03:11:04 +00:00 |
|
Martin Panter
|
38317d3318
|
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
|
2016-10-01 02:45:17 +00:00 |
|
Berker Peksag
|
c4bd96cce2
|
Issue #28228: Merge from 3.6
|
2016-10-01 05:02:22 +03:00 |
|