summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)Miss Islington (bot)2019-05-192-1/+35
* bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)Miss Islington (bot)2019-05-192-0/+38
* bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...Miss Islington (bot)2019-05-173-2/+17
* Simplify SSLSocket / SSLObject doc string (GH-9972) (GH-13384)Miss Islington (bot)2019-05-171-16/+21
* bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...Miss Islington (bot)2019-05-171-0/+14
* bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)Miss Islington (bot)2019-05-172-3/+25
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Miss Islington (bot)2019-05-176-7/+20
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Steve Dower2019-05-162-4/+19
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Miss Islington (bot)2019-05-151-6/+6
* bpo-36015: Handle StreamHandler representaton of stream with an integer name ...Miss Islington (bot)2019-05-152-0/+10
* Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transpor...Victor Stinner2019-05-143-45/+8
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...Miss Islington (bot)2019-05-143-14/+25
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Miss Islington (bot)2019-05-142-44/+66
* bpo-36719: Fix regrtest MultiprocessThread (GH-13301) (GH-13303)Miss Islington (bot)2019-05-141-4/+55
* bpo-36845: validate integer network prefix when constructing IP networks (GH-...Miss Islington (bot)2019-05-142-0/+20
* bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only fil...Miss Islington (bot)2019-05-142-1/+11
* bpo-34424: Handle different policy.linesep lengths correctly. (GH-8803)Miss Islington (bot)2019-05-132-1/+23
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Miss Islington (bot)2019-05-134-18/+46
* [3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) ...Miss Islington (bot)2019-05-131-0/+2
* bpo-36903: Fix ResourceWarning in test_logging (GH-13283) (GH-13285)Miss Islington (bot)2019-05-131-0/+1
* [3.7] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...Gregory P. Smith2019-05-081-14/+32
* bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13...Miss Islington (bot)2019-05-073-8/+45
* [3.7] bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704) (GH-13170)Gregory P. Smith2019-05-072-40/+52
* bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-...Miss Islington (bot)2019-05-072-3/+18
* bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)Miss Islington (bot)2019-05-074-7/+31
* bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13154)Miro HronĨok2019-05-073-1/+74
* bpo-31855: unittest.mock.mock_open() results now respects the argument of rea...Miss Islington (bot)2019-05-072-26/+20
* bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)Miss Islington (bot)2019-05-062-12/+50
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-0619-19/+19
* simplify StartupImportTests (GH-13096)Miss Islington (bot)2019-05-051-7/+7
* bpo-36613: call remove_done_callback if exception (GH-12800)Miss Islington (bot)2019-05-031-1/+2
* [3.7] bpo-34162: Fix idlelib/NEWS.text for 3.7.4 (#13067)Terry Jan Reedy2019-05-021-4/+9
* [3.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)...Miss Islington (bot)2019-05-021-0/+39
* bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659) (GH-13...Miss Islington (bot)2019-05-021-0/+13
* [3.7] bpo-35726: Prevented QueueHandler formatting from affecting other handl...Xtreak2019-05-021-0/+3
* Change bisect to bisect_cmd in docstring (GH-13040)Miss Islington (bot)2019-05-011-3/+3
* bpo-27682: Handle client connection terminations in wsgiref (GH-9713)Miss Islington (bot)2019-05-012-0/+22
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Miss Islington (bot)2019-04-302-4/+13
* bpo-35952: Sync test.pythoninfo from master (GH-13009)Victor Stinner2019-04-291-15/+38
* Syntax highlight IDLE html doc code example. (GH-12981)Miss Islington (bot)2019-04-261-25/+23
* [3.7] bpo-36679: Rename duplicate test_class_getitem function (GH-12892) (GH-...Ivan Levkivskyi2019-04-261-1/+1
* [3.7] bpo-36719: sync regrtest with master branch (GH-12967)Victor Stinner2019-04-269-383/+656
* bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12...Miss Islington (bot)2019-04-252-2/+7
* bpo-36454: Fix test_time.test_monotonic() (GH-12929)Miss Islington (bot)2019-04-231-2/+3
* Fixes platform.win32_ver on non-Windows platforms (GH-12912)Miss Islington (bot)2019-04-221-12/+12
* bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)Marcin Niemira2019-04-221-0/+5
* bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH...Berker Peksag2019-04-224-2/+79
* bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-...Miss Islington (bot)2019-04-201-0/+14
* [3.7] bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12862)Victor Stinner2019-04-175-19/+149
* bpo-36348: test_imaplib: add debug info (GH-12846)Victor Stinner2019-04-151-4/+4