summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#...Miss Islington (bot)2017-10-192-6/+12
* bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4...Miss Islington (bot)2017-10-192-7/+19
* [3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042)...Miss Islington (bot)2017-10-192-2/+15
* Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-39...Miss Islington (bot)2017-10-181-2/+3
* [3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)Miss Islington (bot)2017-10-181-1/+1
* [3.6] bpo-31786: Make functions in the select module blocking when timeout is...Pablo Galindo2017-10-182-0/+25
* bpo-31676: Fix test_imp.test_load_source() side effect (GH-3871) (GH-3988)Miss Islington (bot)2017-10-181-2/+7
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (GH-4025) (#4028)Miss Islington (bot)2017-10-171-0/+39
* [3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH...Miss Islington (bot)2017-10-171-19/+61
* [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...Miss Islington (bot)2017-10-174-6/+87
* [3.6] bpo-31792: Restore os.environ in test_buffer when import numpy. (GH-400...Miss Islington (bot)2017-10-161-2/+3
* [3.6] bpo-25588: Document autotest in idle_test/README.txt. (GH-4000) (#4001)Terry Jan Reedy2017-10-151-1/+10
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-142-1/+11
* [3.6] bpo-25588: Fix regrtest when run inside IDLE (GH-3962) (#3987)Miss Islington (bot)2017-10-131-12/+31
* [3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) ...Miss Islington (bot)2017-10-121-0/+24
* [3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)Miss Islington (bot)2017-10-121-2/+2
* [3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...Miss Islington (bot)2017-10-101-0/+32
* [3.6] bpo-31642: Restore blocking "from" import by setting None in sys.module...Serhiy Storchaka2017-10-082-1/+16
* [3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)Miss Islington (bot)2017-10-081-0/+2
* [3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3...Miss Islington (bot)2017-10-071-0/+2
* bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (GH-36...Rohit Balasubramanian2017-10-071-0/+6
* [3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)3.6Miss Islington (bot)2017-10-051-4/+8
* [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...Miss Islington (bot)2017-10-031-21/+33
* [3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...Miss Islington (bot)2017-10-031-0/+8
* [3.6] bpo-31516: current_thread() should not return a dummy thread at shutdow...Miss Islington (bot)2017-10-022-2/+30
* [3.6] bpo-31158: Fix nondeterministic read in test_pty (GH-3808) (GH-3852)Miss Islington (bot)2017-10-021-2/+19
* [3.6] IDLE: make filetypes a tuple constant. (GH-3847) (#3848)Terry Jan Reedy2017-10-011-2/+2
* [3.6] bpo-31460: Simplify the API of IDLE's Module Browser. (GH-3842) (#3843)Terry Jan Reedy2017-10-013-47/+36
* [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839...Terry Jan Reedy2017-09-306-6/+6
* [3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...Miss Islington (bot)2017-09-301-1/+1
* [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...Miss Islington (bot)2017-09-301-0/+10
* [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...Miss Islington (bot)2017-09-292-3/+6
* [3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820)Miss Islington (bot)2017-09-291-13/+13
* bpo-28129: fix ctypes crashes (#386) (#3799)Victor Stinner2017-09-285-0/+53
* [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...Serhiy Storchaka2017-09-281-0/+11
* [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)Miss Islington (bot)2017-09-271-0/+22
* bpo-31593: test_socketserver waits child processes (#3766)Victor Stinner2017-09-271-10/+22
* [3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717)...Serhiy Storchaka2017-09-272-3/+24
* [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...Miss Islington (bot)2017-09-271-0/+21
* [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...Serhiy Storchaka2017-09-271-0/+36
* [3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...Miss Islington (bot)2017-09-271-0/+13
* [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...Serhiy Storchaka2017-09-271-0/+12
* [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...Miss Islington (bot)2017-09-261-0/+24
* bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3746)Victor Stinner2017-09-252-0/+34
* [3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...Miss Islington (bot)2017-09-251-0/+21
* [3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...Miss Islington (bot)2017-09-241-0/+10
* [3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH...Miss Islington (bot)2017-09-242-3/+3
* [3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Br...Miss Islington (bot)2017-09-236-37/+37
* [3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-...Miss Islington (bot)2017-09-231-17/+34
* [3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2...Terry Jan Reedy2017-09-224-158/+729