- 07 Nis, 2010 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 06 Nis, 2010 24 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ı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
- 05 Nis, 2010 15 kayıt (commit)
-
-
Antoine Pitrou yazdı
using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO` and `ssl.OPENSSL_VERSION_NUMBER`.
-
Brian Curtin yazdı
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.
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
This fixes a test_decimal failure on FreeBSD 8.0. (modf apparently doesn't follow C99 Annex F on FreeBSD.)
-
R. David Murray yazdı
widths. Patch by Dave Malcolm.
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
-
Ronald Oussoren yazdı
srcdir != builddir. Without this patch it is no longer possible to build python when you don't run configure from the root of the source tree.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-