- 24 Kas, 2010 8 kayıt (commit)
-
-
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ı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
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 yazdı
-
- 23 Kas, 2010 8 kayıt (commit)
-
-
Terry Reedy yazdı
-
Terry Reedy yazdı
Issue 1859: Doc that textwrap does not break on \n (pending possible behavior patch). Patch by Jeremy Thurgood.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Terry Reedy yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
- 22 Kas, 2010 19 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Alexander Belopolsky yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
#9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_
-
Kristján Valur Jónsson yazdı
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 yazdı
-
Martin v. Löwis yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
starts with one. This behavior is exhibited by browser and other clients.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Also add a note about inheritance from `object` being default.
-
Alexander Belopolsky yazdı
-
Éric Araujo yazdı
-
Ezio Melotti yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
Brian Curtin yazdı
-
- 21 Kas, 2010 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Brian Curtin yazdı
tree that idle.bat resides in. Works with any/all versions of Python installed concurrently.
-
Raymond Hettinger yazdı
-
Michael Foord yazdı
Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.)
-
Mark Dickinson yazdı
-