summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Blurb release and pydoc topics for 3.5.4 final.Larry Hastings2017-08-072-2/+8
* [3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ...Dong-hee Na2017-07-261-0/+2
* Blurb release for 3.5.4rc1.Larry Hastings2017-07-24112-253/+1135
* Update 3.5 to use blurb!Larry Hastings2017-07-24131-9670/+28656
* [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)Serhiy Storchaka2017-07-231-0/+3
* [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...Berker Peksag2017-07-211-0/+2
* bpo-30822: regrtest: remove tzdata (#2782)Victor Stinner2017-07-201-4/+1
* bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)Victor Stinner2017-07-201-0/+5
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)Xiang Zhang2017-07-181-0/+1
* [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...Serhiy Storchaka2017-07-111-0/+3
* bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)Victor Stinner2017-07-101-0/+3
* [3.5] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-091-0/+2
* bpo-30532: Fix whitespace folding in certain cases (#2592)Joel Hillacre2017-07-062-0/+2
* [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...Serhiy Storchaka2017-07-042-0/+2
* [3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...Antoine Pitrou2017-06-301-0/+6
* bpo-30383: Add NEWS entry for backported regrtest (#2438)Victor Stinner2017-06-271-0/+14
* [3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...Antoine Pitrou2017-06-261-0/+2
* [3.5] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-251-0/+3
* [3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...Brett Cannon2017-06-232-0/+5
* [3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-231-0/+3
* Add "Misc/NEWS.d" directory tree for "blurb". GH-2330larryhastings2017-06-2211-0/+11
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2314)Victor Stinner2017-06-211-0/+9
* [3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...Serhiy Storchaka2017-06-201-0/+3
* bpo-30500: Fix the NEWS entry (#2295)Victor Stinner2017-06-201-1/+1
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290)Victor Stinner2017-06-202-0/+6
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-191-0/+3
* bpo-30176: Add missing curses cell attributes constants (#2277)Xiang Zhang2017-06-191-0/+2
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...Mariatta2017-06-162-0/+4
* Fix ref cycles in TestCase.assertRaises() (#193) (#2228)Victor Stinner2017-06-151-0/+3
* bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663)Dong-hee Na2017-06-151-0/+4
* [3.5] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6...Serhiy Storchaka2017-06-151-0/+3
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2201)Victor Stinner2017-06-151-0/+4
* [3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...Antoine Pitrou2017-06-131-0/+2
* [3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...Serhiy Storchaka2017-06-121-0/+3
* Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling clos...Yury Selivanov2017-06-111-4/+0
* bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. ...Yury Selivanov2017-06-111-0/+3
* bpo-28556: Updates to typing module (GH-2076) (GH-2088)Mariatta2017-06-101-0/+4
* [3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...Yury Selivanov2017-06-101-0/+4
* Break circular references when closing SSLTransport objects (#981) (#2048)Yury Selivanov2017-06-091-0/+3
* Closing transport during handshake process leaks socket (#480) (#2045)Yury Selivanov2017-06-091-0/+3
* Fix waiter cancellation in asyncio.Lock (#1031) (#2038)Yury Selivanov2017-06-091-0/+3
* bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)Victor Stinner2017-06-081-0/+3
* [3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)Denis Osipov2017-06-081-0/+1
* bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...Xiang Zhang2017-06-011-0/+3
* [3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)Mariatta2017-05-272-0/+4
* [3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...Antoine Pitrou2017-05-251-0/+3
* [3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)delirious-lettuce2017-05-222-2/+2
* bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)Xiang Zhang2017-05-221-0/+3
* [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)Serhiy Storchaka2017-05-202-0/+5
* [3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (...Serhiy Storchaka2017-05-201-0/+3