summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Update incorrect comment.Vinay Sajip2011-05-091-1/+1
* Issue #12041: Make test_wait3 more robust.Antoine Pitrou2011-05-092-6/+11
* os.dup()-then-close() can be replaced with detach()Antoine Pitrou2011-05-091-4/+2
* Improved Windows test coverage.Vinay Sajip2011-05-091-1/+39
* Merge with 3.2.Ezio Melotti2011-05-091-10/+10
|\
| * Merge with 3.1.Ezio Melotti2011-05-091-10/+10
| |\
| | * Some more tests were incorrectly marked as C specific.Ezio Melotti2011-05-091-12/+10
* | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-092-21/+70
* | | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-094-25/+320
* | | Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of ...Mark Dickinson2011-05-091-2/+2
* | | Issue #10811: Use TestCase.assertRaises() in the new testVictor Stinner2011-05-091-5/+4
* | | #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm...Gerhard Haering2011-05-091-0/+23
* | | Fix nonunique test ids in math_testcases.txt.Mark Dickinson2011-05-091-4/+4
* | | merge 11164Martin v. Löwis2011-05-094-89/+4
|\ \ \ | |/ /
| * | merge 11164Martin v. Löwis2011-05-094-89/+4
| |\ \ | | |/
| | * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-094-89/+4
* | | #11910: merge with 3.2.Ezio Melotti2011-05-091-16/+36
|\ \ \ | |/ /
| * | #11910: merge with 3.1.Ezio Melotti2011-05-091-15/+29
| |\ \ | | |/
| | * #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-091-20/+27
| * | Some tests were incorrectly marked as C specific.Ezio Melotti2011-05-091-3/+9
* | | #11910: merge with 3.2.Ezio Melotti2011-05-091-4/+8
|\ \ \ | |/ /
| * | #11910: merge with 3.1.Ezio Melotti2011-05-091-4/+8
| |\ \ | | |/
| | * #11910: change import_fresh_module to return None when one of the "fresh" mod...Ezio Melotti2011-05-091-4/+8
* | | Issue #11888: Add log2 function to math module. Patch written by MarkVictor Stinner2011-05-082-0/+136
* | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-082-35/+48
* | | merge 3.2Benjamin Peterson2011-05-081-2/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-081-2/+3
| |\ \ | | |/
| | * put import_fresh_module in __all__Benjamin Peterson2011-05-081-0/+1
| | * MergeAntoine Pitrou2011-05-072-1/+10
| | |\
| | | * mergeGiampaolo Rodola'2011-05-072-1/+10
| | | |\
| * | | \ MergeAntoine Pitrou2011-05-072-2/+11
| |\ \ \ \
* | | | | | Refactor buggy test to correctly use the msg argument of assertRaises.Ezio Melotti2011-05-081-9/+4
* | | | | | 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