You need to sign in or sign up before continuing.
- 02 Oct, 2016 1 commit
-
-
Berker Peksag authored
Patch by Vajrasky Kok.
-
- 17 Sep, 2016 1 commit
-
-
Berker Peksag authored
-
- 11 Sep, 2016 3 commits
-
-
Christian Heimes authored
Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for a while. Require Kernel 4.3+ for now
-
Christian Heimes authored
-
Christian Heimes authored
-
- 06 Sep, 2016 1 commit
-
-
Christian Heimes authored
-
- 05 Sep, 2016 3 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 04 Aug, 2016 1 commit
-
-
Martin Panter authored
-
- 18 Jun, 2016 1 commit
-
-
Berker Peksag authored
-
- 17 Jun, 2016 1 commit
-
-
Steve Dower authored
-
- 02 Jun, 2016 1 commit
-
-
Martin Panter authored
-
- 30 May, 2016 1 commit
-
-
Martin Panter authored
-
- 26 May, 2016 1 commit
-
-
Martin Panter authored
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 24 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 11 Apr, 2016 1 commit
-
-
Martin Panter authored
-
- 18 Feb, 2016 1 commit
-
-
Berker Peksag authored
the same values as open().
-
- 29 Dec, 2015 2 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
In OS X 10.11, the test fails consistently due to a platform change since 10.10. Thanks to Jeff Ramnani for the patch.
-
- 02 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 25 Oct, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 21 Sep, 2015 1 commit
-
-
Victor Stinner authored
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.
-
- 02 Aug, 2015 1 commit
-
-
Robert Collins authored
Patch from David Edelsohn.
-
- 14 Apr, 2015 1 commit
-
-
Berker Peksag authored
-
- 20 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
codecs, that accepted only read-only bytes-like object now accept writable bytes-like object too.
-
- 19 Mar, 2015 2 commits
-
-
Ethan Furman authored
add private method to enum to support replacing global constants with Enum members: - search for candidate constants via supplied filter - create new enum class and members - insert enum class and replace constants with members via supplied module name - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle modify IntEnum classes to use new method
-
Ethan Furman authored
add private method to enum to support replacing global constants with Enum members: - search for candidate constants via supplied filter - create new enum class and members - insert enum class and replace constants with members via supplied module name - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle modify IntEnum classes to use new method
-
- 07 Feb, 2015 2 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
- 19 Nov, 2014 1 commit
-
-
Serhiy Storchaka authored
Patch by David Watson.
-
- 03 Nov, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 15 Oct, 2014 1 commit
-
-
Ethan Furman authored
-
- 14 Oct, 2014 1 commit
-
-
Charles-François Natali authored
-
- 05 Oct, 2014 1 commit
-
-
R David Murray authored
Some time ago we changed the docs to consistently use the term 'bytes-like object' in all the contexts where bytes, bytearray, memoryview, etc are used. This patch (by Ezio Melotti) completes that work by changing the error messages that previously reported that certain types did "not support the buffer interface" to instead say that a bytes-like object is required. (The glossary entry for bytes-like object references the discussion of the buffer protocol in the docs.)
-
- 26 Jul, 2014 1 commit
-
-
Victor Stinner authored
on closed socket. repr(socket.socket) already works fine.
-
- 25 Jul, 2014 1 commit
-
-
Charles-François Natali authored
-
- 23 Jul, 2014 1 commit
-
-
Charles-François Natali authored
-
- 13 Jun, 2014 1 commit
-
-
Terry Jan Reedy authored
-
- 11 Jun, 2014 1 commit
-
-
Giampaolo Rodola' authored
fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'·
-