• Home
  • Raw
  • Download

Lines Matching +refs:clang +refs:complete +refs:self +refs:insert

316 - Issue #27983: Cause lack of llvm-profdata tool when using clang as
705 - Issue #25940: Changed test_ssl to use self-signed.pythontest.net. This
886 now accept the self keyword argument.
889 accept the self keyword argument.
935 - Issue #24613: Calling array.fromstring() with self is no longer allowed
1262 - Issue #23671: string.Template now allows specifying the "self" parameter as
1263 a keyword argument. string.Formatter now allows specifying the "self" and
1388 collections module now accept the self keyword argument.
1842 - Issue #16537: Check whether self.extensions is empty in setup.py. Patch by
1949 that use 'self' in the example code is generated correctly.
2830 in broken interpreters when building with clang.
2844 only includes complete lines.
3388 - Issue #17052: unittest discovery should use self.testLoader.
3629 compiled using the clang compiler
3892 is not available, use clang instead by default.
4341 Distutils will now attempt to compile extension modules with clang
4698 - Issue #13933: IDLE auto-complete did not work with some imported
5628 - Issue #9826: OrderedDict.__repr__ can now handle self-referential
5637 This prevents user-created self-referencing ordered dictionaries from
6212 ERROR_MORE_DATA, requiring a re-try in order to get the complete result.
6971 treated keyword arguments called 'self' or 'other' specially.
7249 - Issue #7376: Instead of running a self-test (which was failing) when called
7400 - Issue #6573: ``set.union()`` stopped processing inputs if an instance of self
8298 - Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
9914 rlcompleter's ``Completer.complete()`` method are now caught and
10625 possibility of having a self-referential tuple, which is possible
10736 self-recursive reload() calls (as reported by bug #742342).
11015 - Patch #1048820: Add insert-mode editing to curses.textpad.Textbox