- 14 Agu, 2014 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
some __sizeof__() methods.
-
Serhiy Storchaka yazdı
some __sizeof__() methods.
-
Berker Peksag yazdı
the FileCompareTestCase.test_matching test. Patch by Steven Barker.
-
Berker Peksag yazdı
the FileCompareTestCase.test_matching test. Patch by Steven Barker.
-
- 13 Agu, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
-
Serhiy Storchaka yazdı
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
-
- 12 Agu, 2014 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Original patch by Raymond Hettinger.
-
Serhiy Storchaka yazdı
Original patch by Raymond Hettinger.
-
Serhiy Storchaka yazdı
AIX. Based on patch by Delhallt.
-
Serhiy Storchaka yazdı
AIX. Based on patch by Delhallt.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 11 Agu, 2014 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 10 Agu, 2014 5 kayıt (commit)
-
-
Victor Stinner yazdı
asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later.
-
Victor Stinner yazdı
Patch written by Xavier de Gaye.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
Patch from Stefan Krah.
-
- 09 Agu, 2014 3 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
R David Murray yazdı
Patch by Milan Oberkirch, developed as part of his 2014 GSOC project. Note that this also fixes a bug in mock_socket ('getpeername' was returning a simple string instead of the tuple required for IPvX protocols), a bug in DebugServer with respect to handling binary data (should have been fixed when decode_data was introduced, but wasn't found until this patch was written), and a long-standing bug in DebugServer (it was printing an extra blank line at the end of the displayed message text).
-
- 11 Agu, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Akira Li.
-
- 10 Agu, 2014 5 kayıt (commit)
-
-
Victor Stinner yazdı
asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later.
-
Victor Stinner yazdı
Patch written by Xavier de Gaye.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
- 09 Agu, 2014 7 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
-
doko@ubuntu.com yazdı
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
-
Serhiy Storchaka yazdı
types. Corrected error messages about bytes arguments.
-
Serhiy Storchaka yazdı
types. Corrected error messages about bytes arguments.
-
Nick Coghlan yazdı
-