- aa1e1a2 Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4. by Ned Deily · 13 years ago
- f1d3473 #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 13 years ago
- 65d5639 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 13 years ago
- 9aaeb5e Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 13 years ago
- f898038 Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. by Serhiy Storchaka · 13 years ago
- 0dd3d30 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 13 years ago
- bb80131 Import shutil for restore_test_support_TESTFN(). by Serhiy Storchaka · 13 years ago
- a5e7f8f #16564: test to confirm behavior that regressed in python3. by R David Murray · 13 years ago
- 276f1d5 Issue #7358: cStringIO.StringIO now supports writing to and reading from by Serhiy Storchaka · 13 years ago
- beaa3ad Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files. by Serhiy Storchaka · 13 years ago
- 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
- 4a88041 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 13 years ago
- 9b3085c #17142: fix apparent copy and paste error in test_all. by R David Murray · 13 years ago
- a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
- 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
- cc23cc6 Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 13 years ago
- d66c0ee Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
- 2a051fa Fix test for issue #6972. by Serhiy Storchaka · 13 years ago
- 05fd744 Preserve backslashes in malicious zip files for testing issue #6972. by Serhiy Storchaka · 13 years ago
- 13e56c7 Fix the test and remove trailing dots on Windows for issue #6972. by Serhiy Storchaka · 13 years ago
- 23298cb Fix tests for issue #11159. by Serhiy Storchaka · 13 years ago
- 8673ab9 Issue #11159: SAX parser now supports unicode file names. by Serhiy Storchaka · 13 years ago
- 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
- c5200b4 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 13 years ago
- 8d510cd Issue #17049: Localized calendar methods now return unicode if a locale by Serhiy Storchaka · 13 years ago
- 0be506a Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an by Serhiy Storchaka · 13 years ago
- 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 13 years ago
- 74e449f Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 13 years ago
- 7277f9d Clean up escape-decode decoder tests. by Serhiy Storchaka · 13 years ago
- c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 13 years ago
- 80a0a1e Fix skip conditions in some docstings tests. by Serhiy Storchaka · 13 years ago
- 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 13 years ago
- 4216aa1 Adapt test for build --without-doc-strings. by Stefan Krah · 13 years ago
- 6fef14d Optimize the test for issue #13454. by Serhiy Storchaka · 13 years ago
- 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
- b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
- 7ee79a2 Don't run the test for issue #16335 when -M is not specified. by Serhiy Storchaka · 13 years ago
- 353e54e Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 13 years ago
- e3adb43 Add bigmemtest decorator to test of issue #16335. by Serhiy Storchaka · 13 years ago
- b1ecf80 Fix memory error in test_ucn. by Serhiy Storchaka · 13 years ago
- 4d70e58 fix for f4d30d1a529e by Christian Heimes · 13 years ago
- 1d3acd4 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 13 years ago
- 18a1393 Ensure that width and precision in string formatting test have type int, not long. by Serhiy Storchaka · 13 years ago
- 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
- 2f78f0e support -> test_support by Benjamin Peterson · 13 years ago
- 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
- 65a9f36 Closed #16886: test_dictcomps no longer depends on dict order by Frank Wierzbicki · 13 years ago
- 9599745 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 13 years ago
- 8c90471 test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 13 years ago
- ef2bd67 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 13 years ago
- dfae912 Issue #15539: Fix backup file creation in pindent.py on Windows by Serhiy Storchaka · 13 years ago
- 8cd7f82 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
- 5c4e32b #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
- c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 13 years ago
- 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
- a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 13 years ago
- cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 13 years ago
- 421489f Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 13 years ago
- 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 13 years ago
- 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 13 years ago
- cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 13 years ago
- 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 13 years ago
- c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 13 years ago
- 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 13 years ago
- 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 13 years ago
- 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 13 years ago
- 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 13 years ago
- 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 13 years ago
- 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 13 years ago
- 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 13 years ago
- 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 13 years ago
- 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 13 years ago
- 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 13 years ago
- f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 13 years ago
- cddcafa Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 13 years ago
- ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 13 years ago
- a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 13 years ago
- bacf1bf replace threw with raised (#16714) by Andrew Svetlov · 13 years ago
- 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
- 124ee8b Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 13 years ago
- 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
- 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
- d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
- 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 13 years ago
- 74635c9 Fix test splitting in previous commit. by Antoine Pitrou · 13 years ago
- 735f36e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 13 years ago
- b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
- 7196605 fix spelling by Benjamin Peterson · 13 years ago
- 8a1a17b Remove redundant check for symlink. (closes #6036) by Benjamin Peterson · 13 years ago
- b1cc6aa Issue #9011: AST creation no longer modifies CST for negated numeric literals. by Mark Dickinson · 13 years ago
- 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 13 years ago
- 508d7d3 test_winsound should require the "audio" resource, as it does on 3.x. by Antoine Pitrou · 13 years ago
- ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
- b83ea14 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 13 years ago
- 6451497 #7782: add a test for test_iter. by Ezio Melotti · 13 years ago
- db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 13 years ago
- 9e94972 #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 13 years ago
- e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
- b704eab Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 13 years ago
- 027d6fc remove an obsolete comment by Gregory P. Smith · 13 years ago