- 05 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Ock, 2010 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
when using the -3 flag. Patch by Florent Xicluna.
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Ock, 2010 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
and make it implement the `io.BufferedIOBase` ABC to allow for further speedups by wrapping it in an `io.BufferedReader`. Patch by Nir Aides.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Kurt B. Kaiser yazdı
binaries running clean prereq after checkout. 1. So, fix the insane make call in build.sh - seems to solve it. 2. Fix a missing redirection. 3. Check in the rsync opts that actually work during upload.
-
Gregory P. Smith yazdı
source_address parameter. Also cleans up an annotation in the socket documentation.
-
Gregory P. Smith yazdı
For use by issue3972.
-
Andrew M. Kuchling yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
the test suite across all that are available. Warns about extension modules that could not be imported when python was compiled with Py_DEBUG. That warning could be made fatal but I didn't want to do that initially as I suspect non setup.py based build processes (windows, any others?) won't compile them all conditionally based on the Py_DEBUG setting today.
-
- 02 Ock, 2010 14 kayıt (commit)
-
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
to hashlib functions in python 2.x. The module now uses the 's*' for argument parsing which auto encodes unicode objects to the system default encoding for us.
-
Gregory P. Smith yazdı
was compiled with Py_DEBUG defined. Otherwise the builtins are not compiled by default for many developers due to OpenSSL being present, making it easier for bugs to slip by. A future commit will add test code compare the behaviors of all implementations when they are all available.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
start value. The offending code itself was removed as part of #7462. This patch by Victor Stinner.
-
Gregory P. Smith yazdı
is the address of a Py_buffer, not a Py_buffer *.
-
Antoine Pitrou yazdı
`rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna.
-
Mark Dickinson yazdı
(the latter renamed to _PyLong_Frexp) now use the same core code. The exponent produced by _PyLong_Frexp now has type Py_ssize_t instead of the previously used int, and no longer needs scaling by PyLong_SHIFT. This frees the math module from having to know anything about the PyLong implementation. This closes issue #5576.
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Benjamin Peterson yazdı
-
- 01 Ock, 2010 4 kayıt (commit)
-
-
Mark Dickinson yazdı
to integer PyArg_Parse* format codes into a TypeError. Add a DeprecationWarning for floats passed with the 'L' format code, which didn't previously have a warning.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-