- 10 Nis, 2010 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
- 09 Nis, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
with earlier versions.
-
- 08 Nis, 2010 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Ronald Oussoren yazdı
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 yazdı
-
Michael Foord yazdı
Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333.
-
- 07 Nis, 2010 8 kayıt (commit)
-
-
Michael Foord yazdı
unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333.
-
Martin v. Löwis yazdı
-
-
also the case in FreeBSD's port of libffi). Reviewed by: dickinsm
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
in the hope of getting more information about the test_ctypes failures on Sparc (see issue #8314).
-
Vinay Sajip yazdı
-
Stefan Krah yazdı
-
- 06 Nis, 2010 20 kayıt (commit)
-
-
Philip Jenvey yazdı
-
Benjamin Peterson yazdı
-
Philip Jenvey yazdı
command line option patch from Brian Curtin
-
Michael Foord yazdı
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
with a number of additional minor edits and typo corrections.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
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 yazdı
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 yazdı
-
Georg Brandl yazdı
-
Eric Smith yazdı
-