- 09 Jul, 2010 12 commits
-
-
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
-
Benjamin Peterson authored
-
- 08 Jul, 2010 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brian Curtin authored
-
Brian Curtin authored
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 authored
Remove the use of locals() that caused this error.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Ezio Melotti authored
-
- 07 Jul, 2010 11 commits
-
-
Alexander Belopolsky authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This fixes #8413.
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 06 Jul, 2010 7 commits
-
-
Alexander Belopolsky authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Vinay Sajip authored
-
Mark Dickinson authored
-
Matthias Klose authored
-
Senthil Kumaran authored
-