summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* expose linux extended file system attributes (closes #12720)Benjamin Peterson2011-09-011-0/+94
* Merge fix for #10086 from 3.2Éric Araujo2011-08-311-2/+2
|\
| * Fix test_sysconfig when run from a Python installed under /site (#10086).Éric Araujo2011-08-311-2/+2
* | Try to fix one of the bigmem tests in test_pickleAntoine Pitrou2011-08-301-0/+5
|\ \ | |/
| * Try to fix one of the bigmem tests in test_pickleAntoine Pitrou2011-08-301-0/+5
* | Remove misleading comment and code.Antoine Pitrou2011-08-301-2/+1
* | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-291-0/+12
|\ \ | |/
| * Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-291-0/+12
* | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-293-9/+110
|\ \ | |/
| * Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-293-9/+111
* | Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-271-4/+1
|\ \ | |/
| * Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-271-4/+1
* | Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe...Nick Coghlan2011-08-271-0/+8
* | Merge: Make regrtest complain when -M and -j are used together.Nadeem Vawda2011-08-271-0/+2
|\ \ | |/
| * Make regrtest complain when -M and -j are used together.Nadeem Vawda2011-08-271-0/+2
| * MergeAntoine Pitrou2011-08-231-6/+2
| |\
| | * Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-231-6/+2
* | | Followup to cdc6c1b072a5: I forgot to "hg add" the test filesAntoine Pitrou2011-08-252-0/+51
* | | Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-251-0/+57
* | | Issue #12656: Really fix test_asyncore failures on Windows buildbots...Charles-François Natali2011-08-241-1/+2
* | | Issue #12656: Fix test_asyncore failures on Windows buildbots.Charles-François Natali2011-08-241-5/+7
* | | Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.Charles-François Natali2011-08-241-46/+85
* | | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-232-2/+81
|\ \ \ | |/ /
| * | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-1/+81
| * | A warning doesn't equate a failed testAntoine Pitrou2011-08-231-1/+0
| |/
* | Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests ...Nick Coghlan2011-08-231-16/+0
* | #6484: refactor a bit the tests.Ezio Melotti2011-08-221-52/+70
* | #12191: fix build failures, explicitly passing group argument when I want to ...Sandro Tosi2011-08-221-2/+2
* | Merge indentation fix and skip decorator with 3.2.Ezio Melotti2011-08-221-24/+28
|\ \ | |/
| * Fix indentation and add a skip decorator.Ezio Melotti2011-08-221-24/+28
* | #12191: add shutil.chown() to change user and/or group owner of a given path ...Sandro Tosi2011-08-221-0/+59
* | #9200: merge with 3.2.Ezio Melotti2011-08-221-1/+157
|\ \ | |/
| * #9200: The str.is* methods now work with strings that contain non-BMP charact...Ezio Melotti2011-08-221-1/+157
* | Fix deprecation warnings in test_socket.Nadeem Vawda2011-08-221-14/+14
* | Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484)Nick Coghlan2011-08-222-0/+242
* | Add support for the send/recvmsg API to the socket module. Patch by David Wat...Nick Coghlan2011-08-222-0/+2136
* | Issue #12783: Fix test_posix failures on FreeBSD buildbots, due toCharles-François Natali2011-08-211-2/+8
* | Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-204-10/+7
* | Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+42
|\ \ | |/
| * Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+42
* | Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
|\ \ | |/
| * Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
* | Fix typo in test namesAntoine Pitrou2011-08-191-4/+4
|\ \ | |/
| * Fix typo in test namesAntoine Pitrou2011-08-191-4/+4
* | Issue #12778: Reduce memory consumption when JSON-encoding a large container ...Antoine Pitrou2011-08-191-1/+18
* | Merge: Fix ResourceWarnings in test_subprocess.Nadeem Vawda2011-08-191-0/+4
|\ \ | |/
| * Fix ResourceWarnings in test_subprocess.Nadeem Vawda2011-08-191-0/+4
* | Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-181-12/+0
|\ \ | |/
| * Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-181-12/+0
* | merge 3.2Benjamin Peterson2011-08-181-0/+58
|\ \ | |/