summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...Yury Selivanov2017-06-112-58/+1
* bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)Yury Selivanov2017-06-114-0/+29
* bpo-11822: Improve disassembly to show embedded code objects. (#1844)Serhiy Storchaka2017-06-112-13/+99
* Show what's changed when Travis fails regen check (GH-2095)Zachary Ware2017-06-112-5/+5
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-116-48/+315
* Update idlelib NEWS for 3.7 (#2089)terryjreedy2017-06-111-3/+21
* #30624 / selectors: use bare except clause in order to not leave the fd in a ...Giampaolo Rodola2017-06-101-2/+2
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-103-104/+104
* bpo-28556: Updates to typing module (#2076)Ivan Levkivskyi2017-06-102-5/+95
* bpo-30599: Fix test_threaded_import reference leak (#2029)Victor Stinner2017-06-101-2/+11
* bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)Victor Stinner2017-06-101-1/+1
* bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)Roy Williams2017-06-102-3/+15
* bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)Sylvain2017-06-101-0/+12
* bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...Nikolay Kim2017-06-102-1/+58
* Fix TypeError is asyncio/proactor_events (#993)Jim Fasarakis-Hilliard2017-06-101-2/+3
* Break circular references when closing SSLTransport objects (#981)Michaël Sghaïer2017-06-091-4/+6
* Closing transport during handshake process leaks socket (#480)Nikolay Kim2017-06-092-2/+20
* bpo-30014: make poll-like selector's modify() method faster (#1030)Giampaolo Rodola2017-06-092-1/+56
* Fix waiter cancellation in asyncio.Lock (#1031)Mathieu Sornay2017-06-092-5/+34
* Fix regression in error message introduced in bpo-29951. (#2028)Serhiy Storchaka2017-06-091-0/+4
* bpo-30266: support "= None" pattern in AbstractContextManager (#1448)Jelle Zijlstra2017-06-092-3/+12
* bpo-30524: Write unit tests for FASTCALL (#2022)Victor Stinner2017-06-091-0/+175
* Add a test for bad IDNA in ssl server_hostname (#1997)Nathaniel J. Smith2017-06-091-0/+10
* bpo-30540: regrtest: add --matchfile option (#1909)Victor Stinner2017-06-093-6/+89
* bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1...Serhiy Storchaka2017-06-081-0/+10
* bpo-30418: Popen.communicate() always ignore EINVAL (#2002)Victor Stinner2017-06-081-6/+8
* bpo-30486: Allow setting cell value (#1840)Lisa Roach2017-06-081-0/+20
* bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)Will Roberts2017-06-081-0/+13
* bpo-30591: Added test for textwrap backtracking. (#1988)Jonathan Eunice2017-06-071-0/+11
* bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)Erik Bray2017-06-072-0/+26
* bpo-30584: Fix test_os fails on non-English Windows (#1980)Denis Osipov2017-06-071-1/+3
* bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)Antoine Pietri2017-06-072-20/+20
* bpo-30463: Add an empty __slots__ to abc.ABC.Aaron Hall, MBA2017-06-062-1/+4
* bpo-30557: Fix test_faulthandler (#1969)Victor Stinner2017-06-061-2/+4
* bpo-30534: Fixed error messages when pass keyword arguments (#1901)Serhiy Storchaka2017-06-062-4/+58
* bpo-30520: Implemented pickling for loggers. (#1956)Vinay Sajip2017-06-062-2/+21
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-062-36/+108
* bpo-30557: faulthandler now correctly filters and displays exception codes on...Steve Dower2017-06-051-0/+26
* Simplify code in warnings modules (#1935)Alex Gaynor2017-06-041-3/+7
* fix comment (#1798)leodema2017-06-041-1/+1
* Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...Antoine Pitrou2017-06-032-1/+73
* Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...Segev Finer2017-06-021-1/+1
* bpo-30245: Fix possible overflow when organize struct.pack_into error message...Johan Liu2017-06-021-0/+10
* bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...Xiang Zhang2017-06-012-7/+40
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-313-20/+32
* subprocess test_empty_env typo fix. (#1877)Gregory P. Smith2017-05-301-3/+3
* bpo-12383: Refactor subprocess test_empty_env (#1874)Gregory P. Smith2017-05-301-12/+20
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-293-10/+32
* bpo-16500: Use register_at_fork() in the threading module (#1843)Antoine Pitrou2017-05-281-4/+9
* bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)csabella2017-05-283-42/+62