- 8a97896 #21091: make is_attachment a method. by R David Murray · 11 years ago
- 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 11 years ago
- 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 11 years ago
- cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 11 years ago
- 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 11 years ago
- 86c9e18 Merge from 3.3 by Senthil Kumaran · 11 years ago
- e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
- aa72b1b Merge from 3.3 by Senthil Kumaran · 11 years ago
- 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 11 years ago
- bc2c4c9 Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 11 years ago
- 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
- 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
- 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 11 years ago
- b85a976 Restored re pickling test. by Serhiy Storchaka · 11 years ago
- d9cf65f Use more appropriate asserts in re tests. by Serhiy Storchaka · 11 years ago
- a25875c Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 11 years ago
- d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 11 years ago
- abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 11 years ago
- 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
- f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 11 years ago
- 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 11 years ago
- 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 11 years ago
- 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 11 years ago
- 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 11 years ago
- 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 11 years ago
- 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 11 years ago
- a42ad6b Remove unused imports. by Berker Peksag · 11 years ago
- a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 11 years ago
- d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 11 years ago
- 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 11 years ago
- 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 11 years ago
- 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 11 years ago
- 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 11 years ago
- b261475 asyncio: sync with Tulip by Victor Stinner · 11 years ago
- 8e16351 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 11 years ago
- 18bb702 fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 11 years ago
- 549c197 Issue #22034: Got rid of misleading error message for bytearray arguments in by Serhiy Storchaka · 11 years ago
- d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 11 years ago
- 0242f79 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 11 years ago
- 31f8a67 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 11 years ago
- 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 11 years ago
- a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 11 years ago
- 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
- 996c3de Fixed typo. by Serhiy Storchaka · 11 years ago
- 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 11 years ago
- d6ec309 Clean up test_user_command. by Serhiy Storchaka · 11 years ago
- d9e9528 Issue #22165: Fixed test_undecodable_filename on Mac OS. by Serhiy Storchaka · 11 years ago
- a64ce5d Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
- cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 11 years ago
- 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 11 years ago
- 7869a4e Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 11 years ago
- 8e7966b Closes #22205: sys._debugmallocstats is a cpython specific feature, so by Victor Stinner · 11 years ago
- b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
- 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 11 years ago
- cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 11 years ago
- 4d58897 Issue 22184: Early detection and reporting of missing lru_cache parameters by Raymond Hettinger · 11 years ago
- 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 11 years ago
- 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 11 years ago
- c04d468 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. by Antoine Pitrou · 11 years ago
- 6d20168 Close #22175: Improve test_faulthandler readability with dedent. by Victor Stinner · 11 years ago
- 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 11 years ago
- 41ad77c Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 11 years ago
- 12b7f48 #11955: show the list of args in case of error in test_argparse. by Ezio Melotti · 11 years ago
- 69fb6a4 Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner by Zachary Ware · 11 years ago
- d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 11 years ago
- 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 11 years ago
- 95a9e0b Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 11 years ago
- 9c9f1f1 Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, by Victor Stinner · 11 years ago
- f2ed889 asyncio: Use the new os.set_blocking() function of Python 3.5 if available by Victor Stinner · 11 years ago
- 313a980 asyncio: sync with Tulip by Victor Stinner · 11 years ago
- c61c170 Issue #18174: Fix leak of file descriptor in test_tempfile by Victor Stinner · 11 years ago
- 623138c Issue #11453, #18174: Fix leak of file descriptor in test_asyncore by Victor Stinner · 11 years ago
- 0970657 Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of by Victor Stinner · 11 years ago
- 7611964 Fix test_bytes when sys.stdin is None, for example on Windows when using by Victor Stinner · 11 years ago
- d2e9fdf Issue #22074: Fix Lib/test/make_ssl_certs.py by Antoine Pitrou · 11 years ago
- f21fcd0 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 11 years ago
- e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
- 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 11 years ago
- e396c36 Merge. by Charles-François Natali · 11 years ago
- 65708cf Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 11 years ago
- 2955a0b asyncio, test_subprocess: relax timings for slow builbots by Victor Stinner · 11 years ago
- fea6a10 asyncio: sync with Tulip by Victor Stinner · 11 years ago
- 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
- a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
- cdb2c60 test_gettext: use support.rmtree() instead of shutil.rmtree() by Victor Stinner · 11 years ago
- 0e24361 asyncio tests: relax timings for slow buildbots by Victor Stinner · 11 years ago
- f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 11 years ago
- c4c4649 asyncio: sync with Tulip by Victor Stinner · 11 years ago
- 8966759 Issue #21888: plistlib's load() and loads() now work if the fmt parameter is by Serhiy Storchaka · 11 years ago
- 889d646 Issue #21901: Cap the maximum number of file descriptors to use for the test. by Charles-François Natali · 11 years ago
- bc07ac5 Fix localhost checking in FileHandler. Raised in #21970. by Senthil Kumaran · 11 years ago
- dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
- 47ae763 Issue #19629: Add missing "import stat" by Victor Stinner · 11 years ago
- ec86469 Issue #19811, #22022: test_pathlib uses support.rmtree() instead of by Victor Stinner · 11 years ago
- 67f8706 Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a by Victor Stinner · 11 years ago
- 0dee8ad asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine by Victor Stinner · 11 years ago
- 98fa332 Issue #21247: Fix a race condition in test_send_signal() of asyncio by Victor Stinner · 11 years ago
- fe5649c Python issue #21645, Tulip issue 192: Rewrite signal handling by Victor Stinner · 11 years ago
- ddc8c8d asyncio: Fix test_stdin_broken_pipe(), drain() can also raise by Victor Stinner · 11 years ago
- cc996b5 asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError by Victor Stinner · 11 years ago