summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)Miss Islington (bot)2017-09-224-9/+41
* [3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)Terry Jan Reedy2017-09-213-0/+19
* [3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665)Miss Islington (bot)2017-09-191-1/+1
* [3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...Miss Islington (bot)2017-09-192-2/+30
* [3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)Miss Islington (bot)2017-09-191-5/+12
* [3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...Miss Islington (bot)2017-09-191-0/+20
* [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....Miss Islington (bot)2017-09-191-0/+11
* Update pydoc topics and NEWS blurbs for 3.6.3rc1Ned Deily2017-09-191-20/+15
* [3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)Miss Islington (bot)2017-09-181-0/+20
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)Miss Islington (bot)2017-09-181-0/+19
* [3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (...Miss Islington (bot)2017-09-181-2/+2
* [3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#...Miss Islington (bot)2017-09-171-26/+26
* [3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361...Miss Islington (bot)2017-09-163-25/+28
* [3.6] bpo-31234: Join threads in tests (#3589)Victor Stinner2017-09-157-37/+59
* [3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)Terry Jan Reedy2017-09-151-2/+4
* [3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)Terry Jan Reedy2017-09-153-31/+31
* [3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...Miss Islington (bot)2017-09-153-45/+40
* [3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...Miss Islington (bot)2017-09-141-0/+25
* [3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modul...Miss Islington (bot)2017-09-143-22/+94
* [3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...Miss Islington (bot)2017-09-141-0/+9
* [3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)Miss Islington (bot)2017-09-142-0/+32