• Home
  • Raw
  • Download

Lines Matching +full:vc +full:- +full:vars

4 .. release date: 2015-02-08
7 PEP 475 - EINTR handling.
95 .. nonce: p4B1H-
98 Delay-load ShellExecute[AW] in os.startfile for reduced startup overhead on
108 pyatomic.h now uses stdatomic.h or GCC built-in functions for atomic memory
118 %-interpolation (aka printf) formatting added for bytes and bytearray.
137 with non-string argument. Based on patch by Renaud Blanch.
146 If the current working directory ends up being set to a non-existent
153 .. nonce: rAWg-V
175 Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit
211 .. nonce: yii-It
221 .. nonce: -sf3tp
234 Use 'bytes-like object required' in error messages that previously used the
251 .. nonce: FM72m-
292 Fix integer overflow issues in latin-1 encoding.
339 avoid generating a JUMP_FORWARD instruction at the end of an if-block if
340 there is no else-clause. Original patch by Eugene Toder.
381 Using pthread, PyThread_create_key() now sets errno to ENOMEM and returns -1
408 .. nonce: KZUDR-
480 .. nonce: -lWoKz
483 In the conditional if-else expression, allow an integer written with no
494 Fix over-pessimistic computation of the stack effect of some opcodes in the
535 PyBytes_Concat() now tries to concatenate in-place when the first argument
545 -W command line options now have higher priority than the PYTHONWARNINGS
639 Key-sharing now also works for instance dictionaries of subclasses. Patch
659 %c, %o, %x, and %X now raise TypeError on non-integer input.
668 The ASDL parser - used by the build process to generate code for managing
669 the Python AST in C - was rewritten. The new parser is self contained and
670 does not require to carry long the spark.py parser-generator library;
699 Modify string.Formatter to support auto-numbering of replacement fields. It
737 .. nonce: nio1N-
756 .. nonce: Xv-wu8
795 .. nonce: -koaol
804 .. nonce: 3yBV-6
837 not only if why is WHY_YIELD or WHY_RETURN. Patch co-written with Antoine
844 .. nonce: t9-HVE
847 Restored support of writing ZIP files to tellable but non-seekable streams.
881 .. nonce: -8AXSi
910 .. nonce: 2-SiMf
920 .. nonce: xocY-2
923 Support Application-Layer Protocol Negotiation (ALPN) in the ssl module.
952 many non-consecutive addresses.
961 64-bit dev_t is now supported in the os module.
967 .. nonce: xYUW-9
998 .. nonce: 9-UJRs
1001 In the distutils' check command, fix parsing of reST with code or code-block
1014 written by Martin Richard. (See also: bpo-23225)
1023 Provide a way to seed the linecache for a PEP-302 module without actually
1150 reading /dev/urandom, to get pseudo-random bytes.
1230 Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward.
1255 .. nonce: -sW7gk
1287 return. This resolves CVE-2013-1753.
1298 ZipFile was created by passing in a file-like object as the first argument
1507 lowercase are now matched in case-insensitive regular expressions.
1513 .. nonce: 30cQ-U
1516 Fixed fcntl() with integer argument on 64-bit big-endian platforms.
1525 Add an `--sort-keys` option to json.tool CLI.
1629 Fixed handling of case-insensitive ranges in regular expressions.
1638 Module level functions in the re module now cache compiled locale-dependent
1674 .. nonce: Xd2Mk-
1693 .. nonce: -OnUhD
1696 Provide a locale.delocalize() function which can remove locale-specific
1723 .. nonce: u5UI-6
1749 these non-fatal errors encountered during discovery.
1758 Make email.headerregistry's header 'params' attributes be read-only
1799 path} functions now have a multilevel value. Also, -q option of the CLI now
1893 Add support for in-memory SSL to the ssl module. Patch by Geert Jansen.
1980 .. nonce: -7OIVB
1983 Added non derived UTF-8 aliases to locale aliases table.
2011 On 32-bit AIX platform, don't expose os.posix_fadvise() nor
2018 .. nonce: qT6-aB
2056 .. nonce: N-ntcD
2066 .. nonce: D-UnVi
2078 distutils' build and build_ext commands now accept a ``-j`` option to enable
2089 Patch by Joshua Moore-Oliva.
2108 Forbidden ambiguous octal escapes out of range 0-0o377 in regular
2118 Now directories added to ZIP file have correct Unix and MS-DOS directory
2237 with non-standard cookie handling in some web browsers. Reported by Sergey
2254 .. nonce: -Nl4He
2267 Prevent turtle AttributeError with non-default Canvas on OS X.
2322 .. nonce: oFf-cB
2332 .. nonce: qMBaY-
2342 .. nonce: Nghn-Y
2347 but it is deprecated and ignored. A new keyword-only attribute `pattern` is
2399 turtledemo no longer reloads examples to re-run them. Initialization of
2411 control(command) '-' or '+' or control-mousewheel. Original patch by Lita
2586 Allow compileall recursion depth to be specified with a -r option.
2638 .. nonce: I-1Lap
2671 glob() patterns ending with a slash no longer match non-dirs on AIX. Based
2678 .. nonce: eIu-2N
2710 -Werror=declaration-after-statement.
2739 Add an *exists_ok* argument to `Pathlib.mkdir()` to mimic `mkdir -p` and
2750 Bypass IDNA for pure-ASCII host names in the socket module (in particular
2857 .. nonce: FAL-4L
2870 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError on
2887 .. nonce: mlisu-
2890 The dis module can now disassemble generator-iterator objects based on their
2921 on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit
2931 Removed a number of out-of-dated and non-working for a long time Tkinter
3009 Respect -q command-line option when code module is ran.
3024 .. nonce: -XBK7z
3192 .. nonce: VN-5pW
3221 .. nonce: Zxmut-
3251 The distutils "upload" command now exits with a non-zero return code when
3271 support for "site-python" directories has now been removed from the site
3282 using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'.
3410 module on 64-bit platforms.
3516 .. nonce: 6-Uvv4
3596 Disallowed the surrogatepass error handler for non UTF-\* encodings.
3722 Remove the non-standard 'watchexp' parameter from the Decimal.quantize()
3759 .. nonce: Lj-_P4
3762 Eliminate double hashing in the C speed-up code for collections.Counter().
3782 method to return an arbitrary bytes-like object (such as a memoryview).
3793 a non-blocking socket if the operation would block. Previously, it would
3960 .. nonce: 1IMs-Z
3982 Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
4033 parameter. Bug reported by Guido Vranken. (See also: CVE-2014-4616)
4042 getpass now handles non-ascii characters that the input stream encoding
4043 cannot encode by re-encoding using the replace error handler.
4062 exception type (OverflowError -> ValueError) for large negative inputs.
4115 .. nonce: KGh-BD
4137 Improved thread-safety in logging cleanup during interpreter shutdown.
4204 In os.makedirs, do not set the process-wide umask. Note this changes
4233 Improve the command-line interface of json.tool.
4306 .. nonce: A-sQ_V
4321 Microsoft UTF-8).
4339 .. nonce: V1-XhC
4363 distutils.util.grok_environment_error is kept but doc-deprecated.
4402 Fix modulefinder to work with bytecode-only modules.
4455 .. nonce: l9M3H-
4468 keyword-only arguments. Patch by Jeremiah Lowin.
4500 specifics of functools.partial implementation, positional-or-keyword
4501 arguments passed as keyword arguments become keyword-only.
4530 Fix asyncio.tasks.CoroWrapper to workaround a bug in yield-from
4550 Avoid exception in _osx_support with non-standard compiler configurations.
4599 Fix ffi_prep_args not zero-extending argument values correctly on 64-bit
4610 hard-coded MSS as it's an optimization that's no longer needed with Nagle
4641 to HOME/.idlerc/config-extensions.cfg. Original patch by Tal Einat.
4690 .. nonce: -FZwYH
4713 Add support for non-ascii identifiers to HyperParser.
4728 .. nonce: sMG-SZ
4765 .. nonce: g-t0Tm
4768 Closing a Find-in-files output window while the search is still in progress
4793 .. nonce: 7fe-aK
4805 htest.py - Improve framework, complete set of tests. Patches by Saimadhav
4816 consolidating and improving human-validated tests of Idle. Change other
4845 Ensure IDLE menus are customized properly on OS X for non-framework builds
4870 .. nonce: -vY3lc
4892 Drop support of MS-DOS, especially of the DJGPP compiler (MS-DOS port of
4953 ``PCbuild\build_ssl.py`` script has been re-written and re-named to
4956 will always be pre-configured and ready to build.
5017 assume externally supplied sphinx-build is available in /usr/bin.
5041 .. nonce: -XEBIU
5050 .. nonce: 3_Xyr-
5063 --generate-posix-vars in pybuilddir.txt build target.
5072 Fix library order returned by python-config.
5081 Add library build dir for Python extension cross-builds.
5090 Windows build updated to support VC 14.0 (Visual Studio 2015), which will be
5150 Removed non-documented macro PyObject_REPR().
5178 .. nonce: qHLJ5-
5361 Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye.
5377 .. nonce: -YYDup
5469 Fix pystone micro-benchmark: use floor division instead of true division to
5504 .. nonce: b-VwFW
5645 .. nonce: Bc-QfJ
5686 The makelocalealias.py script no longer ignores UTF-8 mapping.
5705 Command-line interface of the zipfile module now correctly extracts ZIP
5712 .. nonce: KmBUj-
5716 now generates a cast to that type for the comparison to -1 in the generated
5744 Fix Argument Clinic's "--converters" feature.
5750 .. nonce: _-ge-g
5865 .. nonce: -UypE5
5868 .pyd files with a version and platform tag (for example, ".cp35-win32.pyd")