Stefan Krah
|
b6cc0aad4b
|
Merge 3.3.
|
2013-05-29 21:12:46 +02:00 |
|
Stefan Krah
|
04754b0fd4
|
Support multiarch build in tests.
|
2013-05-29 20:58:19 +02:00 |
|
Stefan Krah
|
891ca9e06a
|
Backport bff16086f03b and bcaaaa00425b.
|
2013-05-29 19:14:17 +02:00 |
|
Stefan Krah
|
a0547b8ac4
|
Mark untestable lines for gcov.
|
2013-05-29 19:08:34 +02:00 |
|
Stefan Krah
|
8d90e383a3
|
Merge 3.3.
|
2013-05-29 15:47:24 +02:00 |
|
Stefan Krah
|
6edda14b29
|
Issue #17768: Support newline fill character in decimal.py and NUL fill
character in _decimal.c.
|
2013-05-29 15:45:38 +02:00 |
|
Serhiy Storchaka
|
281945f427
|
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
stream's read() returns more bytes than requested.
|
2013-05-28 16:27:08 +03:00 |
|
Serhiy Storchaka
|
37a79a12d1
|
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
stream's read() returns more bytes than requested.
|
2013-05-28 16:24:45 +03:00 |
|
Jason R. Coombs
|
8f1a8e32b1
|
Merge with 3.3
|
2013-05-27 23:26:36 -04:00 |
|
Jason R. Coombs
|
3a09286790
|
Issue #13772: Restored directory detection of targets in os.symlink on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
|
2013-05-27 23:21:28 -04:00 |
|
Benjamin Peterson
|
da5eb5a31c
|
don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206)
A patch from Illia Polosukhin.
|
2013-05-27 14:46:14 -07:00 |
|
Eli Bendersky
|
7b3022f24f
|
Issue #13612: handle unknown encodings without a buffer overflow.
This affects pyexpat and _elementtree. PyExpat_CAPI now exposes a new
function - DefaultUnknownEncodingHandler.
Based on a patch by Serhiy Storchaka.
|
2013-05-25 05:27:10 -07:00 |
|
Eli Bendersky
|
6dc32b34dd
|
Issue #13612: handle unknown encodings without a buffer overflow.
This affects pyexpat and _elementtree. PyExpat_CAPI now exposes a new
function - DefaultUnknownEncodingHandler.
Based on a patch by Serhiy Storchaka.
|
2013-05-25 05:25:48 -07:00 |
|
Antoine Pitrou
|
19fef69b75
|
Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preprocessor doesn't process #ifdef's inside a macro argument list.
(found explanation at http://www.tech-archive.net/Archive/VC/microsoft.public.vc.language/2007-05/msg00385.html)
|
2013-05-25 13:23:03 +02:00 |
|
Antoine Pitrou
|
3a65ad7f08
|
Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.
|
2013-05-25 13:02:32 +02:00 |
|
Benjamin Peterson
|
e08b583d88
|
merge 3.3
|
2013-05-24 14:36:04 -07:00 |
|
Benjamin Peterson
|
3b08a2978e
|
indicate that read/write work with bytes (closes #18009)
|
2013-05-24 14:35:57 -07:00 |
|
Ronald Oussoren
|
dc3e6cc452
|
(3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Without this patch socket.getaddrinfo crashed when called
with some unusual argument combinations.
|
2013-05-24 13:51:21 +02:00 |
|
Ronald Oussoren
|
27a4ac535f
|
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Without this patch socket.getaddrinfo crashed when called
with some unusual argument combinations.
|
2013-05-24 13:47:37 +02:00 |
|
Serhiy Storchaka
|
447b6e3c6e
|
Issue #16986: ElementTree now correctly parses a string input not only when
an internal XML encoding is UTF-8 or US-ASCII.
|
2013-05-22 17:21:06 +03:00 |
|
Serhiy Storchaka
|
66d53fa9ad
|
Issue #16986: ElementTree now correctly parses a string input not only when
an internal XML encoding is UTF-8 or US-ASCII.
|
2013-05-22 17:07:51 +03:00 |
|
Giampaolo Rodola'
|
80e1c43ddf
|
Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.
|
2013-05-21 21:02:04 +02:00 |
|
Charles-François Natali
|
b10c71daa2
|
Backed out changeset c0f2b038fc12
|
2013-05-21 10:45:46 +02:00 |
|
Charles-François Natali
|
c7c333d25d
|
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
namespace as string.
|
2013-05-21 09:49:18 +02:00 |
|
Charles-Francois Natali
|
74ca886788
|
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
when applicable.
|
2013-05-20 19:13:19 +02:00 |
|