- 10 Tem, 2010 9 kayıt (commit)
-
-
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 16 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ı
-
R. David Murray yazdı
-
R. David Murray yazdı
Patch by Andrew Clegg.
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
- 08 Tem, 2010 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
Added Windows support for os.symlink when run on Windows 6.0 or greater, aka Vista. Previous Windows versions will raise NotImplementedError when trying to symlink. Includes numerous test updates and additions to test_os, including a symlink_support module because of the fact that privilege escalation is required in order to run the tests to ensure that the user is able to create symlinks. By default, accounts do not have the required privilege, so the escalation code will have to be exposed later (or documented on how to do so). I'll be following up with that work next. Note that the tests use ctypes, which was agreed on during the PyCon language summit.
-
Mark Dickinson yazdı
Remove the use of locals() that caused this error.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Ezio Melotti yazdı
-
- 07 Tem, 2010 5 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This fixes #8413.
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-