Lines Matching +full:not +full:- +full:date
2 .. date: 9989
4 .. release date: 2017-06-17
7 Removed a too-strict assertion that failed for certain f-strings, such as
13 .. date: 9988
17 Move co_extra_freefuncs to not be per-thread to avoid crashes
22 .. date: 9987
26 Fixed parsing backslashes in f-strings.
31 .. date: 9986
42 .. date: 9985
46 Fixed type.__setattr__() and type.__delattr__() for non-interned attribute
52 .. date: 9984
63 .. date: 9983
68 code struct and sizes of objects which it references. Patch by Dong-hee Na.
73 .. date: 9982
82 .. date: 9981
92 .. date: 9980
102 .. date: 9979
103 .. nonce: cU-sGT
111 .. date: 9978
120 .. date: 9977
130 .. date: 9976
131 .. nonce: z-BhVd
140 .. date: 9975
141 .. nonce: rTQ-qy
150 .. date: 9974
154 Functional API of enum allows to create empty enums. Patched by Dong-hee Na
159 .. date: 9973
169 .. date: 9972
178 .. date: 9971
183 not keep objects alive longer than expected.
188 .. date: 9970
192 inspect.signature() now supports callables with variable-argument parameters
193 wrapped with partialmethod. Patch by Dong-hee Na.
198 .. date: 9969
208 .. date: 9968
218 .. date: 9967
228 .. date: 9966
233 Update expat copy from 2.1.1 to 2.2.0 to get fixes of CVE-2016-0718 and
234 CVE-2016-4472. See https://sourceforge.net/p/expat/bugs/537/ for more
240 .. date: 9965
249 .. date: 9964
259 .. date: 9963
268 .. date: 9962
279 .. date: 9961
289 .. date: 9960
299 .. date: 9959
308 .. date: 9958
318 .. date: 9957
328 .. date: 9956
338 .. date: 9955
347 .. date: 9954
357 .. date: 9953
367 .. date: 9952
371 multiprocessing.Queue._feed background running thread do not break from main
377 .. date: 9951
386 .. date: 9950
396 .. date: 9949
407 .. date: 9948
418 .. date: 9947
428 .. date: 9946
432 contextlib.AbstractContextManager now supports anti-registration by setting
434 bpo-25958. Patch by Jelle Zijlstra.
439 .. date: 9945
440 .. nonce: ZN-bWo
451 .. date: 9944
460 .. date: 9943
464 Change resulted because of zipfile breakage. (See also: bpo-29094)
469 .. date: 9942
480 .. date: 9941
484 Avoid KeyboardInterrupt tracebacks in forkserver helper process when Ctrl-C
490 .. date: 9940
495 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim
496 Fasarakis-Hilliard and Ivan Levkivskyi.
501 .. date: 9939
510 .. date: 9938
519 .. date: 9937
524 or __next__() respectively return non-sizeable object. Fixed possible other
525 errors caused by not checking results of PyObject_Size(), PySequence_Size(),
531 .. date: 9936
541 .. date: 9935
550 .. date: 9934
560 .. date: 9933
570 .. date: 9932
579 .. date: 9931
580 .. nonce: Q1hSt-
589 .. date: 9930
599 .. date: 9929
609 .. date: 9928
620 .. date: 9927
630 .. date: 9926
640 .. date: 9925
650 .. date: 9924
654 Fixed crashes in repr of recursive buffered file-like objects.
659 .. date: 9923
663 Fix crashes in partial.__repr__ if the keys of partial.keywords are not
669 .. date: 9922
679 .. date: 9921
684 "errors" of sys.stdin or sys.stdout are not set or are not strings.
689 .. date: 9920
699 .. date: 9919
703 The zipfile module now accepts path-like objects for external paths.
708 .. date: 9918
718 .. date: 9917
728 .. date: 9916
733 not present in the filesystem. Patch by Antoine Pietri.
738 .. date: 9915
750 .. date: 9914
754 Add doc subsubsection about IDLE failure to start. Popup no-connection
760 .. date: 9913
769 .. date: 9912
779 .. date: 9911
783 Help-about: use pep8 names and add tests. Increase coverage to 100%. Patches
789 .. date: 9910
790 .. nonce: 2L2F-4
799 .. date: 9909
804 Py_LIMITED_API is not set.
809 .. date: 9908
813 Add ``--with-assertions`` configure flag to explicitly enable C ``assert()``
814 checks. Defaults to off. ``--with-pydebug`` implies ``--with-assertions``.
819 .. date: 9907
823 Fix out-of-tree builds of Python when configured with ``--with--dtrace``.
828 .. date: 9906
834 ``--enable-optimizations``.
839 .. date: 9905
844 the action is now explicit. Replace ``make touch`` with ``make regen-all``.
849 .. date: 9904
853 Fix ``--enable-optimization`` didn't work.
858 .. date: 9903
867 .. date: 9902
873 entries. Use :ref:`bytes <func-bytes>` and :ref:`bytearray <func-bytearray>`
876 In order to ensure this and future cross-reference updates are applied
883 .. date: 9901
892 .. date: 9900
896 python-gdb.py now supports also ``method-wrapper`` (``wrapperobject``)
902 .. date: 9899
913 .. date: 9898
926 .. date: 9897
935 .. date: 9896
940 pulling external code from GitHub via a Python script. If Python 3.6 is not
941 found on the system (via ``py -3.6``), NuGet is used to download a copy of
942 32-bit Python.