Serhiy Storchaka
|
4e63f7a2b4
|
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
set beyond size. Based on patch by John Leitch.
|
2015-09-04 07:48:19 +03:00 |
|
Brett Cannon
|
df6b544ff6
|
Issue #24913: Fix overrun error in deque.index().
Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
|
2015-09-03 10:15:03 -07:00 |
|
Serhiy Storchaka
|
c97a962e08
|
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.
|
2015-08-09 12:23:08 +03:00 |
|
Yury Selivanov
|
14acf5f41d
|
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
|
2015-08-05 17:54:10 -04: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 |
|
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 |
|
Victor Stinner
|
5ef6fde92c
|
Merge 3.4 (ctypes)
|
2015-07-29 14:35:12 +02:00 |
|
Victor Stinner
|
9c631a0f71
|
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
written by Matthieu Gautier.
|
2015-07-29 14:33:52 +02:00 |
|
Raymond Hettinger
|
d2117e18a0
|
merge
|
2015-07-28 02:07:14 -07:00 |
|
Raymond Hettinger
|
acd61b6e40
|
Issue #24735: Fix invalid memory access in combinations_with_replacement()
|
2015-07-28 02:05:44 -07:00 |
|
Victor Stinner
|
bea232a15f
|
Issue #24732, #23834: Fix sock_accept_impl() on Windows
accept() returns INVALID_SOCKET on error, it's not necessary a negative number.
|
2015-07-27 23:37:11 +02:00 |
|
Serhiy Storchaka
|
f002225f7e
|
Issue #24683: Fixed crashes in _json functions called with arguments of
inappropriate type.
|
2015-07-26 09:02:23 +03:00 |
|
Serhiy Storchaka
|
83236f7a8b
|
Issue #24683: Fixed crashes in _json functions called with arguments of
inappropriate type.
|
2015-07-26 09:01:22 +03:00 |
|
Serhiy Storchaka
|
374164c2f5
|
Issue #14373: Fixed segmentation fault when gc.collect() is called during
constructing lru_cache (C implementation).
|
2015-07-25 12:10:21 +03:00 |
|
Serhiy Storchaka
|
c19bb3279c
|
Issue #24620: Random.setstate() now validates the value of state last element.
|
2015-07-24 09:05:59 +03:00 |
|
Serhiy Storchaka
|
178f0b6ddc
|
Issue #24620: Random.setstate() now validates the value of state last element.
|
2015-07-24 09:02:53 +03:00 |
|
Raymond Hettinger
|
043e800860
|
merge
|
2015-07-20 03:10:48 -04:00 |
|
Raymond Hettinger
|
239aba7874
|
Issue #19663: Improve error message for defaultdict.
|
2015-07-20 03:09:22 -04:00 |
|
Benjamin Peterson
|
0544cf0eb9
|
merge 3.4 (#24655)
|
2015-07-18 11:00:00 -07:00 |
|
Benjamin Peterson
|
d113c967b4
|
improve style of the convert macro (#24655)
Patch by Brian Cain.
|
2015-07-18 10:59:13 -07:00 |
|
Victor Stinner
|
8cc80f1d81
|
Merge 3.4
|
2015-07-16 22:20:19 +02:00 |
|
Victor Stinner
|
579db160b3
|
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
|
2015-07-16 22:17:31 +02:00 |
|
Serhiy Storchaka
|
02eae6b1f2
|
Issue #18684: Fixed reading out of the buffer in the re module.
|
2015-07-06 14:03:01 +03:00 |
|