- 20 Jul, 2013 2 commits
-
-
Ned Deily authored
-
Raymond Hettinger authored
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results.
-
- 16 Jul, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
(maxlen and weakref) to the end.
-
Raymond Hettinger authored
The current pattern of memory access will update both the leftlink and rightlink at the same time, so they should be positioned side-by-side for better cache locality. Keeping the leftlink at the front of the structure would make sense only if the paired updates were eliminated by backporting changesets 49a9c734304d, 3555cc0ca35b, ae9ee46bd471, and 744dd749e25b. However, that isn't likely to happen, so we're better off with the leftlink at the end of the structure.
-
Ned Deily authored
-
- 15 Jul, 2013 2 commits
-
-
Richard Oudkerk authored
-
Ronald Oussoren authored
-
- 14 Jul, 2013 1 commit
-
-
Ned Deily authored
-
- 13 Jul, 2013 6 commits
-
-
Terry Jan Reedy authored
-
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 4 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
-