- 22 Jun, 2013 4 commits
-
-
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.
-
- 16 Jun, 2013 5 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Andrew Kuchling authored
Also, improve some docstring descriptions of the 'errors' parameter. Closes #14015.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
-
- 15 Jun, 2013 2 commits
-
-
Andrew Kuchling authored
Reported by Atsuo Ishimoto.
-
Brett Cannon authored
-
- 14 Jun, 2013 1 commit
-
-
Christian Heimes authored
-
- 12 Jun, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Roger Serwy authored
-
Roger Serwy authored
-
- 11 Jun, 2013 1 commit
-
-
Ned Deily authored
-