summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-071-1/+2
* Issue #7367: Add test case to test_pkgutil for walking path withNed Deily2011-10-061-0/+11
* Issue #7425: Refactor test_pydoc test case for '-k' behavior and addNed Deily2011-10-061-42/+53
* Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-062-0/+21
* Branch mergeÉric Araujo2011-10-061-1/+1
|\
| * Fix typo and case in a recently added testÉric Araujo2011-10-041-1/+1
* | Enable the only tests for sys.gettraceAmaury Forgeot d'Arc2011-10-051-2/+2
* | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+15
* | Issue13104 - Fix urllib.request.thishost() utility function.Senthil Kumaran2011-10-051-0/+4
* | os.geteuid() may not be available...Charles-François Natali2011-10-041-1/+1
* | Issue #11956: Always skip test_import.test_unwritable_directory when run asCharles-François Natali2011-10-041-2/+2
* | Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run asCharles-François Natali2011-10-041-0/+3
|/
* Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+8
* Start fixing test_bigmem:Antoine Pitrou2011-10-046-164/+203
* Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+21
* Fix ResourceWarnings in the TIPC socket tests.Antoine Pitrou2011-10-021-2/+7
* #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+7
* Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-012-0/+57
* Issue #7732: Don't open a directory as a file anymore while importing aVictor Stinner2011-09-231-0/+9
* Issue #12931: Add a test with Unicode URI to test_xmlrpcVictor Stinner2011-09-221-0/+4
* Fix a race condition in test_socket.ThreadableTest: the client is reported asCharles-François Natali2011-09-211-1/+1
* Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-211-2/+13
* Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+17
* test_multiprocessing removes temporary filesVictor Stinner2011-09-201-0/+2
* test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
* Add the quote_plus call in the test.Senthil Kumaran2011-09-121-0/+1
* Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
* Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
* #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-051-1/+2
* add a __dict__ descr for IOBase (closes #12878)Benjamin Peterson2011-09-031-0/+11
* Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+8
* 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
* 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/+111
* Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-271-4/+1
* 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
* | 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
|/
* Fix indentation and add a skip decorator.Ezio Melotti2011-08-221-24/+28
* #9200: The str.is* methods now work with strings that contain non-BMP charact...Ezio Melotti2011-08-221-1/+157
* 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
* Fix typo in test namesAntoine Pitrou2011-08-191-4/+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 a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-181-0/+58
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-0/+17