- 23 Jun, 2013 24 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
Add extra braces to S_IS*() macros
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Original patch by Berker Peksag.
-
R David Murray authored
Original patch by Berker Peksag.
-
R David Murray authored
This provides a way to specify arbitrary doctest options when using the CLI interface to process test files, just as one can when calling testmod or testfile programmatically.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
OverflowError when an argument of %c format is out of range.
-
Serhiy Storchaka authored
OverflowError when an argument of %c format is out of range.
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Christian Heimes authored
for symlinks.
-
Christian Heimes authored
for symlinks.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Victor Stinner authored
ssl.SSLSocket.write() and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes.
-
Victor Stinner authored
and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes.
-
Victor Stinner authored
-
Victor Stinner authored
float.__format__() and complex.__format__().
-
Victor Stinner authored
complex.__format__().
-
- 22 Jun, 2013 13 commits
-
-
Victor Stinner authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
'Find in files' by replacing 'open with implicit close' by 'with open' in GrepDialog method grep_it. Streamline code with enumerate(), direct file iteration, and output tweak. Add test for this method, including output format.
-
Christian Heimes authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit.
-
Christian Heimes authored
-
Christian Heimes authored
-
- 21 Jun, 2013 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Victor Stinner authored
Don't create a temporary buffer of zeroy byte nor call r_string() if the length is zero, create directly the empty string.
-