summaryrefslogtreecommitdiffstats
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-30872: Update the curses docs to Python 3. (GH-2620) (#3887)Serhiy Storchaka2017-10-053-109/+115
* [3.6] bpo-31667: Fix gettext related links. (GH-3860) (#3886)Miss Islington (bot)2017-10-042-9/+15
* Remove retired and security branches from active docs (#3880)Ned Deily2017-10-042-4/+0
* [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...Miss Islington (bot)2017-10-033-23/+45
* [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (...Serhiy Storchaka2017-10-033-13/+14
* [3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...Miss Islington (bot)2017-10-033-4/+14
* Bump version to 3.6.3+Ned Deily2017-10-031-1/+1
* Merge v3.6.3 into 3.6 branchNed Deily2017-10-034-7/+35
|\
| * Bump to 3.6.3v3.6.3Ned Deily2017-10-033-7/+8
| * Update NEWS blurbs for 3.6.3 finalNed Deily2017-10-034-5/+27
| * Improve/fix some Misc/NEWS entriesNed Deily2017-10-033-3/+3
| * Add NEWS entries for 3.6.3 final cherrypicks.Ned Deily2017-10-034-0/+5
| * [3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)Miss Islington (bot)2017-10-031-3/+3
| * [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...Miss Islington (bot)2017-10-032-3/+6
| * [3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)Zachary Ware2017-10-031-4/+8
| * Fix build issues in Doc/make.bat (#3663)Steve Dower2017-10-031-8/+10
* | [3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)Miss Islington (bot)2017-10-021-3/+3
* | [3.6] bpo-31516: current_thread() should not return a dummy thread at shutdow...Miss Islington (bot)2017-10-023-2/+31
* | [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-014-47/+42
* | [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839...Terry Jan Reedy2017-09-307-6/+7
* | [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-303-12/+28
* | [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...Miss Islington (bot)2017-09-292-3/+6
* | [3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-380...Miss Islington (bot)2017-09-291-3/+0
* | [3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820)Miss Islington (bot)2017-09-292-13/+14
* | bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)Miss Islington (bot)2017-09-281-1/+1
* | bpo-28129: fix ctypes crashes (#386) (#3799)Victor Stinner2017-09-287-9/+87
* | [3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3...Miss Islington (bot)2017-09-284-51/+86
* | [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...Serhiy Storchaka2017-09-283-2/+18
* | [3.6] closes bpo-22140: Prevent double substitution of prefix in python-confi...Benjamin Peterson2017-09-282-12/+14
* | [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)Miss Islington (bot)2017-09-273-0/+31
* | 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-273-3/+27
* | [3.6] point to the module-level get_ident function rather than the one in _th...Miss Islington (bot)2017-09-271-4/+4
* | [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...Miss Islington (bot)2017-09-273-3/+36
* | [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...Serhiy Storchaka2017-09-273-3/+40
* | [3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...Miss Islington (bot)2017-09-273-1/+25
* | [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...Serhiy Storchaka2017-09-274-4/+20
* | [3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776)Miss Islington (bot)2017-09-271-1/+3
* | [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...Miss Islington (bot)2017-09-263-36/+56
* | [3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH...Serhiy Storchaka2017-09-261-3/+9
* | bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)...Miss Islington (bot)2017-09-251-7/+0
* | 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-253-0/+33
* | [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)Miss Islington (bot)2017-09-252-3/+4
* | [3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound me...Miss Islington (bot)2017-09-251-23/+33
* | [3.6] bpo-18558: Clarify glossary entry for "Iterable" (GH-3732) (#3741)Miss Islington (bot)2017-09-252-2/+10