- 06 Eki, 2011 33 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
Fuchs, updated by Tiago Gonçalves.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Antoine Pitrou yazdı
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
supporting C integer types `ssize_t` and `size_t`, respectively.
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
The packaging.install.remove function (a.k.a. the uninstall feature) takes a path argument to allow client code to use custom directories instead of sys.path. The test used to give self.root_dir as path, which corresponds to a prefix option, but prefix is not on sys.path, it’s only the base directory used to compute the stdlib and site-packages directory paths. The test now gives a valid site-packages path to the function.
-
Éric Araujo yazdı
install_lib may be the name of a module, a command or an option, so I find it clearer to use site_packages to refer to a string object containing the path of the site-packages directory created in a temporary directory during tests.
-
Victor Stinner yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 05 Eki, 2011 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Create copy_characters() function which doesn't check for the maximum character in release mode * _PyUnicode_CheckConsistency() is no more static to be able to use it in _PyUnicode_FormatAdvanced() (in formatter_unicode.c) * _PyUnicode_CheckConsistency() checks the string hash
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Amaury Forgeot d'Arc yazdı
-