- 11 Tem, 2010 16 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
compiler.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ronald Oussoren yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
- 10 Tem, 2010 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R. David Murray yazdı
-
Michael Foord yazdı
Issue 9174.
-
R. David Murray yazdı
This introduces a 'purge' function for the fnmatch module analogous to the 'purge' function in the re module.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 09 Tem, 2010 12 kayıt (commit)
-
-
Jeffrey Yasskin yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be used uninitialized in this function).
-
Benjamin Peterson yazdı
-
Jeffrey Yasskin yazdı
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 yazdı
-
Brian Curtin yazdı
with a few minor touchups.
-
Brian Curtin yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Brian Curtin yazdı
-
Benjamin Peterson yazdı
-