COMMITS
/ Objects/moduleobject.c December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 3, 2007
C
Merged revisions 59275-59303 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
N
Get rid of more uses of string and use const in a few places.
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 15, 2007
G
Kill two innocuous compiler warnings.
Guido van Rossum committed
May 4, 2007
G
More coding by random modification.
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
September 14, 2004
M
Make the word "module" appear in the error string for calling the
Michael W. Hudson committed
July 16, 2003
N
Remove code that tried to warn about shadowing builtin names after a
Neil Schemenauer committed
June 9, 2003
N
Warn about creating global variables by __setattr__ that shadow builtin
Neil Schemenauer committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
June 4, 2002
G
Add a docstring to the module type.
Guido van Rossum committed
G
Surprising fix for SF bug 563060: module can be used as base class.
Guido van Rossum committed
April 12, 2002
N
PyObject_GC_Del can now be used as a function designator.
Neil Schemenauer committed
March 12, 2002
G
Fix for SF bug #529050 - ModuleType.__new__ crash.
Guido van Rossum committed
October 21, 2001
N
Add missing "static" declarations (found by "make smelly").
Neil Schemenauer committed
October 5, 2001
G
Enable GC for new-style instances. This touches lots of files, since
Guido van Rossum committed
September 20, 2001
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
August 29, 2001
N
Use new GC API.
Neil Schemenauer committed
August 24, 2001
B
repr's converted to using PyString_FromFormat() instead of sprintf'ing
Barry Warsaw committed
August 16, 2001
B
module_repr(): Instead of fixing the maximum buf size to 400,
Barry Warsaw committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
May 12, 2001
T
Repair "module has no attribute xxx" error msg; bug introduced when
Tim Peters committed
May 11, 2001
T
Variant of patch #423262: Change module attribute get & set
Tim Peters committed
January 2, 2001
N
Add garbage collection for module objects. Closes patch #102939 and
Neil Schemenauer committed
October 24, 2000
F
Ka-Ping Yee <ping@lfw.org>:
Fred Drake committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication of the sources.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
February 15, 1999
G
Patch by Chris Petrilli to display the origin of a module in its
Guido van Rossum committed
October 12, 1998
G
Replace fprintf(stderr, ...) with PySys_WriteStderr(...).
Guido van Rossum committed
February 19, 1998
G
Add internal routine _PyModule_Clear(), which does approximately what
Guido van Rossum committed
May 9, 1997
G
removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits.
Guido van Rossum committed
May 2, 1997
G
Quickly renamed the last directory.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 12, 1996
G
Disable support for access statement
Guido van Rossum committed
January 26, 1995
G
apply dictclear to dict of deleted modules
Guido van Rossum committed
January 7, 1995
G
initialize __doc__ to None
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed