- 29 Jun, 2013 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
replacing warnings.formatwarnings and to reverse replacement of warnings.showwarnings when import is complete and when main function exits. Add test_warning.py. Vinay Sajip provided capture_warnings function.
-
- 28 Jun, 2013 2 commits
-
-
Terry Jan Reedy authored
replacing redundant signature in input() docstring with one-line summary. Original patch by Terrel Shumway.
-
R David Murray authored
-
- 27 Jun, 2013 1 commit
-
-
R David Murray authored
There were no tests for the encoders module. encode_base64 worked because it is the default and so got tested implicitly elsewhere, and we use encode_7or8bit internally, so that worked, too. I previously fixed encode_noop, so this fix means that everythign in the encoders module now works, hopefully correctly. Also added an explicit test for encode_base64.
-
- 26 Jun, 2013 1 commit
-
-
R David Murray authored
-
- 25 Jun, 2013 1 commit
-
-
Victor Stinner authored
time.strtime("%Y") returned "2345" when formatting year 12345.
-
- 24 Jun, 2013 7 commits
-
-
Victor Stinner authored
string in longer than 2 gigabytes, and ssl.SSLContext.load_cert_chain() raises a ValueError if the password is longer than 2 gigabytes. The ssl module does not support partial write.
-
Ned Deily authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
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 2 commits
-
-
R David Murray authored
The exception is the import related questions at the end, which need to be rewritten anyway.
-
Benjamin Peterson authored
-