- 24 Haz, 2013 4 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Christian Heimes yazdı
-
- 23 Haz, 2013 10 kayıt (commit)
-
-
Christian Heimes yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Berker Peksag.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
OverflowError when an argument of %c format is out of range.
-
Łukasz Langa yazdı
-
Christian Heimes yazdı
for symlinks.
-
Victor Stinner yazdı
and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
complex.__format__().
-
- 22 Haz, 2013 5 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
Andrew Kuchling 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.
-
Andrew Kuchling yazdı
Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit.
-
- 21 Haz, 2013 7 kayıt (commit)
-
-
Brett Cannon yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
- 20 Haz, 2013 2 kayıt (commit)
-
-
Andrew Kuchling yazdı
* state that python3 source encoding is UTF-8, and give examples * mention surrogateescape in the 'tips and tricks' section, and backslashreplace in the "Python's Unicode Support" section. * Describe Unicode support provided by the re module. * link to Nick Coghlan's and Ned Batchelder's notes/presentations. * default filesystem encoding is now UTF-8, not ascii. * Describe StreamRecoder class. * update acks section * remove usage of "I think", "I'm not going to", etc. * various edits * remove revision history and original outline
-
Senthil Kumaran yazdı
Patch contributed by Corey Brune.
-
- 19 Haz, 2013 6 kayıt (commit)
-
-
R David Murray yazdı
The exception is the import related questions at the end, which need to be rewritten anyway.
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
ISO C90 forbids mixed declarations and code
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 18 Haz, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
-
- 17 Haz, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner yazdı
-