- 08 Apr, 2010 6 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Ronald Oussoren authored
1) A non-critical off-by-one error in pythonw 2) A problem in the configure script that caused builds with '--enable-framework --enable-universalsdk=/' to fail on OSX 10.6.
-
Michael Foord authored
-
Michael Foord authored
Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333.
-
- 07 Apr, 2010 8 commits
-
-
Michael Foord authored
unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333.
-
Martin v. Löwis authored
-
Jeroen Ruigrok van der Werven authored
-
Jeroen Ruigrok van der Werven authored
also the case in FreeBSD's port of libffi). Reviewed by: dickinsm
-
Martin v. Löwis authored
-
Mark Dickinson authored
in the hope of getting more information about the test_ctypes failures on Sparc (see issue #8314).
-
Vinay Sajip authored
-
Stefan Krah authored
-
- 06 Apr, 2010 24 commits
-
-
Philip Jenvey authored
-
Benjamin Peterson authored
-
Philip Jenvey authored
command line option patch from Brian Curtin
-
Michael Foord authored
-
Vinay Sajip authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Mark Dickinson authored
with a number of additional minor edits and typo corrections.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Mark Dickinson authored
left-shifting an integer by more than 2**31 on a 64-bit machine. Also convert shift counts to a Py_ssize_t instead of a C long.
-
Antoine Pitrou authored
Spotted by the PyPy developers. Original commit is: branch: trunk user: guido date: Mon Aug 19 21:32:04 1996 +0200 files: Python/getargs.c description: [svn r6499] Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by Geoff Philbrick <philbric@delphi.hks.com> (slightly changed by me). Also a little change to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x).
-
Eric Smith authored
-
Georg Brandl authored
-
Eric Smith authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
- 05 Apr, 2010 2 commits
-
-
Antoine Pitrou authored
using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO` and `ssl.OPENSSL_VERSION_NUMBER`.
-
Brian Curtin authored
On slower Windows machines, waiting 0.1 seconds can sometimes not be enough for a subprocess to start and be ready to accept signals, causing the test to fail. One buildbot is also choking on input()/EOFError so that was changed to not depend on input.
-