• Home
  • Raw
  • Download

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

2 .. date: 2017-09-05-15-26-30
4 .. release date: 2017-09-18
8 not been performed yet.
13 .. date: 2017-08-16-16-35-59
23 .. date: 2017-09-14-19-47-57
33 .. date: 2017-09-13-13-03-52
34 .. nonce: rS-FlC
43 .. date: 2017-09-11-12-54-35
53 .. date: 2017-09-11-08-50-41
58 not a dictionary. Patch by Oren Milman.
63 .. date: 2017-09-06-15-25-59
67 Fix several possible instances of undefined behavior due to floating-point
73 .. date: 2017-09-06-10-47-29
74 .. nonce: oe-3GD
77 Location information (``lineno`` and ``col_offset``) in f-strings is now
84 .. date: 2017-09-04-14-57-27
94 .. date: 2017-08-28-11-51-29
105 .. date: 2017-08-25-20-43-22
115 .. date: 2017-08-24-13-34-49
125 .. date: 2017-08-18-15-15-20
135 .. date: 2017-08-09-09-40-54
144 .. date: 2017-08-01-18-48-30
154 .. date: 2017-07-31-13-28-53
164 .. date: 2017-07-21-07-39-05
174 .. date: 2017-07-17-12-12-59
178 Use _Py_atomic API for concurrency-sensitive signal state.
183 .. date: 2017-07-11-06-31-32
188 failing with SystemError. Relative import from non-package now fails with
194 .. date: 2017-06-28-21-07-32
201 signal-unsafe functions. The tests I'm adding here fail without the rest of
208 .. date: 2017-06-26-14-29-50
213 not to block.
218 .. date: 06
223 SyntaxError, not to subclasses. Patch by Martijn Pieters.
228 .. date: 05
237 .. date: 04
247 .. date: 2017-09-18-10-57-04
256 .. date: 2017-09-14-11-02-56
266 .. date: 2017-09-13-23-27-39
276 .. date: 2017-09-13-19-55-35
286 .. date: 2017-09-13-18-05-56
296 .. date: 2017-09-13-13-33-39
305 .. date: 2017-09-08-14-19-57
314 .. date: 2017-09-06-19-41-01
315 .. nonce: x4-K5F
324 .. date: 2017-09-06-06-50-41
329 support for all bytes-like object. It is also more efficient and avoids
335 .. date: 2017-09-05-14-55-28
344 .. date: 2017-09-05-10-30-48
345 .. nonce: dXJ-7N
348 Micro-optimize :func:`asyncio._get_running_loop` to become up to 10% faster.
353 .. date: 2017-09-04-23-41-35
358 characters for UTF-8 input (libexpat bug 115):
364 .. date: 2017-09-04-16-39-49
373 .. date: 2017-09-03-14-31-00
379 They will now identify themselves as "ThreadPoolExecutor-y_n".
384 .. date: 2017-09-03-14-10-00
385 .. nonce: _-oo-_
389 as md5 are not available in the linked OpenSSL library. As in some special
390 FIPS-140 build environments.
395 .. date: 2017-08-30-11-26-14
405 .. date: 2017-08-28-13-01-05
414 .. date: 2017-08-23
419 on POSIX systems due to the executable or cwd not being found.
424 .. date: 2017-08-22-12-44-48
434 .. date: 2017-08-21-17-50-27
444 .. date: 2017-08-16-21-14-31
456 .. date: 2017-08-11-19-30-00
465 .. date: 2017-08-08-14-44-37
477 .. date: 2017-08-02-12-48-15
487 .. date: 2017-08-01-09-32-58
496 .. date: 2017-07-27-11-33-58
505 .. date: 2017-07-26-15-15-00
510 LF. Patch by Dong-hee Na.
515 .. date: 2017-07-26-04-46-12
516 .. nonce: -zJ7d8
520 non-blocking mode if it succeeded to acquire the lock but the acquire took
526 .. date: 2017-07-20-02-29-49
530 Fix ``unittest.mock``'s autospec to not fail on method-bound builtin
536 .. date: 2017-07-18-23-47-51
545 .. date: 2017-07-17-11-35-00
555 .. date: 2017-07-10-12-14-22
566 .. date: 2017-07-07-02-18-57
570 Fix segfault in readline when using readline's history-size option. Patch
576 .. date: 2017-07-04-13-48-21
585 .. date: 2017-07-04-13-10-52
594 .. date: 2017-06-29-22-04-44
595 .. nonce: sLtjY-
600 Tiny values (such as 1e-6) are valid non-zero values for setitimer(), which
601 is specified as taking microsecond-resolution intervals. However, on some
602 platform, our conversion routine could convert 1e-6 into a zero interval,
603 therefore disabling the timer instead of (re-)scheduling it.
608 .. date: 2017-06-29-14-25-14
617 .. date: 2017-06-26-11-01-59
626 .. date: 03
627 .. nonce: N3KI-o
631 bytes-like argument.
636 .. date: 02
646 .. date: 01
656 .. date: 2017-09-07-20-49-09
666 .. date: 2017-09-06-10-11-57
675 .. date: 2017-07-29-14-55-50
684 .. date: 2017-09-05-14-23-35
693 .. date: 2017-09-04-13-03-55
697 Remove sha256.tbs-internet.com ssl test
702 .. date: 2017-07-25-15-27-44
712 .. date: 2017-07-20-14-29-54
716 regrtest: Exclude tzdata from regrtest --all. When running the test suite
717 using --use=all / -u all, exclude tzdata since it makes test_datetime too
718 slow (15-20 min on some buildbots) which then times out on some buildbots.
719 Fix also regrtest command line parser to allow passing -u extralargefile to
725 .. date: 2017-07-05-16-54-59
729 Fix compile error when compiling --without-threads. Patch by Masayuki
735 .. date: 2017-09-06-17-14-54
744 .. date: 2017-09-04-13-19-05
753 .. date: 2017-08-04-10-05-19
763 .. date: 2017-07-13-11-22-53
772 .. date: 2017-09-16-23-43-39
776 IDLE code context -- fix code update and font update timers.
783 .. date: 2017-09-16-01-21-20
787 IDLE - Update non-key options in former extension classes. When applying
795 .. date: 2017-09-15-12-38-47
799 IDLE - Improve rstrip entry in doc. Strip trailing whitespace strips more
800 than blank spaces. Multiline string literals are not skipped.
805 .. date: 2017-09-14-17-53-53
809 IDLE - make tests pass with zzdummy extension disabled by default.
814 .. date: 2017-09-12-08-38-27
826 .. date: 2017-09-11-15-46-05
830 IDLE -- fix tk entry box tests by deleting first. Adding to an int entry is
831 not the same as deleting and inserting because int('') will fail.
836 .. date: 2017-08-30-00-06-58
845 .. date: 2017-08-27-16-49-36
849 IDLE - Add docstrings and tests for outwin subclass of editor.
857 .. date: 2017-08-27-15-31-33
861 IDLE - Do not modify tkinter.message in test_configdialog.
866 .. date: 2017-08-24-13-48-16
870 Convert IDLE's built-in 'extensions' to regular features.
873 Their different behavior could be confusing or worse for users and not good
879 together in the system-specific default keysets in config-extensions.def.
880 All custom keysets are saved as a whole in config-extension.cfg. All take
883 The affected events are '<<force-open-completions>>', '<<expand-word>>',
884 '<<force-open-calltip>>', '<<flash-paren>>', '<<format-paragraph>>',
885 '<<run-module>>', '<<check-module>>', and '<<zoom-height>>'. Any (global)
886 customizations made before 3.6.3 will not affect their keyset-specific
894 .. date: 2017-08-18-14-13-42
895 .. nonce: F1-tKK
904 .. date: 2017-08-17-15-00-20
913 .. date: 2017-08-15-12-58-23
923 .. date: 2017-08-07-14-02-56
927 IDLE -- stop leaks in test_configdialog. Initial patch by Victor Stinner.
932 .. date: 2017-08-03-17-54-02
941 .. date: 2017-08-03-14-08-42
952 .. date: 2017-07-31-23-20-51
956 IDLE - Add an outline of a TabPage class in configdialog. Update existing
962 .. date: 2017-07-30-17-39-59
972 .. date: 2017-07-30-01-00-58
976 IDLE - Factor FontPage(Frame) class from ConfigDialog.
984 .. date: 2017-07-28-18-59-06
988 IDLE - Use ttk widgets in ConfigDialog. Patches by Terry Jan Reedy and
994 .. date: 2017-07-27-14-48-42
998 IDLE - Finish rearranging methods of ConfigDialog Grouping methods
1005 .. date: 2017-07-27-10-01-14
1009 IDLE -- Factor a VarTrace class out of ConfigDialog.
1018 .. date: 2017-07-25-01-28-35
1027 .. date: 2017-07-22-18-08-41
1031 IDLE - Improve configdialog font page and tests.
1038 In test_configdialog: Fix test_font_set so not order dependent. Fix renamed
1047 .. date: 2017-07-21-01-55-14
1051 IDLE -- Add more configdialog font page tests.
1056 .. date: 2017-07-21-00-54-52
1065 .. date: 2017-07-17-23-35-57
1075 .. date: 2017-07-15-22-26-57
1081 * Add section to idlelib/idle-test/README.txt.
1085 * Exclude IDLE-specific code that does not run during unit tests.
1090 .. date: 2017-07-13-23-07-33
1101 .. date: 2017-07-11-02-26-17
1110 .. date: 2017-07-11-02-21-42
1119 .. date: 2017-07-09-23-53-00
1129 .. date: 2017-07-08-17-57-04
1139 .. date: 2017-07-07-21-10-55
1148 .. date: 2017-07-07-20-26-37
1164 .. date: 2017-07-04-22-45-46
1168 IDLE: configdialog - Add docstrings and fix comments. Patch by Cheryl
1174 .. date: 2017-06-29-18-23-06
1184 .. date: 2017-06-27-19-05-40
1189 highlight both opener and closer. Make 'default' style, which is not
1190 default, a synonym for 'opener'. Make time-delay work the same with all
1197 .. date: 2017-06-27-01-40-34
1206 .. date: 2017-06-27-00-29-56
1216 .. date: 2017-06-26-22-45-27
1227 .. date: 2017-06-26-15-47-13
1239 .. date: 2017-06-26-00-28-59
1243 IDLE: Verify user-entered key sequences by trying to bind them with tk. Add
1250 .. date: 2017-08-18-17-19-23
1254 gdb integration commands (py-bt, etc.) work on optimized shared builds now,
1256 PyEval_EvalFrameEx on non-debug shared builds. This broke the ability to
1257 use py-bt, py-up, and a few other Python-specific gdb integrations. The
1259 python-gdb.py. Original patch by Bruno "Polaco" Penteado.