summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update 3.5 to use blurb!Larry Hastings2017-07-24134-9673/+28662
* Mac installer build now needs venv for docs build (#2828) (#2833)Ned Deily2017-07-231-3/+3
* Add option to pass vcs info into Mac installer build (#2832)Ned Deily2017-07-231-2/+19
* [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)Serhiy Storchaka2017-07-239-382/+402
* [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...Berker Peksag2017-07-213-1/+18
* bpo-30822: regrtest: remove tzdata (#2782)Victor Stinner2017-07-204-15/+4
* bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)Victor Stinner2017-07-204-4/+34
* [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779)Mariatta2017-07-201-1/+1
* Update doc download files size estimates. (#2771) (#2773)Ned Deily2017-07-201-9/+9
* [3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...Ammar Askar2017-07-201-3/+3
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)Xiang Zhang2017-07-182-2/+2
* [3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...Serhiy Storchaka2017-07-162-1/+7
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2723)Ned Deily2017-07-151-1/+1
* [3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...Serhiy Storchaka2017-07-131-0/+22
* [3.5] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2671)Segev Finer2017-07-111-1/+1
* [3.5] bpo-22207: Add checks for possible integer overflows in unicodeobject.c...Serhiy Storchaka2017-07-111-6/+12
* [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...Serhiy Storchaka2017-07-114-6/+39
* bpo-30892: Fix _elementtree module initialization (#2647) (#2650)Victor Stinner2017-07-101-0/+5
* bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)Victor Stinner2017-07-102-8/+4
* [3.5] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-093-7/+55
* bpo-30532: Fix whitespace folding in certain cases (#2592)Joel Hillacre2017-07-064-3/+15
* [3.5] Fix case in .gitignore (GH-2607) (GH-2609)Segev Finer2017-07-061-1/+1
* 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-30726: Also fix pyexpat.vcxproj (GH-2375) (#2571)Segev Finer2017-07-041-1/+1
* Remove outdated FOX from GUI FAQ (GH-2538)Berker Peksag2017-07-041-9/+0
* [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...Serhiy Storchaka2017-07-044-1/+29
* [3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3....Victor Stinner2017-07-032-10/+173
* [3.5] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2533)Kojo Idrissa2017-07-021-1/+7
* 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-303-0/+19
* [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-2821-25/+119
* Clarification to the `break` statement (GH-2453) (GH-2458)regexaurus2017-06-281-1/+1
* [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (G...Serhiy Storchaka2017-06-2710-10/+47
* [3.5] bpo-30769: Fix reference leak introduced in 7770394 (GH-2416) (#2447)Emily Morehouse2017-06-271-0/+2
* [3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442)Victor Stinner2017-06-273-31/+135
* 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-262-45/+52
* 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-254-6/+117
* [3.5] Check the whitespace of pull requests on Travis (GH-2367) (GH-2387)Brett Cannon2017-06-252-2/+37
* [3.5] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2...Serhiy Storchaka2017-06-241-2/+1
* [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-233-2/+8
* [3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-235-9/+72
* [3.5] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2350)Victor Stinner2017-06-231-2/+2
* [3.5] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2352)Serhiy Storchaka2017-06-231-5/+14