- 07 Sep, 2010 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 06 Sep, 2010 23 commits
-
-
Raymond Hettinger authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Raymond Hettinger authored
-
Brian Curtin authored
an ImportError. Rearranged the import, faked out the implementation when the import fails, and reorganized a test that depends on Win32 behavior.
-
Antoine Pitrou authored
test cases now also have assertWarns and assertWarnsRegexp methods to check that a given warning type was triggered by the code under test.
-
Antoine Pitrou authored
view of their contents without duplicating them. The view is both readable and writable.
-
Brian Curtin authored
This uses the GetFileInformationByHandle function to return a tuple of values to identify a file, then ntpath.sameopenfile compares file tuples, which is exposed as os.path.sameopenfile.
-
Brian Curtin authored
Rather than list out the three signals (or more over time), the message was made less specific but still descriptive.
-
Brian Curtin authored
in response to the original checkin. Move the validation from the original loop into a switch statement, and adjust a platform check in the tests.
-
Antoine Pitrou authored
e.g. the pure Python implementation in _pyio).
-
Gregory P. Smith authored
algorithms_avaiable that respectively list the names of hash algorithms guaranteed to exist in all Python implementations and the names of hash algorithms available in the current process. Renames the attribute new in 3.2a0 'algorithms' to 'algorithms_guaranteed'.
-
Georg Brandl authored
-
Georg Brandl authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 05 Sep, 2010 15 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
unsupported operation is attempted (for example, writing to a file open only for reading).
-
Georg Brandl authored
-
Georg Brandl authored
-
Éric Araujo authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Éric Araujo authored
-
Ronald Oussoren authored
-
Éric Araujo authored
-
Georg Brandl authored
Fix reST in NEWS, and remove NEWS.help (all committers should now know reST anyway, and for those who do not, there is Documenting Python.)
-
Éric Araujo authored
- The entry about shutil.copytree is just a revert of r84524 which looks like an unfinished edition. - The use of gender-neutral language (s/his/their/) removes the implicit assumption that programmer == male (change agreed by Antoine). - Other changes should be uncontroversial fixes. I haven’t rewrapped under 80 lines to keep the diffs readable; I’ll rewrap later.
-
Georg Brandl authored
-
Georg Brandl authored
-