- 02 Jul, 2013 3 commits
-
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 01 Jul, 2013 2 commits
-
-
Richard Oudkerk authored
-
Terry Jan Reedy authored
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
-
- 30 Jun, 2013 4 commits
-
-
Terry Jan Reedy authored
Andrew Svetlov, based on initial patch by Bruce Frederiksen.
-
Terry Jan Reedy authored
Also change private dict used as a set to a set.
-
Terry Jan Reedy authored
Idle code already uses x.delegate instead of x.getdelegate(). The printed report must have been for testing.
-
Terry Jan Reedy authored
The slightly odd behavior (the validity of passing a sizehint depends on the type of self._file) was kept to avoid breaking code that depends on it. Test_tempfile.test_xreadlines passes (along with everything else).
-
- 29 Jun, 2013 5 commits
-
-
R David Murray authored
Patch by Vajrasky Kok, with slight modification to the tests by me.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
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 1 commit
-
-
Terry Jan Reedy authored
replacing redundant signature in input() docstring with one-line summary. Original patch by Terrel Shumway.
-
- 25 Jun, 2013 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Jun, 2013 6 commits
-
-
Victor Stinner authored
string in longer than 2 gigabytes. The ssl module does not support partial write.
-
Ned Deily authored
from the Python 3 documentation.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 23 Jun, 2013 8 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Original patch by Berker Peksag.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
OverflowError when an argument of %c format is out of range.
-
Christian Heimes authored
for symlinks.
-
Victor Stinner authored
for strings longer than 2 gigabytes.
-
Victor Stinner authored
and complex.__format__().
-
- 22 Jun, 2013 5 commits
-
-
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.
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Andrew Kuchling authored
Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit.
-
Raymond Hettinger authored
-
- 19 Jun, 2013 1 commit
-
-
R David Murray authored
Back port of 0113247f894b from 3.3. The exceptions are the import related questions at the end, which need to be rewritten anyway, and a math example that doesn't exist in the 3.3+ docs that I didn't bother trying to fix.
-
- 18 Jun, 2013 1 commit
-
-
Antoine Pitrou authored
-