- 05 Haz, 2013 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
-
- 04 Haz, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
Cleanup also the code to follow the Python coding style (PEP 7).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 03 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode.
-
- 28 May, 2013 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
-
- 24 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 May, 2013 4 kayıt (commit)
-
-
Charles-Francois Natali yazdı
when applicable.
-
Charles-Francois Natali yazdı
-
Charles-Francois Natali yazdı
-
Charles-Francois Natali yazdı
initial patch by Trent Nelson.
-
- 16 May, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
is long, not int.
-
- 14 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 May, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 17 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
-
- 23 Mar, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 21 Mar, 2013 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
implementations from my previous commit into the higher level function.
-
Gregory P. Smith yazdı
listdir into two separate coherent functions rather than interleaved #ifdef's.
-
- 13 Mar, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Şub, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 10 Şub, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
A regression was introduced in the commit for issue issue #4591.
-
Serhiy Storchaka yazdı
-
- 09 Şub, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c (doesn't include Python.h, and probably obsolete), _sre.c (legitimate use for the re.LOCALE flag).
-
- 28 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Ock, 2013 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
There already was a workaround for this for framework builds on OSX, this changeset enables the same workaround for shared libraries. Closes #1602133
-
Ronald Oussoren yazdı
There already was a workaround for this for framework builds on OSX, this changeset enables the same workaround for shared libraries. Closes #1602133
-
- 14 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks.
-
- 07 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
file descriptor receive the incorrect type.
-
- 02 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Ock, 2013 3 kayıt (commit)
-
-
Victor Stinner yazdı
with the surrogateescape error handler, instead of UTF-8 in strict mode.
-
Brian Curtin yazdı
-
Brian Curtin yazdı
Set st_dev on Windows as unsigned long to match its DWORD type, related to the change to fix #11939.
-
- 31 Ara, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines.
-
- 26 Ara, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
By setting the st_dev attribute, we can then remove some Windows-specific code and move os.path.samefile/sameopenfile/samestat to Lib/genericpath.py so all platforms share the same implementation.
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-