- 17 Oct, 2006 4 commits
-
-
Thomas Heller authored
Check this and raise an error when something else is used - before this change ctypes would hang or crash when such a callback was called. This is a partial fix for #1574584. Will backport to release25-maint.
-
Martin v. Löwis authored
- Bug #1578513: Cross compilation was broken by a change to configure. Repair so that it's back to how it was in 2.4.3.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.5.
-
- 16 Oct, 2006 1 commit
-
-
Brett Cannon authored
when the module is launched as a script.
-
- 15 Oct, 2006 10 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
to CRLF instead.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Also be consistent with modifying only mtime, not atime.
-
Martin v. Löwis authored
Will backport to 2.5.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.5.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
files in VC7. Will backport to 2.5.
-
- 14 Oct, 2006 2 commits
-
-
Neal Norwitz authored
and inline jumps to returns.
-
Brett Cannon authored
user-defined datatypes.
-
- 12 Oct, 2006 13 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
about the case of filenames.
-
Georg Brandl authored
(bug #1556261).
-
Georg Brandl authored
embedded in the string to convert.
-
Georg Brandl authored
-
Georg Brandl authored
arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer.
-
Georg Brandl authored
in inspect.findsource().
-
Georg Brandl authored
-
Georg Brandl authored
is started with that option.
-
Georg Brandl authored
-
- 10 Oct, 2006 1 commit
-
-
Ronald Oussoren authored
-
- 09 Oct, 2006 5 commits
-
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 08 Oct, 2006 4 commits
-
-
Ronald Oussoren authored
shell profile patching post-install script.
-
Ronald Oussoren authored
installed to build extensions. This patch makes distutils emit a warning when the compiler should use an SDK but that SDK is not installed, hopefully reducing some confusion.
-
Ronald Oussoren authored
universal build of python on OSX 10.3 to ensure that those flags can be used to compile code (the universal build uses compiler flags that aren't supported on 10.3). This patches gives the same treatment to CFLAGS, PY_CFLAGS and BLDSHARED.
-
Ronald Oussoren authored
-