- 14 Apr, 2015 1 commit
-
-
R David Murray authored
As noted in the comment, while the order of the items in the attributes is not technically guaranteed, after all this time there is almost certainly user code out there that relies on it, so we might as well test for it. Patch by Chalmer Lowe.
-
- 13 Apr, 2015 39 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Larry Hastings authored
Patch courtesy of Joe Jevnik.
-
Zachary Ware authored
-
Zachary Ware authored
Patch by Stéphane Wirtel.
-
Zachary Ware authored
Patch by Alex Walters.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Zachary Ware authored
I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(closes #18147)
-
Antoine Pitrou authored
(closes #18147)
-
doko@ubuntu.com authored
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive.
-
doko@ubuntu.com authored
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive.
-
Antoine Pitrou authored
array that's larger than 50% of the available RAM. Patch by Médéric Boquien.
-
Brett Cannon authored
-
Brett Cannon authored
The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.
-
Antoine Pitrou authored
Patch by Eugene Toder.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
while it is holding a lock to a buffered I/O object, and the main thread tries to use the same I/O object (typically stdout or stderr). A fatal error is emitted instead.
-
Antoine Pitrou authored
while it is holding a lock to a buffered I/O object, and the main thread tries to use the same I/O object (typically stdout or stderr). A fatal error is emitted instead.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
-
Nick Coghlan authored
-