- 26 Nov, 2010 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Stefan Krah authored
-
Senthil Kumaran authored
-
Éric Araujo authored
-
- 25 Nov, 2010 7 commits
-
-
Eric Smith authored
Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon.
-
Senthil Kumaran authored
-
Amaury Forgeot d'Arc authored
'typecode' is always an ascii letter, there was no data lost.
-
Raymond Hettinger authored
-
Terry Reedy authored
Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. Patch by Terry Reedy, Eli Bendersky, and Simon Cross
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 24 Nov, 2010 9 commits
-
-
Ezio Melotti authored
-
Barry Warsaw authored
include_dirs, so installed non-matching shared libraries don't break extension module linking. Fixes issue 10520.
-
Brian Curtin authored
Additionally, the st_ino attribute of stat structures was not being filled in. This was left out of the fix to #10027 and was noticed due to test_tarfile failing when applying the patch for this issue. An earlier version of the fix to #10027 included st_ino, but that attribute got lost in the shuffle of a few review/fix cycles. All tests pass.
-
Ezio Melotti authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Brian Curtin authored
-
Brian Curtin authored
Note: This patch has no tests because as of now there is no way to create links. #8879 adds that and the tests will go in there. I've manually observed that existing links on my system function properly with this.
-
Georg Brandl authored
-
- 23 Nov, 2010 8 commits
-
-
Terry Reedy authored
-
Terry Reedy authored
Issue 1859: Doc that textwrap does not break on \n (pending possible behavior patch). Patch by Jeremy Thurgood.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Reedy authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
- 22 Nov, 2010 10 commits
-
-
Łukasz Langa authored
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
#9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_
-
Kristján Valur Jónsson authored
make_buildinfo regression with unquoted path Make_buildinfo.exe should be called with a quoted path, and should quote the full paths to its temp files, to support spaces in filenames.
-
Michael Foord authored
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
starts with one. This behavior is exhibited by browser and other clients.
-