- 29 Nov, 2010 3 commits
-
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
- 28 Nov, 2010 3 commits
-
-
Brian Curtin authored
Amaury noticed that this was originally written in a way that would fail on names that can't be encoded with the mbcs codec. Restructured the function to work with wide names first then narrow names second, to fall in line with the way other functions are written in posixmodule.c.
-
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 4 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
-