- 24 Jul, 2012 8 commits
-
-
Antoine Pitrou authored
-
R David Murray authored
-
R David Murray authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
Clarify what happens if shallow is false. Also, the caching note is not really correct since the cache gets occasionally cleared; therefore I removed it.
-
Ned Deily authored
-
Ned Deily authored
library are created with the proper ABI suffix.
-
- 23 Jul, 2012 16 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Meador Inge authored
Initial patch by Serhiy Storchaka.
-
Meador Inge authored
Initial patch by Serhiy Storchaka.
-
Meador Inge authored
-
Raymond Hettinger authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
-
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
-
R David Murray authored
-
R David Murray authored
-
- 22 Jul, 2012 10 commits
-
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Ned Deily authored
may differ between sysconfig and distutils.sysconfig due to compiler customizations on OS X. For now, move those vars into a separate test and skip if the customization has taken place in distutils. The long-term solution is to eliminate having two sysconfig modules.
-
Ned Deily authored
different parsing of the Makefile by distutils.sysconfig and sysconfig in the case when an intermediate config vars, used to construct PY_CFLAGS or PY_LDFLAGS, has a trailing space character. In this case, the OS X installer build script was leaving a trailing space in the OPT and LDFLAGS config vars. The space is not significant and it's not worth toying with the Makefile parsing.
-
Ned Deily authored
by removing unwarranted assumptions that clang compiler chain cannot handle ppc (the driver passes off ppc compiles to gcc). Mock the behavior instead.
-
Gregory P. Smith authored
regardless of which of the two implementations of new is used.
-
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 Jeff Knupp.
-
R David Murray authored
Patch by Torsten Landschoff.
-
R David Murray authored
Patch by Torsten Landschoff.
-
- 21 Jul, 2012 6 commits
-
-
R David Murray authored
-
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.
-
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.
-
Ned Deily authored
build paths from configuration variables cached in _sysconfigdata.py, as is already done for the installed Makefile. This avoids a distuils test case failure in test_ldshared_value.
-
Eli Bendersky authored
-