- 20 Eki, 2005 9 kayıt (commit)
-
-
Jeremy Hylton yazdı
This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests.
-
Marc-André Lemburg yazdı
type lookups: whitespace and linebreak. These lookup tables are from the Python 1.6 version with the addition of the 205F code point which was added as whitespace code point to Unicode since then.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
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 5 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
Georg Brandl yazdı
-