Charles-François Natali
|
773e42dff8
|
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.
|
2013-02-05 19:42:01 +01:00 |
|
Raymond Hettinger
|
1f0044c473
|
Minor variable access clean-ups for deque.rotate().
|
2013-02-05 01:30:46 -05:00 |
|
Serhiy Storchaka
|
88eea543d6
|
Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and
strings larger than 2 GiB.
|
2013-02-04 18:29:47 +02:00 |
|
Serhiy Storchaka
|
36b365ccff
|
Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and
strings larger than 2 GiB.
|
2013-02-04 18:28:01 +02:00 |
|
Serhiy Storchaka
|
43536e9e37
|
Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and
strings larger than 2 GiB.
|
2013-02-04 18:26:15 +02:00 |
|
R David Murray
|
811724ce7f
|
merge #17091: update docstring for _thread.Lock.acquire.
|
2013-02-04 10:25:51 -05:00 |
|
R David Murray
|
b7be42b1f9
|
merge #17091: update docstring for _thread.Lock.acquire.
|
2013-02-04 10:22:39 -05:00 |
|
R David Murray
|
95b7110a11
|
#17091: update docstring for _thread.Lock.acquire.
The main docs were fixed to remove mention of None long ago,
but the docstring was not. Reported by Armin Rigo, patch
by Ian Cordasco.
|
2013-02-04 10:15:58 -05:00 |
|
Serhiy Storchaka
|
b6a53404b7
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:57:16 +02:00 |
|
Serhiy Storchaka
|
1d0bb9c8f9
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:54:04 +02:00 |
|
Serhiy Storchaka
|
19c4e0df29
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:47:24 +02:00 |
|
Raymond Hettinger
|
a4409c18eb
|
Minor edits: Tighten-up the halflen logic and touch-up the assertions and comments.
|
2013-02-04 00:08:12 -05:00 |
|
Serhiy Storchaka
|
cce1b8eda8
|
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
stream or a decoder produces data of an unexpected type (i.e. when
io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
|
2013-02-03 17:09:17 +02:00 |
|
Serhiy Storchaka
|
d03ce4ae3d
|
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
stream or a decoder produces data of an unexpected type (i.e. when
io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
|
2013-02-03 17:07:32 +02:00 |
|
Serhiy Storchaka
|
94dc6736bd
|
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
stream or a decoder produces data of an unexpected type (i.e. when
io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
|
2013-02-03 17:03:31 +02:00 |
|
Raymond Hettinger
|
3a9ae7fd98
|
Issue 16398: One more assertion for good measure.
|
2013-02-02 12:26:37 -08:00 |
|
Nadeem Vawda
|
56265564ff
|
Back out fix for issue #13886; it introduced a new bug in interactive readline use.
|
2013-02-02 20:29:39 +01:00 |
|
Nadeem Vawda
|
c27bcbf863
|
Back out fix for issue #13886; it introduced a new bug in interactive readline use.
|
2013-02-02 20:25:19 +01:00 |
|
Raymond Hettinger
|
231ee4dc9d
|
Issue 16398: Add assertions to show why memcmp is safe.
|
2013-02-02 11:24:43 -08:00 |
|
Nadeem Vawda
|
6375257188
|
Back out fix for issue #13886; it introduced a new bug in interactive readline use.
|
2013-02-02 20:05:11 +01:00 |
|
Raymond Hettinger
|
21777acd68
|
Issue 16398: Use memcpy() in deque.rotate().
|
2013-02-02 09:56:08 -08:00 |
|
Gregory P. Smith
|
a5042671c3
|
In the _hashlib module, only initialize the static data for OpenSSL's
constructors once, to avoid memory leaks when finalizing and re-initializing
the Python interpreter.
|
2013-02-01 17:07:56 -08:00 |
|
Gregory P. Smith
|
90fa9508a6
|
In the _hashlib module, only initialize the static data for OpenSSL's
constructors once, to avoid memory leaks when finalizing and re-initializing
the Python interpreter.
|
2013-02-01 17:07:39 -08:00 |
|
Gregory P. Smith
|
aded2e5e59
|
In the _hashlib module, only initialize the static data for OpenSSL's
constructors once, to avoid memory leaks when finalizing and re-initializing
the Python interpreter.
|
2013-02-01 17:05:29 -08:00 |
|
Gregory P. Smith
|
84d0bf94b0
|
Additional fix for issue #12268: The io module file object write methods no
longer abort early when a write system call is interrupted (EINTR).
|
2013-02-01 13:10:33 -08:00 |
|
Gregory P. Smith
|
99ec7f6f3e
|
Additional fix for issue #12268: The io module file object write methods no
longer abort early when a write system call is interrupted (EINTR).
|
2013-02-01 13:08:23 -08:00 |
|
Gregory P. Smith
|
b9817b01ed
|
Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR).
|
2013-02-01 13:03:39 -08:00 |
|
Brett Cannon
|
611afc1b3f
|
Issue #17098: all modules should have __loader__
|
2013-02-01 14:07:28 -05:00 |
|
Brett Cannon
|
0ecd30b4af
|
Issue #17098: Make sure every module has __loader__ defined.
Thanks to Thomas Heller for the bug report.
|
2013-02-01 14:04:12 -05:00 |
|
Nadeem Vawda
|
ef0a44c629
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
2013-01-27 14:17:21 +01:00 |
|
Nadeem Vawda
|
60cc32382f
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
2013-01-27 14:13:25 +01:00 |
|
Nadeem Vawda
|
6f02ea02c8
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
2013-01-27 14:01:42 +01:00 |
|
Ezio Melotti
|
3a62e45b97
|
Merge typo fixes from 3.3.
|
2013-01-27 06:20:51 +02:00 |
|
Ezio Melotti
|
3f5db3940f
|
Fix a few typos and a double semicolon. Patch by Eitan Adler.
|
2013-01-27 06:20:14 +02:00 |
|
Ronald Oussoren
|
20190e2d54
|
Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3)
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
|
2013-01-25 18:02:35 +01:00 |
|
Ronald Oussoren
|
1c90eed8a9
|
Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2)
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
|
2013-01-25 18:01:05 +01:00 |
|
Ronald Oussoren
|
697e56d0f5
|
Issue #1602133: 'environ' is not really available with shared libraries on OSX
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
|
2013-01-25 17:57:13 +01:00 |
|
Martin v. Löwis
|
c8c6563097
|
Replace WaitForMultipleObjects with WaitForMultipleObjectEx,
for better WinRT compatibility.
|
2013-01-25 14:29:13 +01:00 |
|
Martin v. Löwis
|
b26a9b10ea
|
Replace WaitForSingleObject with WaitForSingleObjectEx,
for better WinRT compatibility.
|
2013-01-25 14:25:48 +01:00 |
|
Serhiy Storchaka
|
35f284b75e
|
Clean trailing whitespace in itertoolsmodule.c.
|
2013-01-25 13:40:01 +02:00 |
|
Serhiy Storchaka
|
d269b5e73d
|
Clean trailing whitespace in itertoolsmodule.c.
|
2013-01-25 13:38:56 +02:00 |
|
Serhiy Storchaka
|
e7e9c32195
|
Clean trailing whitespace in itertoolsmodule.c.
|
2013-01-25 13:37:39 +02:00 |
|
Serhiy Storchaka
|
c5dadcf2fd
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
2013-01-25 13:26:55 +02:00 |
|
Serhiy Storchaka
|
339e91d4cb
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
2013-01-25 13:24:47 +02:00 |
|
Serhiy Storchaka
|
a3e9128aba
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
2013-01-25 13:19:31 +02:00 |
|
Eli Bendersky
|
fa88b5d656
|
merge heads
|
2013-01-24 07:17:17 -08:00 |
|
Stefan Krah
|
eb8c451bd2
|
Since the return type of format() is not a Decimal, raise ValueError instead of
InvalidOperation if the format specification (width, prec) exceeds the internal
limits of libmpdec.
|
2013-01-24 15:22:33 +01:00 |
|
Charles-François Natali
|
c07fcbb698
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Patch by Jeffrey Armstrong.
|
2013-01-19 12:39:29 +01:00 |
|
Charles-François Natali
|
95195b35b8
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Patch by Jeffrey Armstrong.
|
2013-01-19 12:21:26 +01:00 |
|
Charles-François Natali
|
986a56cefe
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Patch by Jeffrey Armstrong.
|
2013-01-19 12:19:10 +01:00 |
|