- 29 Kas, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 28 Kas, 2010 3 kayıt (commit)
-
-
Brian Curtin yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
- 27 Kas, 2010 8 kayıt (commit)
-
-
Stefan Krah yazdı
-
Antoine Pitrou yazdı
Approved by Guido (BDFL) and Georg (RM).
-
Terry Reedy yazdı
-
Antoine Pitrou yazdı
-
Barry Warsaw yazdı
-
Stefan Krah yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 26 Kas, 2010 15 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Stefan Krah yazdı
-
Senthil Kumaran yazdı
-
Éric Araujo yazdı
-
- 25 Kas, 2010 7 kayıt (commit)
-
-
Eric Smith yazdı
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 yazdı
-
Amaury Forgeot d'Arc yazdı
'typecode' is always an ascii letter, there was no data lost.
-
Raymond Hettinger yazdı
-
Terry Reedy yazdı
Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. Patch by Terry Reedy, Eli Bendersky, and Simon Cross
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 24 Kas, 2010 6 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Barry Warsaw yazdı
include_dirs, so installed non-matching shared libraries don't break extension module linking. Fixes issue 10520.
-
Brian Curtin yazdı
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 yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-