- 23 Haz, 2013 25 kayıt (commit)
-
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Add extra braces to S_IS*() macros
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Berker Peksag.
-
R David Murray yazdı
Original patch by Berker Peksag.
-
R David Murray yazdı
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 yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
OverflowError when an argument of %c format is out of range.
-
Serhiy Storchaka yazdı
OverflowError when an argument of %c format is out of range.
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Christian Heimes yazdı
for symlinks.
-
Christian Heimes yazdı
for symlinks.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Victor Stinner yazdı
ssl.SSLSocket.write() and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes.
-
Victor Stinner yazdı
and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
float.__format__() and complex.__format__().
-
Victor Stinner yazdı
complex.__format__().
-
- 22 Haz, 2013 13 kayıt (commit)
-
-
Victor Stinner yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
'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 yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 21 Haz, 2013 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-