Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge with 3.2. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 | |
| |\ \ | | |/ | ||||||
| | * | Add a note to the str.find doc to suggest the use of the "in" operator. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 | |
* | | | note the point of having log2 | Benjamin Peterson | 2011-05-09 | 1 | -1/+2 | |
* | | | Close #12032: Fix scripts/crlf.py for Python 3 | Victor Stinner | 2011-05-08 | 1 | -6/+6 | |
* | | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-08 | 6 | -16/+234 | |
* | | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-08 | 5 | -36/+60 | |
* | | | 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 | |
* | | | Refactor buggy test to correctly use the msg argument of assertRaises. | Ezio Melotti | 2011-05-08 | 1 | -9/+4 | |
* | | | Merge with 3.2. | Ezio Melotti | 2011-05-08 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge with 3.1. | Ezio Melotti | 2011-05-08 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Add back Misc/NEWS entry that got lost during merge, and fix a couple of othe... | Ezio Melotti | 2011-05-08 | 1 | -3/+5 | |
* | | | Issue #8407: Remove debug code from test_signal | Victor Stinner | 2011-05-08 | 1 | -37/+10 | |
* | | | Issue #8407: The signal handler writes the signal number as a single byte | Victor Stinner | 2011-05-08 | 5 | -5/+35 | |
* | | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 9 | -42/+287 | |
* | | | Merge | Antoine Pitrou | 2011-05-07 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Merge | Antoine Pitrou | 2011-05-07 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Merge | Antoine Pitrou | 2011-05-07 | 2 | -1/+10 | |
| | |\ | ||||||
| | | * | merge | Giampaolo Rodola' | 2011-05-07 | 2 | -1/+10 | |
| | | |\ | ||||||
| * | | \ | Merge | Antoine Pitrou | 2011-05-07 | 4 | -2/+15 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge | Antoine Pitrou | 2011-05-07 | 3 | -1/+21 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | merge with 3.2 | Giampaolo Rodola' | 2011-05-07 | 3 | -1/+21 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | merge with 3.1 | Giampaolo Rodola' | 2011-05-07 | 3 | -1/+21 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | #12002 - ftplib's abort() method raises TypeError | Giampaolo Rodola' | 2011-05-07 | 3 | -1/+12 | |
* | | | | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 4 | -2/+15 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 4 | -2/+15 | |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | ||||||
| | * | | | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ... | Antoine Pitrou | 2011-05-07 | 4 | -2/+15 | |
| | | |/ | | |/| | ||||||
* | | | | #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 | 2 | -31/+28 | |
* | | | | #12017: merge with 3.2. | Ezio Melotti | 2011-05-07 | 3 | -4/+29 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #12017: merge with 3.1. | Ezio Melotti | 2011-05-07 | 3 | -4/+30 | |
| |\ \ \ | | |/ / | ||||||
| | * | | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi... | Ezio Melotti | 2011-05-07 | 3 | -2/+28 | |
* | | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se... | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 | |
* | | | | merge heads | Giampaolo Rodola' | 2011-05-07 | 1 | -5/+6 | |
|\ \ \ \ | ||||||
| * | | | | Changed where socket close is called on connection failure. | Vinay Sajip | 2011-05-07 | 1 | -5/+6 | |
* | | | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se... | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 | |
|/ / / / | ||||||
* | | | | #11072- applying http://bugs.python.org/review/11072/show suggestions | Giampaolo Rodola' | 2011-05-07 | 2 | -12/+15 | |
* | | | | Merge. | Vinay Sajip | 2011-05-07 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * \ \ \ | 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 | |
* | | | | | Close socket on connection failure. | Vinay Sajip | 2011-05-07 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | Merge: #11277: Fix tests - crash will not trigger if the file is closed and r... | Nadeem Vawda | 2011-05-07 | 1 | -14/+12 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge: #11277: Fix tests - crash will not trigger if the file is closed and r... | Nadeem Vawda | 2011-05-07 | 1 | -14/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #11277: Fix tests - crash will not trigger if the file is closed and re... | Nadeem Vawda | 2011-05-07 | 1 | -14/+12 | |