- 30 Apr, 2014 4 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
in the root of the source tree, which passes all arguments through to the most recently built interpreter.
-
Stefan Krah authored
Decimal.quantize() method in the Python version. It had never been present in the C version.
-
Benjamin Peterson authored
Patch by Lukas Vacek.
-
- 29 Apr, 2014 26 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
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 10 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.
-