- c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 13 years ago
- 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 13 years ago
- b2209cc revert accidental inclusion of subprocess tests by Andrew Svetlov · 13 years ago
- afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 13 years ago
- 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 13 years ago
- adc8211 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes by Jesus Cea · 13 years ago
- 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 13 years ago
- fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 13 years ago
- c2cd626 Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue. by Chris Jerdonek · 13 years ago
- ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 13 years ago
- f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 13 years ago
- 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 13 years ago
- 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 13 years ago
- f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 13 years ago
- 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 13 years ago
- 1654d74 switch assertion to an explicit ValueError by Benjamin Peterson · 13 years ago
- a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 13 years ago
- d388c4e use modern conditional syntax by Benjamin Peterson · 13 years ago
- 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 13 years ago
- e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 13 years ago
- 6f80f5d 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
- 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 13 years ago
- e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 13 years ago
- 0847db7 #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
- f8a9a83 remove gdb noise about linux-vdso by Benjamin Peterson · 13 years ago
- 3ec1536 Issue #15973: Fixed segmentation fault on timezone comparison to other types. by Alexander Belopolsky · 13 years ago
- c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 13 years ago
- 8a53dbe Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 13 years ago
- 1e7ee9d Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 13 years ago
- 2dceb35 Update merge from 2.7: s/basetring/str by Barry Warsaw · 13 years ago
- eaae1b7 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 13 years ago
- 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 13 years ago
- c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 13 years ago
- 1f2799b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 13 years ago
- 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 13 years ago
- 01beb69 backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 13 years ago
- 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 13 years ago
- 5bedef3 Issue #15881: Fixed 3.2 backport. by Alexander Belopolsky · 13 years ago
- 3635156 Fixed whitespace by Alexander Belopolsky · 13 years ago
- 59fb38b Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 13 years ago
- 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
- 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 13 years ago
- b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 13 years ago
- 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
- 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 13 years ago
- 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 13 years ago
- 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 13 years ago
- 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 13 years ago
- 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 13 years ago
- ecc4757 Issue #15800: fix the closing of input / output files when gzip is used as a script. by Antoine Pitrou · 13 years ago
- 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 13 years ago
- c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 13 years ago
- 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 13 years ago
- 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 13 years ago
- e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
- a61b09f Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 13 years ago
- 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
- ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
- 1b47bf4 #15752: s/assertRaisesRegexp/assertRaisesRegex/g by Ezio Melotti · 13 years ago
- 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 13 years ago
- 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
- c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
- db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 13 years ago
- fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 13 years ago
- e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
- 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 13 years ago
- b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
- 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 13 years ago
- 8861494 #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 13 years ago
- 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
- 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
- f376507 Add test to explicit check the absence regression in subprocess (issue #15592). by Andrew Svetlov · 13 years ago
- e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 13 years ago
- 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 13 years ago
- 7b250a5 Revert 961a15aff2a6, this is already checked in another way. by Georg Brandl · 13 years ago
- 22bfa37 Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test. by Georg Brandl · 13 years ago
- 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
- c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case by Ned Deily · 13 years ago
- e768c39 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 13 years ago
- ec2d269 Fix universal newlines test to avoid the newline translation done by sys.stdout. by Antoine Pitrou · 13 years ago
- 894375a Fix test_sys under Windows (issue #13119) by Antoine Pitrou · 13 years ago
- 5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 13 years ago
- 90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 13 years ago
- 676e73b #15512: Remove remnants of debugging code by Jesus Cea · 13 years ago
- 16e2fca Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 13 years ago
- e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 13 years ago
- 4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 13 years ago
- 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
- 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 13 years ago
- c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 13 years ago
- 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 13 years ago
- 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 13 years ago
- 33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 13 years ago
- 90bc2dbc Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 13 years ago
- 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 13 years ago
- 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 13 years ago
- 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
- c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 13 years ago
- 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 13 years ago
- b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 13 years ago