- 11 Jul, 2010 13 commits
-
-
Antoine Pitrou authored
compiler.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ronald Oussoren authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
- 10 Jul, 2010 12 commits
-
-
Benjamin Peterson authored
-
R. David Murray authored
-
Michael Foord authored
Issue 9174.
-
R. David Murray authored
This introduces a 'purge' function for the fnmatch module analogous to the 'purge' function in the re module.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 09 Jul, 2010 15 commits
-
-
Jeffrey Yasskin authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be used uninitialized in this function).
-
Benjamin Peterson authored
-
Jeffrey Yasskin authored
configure to append to Python's default values for those variables, and similarly allow users to set $XXFLAGS on the make command line to append to the values set by configure. In the makefile, this renames the variables that used to be $XXFLAGS to $PY_XXFLAGS, and renames the old $PY_CFLAGS to $PY_CORE_CFLAGS. To compensate, sysconfig now aliases $XXFLAGS=$PY_XXFLAGS so that scripts using it keep working. I see that as the right interface, not a backward-compatibility hack, since these are logically the $XXFLAGS variables; we just use a different name in the makefile to deal with make's semantics.
-
Brian Curtin authored
-
Brian Curtin authored
with a few minor touchups.
-
Brian Curtin authored
using WindowsError in a try/except. Only add WindowsError to the list of exceptions to catch when we are actually running on Windows. Additionally, add a call that was left out in test_posixpath. Thanks Amaury, Antoine, and Jason.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brian Curtin authored
-
Benjamin Peterson authored
-
R. David Murray authored
-
R. David Murray authored
Patch by Andrew Clegg.
-
Georg Brandl authored
-