summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #8407: Remove debug code from test_signalVictor Stinner2011-05-081-37/+10
* Issue #8407: The signal handler writes the signal number as a single byteVictor Stinner2011-05-081-0/+15
* Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to theVictor Stinner2011-05-071-33/+108
* MergeAntoine Pitrou2011-05-072-1/+19
|\
| * merge with 3.2Giampaolo Rodola'2011-05-072-1/+19
| |\
| | * merge with 3.1Giampaolo Rodola'2011-05-072-1/+19
| | |\
| | | * #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-072-1/+10
* | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-072-2/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-072-2/+11
| |\ \ \ | | |/ / | |/| |
| | * | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-072-2/+11
* | | | #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-071-0/+11
|\ \ \ \ | |/ / /
| * | | #12017: merge with 3.1.Ezio Melotti2011-05-071-0/+12
| |\ \ \ | | |/ /
| | * | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-071-0/+12
* | | | 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-071-4/+7
* | | | 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
* | | | faulthandler: dump all threads by defaultVictor Stinner2011-05-071-6/+6
* | | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-072-50/+49
|\ \ \ \ | |/ / /
| * | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-072-50/+49
| |\ \ \ | | |/ /
| | * | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-072-49/+50
* | | | 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-062-2/+114
* | | | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContextAntoine Pitrou2011-05-062-8/+70
* | | | merge from 3.2Ronald Oussoren2011-05-061-1/+1
|\ \ \ \ | |/ / /
| * | | ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi...Ronald Oussoren2011-05-061-1/+1
* | | | Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-062-2/+21
|\ \ \ \ | |/ / /
| * | | Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-062-2/+21
* | | | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-062-33/+120
* | | | merge from 3.2Ronald Oussoren2011-05-062-1/+25
|\ \ \ \ | |/ / /
| * | | merge from 3.1Ronald Oussoren2011-05-062-1/+25
| |\ \ \ | | |/ /
| | * | Fix for issue 10684: Folders get deleted when trying to change case with shut...Ronald Oussoren2011-05-062-1/+25
| * | | Sync-up minor code edits with the default branch.Raymond Hettinger2011-05-051-4/+4