]> granicus.if.org Git - python/commit
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
authorGeorg Brandl <georg@python.org>
Sun, 25 May 2008 13:05:15 +0000 (13:05 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 May 2008 13:05:15 +0000 (13:05 +0000)
commit2067bfdf253e134a4144d3747300dbfcc7cc6203
tree76613f07319d07cc4f0159769131a051504f8c69
parent3b4b45bfe546b023383d4382af7767359390e264
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
56 files changed:
Demo/metaclasses/Synch.py
Demo/pysvr/pysvr.py
Demo/threads/Coroutine.py
Demo/threads/Generator.py
Demo/threads/find.py
Demo/threads/sync.py
Demo/threads/telnet.py
Doc/c-api/exceptions.rst
Doc/c-api/init.rst
Doc/c-api/typeobj.rst
Doc/library/_dummy_thread.rst [new file with mode: 0644]
Doc/library/_thread.rst [moved from Doc/library/thread.rst with 94% similarity]
Doc/library/dummy_thread.rst [deleted file]
Doc/library/dummy_threading.rst
Doc/library/someos.rst
Doc/library/threading.rst
Include/ceval.h
Lib/_dummy_thread.py [moved from Lib/dummy_thread.py with 85% similarity]
Lib/_strptime.py
Lib/bsddb/__init__.py
Lib/dummy_threading.py
Lib/idlelib/run.py
Lib/logging/__init__.py
Lib/logging/config.py
Lib/mimetools.py
Lib/pydoc.py
Lib/telnetlib.py
Lib/tempfile.py
Lib/test/crashers/multithreaded_close.py
Lib/test/fork_wait.py
Lib/test/test___all__.py
Lib/test/test_asynchat.py
Lib/test/test_capi.py
Lib/test/test_dummy_thread.py
Lib/test/test_socket.py
Lib/test/test_sys.py
Lib/test/test_thread.py
Lib/test/test_threaded_import.py
Lib/test/test_threadedtempfile.py
Lib/test/test_threading.py
Lib/test/test_threadsignals.py
Lib/threading.py
Misc/cheatsheet
Modules/Setup.config.in
Modules/_threadmodule.c [moved from Modules/threadmodule.c with 99% similarity]
PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PC/config.c
PC/os2emx/Makefile
PC/os2emx/config.c
PC/os2emx/python26.def
PC/os2vacpp/config.c
PC/os2vacpp/makefile
PC/os2vacpp/makefile.omk
PCbuild/pythoncore.vcproj