summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Blurb release and pydoc topics for 3.5.4 final.Larry Hastings2017-08-071-13087/+78
* [3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ...Dong-hee Na2017-07-262-1/+7
* Merge main 3.5 branch into 3.5.4rc1.Larry Hastings2017-07-251-0/+1
|\
| * bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2845)Victor Stinner2017-07-241-0/+1
* | Updated pydoc-topics for 3.5.4rc1.Larry Hastings2017-07-241-78/+13087
|/
* [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)Serhiy Storchaka2017-07-236-9/+31
* [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...Berker Peksag2017-07-212-1/+16
* bpo-30822: regrtest: remove tzdata (#2782)Victor Stinner2017-07-203-11/+3
* bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)Victor Stinner2017-07-203-4/+29
* [3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...Ammar Askar2017-07-201-3/+3
* [3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...Serhiy Storchaka2017-07-161-0/+4
* [3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...Serhiy Storchaka2017-07-131-0/+22
* [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...Serhiy Storchaka2017-07-112-3/+33
* bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)Victor Stinner2017-07-101-8/+1
* [3.5] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-091-3/+47
* bpo-30532: Fix whitespace folding in certain cases (#2592)Joel Hillacre2017-07-062-3/+13
* Fix trivial typo in json module docstring (GH-2274) (GH-2431)Mariatta2017-07-061-1/+1
* [3.5] bpo-30855: Trying to fix test_use on Windows. (#2585)Victor Stinner2017-07-052-5/+5
* [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...Serhiy Storchaka2017-07-042-1/+27
* [3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3....Victor Stinner2017-07-032-10/+173
* bpo-30280: Cleanup threads in ayncio tests (#2501) (#2512)Victor Stinner2017-06-302-5/+9
* bpo-30813: Fix unittest when hunting refleaks (#2502) (#2506)Victor Stinner2017-06-301-0/+6
* [3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...Antoine Pitrou2017-06-301-0/+9
* [3.5] Clear potential ref cycle between Process and Process target (GH-2470) ...Antoine Pitrou2017-06-282-0/+21
* [3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469)Antoine Pitrou2017-06-281-2/+17
* [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...Serhiy Storchaka2017-06-288-1/+37
* [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (G...Serhiy Storchaka2017-06-271-2/+2
* [3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442)Victor Stinner2017-06-273-31/+135
* bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411)Victor Stinner2017-06-261-26/+25
* [3.5] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-252-0/+92
* [3.5] Fix a typo in a comment in coroutines.py (GH-2267) (GH-2371)Mariatta2017-06-241-1/+1
* [3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...Brett Cannon2017-06-231-2/+3
* [3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-232-2/+46
* [3.5] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2352)Serhiy Storchaka2017-06-231-5/+14
* [3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...Serhiy Storchaka2017-06-202-26/+146
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290)Victor Stinner2017-06-202-13/+40
* [3.5] bpo-29887: Test normalization now fails if download fails (GH-905) (#2272)Mariatta2017-06-201-4/+12
* [3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master...Victor Stinner2017-06-192-44/+636
* [3.5] bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrt...Victor Stinner2017-06-163-34/+113
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...Mariatta2017-06-162-2/+13
* Fix ref cycles in TestCase.assertRaises() (#193) (#2228)Victor Stinner2017-06-152-22/+43
* bpo-30675: Fix multiprocessing code in regrtest (#2220)Victor Stinner2017-06-151-47/+63
* bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663)Dong-hee Na2017-06-152-4/+44
* [3.5] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6...Serhiy Storchaka2017-06-152-10/+33
* bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193)Victor Stinner2017-06-141-17/+0
* [3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...Antoine Pitrou2017-06-132-13/+84
* [3.5] bpo-29514: Check magic number for bugfix releases (#2158)Nick Coghlan2017-06-131-0/+44
* [3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...Serhiy Storchaka2017-06-121-0/+10
* [3.5] Use Travis to make sure all generated files are up to date (GH-2080) (G...Zachary Ware2017-06-112-5/+5
* Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling clos...Yury Selivanov2017-06-112-57/+1