Lines Matching +full:bare +full:- +full:cross +full:- +full:build

4 .. release date: 2016-07-11
17 The output of a special Python build with defined COUNT_ALLOCS,
19 be re-enabled using the "-X showalloccount" option. It now outputs to
59 Fix SSL zero-length recv() calls to not block and not raise an error about
115 first argument is positional-only.
145 now keyword-only.
185 Match objects in the re module now support index-like objects as group
196 iterable of integers. Now only strings and byte-like objects are accepted.
202 .. nonce: DgLWm-
211 .. nonce: EVe-Bk
215 non-ASCII characters
233 Got rid of bare excepts in the turtle module. Original patch by Jelle
245 raises it in a chain, do not re-raise the original exception when exiting,
323 .. nonce: iEuL-9
332 .. nonce: M-fYaV
335 Add 'IDLE Modern Unix' to the built-in key sets. Make the default key set
345 make command line "idle-test> python test_help.py" work. __file__ is
387 Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
404 .. nonce: v8o-IT
428 integers. Now only strings and byte-like objects are accepted.
435 .. section: Build
437 Fix the logic that searches build directories for generated include files
445 .. section: Build
455 .. section: Build
457 The interpreter that runs the cross-build, found in PATH, must now be of the
465 .. section: Build
474 .. section: Build
476 Rename the platform directory from plat-$(MACHDEP) to
477 plat-$(PLATFORM_TRIPLET). Rename the config directory (LIBPL) from
478 config-$(LDVERSION) to config-$(LDVERSION)-$(PLATFORM_TRIPLET). Install the
487 .. section: Build
498 Fixed the type of the first argument of module-level functions generated by
537 Added test.support.is_android that is True when this is an Android build.