- 08 Haz, 2011 1 kayıt (commit)
-
-
Brian Curtin yazdı
By changing to the Windows GetFileAttributes API in nt._isdir we can figure out if the path is a directory without opening the file via os.stat. This has the minor benefit of speeding up os.path.isdir by at least 2x for regular files and 10-15x improvements were seen on symbolic links (which opened the file multiple times during os.stat). Since os.path.isdir is used in several places on interpreter startup, we get a minor speedup in startup time.
-
- 07 Haz, 2011 2 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Victor Stinner yazdı
-
- 06 Haz, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 05 Haz, 2011 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 04 Haz, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
- Rename reST target name for collections ABCs to avoid collisions - Add link to importlib ABCs (collections, numbers and io ABCs were already linked) - Link to glossary entry from numbers module doc (other modules already do it)
-
- 03 Haz, 2011 5 kayıt (commit)
-
-
Victor Stinner yazdı
test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase.
-
Victor Stinner yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
- 01 Haz, 2011 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
descriptor of a pipe closed in the parent process is valid in the child process according to fstat(), but the mode of the file descriptor is invalid, and read or write raise an error. Add also requires_mac_ver() decorator to test.support.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 May, 2011 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 30 May, 2011 3 kayıt (commit)
-
-
Victor Stinner yazdı
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner yazdı
-
Victor Stinner yazdı
the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
- 29 May, 2011 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Éric Araujo yazdı
-