]> granicus.if.org Git - python/commit
* Move collections.deque() in from the sandbox
authorRaymond Hettinger <python@rcn.com>
Thu, 29 Jan 2004 06:37:52 +0000 (06:37 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 29 Jan 2004 06:37:52 +0000 (06:37 +0000)
commit756b3f3c15bd314ffa25299ca25465ae21e62a30
treef504d3ab53c151b7e88ebfebd069a034f80f5025
parent141d4e564314abde44189eb5e3a9f509dab045ff
* Move collections.deque() in from the sandbox
* Add unittests, newsitem, and whatsnew
* Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py
* Docs are forthcoming
15 files changed:
Doc/lib/libbisect.tex
Doc/lib/libqueue.tex
Doc/whatsnew/whatsnew24.tex
Lib/Queue.py
Lib/mutex.py
Lib/pydoc.py
Lib/shlex.py
Lib/test/test_bisect.py
Lib/test/test_deque.py [new file with mode: 0644]
Lib/threading.py
Misc/NEWS
Modules/collectionsmodule.c [new file with mode: 0644]
PC/VC6/pythoncore.dsp
PC/config.c
setup.py