summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-074-2/+15
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-074-2/+15
| | | |/ | | |/|
* | | | #5421: merge with 3.2.Ezio Melotti2011-05-071-0/+44
|\ \ \ \ | |/ / /
| * | | #5421: merge with 3.1.Ezio Melotti2011-05-071-0/+44
| |\ \ \ | | |/ /
| | * | #5421: add tests.Ezio Melotti2011-05-071-0/+30
* | | | reverting 9688977ef567 committed by accidentGiampaolo Rodola'2011-05-071-9/+9
* | | | Closed resource leak in SysLogHandler.Vinay Sajip2011-05-072-31/+28
* | | | #12017: merge with 3.2.Ezio Melotti2011-05-073-4/+29
|\ \ \ \ | |/ / /
| * | | #12017: merge with 3.1.Ezio Melotti2011-05-073-4/+30
| |\ \ \ | | |/ /
| | * | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-073-2/+28
* | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se...Giampaolo Rodola'2011-05-071-9/+9
* | | | merge headsGiampaolo Rodola'2011-05-071-5/+6
|\ \ \ \
| * | | | Changed where socket close is called on connection failure.Vinay Sajip2011-05-071-5/+6
* | | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se...Giampaolo Rodola'2011-05-071-9/+9
|/ / / /
* | | | #11072- applying http://bugs.python.org/review/11072/show suggestionsGiampaolo Rodola'2011-05-072-12/+15
* | | | Merge.Vinay Sajip2011-05-071-0/+1
|\ \ \ \
| * \ \ \ Merge: Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge: Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-0/+1
| | |\ \ \ | | | |/ /
| | | * | Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-0/+1
* | | | | Close socket on connection failure.Vinay Sajip2011-05-071-0/+3
|/ / / /
* | | | Merge: #11277: Fix tests - crash will not trigger if the file is closed and r...Nadeem Vawda2011-05-071-14/+12
|\ \ \ \ | |/ / /
| * | | Merge: #11277: Fix tests - crash will not trigger if the file is closed and r...Nadeem Vawda2011-05-071-14/+12
| |\ \ \ | | |/ /
| | * | Issue #11277: Fix tests - crash will not trigger if the file is closed and re...Nadeem Vawda2011-05-071-14/+12
* | | | Merge: #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-26/+31
|\ \ \ \ | |/ / /
| * | | Merge: #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-26/+31
| |\ \ \ | | |/ /
| | * | Issue #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-26/+34
* | | | _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCIIVictor Stinner2011-05-071-15/+25
* | | | faulthandler: dump all threads by defaultVictor Stinner2011-05-074-23/+24
* | | | faulthandler: save/restore errno in the two signal handlersVictor Stinner2011-05-071-0/+4
* | | | Closes Issue 11916: Add a number of MacOSX specific definitions to the errno ...Ronald Oussoren2011-05-073-0/+59
* | | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-073-50/+53
|\ \ \ \ | |/ / /
| * | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-073-50/+53
| |\ \ \ | | |/ /
| | * | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-073-49/+54
* | | | Refined rollover test for slow test machines.Vinay Sajip2011-05-061-15/+16
* | | | Issue #11072: added MLSD command (RFC-3659) support to ftplib.Giampaolo Rodola'2011-05-064-8/+139
* | | | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContextAntoine Pitrou2011-05-064-10/+83
* | | | merge from 3.2Ronald Oussoren2011-05-062-1/+4
|\ \ \ \ | |/ / /
| * | | ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi...Ronald Oussoren2011-05-062-1/+4
* | | | Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-064-2/+26
|\ \ \ \ | |/ / /
| * | | Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-064-2/+26
* | | | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-065-45/+158
* | | | merge from 3.2Ronald Oussoren2011-05-063-1/+29
|\ \ \ \ | |/ / /
| * | | merge from 3.1Ronald Oussoren2011-05-063-1/+29
| |\ \ \ | | |/ /
| | * | Fix for issue 10684: Folders get deleted when trying to change case with shut...Ronald Oussoren2011-05-063-1/+29
* | | | mergeEli Bendersky2011-05-061-23/+25
|\ \ \ \
| * | | | Close handler opened in test.Vinay Sajip2011-05-061-23/+25
* | | | | Issue #11015: bring test.support docs up to dateEli Bendersky2011-05-061-10/+106
|/ / / /
* | | | Userlist.copy() wasn't returning a UserList.Raymond Hettinger2011-05-052-1/+7
* | | | mergeRaymond Hettinger2011-05-051-3/+13
|\ \ \ \
| * | | | Added additional output to help diagnose buildbot failures.Vinay Sajip2011-05-051-3/+13