- 23 Jun, 2013 15 commits
-
-
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 12 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.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Andrew Kuchling authored
* Move the constants used by os.open() to after the description of os.open(), instead of putting them in their own section. * Move RTLD_* constants to "Miscellaneous System Information" section, and mention the sys functions they're used with. * Mention dir_fd parameter in os.open() text. * Typo fix ("are a supported by").
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-