- 06 Feb, 2009 6 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Eric Smith authored
tuple. Patch by Ross Light.
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Neil Schemenauer authored
-
- 05 Feb, 2009 16 commits
-
-
Tarek Ziadé authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
source directory. Mainly use 'srcdir' rather than os.getcwd() or '.'.
-
Neil Schemenauer authored
Since "srcdir" should now be defined on all platforms, use it to find the module source.
-
Neil Schemenauer authored
directory other than the source directory, simplify the test code in test_sysconfig.py.
-
Neil Schemenauer authored
the source. Also, define 'srcdir' on non-posix platforms.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Tarek Ziadé authored
-
- 04 Feb, 2009 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Kristján Valur Jónsson authored
issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid.
-
- 03 Feb, 2009 8 commits
-
-
Brett Cannon authored
last; just doing it to be nice). Also fix a message for an exception.
-
Thomas Heller authored
Replace ffi_call_STDCALL and ffi_call_SYSV by a ffi_call_x86 function that cleans up the stack when FFI_SYSV is used, and does nothing for FFI_STDCALL. Remove libffi_msvc\win32.S, which is out of date and also unused; it was only used for building ctypes with the MingW compiler.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
package up the code for separate distribution.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Feb, 2009 5 commits
-
-
Raymond Hettinger authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-