- 29 Apr, 2014 23 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
supported by Doc/Makefile, as well as a bit of modernization, cleanup, and notes about the difference between Unix and Windows.
-
Zachary Ware authored
-
Antoine Pitrou authored
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-
Antoine Pitrou authored
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
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 authored
-
Antoine Pitrou authored
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 authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack.
-
- 28 Apr, 2014 12 commits
-
-
Antoine Pitrou authored
Patch by Muhammad Jehanzeb.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
-
Antoine Pitrou authored
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #20355: -W command line options now have higher priority than the PYTHONWARNINGS environment variable. Patch by Arfrever.
-
Ned Deily authored
Patch by David Bolen.
-
Antoine Pitrou authored
Issue #21312: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken.
-
Antoine Pitrou authored
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 authored
-
Antoine Pitrou authored
-
- 27 Apr, 2014 5 commits
-
-
Guido van Rossum authored
Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Tim Golden authored
-
Tim Golden authored
-