| Commit message (Expand) | Author | Age | Files | Lines |
* | use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le... | Eli Bendersky | 2012-01-03 | 2 | -6/+8 |
|
|
* | Mock the rename failure a bit better | Antoine Pitrou | 2012-01-02 | 1 | -1/+2 |
|
|
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+7 |
|\ |
|
| * | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+7 |
|
|
* | | merge with 3.2 | Sandro Tosi | 2012-01-01 | 2 | -17/+41 |
|\ \
| |/ |
|
| * | Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk | Sandro Tosi | 2012-01-01 | 2 | -17/+41 |
|
|
* | | Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by... | Sandro Tosi | 2012-01-01 | 1 | -0/+2 |
|
|
* | | merge with 3.2 | Sandro Tosi | 2012-01-01 | 2 | -10/+13 |
|\ \
| |/ |
|
| * | Issue #13680: add lowecase compression type to write header; patch by Oleg Pl... | Sandro Tosi | 2012-01-01 | 2 | -10/+13 |
|
|
* | | Fix no-op tests in importlib. | Antoine Pitrou | 2011-12-30 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Fix no-op tests in importlib. | Antoine Pitrou | 2011-12-30 | 1 | -0/+4 |
|
|
* | | Issue #12715: Add an optional symlinks argument to shutil functions (copyfile... | Antoine Pitrou | 2011-12-29 | 2 | -26/+294 |
|
|
* | | Limit test scope to those platforms that can save the target filenames. Refer... | Jason R. Coombs | 2011-12-28 | 1 | -0/+17 |
|
|
* | | don't fail if CLOEXEC doesn't exist | Benjamin Peterson | 2011-12-27 | 1 | -2/+3 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-12-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | propgate error in other conditions | Benjamin Peterson | 2011-12-27 | 1 | -0/+1 |
|
|
* | | add a flags parameter to select.epoll | Benjamin Peterson | 2011-12-27 | 1 | -0/+2 |
|
|
* | | Ported some test cases from 2.7 for #11638 | Jason R. Coombs | 2011-12-26 | 1 | -2/+21 |
|
|
* | | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 | 1 | -1/+1 |
|
|
* | | Issue #13577: Built-in methods and functions now have a __qualname__. | Antoine Pitrou | 2011-12-23 | 1 | -1/+27 |
|
|
* | | merge from 3.2. Minor code style improvements in http.server suggested in Is... | Senthil Kumaran | 2011-12-23 | 1 | -6/+3 |
|\ \
| |/ |
|
| * | Minor code style improvements in http.server suggested in Issue13294. | Senthil Kumaran | 2011-12-23 | 1 | -6/+3 |
|
|
* | | Forgot the data file for Diffie-Hellman tests. | Antoine Pitrou | 2011-12-22 | 1 | -0/+9 |
|
|
* | | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the | Antoine Pitrou | 2011-12-22 | 3 | -1/+34 |
|
|
* | | Merge | Michael Foord | 2011-12-22 | 2 | -4/+22 |
|\ \
| |/ |
|
| * | Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger... | Michael Foord | 2011-12-22 | 2 | -4/+22 |
|
|
* | | Use context managers in test_ssl to simplify test writing. | Antoine Pitrou | 2011-12-21 | 1 | -83/+43 |
|\ \
| |/ |
|
| * | Use context managers in test_ssl to simplify test writing. | Antoine Pitrou | 2011-12-21 | 1 | -68/+35 |
|
|
* | | Issue #13645: fix test_import failure when run immediately after test_coding. | Antoine Pitrou | 2011-12-21 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #13645: fix test_import failure when run immediately after test_coding. | Antoine Pitrou | 2011-12-21 | 1 | -1/+2 |
|
|
* | | Issue 13620 - Support chrome browser in webbrowser.py module. | Senthil Kumaran | 2011-12-21 | 1 | -0/+17 |
|
|
* | | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools... | Antoine Pitrou | 2011-12-21 | 3 | -3/+50 |
|
|
* | | Issue #1785: Fix inspect and pydoc with misbehaving descriptors. | Antoine Pitrou | 2011-12-21 | 3 | -38/+149 |
|\ \
| |/ |
|
| * | Issue #1785: Fix inspect and pydoc with misbehaving descriptors. | Antoine Pitrou | 2011-12-21 | 3 | -38/+149 |
|
|
* | | Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. | Antoine Pitrou | 2011-12-21 | 2 | -1/+3 |
|
|
* | | Merge | Antoine Pitrou | 2011-12-20 | 1 | -11/+8 |
|\ \ |
|
| * \ | Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really | Charles-François Natali | 2011-12-20 | 1 | -11/+8 |
| |\ \
| | |/ |
|
| | * | Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really | Charles-François Natali | 2011-12-20 | 1 | -11/+8 |
|
|
* | | | Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un... | Antoine Pitrou | 2011-12-20 | 1 | -3/+31 |
|/ / |
|
* | | Fix for buggy test | Antoine Pitrou | 2011-12-20 | 1 | -0/+1 |
|
|
* | | Issue #13634: Add support for querying and disabling SSL compression. | Antoine Pitrou | 2011-12-20 | 3 | -0/+38 |
|
|
* | | (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.or... | Giampaolo Rodola' | 2011-12-19 | 1 | -1/+4 |
|
|
* | | Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman | Antoine Pitrou | 2011-12-19 | 3 | -1/+16 |
|
|
* | | Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. | Antoine Pitrou | 2011-12-19 | 1 | -0/+65 |
|\ \
| |/ |
|
| * | Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. | Antoine Pitrou | 2011-12-19 | 1 | -0/+65 |
|
|
* | | Issue #13453: Try to increase some socket timeouts to make some buildbots stop | Charles-François Natali | 2011-12-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #13453: Try to increase some socket timeouts to make some buildbots stop | Charles-François Natali | 2011-12-19 | 1 | -1/+1 |
|
|
* | | (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in | Victor Stinner | 2011-12-19 | 1 | -3/+19 |
|\ \
| |/ |
|
| * | Issue #13628: python-gdb.py is now able to retrieve more frames in the Python | Victor Stinner | 2011-12-19 | 1 | -3/+19 |
|
|