Lines Matching +refs:llvm +refs:font +refs:lock +refs:keywords

228   while it is holding a lock to a buffered I/O object, and the main thread
341 should use a regular lock rather than a recursive lock.
552 - The keywords attribute of functools.partial is now always a dictionary.
773 Strings, comments, keywords, ... are still green, red, orange, ... .
838 - Issue 24745: Idle editor default font. Switch from Courier to
840 font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg
887 - Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
1461 - Issue #21933: Turtledemo users can change the code font size with a menu
1478 caused by mutation of the waiters queue without holding the lock. Patch
2624 Empty/Full to QueueEmpty/QueueFull; "with (yield from lock)" now
5532 - Issue #16640: Run less code under a lock in sched module.
6450 "class" or "def" keywords and with continuations at the start of line.
7043 - Issue #15053: Copy Python 3.3 import lock change notice to all relevant
7432 llvm-gcc compiler.
7481 - Issue #9260: A finer-grained import lock. Most of the import sequence
7482 now uses per-module locks rather than the global import lock, eliminating
7539 - Issue #14876: Use user-selected font for highlight configuration.
7660 multiprocessing's lock/semaphore/condition proxies.
7916 - Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo.
7922 - Issue #802310: Generate always unique tkinter font names if not directly passed.
9428 the garbage collector while the Heap lock is held.
9747 lock was not acquired.
10013 to release an unacquired lock, as claimed in the threading documentation.
10456 test_rlock_acquire_interruption() of test_threadsignals if a thread lock is
11076 - Issue #8844: Regular and recursive lock acquisitions can now be interrupted
12058 - Issue #1730136: Fix the comparison between a tk.font.Font and an object of
13518 keywords.
13572 - Issue #7316: The acquire() method of lock objects in the ``threading``
13903 - Issue #7403: logging: Fixed possible race condition in lock creation.
14300 could raise an incorrect RuntimeError about not holding the import lock. The
14301 import lock is now reinitialized after fork.
14431 import lock was disabled.
15967 - Issue #4738: Each zlib object now has a separate lock, allowing several streams
17071 PyImport_ImportModule() but won't block on the import lock
17174 - None, True, False are now keywords.
17286 - 'as' and 'with' are keywords.
17715 - Patch #1448199: Release interpreter lock in _winreg.ConnectRegistry.
18843 - Patch #1288833: Removed thread lock from socket.getaddrinfo on
19301 inherited from _Thread since it uses up a lock allocated by 'thread'. The
19302 lock primitives tend to be limited in number and thus should not be wasted on
19975 font. The Font class constructor now has an additional exists argument
19976 which, if True, requests to return/configure an existing font, rather
20372 CVS keywords (like $Id$), which could cause spurious failures in
21506 - pydoc now offers help on keywords and topics.
21799 - Distutils: both 'py_modules' and 'packages' keywords can now be specified
21983 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a
21984 reentrant lock, so releasing the lock only truly releases it when
23547 lock around calling the platform spawn. They should always have done
24348 - A new function, imp.lock_held(), returns 1 when the import lock is
25135 - added 'platforms' and 'keywords' to the set of metadata that can be
25187 protected by the Python interpreter lock and it is possible that some
27549 - New symbol USE_GETHOSTBYNAME_LOCK defined iff the lock should be used.
27551 - Modify the gethostbyaddr() code to also hold on to the lock until
27552 after it is safe to release, overlapping with the Python lock.
27556 the lock -- e.g. in a signal handler or destructor. I will simply say
27562 patch. It holds the gethostbyname lock until the results are copied out,
27563 which means that this lock and the Python global lock are held at the same
27564 time. This shouldn't be a problem as long as the gethostbyname lock is
27565 always acquired when the global lock is not held.
27957 list (of bsd variants that have a different lock structure).
28012 Bow to font-lock at the end of the docstring, since it throws stuff
28772 called with the interpreter lock held! It releases the lock around
29098 interpreter lock.) Unfortunately, on Windows, threads other than the
29167 - In the msvcrt extension module, release the interpreter lock for
30387 thread state -- just don't manipulate the lock if it isn't there.
30425 When completing a simple identifier, it completes keywords,
31013 keywords. (New version by Ka-Ping Yee.)
31320 now explicit APIs to manipulate the interpreter lock. Read the source
32479 - a basic python-font-lock-keywords has been added for Emacs 19
32480 font-lock colorizations.
34688 - new SGI modules: font manager and FORMS library interface
34762 - font handling