- 12 Jul, 2010 1 commit
-
-
Martin v. Löwis authored
-
- 11 Jul, 2010 22 commits
-
-
Brian Curtin authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
treated keyword arguments called 'self' or 'other' specially.
-
Mark Dickinson authored
-
Martin v. Löwis authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
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 5 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.
-