- 08 Ock, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Mark Dickinson yazdı
-
- 07 Ock, 2010 8 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Florent Xicluna.
-
Mark Dickinson yazdı
-
R. David Murray yazdı
-
R. David Murray yazdı
information if a failure happens.
-
- 06 Ock, 2010 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
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 yazdı
Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
-
Mark Dickinson yazdı
-
- 05 Ock, 2010 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
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 3 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.
-