- 28 Nov, 2010 2 commits
-
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
- 27 Nov, 2010 8 commits
-
-
Stefan Krah authored
-
Antoine Pitrou authored
Approved by Guido (BDFL) and Georg (RM).
-
Terry Reedy authored
-
Antoine Pitrou authored
-
Barry Warsaw authored
-
Stefan Krah authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 26 Nov, 2010 15 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Alexander Belopolsky authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore.
-
Georg Brandl authored
-
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 8 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.
-