summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)Victor Stinner2017-07-262-1/+4
* [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-263-0/+7
* bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847)Aditya Hase2017-07-251-1/+1
* test_bsddb3 tolerates smaller timeout on Windows (#2840)Victor Stinner2017-07-241-2/+9
* Backport Mac installer fixes for git-based workflow (#2837)Ned Deily2017-07-241-10/+25
* bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836)Ned Deily2017-07-242-4/+4
* [2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)Nicholas2017-07-212-0/+12
* bpo-30822: regrtest: fix -u extralargefile (#2788)Victor Stinner2017-07-212-4/+12
* [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780)Mariatta2017-07-201-1/+1
* Update doc download files size estimates. (#2774)Ned Deily2017-07-201-8/+8
* [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...Ammar Askar2017-07-191-3/+3
* [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...Serhiy Storchaka2017-07-160-0/+0
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725)Ned Deily2017-07-161-1/+1
* [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...Serhiy Storchaka2017-07-131-0/+28
* Add a missing asterisk in traceback doc to complete formatting (#2675)Xiang Zhang2017-07-121-1/+1
* [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) ...Segev Finer2017-07-111-1/+1
* [2.7] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-102-4/+8
* json Docs: Trivial update to the code example (GH-2465)Kit Sunde2017-07-101-1/+1
* [2.7] bpo-30855: Trying to fix test_use on Windows. (#2586)Victor Stinner2017-07-062-4/+3
* Fix trivial typo in json module docstring (GH-2274) (GH-2432)Mariatta2017-07-061-1/+1
* bpo-30850: Use specialized assert methods in bsddb tests. (#2584)Serhiy Storchaka2017-07-0513-83/+82
* bpo-30759: regrtest: list_cases() now unload modules (#2582)Victor Stinner2017-07-051-4/+12
* bpo-30759: Copy test_robotparser from master (#2546)Victor Stinner2017-07-051-239/+177
* bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)Victor Stinner2017-07-053-0/+9
* bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects (...Segev Finer2017-07-044-4/+4
* bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563)Victor Stinner2017-07-042-4/+0
* bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553)Victor Stinner2017-07-041-1/+1
* Remove outdated FOX from GUI FAQ (GH-2538)Berker Peksag2017-07-041-9/+0
* Tools/buildbot/test.bat: add --slowest option (#2552)Victor Stinner2017-07-031-1/+1
* regrtest: fix --list-cases --verbose (#2547)Victor Stinner2017-07-031-15/+16
* [2.7] Rename test_ file that is really a support file to remove test_ prefix....Serhiy Storchaka2017-07-0312-60/+60
* [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#...Victor Stinner2017-07-033-1/+188
* bpo-30448: Fix support.SuppressCrashReport on macOS (#2515)Victor Stinner2017-06-301-2/+2
* [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520)Dmitry Tokarev2017-06-301-1/+1
* Fixed 2.7 docs - links to list, backported from python3.x (#2518)Dmitry Tokarev2017-06-301-1/+3
* [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...Antoine Pitrou2017-06-303-0/+20
* [2.7] Clear potential ref cycle between Process and Process target (GH-2470) ...Antoine Pitrou2017-06-282-0/+21
* Clarification to the `break` statement (GH-2453) (GH-2459)regexaurus2017-06-281-1/+1
* [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444)Victor Stinner2017-06-273-42/+148
* bpo-30705: Fix test_regrtest.test_crashed() (#2439)Victor Stinner2017-06-273-5/+18
* bpo-30764: Windows support.SuppressCrashReport (#2423)Victor Stinner2017-06-272-13/+90
* bpo-30283: Add NEWS entry for backported regrtest (#2398)Victor Stinner2017-06-271-0/+14
* [2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412)Victor Stinner2017-06-262-27/+103
* [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...Antoine Pitrou2017-06-262-18/+30
* [2.7] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-254-3/+112
* [2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-244-2/+63
* [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353)Serhiy Storchaka2017-06-231-5/+14
* [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2...Mariatta2017-06-231-3/+3
* Add "Misc/NEWS.d" directory tree for "blurb". (#2333)larryhastings2017-06-2211-0/+11
* bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320)Victor Stinner2017-06-221-0/+15