Benjamin Peterson
|
0a3ccacec7
|
merge 3.5 (#27774)
|
2016-08-15 22:05:16 -07:00 |
|
Benjamin Peterson
|
76aa1fb3b1
|
merge 3.4 (#27774)
|
2016-08-15 22:05:06 -07:00 |
|
Benjamin Peterson
|
10bc0f6edf
|
merge 3.3 (#27774)
|
2016-08-15 22:03:44 -07:00 |
|
Benjamin Peterson
|
3a27b0857e
|
do not decref value borrowed from list (closes #27774)
|
2016-08-15 22:01:41 -07:00 |
|
Benjamin Peterson
|
a853c479ee
|
merge 3.5 (#27773)
|
2016-08-15 21:56:11 -07:00 |
|
Benjamin Peterson
|
81b9ecd2a3
|
fix corner cases in the management of server_hostname (closes #27773)
|
2016-08-15 21:55:37 -07:00 |
|
Benjamin Peterson
|
cc2e80be64
|
merge 3.5
|
2016-08-15 21:44:06 -07:00 |
|
Benjamin Peterson
|
b1c6bdc76a
|
merge 3.4
|
2016-08-15 21:43:57 -07:00 |
|
Benjamin Peterson
|
432ea4ff37
|
fail when negative values are passed to instr()
|
2016-08-15 21:40:14 -07:00 |
|
Ned Deily
|
eb3be66b3a
|
Issue #27736: Prevent segfault after interpreter re-initialization due
to ref count problem introduced in code for Issue #27038 in 3.6.0a3.
Patch by Xiang Zhang.
|
2016-08-15 14:40:38 -04:00 |
|
Guido van Rossum
|
0a891d70de
|
Issue #12345: Add mathemathcal constant tau to math and cmath.
Patch by Lisa Roach. See also PEP 628.
|
2016-08-15 09:12:52 -07:00 |
|
Serhiy Storchaka
|
15f3228b7c
|
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Xiang Zhang.
|
2016-08-15 10:06:16 +03:00 |
|
Serhiy Storchaka
|
9171a8b4ce
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
implemented with using Argument Clinic.
|
2016-08-14 10:52:18 +03:00 |
|
Benjamin Peterson
|
b6f78c2755
|
merge 3.5 (closes #27760)
|
2016-08-13 18:37:20 -07:00 |
|
Benjamin Peterson
|
91060f26f9
|
merge 3.4 (closes #27760)
|
2016-08-13 18:37:12 -07:00 |
|
Benjamin Peterson
|
5295532adb
|
merge 3.3 (closes #27760)
|
2016-08-13 18:36:55 -07:00 |
|
Benjamin Peterson
|
4f976513ef
|
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Reported by Thomas E. Hybel
|
2016-08-13 18:33:33 -07:00 |
|
Benjamin Peterson
|
c0654d4e60
|
merge 3.5
|
2016-08-13 18:21:32 -07:00 |
|
Benjamin Peterson
|
f17a8e9acd
|
merge 3.4
|
2016-08-13 18:21:16 -07:00 |
|
Benjamin Peterson
|
40a77c3381
|
do not allow reading negative values with getstr()
|
2016-08-13 18:15:28 -07:00 |
|
Benjamin Peterson
|
7bc44302a0
|
merge 3.5 (closes #27758)
|
2016-08-13 17:22:18 -07:00 |
|
Benjamin Peterson
|
9745ee0b44
|
merge 3.4 (closes #27758)
|
2016-08-13 17:21:54 -07:00 |
|
Benjamin Peterson
|
59b6abd38c
|
merge 3.3 (#27758)
|
2016-08-13 17:21:22 -07:00 |
|
Benjamin Peterson
|
6e01d90cc8
|
check for overflow in join_append_data (closes #27758)
Reported by Thomas E. Hybel
|
2016-08-13 17:17:06 -07:00 |
|
Alexander Belopolsky
|
47649ab1f1
|
Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.
|
2016-08-08 17:05:40 -04:00 |
|