Lines Matching +full:not +full:- +full:date
2 .. date: 9925
4 .. release date: 2016-12-03
13 .. date: 9924
17 dumbdbm no longer writes the index file in when it is not changed and
18 supports reading read-only files.
23 .. date: 9923
27 Fixed miscellaneous issues with C-style formatting of types with custom
33 .. date: 9922
38 C-inherited Cython classes).
43 .. date: 9921
48 compile-time PYTHONPATH components.
53 .. date: 9920
65 .. date: 9919
75 .. date: 9918
79 PyType_Ready() now checks that tp_name is not NULL. Original patch by Niklas
85 .. date: 9917
94 .. date: 9916
103 .. date: 9915
112 .. date: 9914
121 .. date: 9913
125 The profile-opt build now applies PGO to the built-in modules.
130 .. date: 9912
134 set literal evaluation order did not match documented behaviour.
139 .. date: 9911
149 .. date: 9910
154 caused off-by-one-ulp results on platforms with unreliable ldexp
160 .. date: 9909
170 .. date: 9908
179 .. date: 9907
189 .. date: 9906
199 .. date: 9905
209 .. date: 9904
219 .. date: 9903
230 .. date: 9902
240 .. date: 9901
251 .. date: 9900
261 .. date: 9899
270 .. date: 9898
279 .. date: 9897
288 .. date: 9896
292 Fixed writing ZIP files that starts not from the start of the file. Offsets
299 .. date: 9895
309 .. date: 9894
314 invalid string-like object as a name. Original patch by Xiang Zhang.
319 .. date: 9893
323 Fix the ability to pass the --link-objects option to the distutils build_ext
329 .. date: 9892
333 Fixed calendar functions for extreme months: 0001-01 and 9999-12.
336 don't call itermonthdates() which can cause datetime.date under/overflow.
341 .. date: 9891
351 .. date: 9890
361 .. date: 9889
370 .. date: 9888
376 could lead to fields for HTTP framing like Content-Length and
377 Transfer-Encoding being overlooked.
382 .. date: 9887
391 .. date: 9886
392 .. nonce: qSPkl-
401 .. date: 9885
410 .. date: 9884
414 Avoid zero-length memcpy() etc calls with null source pointers in the
420 .. date: 9883
431 .. date: 9882
442 .. date: 9881
452 .. date: 9880
457 attack (CVE-2016-2183).
462 .. date: 9879
472 .. date: 9878
481 .. date: 9877
485 Fix some memory-corruption bugs in the log reading code of the _hotshot
491 .. date: 9876
495 Use ``float.__repr__`` instead of plain ``repr`` when JSON- encoding an
501 .. date: 9875
505 Fixed a crash in sqlite3.Connection.cursor() when a factory creates not a
511 .. date: 9874
520 .. date: 9873
524 Fix a regression in Connection.commit(). Statements should not be reset
530 .. date: 9872
535 not have permission to access.
540 .. date: 9871
549 .. date: 9870
558 .. date: 9869
567 .. date: 9868
577 .. date: 9867
586 .. date: 9866
595 .. date: 9865
599 Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the HTTP_PROXY variable
606 .. date: 9864
612 operations did not properly handle results of 2 or 4 GiB.
617 .. date: 9863
621 Fix SSL zero-length recv() calls to not block and not raise an error about
627 .. date: 9862
637 .. date: 9861
647 .. date: 9860
656 .. date: 9859
665 .. date: 9858
674 .. date: 9857
684 .. date: 9856
693 .. date: 9855
702 .. date: 9854
712 .. date: 9853
722 .. date: 9852
732 .. date: 9851
742 .. date: 9850
751 .. date: 9849
760 .. date: 9848
769 .. date: 9847
773 In section on IDLE -- console differences, mention that using exec means
779 .. date: 9846
783 text_textview and test_autocomplete now pass when re-run in the same
784 process. This occurs when test_idle fails when run with the -w option but
785 without -jn. Fix warning from test_config.
790 .. date: 9845
799 .. date: 9844
803 Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
808 .. date: 9843
819 .. date: 9842
823 Documented command-line interface of zipfile.
828 .. date: 9841
838 .. date: 9840
848 .. date: 9839
857 .. date: 9838
867 .. date: 9837
871 Fix out-of-tree building on AIX. Patch by Tristan Carel and Michael
877 .. date: 9836
881 Rename --with-optimiations to --enable-optimizations.
886 .. date: 9835
887 .. nonce: KY_-en
895 .. date: 9834
905 .. date: 9833
914 .. date: 9832
924 .. date: 9831
933 .. date: 9830
937 Cause lack of llvm-profdata tool when using clang as required for PGO
939 ``--with-optimizations`` is enabled. Also improve our ability to find the
940 llvm-profdata tool on MacOS and some Linuxes.
945 .. date: 9829
946 .. nonce: WXBL-Y
949 Add the --with-optimizations configure flag.
954 .. date: 9828
959 version checks for the original ctype UTF-8 workaround.
964 .. date: 9827
968 Fix 32-bit builds on macOS Sierra 10.12 broken by removal of deprecated
974 .. date: 9826
984 .. date: 9825
985 .. nonce: OO-hBo
995 .. date: 9824
996 .. nonce: mtgl-6
1004 .. date: 9823
1014 .. date: 9822
1018 No longer add /Library/Python/site-packages, the Apple-supplied system
1019 Python site-packages directory, to sys.path for macOS framework builds. The
1021 macOS 10.12, changes to the site-packages layout can cause pip component
1024 Python 2.7 and a user-installed Python 2.7, you will need to ensure that