- 16 Kas, 2013 2 kayıt (commit)
-
-
Jason R. Coombs yazdı
Issue #7408: Forward port limited test from Python 2.7, fixing failing buildbot tests on BSD-based platforms.
-
Victor Stinner yazdı
for module_search_path. It was already the case on _Py_char2wchar() failure.
-
- 10 Kas, 2013 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes.
-
- 15 Kas, 2013 27 kayıt (commit)
-
-
Victor Stinner yazdı
_Py_char2wchar() to decode lib_python instead. Some compilers don't support concatenating literals: L"wide" "bytes". Example: IRIX compiler.
-
Victor Stinner yazdı
to int, password.len was checked for being smaller than INT_MAX.
-
Victor Stinner yazdı
on other OSes!
-
Victor Stinner yazdı
Py_ssize_t, not int
-
Victor Stinner yazdı
into a Py_ssize_t, instead of an int
-
Victor Stinner yazdı
char, n is in range [0; 255] (a tuple cannot have a negative length)
-
Victor Stinner yazdı
CryptGenRandom()
-
Victor Stinner yazdı
to int
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Andrew Kuchling yazdı
Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516.
-
Victor Stinner yazdı
PATH_MAX is not declared on IRIX nor Windows.
-
Victor Stinner yazdı
PATH_MAX is not declared on IRIX nor Windows.
-
Victor Stinner yazdı
the size of the fullpath buffer, not PATH_MAX. fullpath is declared using MAXPATHLEN or MAX_PATH depending on the OS, and PATH_MAX is not declared on IRIX.
-
Victor Stinner yazdı
the fullpath buffer, not PATH_MAX. fullpath is declared using MAXPATHLEN or MAX_PATH depending on the OS, and PATH_MAX is not declared on IRIX.
-
Victor Stinner yazdı
the size of the env_home buffer, not PATH_MAX+1. env_home is declared using MAXPATHLEN+1, and PATH_MAX is not declared on IRIX.
-
Victor Stinner yazdı
the env_home buffer, not PATH_MAX+1. env_home is declared using MAXPATHLEN+1, and PATH_MAX is not declared on IRIX.
-
Guido van Rossum yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Guido van Rossum yazdı
-
- 14 Kas, 2013 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
failure
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyMapping_Values() with an exception set, exit immediatly on error.
-
Victor Stinner yazdı
failure
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Guido van Rossum yazdı
-
Stefan Krah yazdı
-
Benjamin Peterson yazdı
-