- 091b6ef Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 6392d7f Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
- 975134e Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
- 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- 9d38b0d Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
- 169ed59 #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 14 years ago
- 00dc60b #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
- 93bbb6a #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
- 5d032c0 PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 by Jason R. Coombs · 14 years ago
- 3040254 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
- 16ed868 Issue #7732: Try to fix the a failing test on Windows by Victor Stinner · 14 years ago
- 0f1571c #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
- 7459291 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
- ab42abd Update mailbox.Maildir tests by Petri Lehtinen · 14 years ago
- cb65f32 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
- 71094b5 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
- 53703d9 Closes #13361: Raise correct exception type. by Vinay Sajip · 14 years ago
- 74ab344 Closes #13661: Check added for type of logger name. by Vinay Sajip · 14 years ago
- 3b9d92a Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
- 030aa35 Silence a couple of warnings. by Ezio Melotti · 14 years ago
- b22c3fe Fix another callable warning. by Ezio Melotti · 14 years ago
- 152d61a Fix tests now that the callable warning is gone. by Ezio Melotti · 14 years ago
- 819d8d4 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 14 years ago
- 49aa72e Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
- 5f761d7 Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 14 years ago
- 09f8714 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 14 years ago
- b82cbc3 Fix merge in changeset e1dde980a92c. by Florent Xicluna · 14 years ago
- 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 14 years ago
- 7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
- 1aacd7b Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
- cf9943d Backout redundant changeset 1de4d92cd6a4 by Antoine Pitrou · 14 years ago
- 87e5855 Port to 2.7 - issue 10817 - Fix urlretrieve function to raise by Senthil Kumaran · 14 years ago
- 39aec01 test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not by Barry Warsaw · 14 years ago
- 6361ea2 Remove unstable SSL tests in the absence of ssl.OP_NO_{SSLv2,SSLv3,TLSv1} by Antoine Pitrou · 14 years ago
- e96102b bring is_integer into tested existence by Benjamin Peterson · 14 years ago
- be83698 - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
- 7789f27 adjust for change in assert bytecode by Benjamin Peterson · 14 years ago
- 78fc705 add a test for an assertion with tuple msg by Benjamin Peterson · 14 years ago
- 6d089df Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago
- 46f990e Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
- 5a77fe9 Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode by Antoine Pitrou · 14 years ago
- f678e82 Oops, forgot issue number by Antoine Pitrou · 14 years ago
- a5016cd Add test for fix of issue #1730114. by Antoine Pitrou · 14 years ago
- ddd4031 Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
- 59a06d4 Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 14 years ago
- 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
- 7a15390 Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
- a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 14 years ago
- ece7079 Branch merge by Éric Araujo · 14 years ago
- 1a1a8a0 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 14 years ago
- c4a2745 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 14 years ago
- ac6874c Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 14 years ago
- 1a96f8d Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 14 years ago
- 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
- e954ecb Branch merge by Éric Araujo · 14 years ago
- c9539d5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 14 years ago
- 2710bc4 Fix typo and case in a recently added test by Éric Araujo · 14 years ago
- 09debc9 Avoid testing stuff that's been fixed in 2.7 on older Pythons by Antoine Pitrou · 14 years ago
- 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
- c8faf9b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
- f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
- 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 14 years ago
- 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 14 years ago
- 2156594 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 14 years ago
- f8413b2 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
- c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
- 0d4c34c Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. by Senthil Kumaran · 14 years ago
- 6faf907 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
- 6f6016b Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
- a971df3 Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
- 2a34eb3 Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid by Charles-François Natali · 14 years ago
- a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
- cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
- 12682b1 #9200: backport tests but run them on wide builds only. by Ezio Melotti · 14 years ago
- 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
- 410024a Branch merge by Éric Araujo · 14 years ago
- 8605936 Fix resource leaks in test_subprocess. by Nadeem Vawda · 14 years ago
- e7329f4 Guard shutil._make_archive against a logger=None argument. by Éric Araujo · 14 years ago
- a8085d3 Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 14 years ago
- 100df0f Issue #12650: only run the tests on Unix. by Charles-François Natali · 14 years ago
- b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
- edfba82 The simplest possible fix for the regression in bug 12752 by encoding unicodes by Barry Warsaw · 14 years ago
- ea7b6f6 #12266: move the tests in test_unicode. by Ezio Melotti · 14 years ago
- 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
- 3ea5224 Issue 12717: Fix-up an earlier backport in ConfigParser. by Raymond Hettinger · 14 years ago
- b5bd4c8 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 14 years ago
- 28696fe add svn+ssh testcase for urljoin. by Senthil Kumaran · 14 years ago
- f432aec Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
- 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 14 years ago
- 3facb8c running tests enables us to discover that they actually work by Benjamin Peterson · 14 years ago
- 23c2104 using test_support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 14 years ago
- 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
- d8e3901 Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
- 7d7702b merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
- d88131a Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 14 years ago
- 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
- b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
- 578617a merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm. by Senthil Kumaran · 14 years ago
- 7782024 verify the types of AST strings and identifiers (closes #12609 and #12610) by Benjamin Peterson · 14 years ago