- 13 Jul, 2013 5 commits
-
-
Terry Jan Reedy authored
Phil Webster. With that available, modify RstripExtension.py to stop deleting null slices, which caused a file to be marked as changed when it was not.
-
Terry Jan Reedy authored
-
R David Murray authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Based on patches by Todd.Rovito and Phil Webster.
-
- 12 Jul, 2013 1 commit
-
-
R David Murray authored
Initial patch by Madison May.
-
- 11 Jul, 2013 5 commits
-
-
Serhiy Storchaka authored
do with byte strings. Added tests for Tcl.split() and tcl.splitline().
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ronald Oussoren authored
This fixes two places where 'int' was used to represent the size of strings, instead of 'Py_ssize_t'. (The issue is not present in the corresponding code in the 3.x branches) Fixes #18427
-
- 10 Jul, 2013 1 commit
-
-
R David Murray authored
-
- 07 Jul, 2013 1 commit
-
-
Ronald Oussoren authored
This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources.
-
- 06 Jul, 2013 1 commit
-
-
Ronald Oussoren authored
Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
-
- 04 Jul, 2013 2 commits
-
-
Christian Heimes authored
-
Antoine Pitrou authored
-
- 02 Jul, 2013 4 commits
-
-
Eric V. Smith authored
-
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 4 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
-