- 23 Haz, 2013 12 kayıt (commit)
-
-
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.
-
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 15 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Victor Stinner yazdı
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 yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Andrew Kuchling yazdı
* 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 yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-