- 16 Kas, 2013 14 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
sunau, and wave modules.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Guido van Rossum yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
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.
-
- 15 Kas, 2013 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Victor Stinner yazdı
PATH_MAX is not declared on IRIX nor Windows.
-
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 env_home buffer, not PATH_MAX+1. env_home is declared using MAXPATHLEN+1, and PATH_MAX is not declared on IRIX.
-
- 14 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 12 Kas, 2013 6 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Tim Golden yazdı
-
- 10 Kas, 2013 3 kayıt (commit)
-
-
Jason R. Coombs yazdı
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
-
Jason R. Coombs yazdı
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
-
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 10 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ı
-