- 08 Jan, 2010 2 commits
-
-
Senthil Kumaran authored
-
Mark Dickinson authored
-
- 07 Jan, 2010 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Florent Xicluna.
-
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 3 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.
-