• Home
  • Raw
  • Download

Lines Matching +full:not +full:- +full:date

2 .. date: 9892
4 .. release date: 2017-03-04
13 .. date: 9891
14 .. nonce: G5iS-P
22 .. date: 9890
27 TypeError when kwargs is not a dict. But it might cause segv when args=NULL
28 and kwargs is not a dict.
33 .. date: 9889
43 .. date: 9888
53 .. date: 9887
64 .. date: 9886
74 .. date: 9885
78 Fixed use-after-free problem in key sharing dict.
83 .. date: 9884
92 .. date: 9883
102 .. date: 9882
111 .. date: 9881
112 .. nonce: 7-uEDT
115 Fix memory leak and use-after-free in os module (path_converter).
120 .. date: 9880
129 .. date: 9879
133 Do not include <sys/random.h> if it does not exist.
138 .. date: 9878
148 .. date: 9877
149 .. nonce: K6wQ-3
157 .. date: 9876
162 UTF-8, instead of the locale encoding to avoid inconsistencies with
163 os.fsencode() and os.fsdecode() which are already using UTF-8.
168 .. date: 9875
173 triggerable by a monkey-patched len() function.
178 .. date: 9874
182 f-string expressions are no longer accepted as docstrings and by
183 ast.literal_eval() even if they do not include expressions.
188 .. date: 9873
189 .. nonce: i-pv6d
198 .. date: 9872
208 .. date: 9871
218 .. date: 9870
227 .. date: 9869
228 .. nonce: D3-NP2
231 Allow use of path-like object as a single argument in ConfigParser.read().
237 .. date: 9868
247 .. date: 9867
248 .. nonce: r-kWqv
257 .. date: 9866
267 .. date: 9865
276 .. date: 9864
285 .. date: 9863
295 .. date: 9862
296 .. nonce: o-Q2Nw
305 .. date: 9861
315 .. date: 9860
316 .. nonce: wmE-_T
320 and is not in valid AIFF format. Patch by Anthony Zhang.
325 .. date: 9859
336 .. date: 9858
346 .. date: 9857
356 .. date: 9856
365 .. date: 9855
369 Fixed out-of-bounds buffer access in the group() method of the match object.
375 .. date: 9854
385 .. date: 9853
389 Fix a regression in argparse that help messages would wrap at non-breaking
395 .. date: 9852
404 .. date: 9851
414 .. date: 9850
423 .. date: 9849
432 .. date: 9848
443 .. date: 9847
454 .. date: 9846
464 .. date: 9845
475 .. date: 9844
476 .. nonce: R1U-Ec
485 .. date: 9843
495 .. date: 9842
505 .. date: 9841
515 .. date: 9840
524 .. date: 9839
534 .. date: 9838
544 .. date: 9837
553 .. date: 9836
554 .. nonce: vUd-va
557 old keys should not remove new values from WeakValueDictionary when
563 .. date: 9835
572 .. date: 9834
573 .. nonce: -r_9jc
576 Neaten-up empty population error on random.choice() by suppressing the
582 .. date: 9833
591 .. date: 9832
601 .. date: 9831
611 .. date: 9830
612 .. nonce: t-mjED
622 .. date: 9829
626 dbm.dumb now supports reading read-only files and no longer writes the index
627 file when it is not changed.
632 .. date: 9828
636 The chown() method of the tarfile.TarFile class does not fail now when the
642 .. date: 9827
646 IDLE colors f-string prefixes (but not invalid ur prefixes).
651 .. date: 9826
661 .. date: 9825
662 .. nonce: Ih-G2Q
670 .. date: 9824
679 .. date: 9823
688 .. date: 9822
697 .. date: 9821
706 .. date: 9820
710 winreg does not truncate string correctly (Patch by Eryk Sun)
715 .. date: 9819
724 .. date: 9818
729 is not set or set to the value between 0x03050400 and 0x03060000 (not
735 .. date: 9817
740 PyArg_VaParseTupleAndKeywords() were not available in limited API.
742 were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is
748 .. date: 9816
759 .. date: 9815
768 .. date: 9814
773 third-party asyncio-based replacement.
778 .. date: 9813
788 .. date: 9812
789 .. nonce: PjSo-t
797 .. date: 9811
808 .. date: 9810
815 default locale encoding is a multi-byte encoding)
820 .. date: 9809
824 Disallow -j0 to be combined with -T/-l in regrtest command line arguments.
829 .. date: 9808
830 .. nonce: Fp-Hdq
834 for a non-root user.
839 .. date: 9807
849 .. date: 9806
860 .. date: 9805
869 .. date: 9804
878 .. date: 9803
887 .. date: 9802
896 .. date: 9801
905 .. date: 9800
909 lockf() is available on Android API level 24, but the F_LOCK macro is not
910 defined in android-ndk-r13.
915 .. date: 9799
920 Android API level 24, but the if_nameindex structure is not defined.
925 .. date: 9798
929 Do not add the directory for installing C header files and the directory for
936 .. date: 9797
940 Do not define sys.implementation._multiarch on Android.