Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved Windows test coverage. | Vinay Sajip | 2011-05-09 | 1 | -1/+39 |
| | |||||
* | Merge with 3.2. | Ezio Melotti | 2011-05-09 | 1 | -10/+10 |
|\ | |||||
| * | Merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -10/+10 |
| |\ | |||||
| | * | Some more tests were incorrectly marked as C specific. | Ezio Melotti | 2011-05-09 | 1 | -12/+10 |
| | | | |||||
* | | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the | Senthil Kumaran | 2011-05-09 | 1 | -17/+56 |
| | | | | | | | | | | | | | | | sending of headers to output stream and flushing the internal headers buffer. Patch contribution by Andrew Schaaf | ||||
* | | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 1 | -3/+9 |
| | | | |||||
* | | | Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of ↵ | Mark Dickinson | 2011-05-09 | 1 | -2/+2 |
| | | | | | | | | | | | | the less reliable 2.0**n. | ||||
* | | | Fix nonunique test ids in math_testcases.txt. | Mark Dickinson | 2011-05-09 | 1 | -4/+4 |
| | | | |||||
* | | | merge 11164 | Martin v. Löwis | 2011-05-09 | 2 | -65/+0 |
|\ \ \ | |/ / | |||||
| * | | merge 11164 | Martin v. Löwis | 2011-05-09 | 2 | -65/+0 |
| |\ \ | | |/ | |||||
| | * | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 2 | -65/+0 |
| | | | | | | | | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | | #11910: merge with 3.2. | Ezio Melotti | 2011-05-09 | 1 | -16/+36 |
|\ \ \ | |/ / | |||||
| * | | #11910: merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -15/+29 |
| |\ \ | | |/ | |||||
| | * | #11910: Fix test_heapq to skip the C tests when _heapq is missing. | Ezio Melotti | 2011-05-09 | 1 | -20/+27 |
| | | | |||||
| * | | Some tests were incorrectly marked as C specific. | Ezio Melotti | 2011-05-09 | 1 | -3/+9 |
| | | | |||||
* | | | #11910: merge with 3.2. | Ezio Melotti | 2011-05-09 | 1 | -4/+8 |
|\ \ \ | |/ / | |||||
| * | | #11910: merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -4/+8 |
| |\ \ | | |/ | |||||
| | * | #11910: change import_fresh_module to return None when one of the "fresh" ↵ | Ezio Melotti | 2011-05-09 | 1 | -4/+8 |
| | | | | | | | | | | | | modules can not be imported. | ||||
* | | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-08 | 2 | -0/+136 |
| | | | | | | | | | | | | Dickinson. | ||||
* | | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-08 | 1 | -23/+34 |
| | | | | | | | | | | | | | | | | | | | | | OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter! | ||||
* | | | merge 3.2 | Benjamin Peterson | 2011-05-08 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | merge 3.1 | Benjamin Peterson | 2011-05-08 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | put import_fresh_module in __all__ | Benjamin Peterson | 2011-05-08 | 1 | -0/+1 |
| | | | |||||
| | * | Merge | Antoine Pitrou | 2011-05-07 | 1 | -0/+8 |
| | |\ | |||||
| | | * | merge | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+8 |
| | | |\ | |||||
| * | | \ | Merge | Antoine Pitrou | 2011-05-07 | 1 | -0/+7 |
| |\ \ \ \ | |||||
* | | | | | | Refactor buggy test to correctly use the msg argument of assertRaises. | Ezio Melotti | 2011-05-08 | 1 | -9/+4 |
| | | | | | | |||||
* | | | | | | Issue #8407: Remove debug code from test_signal | Victor Stinner | 2011-05-08 | 1 | -37/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | I don't think that we still need it. | ||||
* | | | | | | Issue #8407: The signal handler writes the signal number as a single byte | Victor Stinner | 2011-05-08 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of a nul byte into the wakeup file descriptor. So it is possible to wait more than one signal and know which signals were raised. | ||||
* | | | | | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 1 | -33/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | signal module. | ||||
* | | | | | | Merge | Antoine Pitrou | 2011-05-07 | 1 | -0/+8 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | merge with 3.2 | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+8 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | merge with 3.1 | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+8 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | | * | | | | #12002 - ftplib's abort() method raises TypeError | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+8 |
| | | | | | | | |||||
* | | | | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 1 | -0/+7 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ↵ | Antoine Pitrou | 2011-05-07 | 1 | -0/+7 |
| | | |/ | | |/| | | | | | | | | | Kasun Herath. | ||||
* | | | | #5421: merge with 3.2. | Ezio Melotti | 2011-05-07 | 1 | -0/+44 |
|\ \ \ \ | |/ / / | |||||
| * | | | #5421: merge with 3.1. | Ezio Melotti | 2011-05-07 | 1 | -0/+44 |
| |\ \ \ | | |/ / | |||||
| | * | | #5421: add tests. | Ezio Melotti | 2011-05-07 | 1 | -0/+30 |
| | | | | |||||
* | | | | reverting 9688977ef567 committed by accident | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 |
| | | | | |||||
* | | | | Closed resource leak in SysLogHandler. | Vinay Sajip | 2011-05-07 | 1 | -29/+27 |
| | | | | |||||
* | | | | #12017: merge with 3.2. | Ezio Melotti | 2011-05-07 | 1 | -0/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | #12017: merge with 3.1. | Ezio Melotti | 2011-05-07 | 1 | -0/+12 |
| |\ \ \ | | |/ / | |||||
* | | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 ↵ | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | seconds is way too much when we expect a server response which never comes in. | ||||
* | | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 ↵ | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | seconds is way too much when we expect a server response which never comes in. | ||||
* | | | | #11072- applying http://bugs.python.org/review/11072/show suggestions | Giampaolo Rodola' | 2011-05-07 | 1 | -4/+7 |
| | | | | |||||
* | | | | Merge: Fix potential resource leak in test_mmap. | Nadeem Vawda | 2011-05-07 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge: Fix potential resource leak in test_mmap. | Nadeem Vawda | 2011-05-07 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix potential resource leak in test_mmap. | Nadeem Vawda | 2011-05-07 | 1 | -0/+1 |
| | | | |