- 15 Aug, 2011 4 commits
-
-
Barry Warsaw authored
to 8-bit strings.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
-
- 14 Aug, 2011 1 commit
-
-
Ezio Melotti authored
-
- 12 Aug, 2011 3 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 11 Aug, 2011 1 commit
-
-
Vinay Sajip authored
-
- 10 Aug, 2011 2 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 09 Aug, 2011 2 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
- 08 Aug, 2011 2 commits
-
-
Georg Brandl authored
Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least.
-
Sandro Tosi authored
-
- 07 Aug, 2011 4 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 06 Aug, 2011 5 commits
-
-
Eli Bendersky authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items)
-
- 04 Aug, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 03 Aug, 2011 3 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 02 Aug, 2011 5 commits
-
-
Senthil Kumaran authored
-
Éric Araujo authored
-
Sandro Tosi authored
-
Senthil Kumaran authored
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
-
Éric Araujo authored
This is a regression introduced in 9211a5d7d0b4, when uses of ST_MTIME constants were changed to uses of st_mtime attributes. As diagnosed in the bug report, this change is not merely stylistic: st_mtime is a float but ST_MTIME’s resolution is rounded to the seconds, so there was a mismatch between the values seen by file_util and dep_util which caused an sdist to be unnecessarily created a second time on an ext4 filesystem. This patch has been tested by John S. Gruber, who reported the bug. As this is a simple code revert, I think it’s okay to commit without a unit test.
-
- 01 Aug, 2011 4 commits
-
-
Stefan Krah authored
-
Georg Brandl authored
-
Éric Araujo authored
-
Vinay Sajip authored
-
- 31 Jul, 2011 3 commits
-
-
Ezio Melotti authored
-
Éric Araujo authored
This prevents tests from failing when run from a Python installed in a read-only directory.
-
Benjamin Peterson authored
-