Antoine Pitrou
|
5dd12a5978
|
Fix returning uninitialized variable (issue #8109).
Found by Christian with Coverity.
|
2013-01-06 15:25:36 +01:00 |
|
Antoine Pitrou
|
58ddc9d743
|
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:SSLContext.set_servername_callback method.
Patch by Daniel Black.
|
2013-01-05 21:20:29 +01:00 |
|
Eli Bendersky
|
3c9850aad7
|
The get() and iter() are now able to accept keyword arguments.
In conformance with the documentation and the Python version.
Patch by Franck Michea.
|
2013-01-05 06:31:36 -08:00 |
|
Eli Bendersky
|
a873690d2c
|
The get() and iter() are now able to accept keyword arguments.
In conformance with the documentation and the Python version.
Patch by Franck Michea.
|
2013-01-05 06:26:39 -08:00 |
|
Serhiy Storchaka
|
d8a0bac8f7
|
Issue #16674: random.getrandbits() is now 20-40% faster for small integers.
|
2013-01-04 12:18:35 +02:00 |
|
Christian Heimes
|
75e923fcf2
|
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
non-pydebug builds. Several extension modules now compile cleanly when
assert()s are enabled in standard builds (-DDEBUG flag).
|
2013-01-03 09:22:41 +01:00 |
|
Christian Heimes
|
f402e922f3
|
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
non-pydebug builds. Several extension modules now compile cleanly when
assert()s are enabled in standard builds (-DDEBUG flag).
|
2013-01-03 09:21:55 +01:00 |
|
Ezio Melotti
|
37623ab5f1
|
#16009: JSON error messages now provide more information. Patch by Serhiy Storchaka.
|
2013-01-03 08:44:15 +02:00 |
|
Victor Stinner
|
fd53a5a011
|
(Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
|
2013-01-03 03:38:38 +01:00 |
|
Victor Stinner
|
6f84659e5e
|
(Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
|
2013-01-03 03:37:47 +01:00 |
|
Victor Stinner
|
c44057dfbd
|
Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB
|
2013-01-03 03:33:21 +01:00 |
|
Nadeem Vawda
|
ef408aea3d
|
Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor.compress(b'').
Initial patch by Martin Packman.
|
2013-01-02 23:13:53 +01:00 |
|
Nadeem Vawda
|
57cb81d161
|
Issue #16828: Fix error incorrectly raised by bz2.compress('').
Initial patch by Martin Packman.
|
2013-01-02 23:05:56 +01:00 |
|
Nadeem Vawda
|
638fb9bbed
|
Issue #16828: Fix error incorrectly raised by bz2.compress('').
Patch by Martin Packman.
|
2013-01-02 23:02:00 +01:00 |
|
Serhiy Storchaka
|
404fa924c3
|
Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type.
|
2013-01-02 18:22:23 +02:00 |
|
Victor Stinner
|
e4110dc11f
|
Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding
with the surrogateescape error handler, instead of UTF-8 in strict mode.
|
2013-01-01 23:05:55 +01:00 |
|
Brian Curtin
|
9cc4321bf5
|
Backed out changeset 61bada808b34
|
2013-01-01 12:31:06 -06:00 |
|
Brian Curtin
|
e3d0b65118
|
Set st_dev on Windows as unsigned long to match its DWORD type, related to the change to fix #11939.
|
2013-01-01 12:21:35 -06:00 |
|
Richard Oudkerk
|
950fab07aa
|
Issue #9586: Merge.
|
2013-01-01 17:40:58 +00:00 |
|
Richard Oudkerk
|
9b4599322d
|
Issue #9586: Merge
|
2013-01-01 17:36:53 +00:00 |
|
Richard Oudkerk
|
9866231eab
|
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
|
2013-01-01 17:29:44 +00:00 |
|
Eli Bendersky
|
a9bc1bf93b
|
Make indentation consistent
|
2013-01-01 07:42:06 -08:00 |
|
Eli Bendersky
|
b829dea0cd
|
Make indentation consistent
|
2013-01-01 07:41:51 -08:00 |
|
Eli Bendersky
|
0485314305
|
Make indentation consistent and remove dead commented-out code.
|
2012-12-31 15:34:43 -08:00 |
|
Eli Bendersky
|
03ab4d3581
|
Make indentation consistent and remove dead commented-out code.
|
2012-12-31 15:34:20 -08:00 |
|