- 21 Jul, 2012 4 commits
-
-
R David Murray authored
-
R David Murray authored
This sentence appears as a clarifying note in the HTML docs, and seems worth having in the docstring since it covers a very common use case that isn't otherwise obvious. Thanks to Yongzhi Pan for the suggestion.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
- 20 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Vinay Sajip authored
-
- 19 Jul, 2012 1 commit
-
-
Meador Inge authored
-
- 18 Jul, 2012 4 commits
-
-
R David Murray authored
Patch by Éric Araujo.
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
- 17 Jul, 2012 1 commit
-
-
R David Murray authored
-
- 16 Jul, 2012 3 commits
-
-
Gregory P. Smith authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
to avoid failing due to the select() file descriptor limit. Contributed by Akintayo Holder and under the Google contributor agreement.
-
- 15 Jul, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 13 Jul, 2012 4 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
Patch by Jeremy Kloth.
-
Antoine Pitrou authored
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
-
- 11 Jul, 2012 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 09 Jul, 2012 3 commits
-
-
Terry Jan Reedy authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 08 Jul, 2012 5 commits
-
-
Terry Jan Reedy authored
execfile().
-
Senthil Kumaran authored
-
Senthil Kumaran authored
The fix for issue14826 might need to address toBytes and test_url_encoding in test_cookielib.py before it is brought back in.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Patch contributed by Stephen Thorne.
-
- 06 Jul, 2012 2 commits
-
-
Georg Brandl authored
-
Antoine Pitrou authored
-
- 05 Jul, 2012 1 commit
-
-
Senthil Kumaran authored
Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
- 03 Jul, 2012 6 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Éric Araujo authored
There was a window between the write and the chmod where the user’s password would be exposed, depending on default permissions. Philip Jenvey’s patch fixes it.
-
Éric Araujo authored
-
Éric Araujo authored
These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier.
-