- 07 Jan, 2010 3 commits
-
-
Mark Dickinson authored
-
R. David Murray authored
-
R. David Murray authored
information if a failure happens.
-
- 06 Jan, 2010 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
This also simplifies the Cmd.get_names() method implementation; it was written at a time where dir() didn't consider base class attributes.
-
Georg Brandl authored
Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
-
Mark Dickinson authored
-
- 05 Jan, 2010 2 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
- 04 Jan, 2010 7 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
when using the -3 flag. Patch by Florent Xicluna.
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Jan, 2010 14 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
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 authored
-
Gregory P. Smith authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Kurt B. Kaiser authored
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 authored
source_address parameter. Also cleans up an annotation in the socket documentation.
-
Gregory P. Smith authored
For use by issue3972.
-
Andrew M. Kuchling authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 Jan, 2010 10 commits
-
-
Georg Brandl authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
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 authored
-
Antoine Pitrou authored
start value. The offending code itself was removed as part of #7462. This patch by Victor Stinner.
-
Gregory P. Smith authored
is the address of a Py_buffer, not a Py_buffer *.
-
Antoine Pitrou authored
`rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna.
-
Mark Dickinson authored
(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 authored
-