- 10 Nov, 2013 1 commit
-
-
Andrew Kuchling authored
Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes.
-
- 15 Nov, 2013 27 commits
-
-
Victor Stinner authored
_Py_char2wchar() to decode lib_python instead. Some compilers don't support concatenating literals: L"wide" "bytes". Example: IRIX compiler.
-
Victor Stinner authored
to int, password.len was checked for being smaller than INT_MAX.
-
Victor Stinner authored
on other OSes!
-
Victor Stinner authored
Py_ssize_t, not int
-
Victor Stinner authored
into a Py_ssize_t, instead of an int
-
Victor Stinner authored
char, n is in range [0; 255] (a tuple cannot have a negative length)
-
Victor Stinner authored
CryptGenRandom()
-
Victor Stinner authored
to int
-
Victor Stinner authored
-
Victor Stinner authored
-
Christian Heimes authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Andrew Kuchling authored
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 authored
PATH_MAX is not declared on IRIX nor Windows.
-
Victor Stinner authored
PATH_MAX is not declared on IRIX nor Windows.
-
Victor Stinner authored
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 authored
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 authored
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 authored
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 authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Guido van Rossum authored
-
- 14 Nov, 2013 12 commits
-
-
Serhiy Storchaka authored
-
Victor Stinner authored
failure
-
Victor Stinner authored
-
Victor Stinner authored
PyMapping_Values() with an exception set, exit immediatly on error.
-
Victor Stinner authored
failure
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Stefan Krah authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Guido van Rossum authored
-