- 25 Jul, 2012 1 commit
-
-
Martin v. Löwis authored
Patch by Roger Serwy and myself.
-
- 24 Jul, 2012 2 commits
-
-
R David Murray authored
-
Ned Deily authored
library are created with the proper ABI suffix.
-
- 23 Jul, 2012 7 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Meador Inge authored
Initial patch by Serhiy Storchaka.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
-
R David Murray authored
-
R David Murray authored
-
- 22 Jul, 2012 3 commits
-
-
Gregory P. Smith authored
regardless of which of the two implementations of new is used.
-
R David Murray authored
Patch by Jeff Knupp.
-
R David Murray authored
Patch by Torsten Landschoff.
-
- 21 Jul, 2012 5 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.
-
Eli Bendersky authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
- 20 Jul, 2012 4 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Meador Inge authored
Patch by Flávio Ribeiro.
-
Andrew Svetlov authored
-
Vinay Sajip authored
-
- 19 Jul, 2012 4 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Meador Inge authored
Patch by Julia Lawall.
-
Meador Inge authored
-
- 18 Jul, 2012 3 commits
-
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
- 17 Jul, 2012 6 commits
-
-
Hynek Schlawack authored
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky authored
-
Eli Bendersky authored
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
Hynek Schlawack authored
Based on a patch by Nick Coghlan.
-
Nick Coghlan authored
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
-
Hynek Schlawack authored
The asserts were useless (and buggy).
-
- 16 Jul, 2012 4 commits
-
-
Gregory P. Smith authored
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith authored
platforms that don't have it.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
to avoid failing due to the select() file descriptor limit.
-
- 15 Jul, 2012 1 commit
-
-
Hynek Schlawack authored
-