- 06 Oct, 2011 27 commits
-
-
Victor Stinner authored
-
Charles-François Natali authored
Fuchs, updated by Tiago Gonçalves.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Antoine Pitrou authored
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
supporting C integer types `ssize_t` and `size_t`, respectively.
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
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 authored
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 authored
-
Éric Araujo authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 05 Oct, 2011 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* 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 authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Charles-François Natali authored
would be finalized after the reference to its underlying BufferedRWPair's writer got cleared by the GC.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 04 Oct, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
This helper was changed to work with any object instead of only modules (or technically something with a __name__ attribute, see code in 3.2) but the message stayed as is.
-