- 28 Jun, 2017 11 commits
-
-
Steve (Gadget) Barnes authored
* bpo-30362 Add list options to launcher. * bpo-30362 Add list options to help message. * To avoid possible later conflict with python replaced flags with --launcher-list and --launcher-list-paths * bpo-30362 Changed flag to -0 as suggested on review. * bpo-30362: Modified to default to not path for -0, -0p to dispaly path and append * to default * bpo-30362: Modified to display list on required version not found. * bpo-30362 add --list and --list-paths added back in following review by paul.moore * bpo-30362 Cleaner handing of -0 & -0p by not calling exit directly per review by @zooba * bpo-30362: Tidy up and add news & what's new Removed commented out line of code in PC/launcher.c. Added the results of using blurb to add details of bpo-30362 & bpo-30291. Updated Doc/whatsnew/3.7.rst to add a Windows only section covering both tickets. * bpo-30362 Resolve conflict in Doc/whatsnew/3.7.rst * bpo-30362:Address Whitespace Issue in Doc\whatsnew\3.7.rst * Shorten NEWS message for bpo-30362 * Shorten NEWS item for bpo-30291
-
Victor Stinner authored
* bpo-29585: Fix PC/pyconfig.h whitespaces Run "make patchcheck". * bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h * site: Fix path separator in _get_path() on Windows
-
INADA Naoki authored
Avoid importing `sysconfig` from `site` by copying minimum code. Python startup is 5% faster on Linux and 30% faster on macOS
-
Antoine Pitrou authored
* Clear potential ref cycle between Process and Process target Besides Process.join() not being called, this was an indirect cause of bpo-30775. The threading module already does this. * Add issue reference
-
Antoine Pitrou authored
Forgetting to call Process.join() can keep some resources alive.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Victor Stinner. Add private C API function _PyUnicode_AsUnicode() which is similar to PyUnicode_AsUnicode(), but checks for null characters.
-
Mark Roseman authored
Patch by Mark Roseman
-
wohlganger authored
* Add 'parens' style to highlight both opener and closer. * Make 'default' style, which is not default, a synonym for 'opener'. * Make time-delay work the same with all styles. * Add help for config dialog extensions tab, including parenmatch. * Add new tests. Original patch by Charles Wohlganger.
-
Victor Stinner authored
Add a new "python3 -m test.bisect" tool to bisect failing tests. It can be used to find which test method(s) leak references, leak files, etc.
-
Victor Stinner authored
Free also co_extra->ce_extras, not only co_extra.
-
- 27 Jun, 2017 8 commits
-
-
regexaurus authored
Clarify that the break statement breaks out of the innermost enclosing for or while loop.
-
Serhiy Storchaka authored
Raise a ValueError if the second argument is NULL and the wchar_t\* string contains null characters.
-
csabella authored
Patch by Cheryl Sabella
-
terryjreedy authored
-
Serhiy Storchaka authored
This happened because shortcut has a class binding and 'break' was not returned. Fix other potential conflicts between IDLE and default key bindings. * Add news item * Update NEWS
-
csabella authored
Patch by Cheryl Sabella.
-
Eric N. Vander Weele authored
New error condition paths were introduced, which did not decrement `key2` and `val2` objects. Therefore, decrement references before jumping to the error label. Signed-off-by: Eric N. Vander Weele <ericvw@gmail.com>
-
Victor Stinner authored
* Change the regrtest --huntrleaks checker to decide if a test file leaks or not. Require that each run leaks at least 1 reference. * Warmup runs are now completely ignored: ignored in the checker test and not used anymore to compute the sum. * Add an unit test for a reference leak. Example of reference differences previously considered a failure (leak) and now considered as success (success, no leak): [3, 0, 0] [0, 1, 0] [8, -8, 1]
-
- 26 Jun, 2017 8 commits
-
-
csabella authored
Also, change '*' in the tkinter import to an explicit list of names. Patch by Cheryl Sabella.
-
Joel Hillacre authored
Leading whitespace was incorrectly dropped during folding of certain lines in the _header_value_parser's folding algorithm. This makes the whitespace handling code consistent.
-
Antoine Pitrou authored
* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to lock This is especially important if PyThread_acquire_lock() is called reentrantly (for example from a signal handler). * Update 2017-06-26-14-29-50.bpo-30765.Q5iBmf.rst * Avoid core logic when taking the mutex failed
-
Victor Stinner authored
* bpo-30764: regrtest: change exit code on failure * Exit code 2 if failed tests ("bad") * Exit code 3 if interrupted * bpo-30764: regrtest: add --fail-env-changed option If the option is set, mark a test as failed if it alters the environment, for example if it creates a file without removing it.
-
Walter Dörwald authored
-
Victor Stinner authored
bpo-30764, bpo-29335: test_child_terminated_in_stopped_state() of test_subprocess now uses support.SuppressCrashReport() to prevent the creation of a core dump on FreeBSD.
-
Victor Stinner authored
* regrtest --list-cases now supports --match and --match-file options. Example: ./python -m test --list-cases -m FileTests test_os * --list-cases now also sets support.verbose to False to prevent messages to stdout when loading test modules. * Add support._match_test() private function.
-
csabella authored
Verify user-entered key sequences by trying to bind them with tk. Add tests for all 3 validation functions. Original patch by G Polo. Tests added by Cheryl Sabella.
-
- 25 Jun, 2017 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
in `os.putenv()` and `os.spawn*()`.
-
Antoine Pitrou authored
-
- 24 Jun, 2017 6 commits
-
-
Brett Cannon authored
-
Antoine Pitrou authored
* Fix bpo-30596: Add close() method to multiprocessing.Process * Raise ValueError if close() is called before the Process is finished running * Add docs * Add NEWS blurb
-
Serhiy Storchaka authored
-
Johan de Jager authored
defiend -> defined
-
INADA Naoki authored
replace `(i << 2) + 1` with `i*5`
-
csabella authored
Patch by Cheryl Sabella.
-
- 23 Jun, 2017 4 commits
-
-
Victor Stinner authored
Explicitly cast on integer downcasting to fix compiler warnings. (cherry picked from libexpat commit 788bff7a3baad1983b15b17c29e19e1a1a795c48)
-
Adrian Wielgosik authored
Redundant code leftover from cleanup in #16191: the variable `err` is being written to, even though it wasn't used after that point.
-
Serhiy Storchaka authored
order of keyword arguments of TestCase.subTest().
-
Alexandru Ardelean authored
Bug didn't manifest itself when importing a module with source as .py files are always the first on the search path. The issue only showed up in bytecode-only packages where the calculated file path would be ``__init__.py/__init__.pyc``. Patch by Alexandru Ardelean.
-