- 20 Eki, 2005 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Problem: if two files are assigned the same inode number by the filesystem, the second one will be added as a hardlink to the first, which means that the content will be lost. The patched code checks if the file's st_nlink is greater 1. So only for files that actually have several links pointing to them hardlinks will be created, which is what GNU tar does. Will backport.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 19 Eki, 2005 2 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
Backport candidate.
-
- 18 Eki, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 17 Eki, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Eki, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 15 Eki, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 14 Eki, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Optimised Placeholders handling of child loggers by using a dict rather than a list (much slower in the pathological case of hundreds of child Loggers to a Placeholder - problem reported by Ryan Blazecka).
-
- 12 Eki, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 11 Eki, 2005 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Vinay Sajip yazdı
-
Neal Norwitz yazdı
-
- 10 Eki, 2005 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
- 09 Eki, 2005 3 kayıt (commit)
-
-
Walter Dörwald yazdı
by RFC 1642.
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
- 08 Eki, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
browser controller classes.
-
Guido van Rossum yazdı
but verify_valid_flag() wasn't expecting that. Will backport.
-
- 07 Eki, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 06 Eki, 2005 2 kayıt (commit)
-
-
Walter Dörwald yazdı
PyUnicode_DecodeCharmap() the accept a unicode string as the mapping argument which is used as a mapping table. This code isn't used by any of the codecs yet.
-
Hye-Shik Chang yazdı
from U+FFFD to U+FFFE which is considered more appropriate. (from MAL's comment)
-
- 05 Eki, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 04 Eki, 2005 5 kayıt (commit)
-
-
Neal Norwitz yazdı
which can't be compiled. Thanks to Mat Martineau for spotting the problem.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab
-
Neal Norwitz yazdı
-
- 03 Eki, 2005 9 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
suppress more errors on my box, most are gentoo specific. Py_ADDRESS_IN_RANGE is x86_64 specific and the readline memory leaks should be generally applicable
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Will backport.
-