- 30 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Lukas Vacek.
-
- 29 Nis, 2014 26 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
supported by Doc/Makefile, as well as a bit of modernization, cleanup, and notes about the difference between Unix and Windows.
-
Zachary Ware yazdı
-
Antoine Pitrou yazdı
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-
Antoine Pitrou yazdı
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview). Patch by Nikolaus Rath.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. Patch by Nikolaus Rath.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack.
-
- 28 Nis, 2014 12 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Muhammad Jehanzeb.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
-
Antoine Pitrou yazdı
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #20355: -W command line options now have higher priority than the PYTHONWARNINGS environment variable. Patch by Arfrever.
-
Ned Deily yazdı
Patch by David Bolen.
-
Antoine Pitrou yazdı
Issue #21312: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken.
-
Antoine Pitrou yazdı
Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone. Patch by Akira.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 27 Nis, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
-