- 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 14 years ago
- 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
- c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
- b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
- 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 14 years ago
- c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 14 years ago
- 992d9e0 Fix few typos. by Florent Xicluna · 14 years ago
- 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 14 years ago
- bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
- c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
- 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 14 years ago
- 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 14 years ago
- ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
- 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 14 years ago
- 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 14 years ago
- 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 14 years ago
- c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 14 years ago
- 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 14 years ago
- 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
- 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 14 years ago
- 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
- 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 14 years ago
- b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
- 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
- f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 14 years ago
- 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 14 years ago
- c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 14 years ago
- b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 14 years ago
- 18b0e5b #12008: add a test. by Ezio Melotti · 14 years ago
- 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
- 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
- ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
- c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 14 years ago
- 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 14 years ago
- b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 14 years ago
- 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
- 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
- f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 14 years ago
- e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago
- f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
- de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 14 years ago
- 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
- 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 14 years ago
- e130a52 Remove duplication. by Ezio Melotti · 14 years ago
- a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
- 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
- 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 14 years ago
- ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 14 years ago
- 82ac9bc Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, by Victor Stinner · 14 years ago
- a5bc34f Branch merge by Éric Araujo · 14 years ago
- c0bbe7d test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 14 years ago
- de50455 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 14 years ago
- de8c723 Merged by Barry Warsaw · 14 years ago
- 7010a07 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 14 years ago
- 78f89d8 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files by Barry Warsaw · 14 years ago
- caf5a22 Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 14 years ago
- 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 14 years ago
- eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 14 years ago
- bb2095f Branch merge by Éric Araujo · 14 years ago
- 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 14 years ago
- 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
- 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 14 years ago
- 63ba97b Fix typo and case in a recently added test by Éric Araujo · 14 years ago
- 035018d os.geteuid() may not be available... by Charles-François Natali · 14 years ago
- 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 14 years ago
- a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 14 years ago
- 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 14 years ago
- 94190bb Start fixing test_bigmem: by Antoine Pitrou · 14 years ago
- ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
- 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 14 years ago
- 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
- d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
- 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 14 years ago
- da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 14 years ago
- a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 14 years ago
- e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
- 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
- d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 14 years ago
- 18d15cb test_httplib removes temporary files by Victor Stinner · 14 years ago
- 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 14 years ago
- da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
- 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
- d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 14 years ago
- f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 14 years ago
- a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 14 years ago
- 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
- e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 14 years ago
- 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 14 years ago
- 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 14 years ago
- d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 14 years ago
- c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 14 years ago
- 7a08410 Merge by Antoine Pitrou · 14 years ago
- 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
- bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
- 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 14 years ago
- a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 14 years ago
- 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 14 years ago
- e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
- a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 14 years ago
- 20db511 Fix typo in test names by Antoine Pitrou · 14 years ago