]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Migrate set() and frozenset() from the sandbox.
authorRaymond Hettinger <python@rcn.com>
Sun, 16 Nov 2003 16:17:49 +0000 (16:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 16 Nov 2003 16:17:49 +0000 (16:17 +0000)
commita690a9967e715663b7a421c9ebdad91381cdf1e4
tree1c5d9eeef0ac20efe39f1af11a81d745592596d1
parentd456849f19fa7b00b6560b67c5388a5a6cd89d0a
* Migrate set() and frozenset() from the sandbox.
* Install the unittests, docs, newsitem, include file, and makefile update.
* Exercise the new functions whereever sets.py was being used.

Includes the docs for libfuncs.tex.  Separate docs for the types are
forthcoming.
21 files changed:
Doc/lib/libfuncs.tex
Include/Python.h
Include/setobject.h [new file with mode: 0644]
Lib/_strptime.py
Lib/test/regrtest.py
Lib/test/test___all__.py
Lib/test/test_builtin.py
Lib/test/test_enumerate.py
Lib/test/test_glob.py
Lib/test/test_pyclbr.py
Lib/test/test_random.py
Lib/test/test_set.py [new file with mode: 0644]
Lib/test/test_sort.py
Lib/test/test_strptime.py
Lib/test/test_userdict.py
Lib/test/test_weakref.py
Makefile.pre.in
Misc/NEWS
Objects/setobject.c [new file with mode: 0644]
PCbuild/pythoncore.dsp
Python/bltinmodule.c