- 24 Jun, 2013 1 commit
-
-
Christian Heimes authored
-
- 23 Jun, 2013 10 commits
-
-
Christian Heimes authored
-
R David Murray authored
-
R David Murray authored
Original patch by Berker Peksag.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
OverflowError when an argument of %c format is out of range.
-
Łukasz Langa authored
-
Christian Heimes authored
for symlinks.
-
Victor Stinner authored
and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes.
-
Victor Stinner authored
-
Victor Stinner authored
complex.__format__().
-
- 22 Jun, 2013 5 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling 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.
-
Andrew Kuchling authored
Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit.
-
- 21 Jun, 2013 7 commits
-
-
Brett Cannon authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
- 20 Jun, 2013 2 commits
-
-
Andrew Kuchling authored
* 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 authored
Patch contributed by Corey Brune.
-
- 19 Jun, 2013 6 commits
-
-
R David Murray authored
The exception is the import related questions at the end, which need to be rewritten anyway.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Christian Heimes authored
ISO C90 forbids mixed declarations and code
-
Christian Heimes authored
-
Christian Heimes authored
-
- 18 Jun, 2013 2 commits
-
-
Antoine Pitrou authored
-
Christian Heimes authored
-
- 17 Jun, 2013 7 commits
-
-
Victor Stinner authored
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner authored
-
Victor Stinner authored
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
when \r\n appears at end of 65535 bytes without other newlines.
-
Serhiy Storchaka authored
* Use mixins for generating tests for different compression types. * Make test_tarfile discoverable. * Use more special tests (i.e. assertEqual, assertIs) instead of assertTrue. * Add explicit test skips instead of reporting skipped tests as passed. * Wrap long lines. * Correct a comment for test_hardlink_extraction1. * Add support.requires_gzip. and some other minor enhancements.
-