COMMITS
/ Objects/moduleobject.c March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed
November 21, 2016
S
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
Serhiy Storchaka committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 26, 2016
S
Issue #27914: Fixed a comment in PyModule_ExcDef.
Serhiy Storchaka committed
August 21, 2016
N
Merge #27782 fix from 3.5
Nick Coghlan committed
N
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan committed
August 19, 2016
B
Issue #12946: Remove dead code in PyModule_GetDict
Berker Peksag committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
May 23, 2015
N
Issue #24268: Address some PEP 489 refleaks
Nick Coghlan committed
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
April 24, 2014
B
sprinkle some _PyId goodness around moduleobject.c
Benjamin Peterson committed
B
do not override errors from descriptors on modules
Benjamin Peterson committed
E
Issue8297: module attribute lookup failures now include module name in error message.
Ethan Furman committed
February 12, 2014
S
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
Serhiy Storchaka committed
S
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
Serhiy Storchaka committed
February 10, 2014
S
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
July 31, 2013
May 4, 2013
B
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon committed
July 19, 2012
M
Issue #15394: Fix ref leaks in PyModule_Create.
Meador Inge committed
M
Issue #15394: Fix ref leaks in PyModule_Create.
Meador Inge committed
May 25, 2012
E
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith committed
April 29, 2012
B
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
May 24, 2011
B
indicate return value on __dir__ methods
Benjamin Peterson committed
B
move specialized dir implementations into __dir__ methods (closes #12166)
Benjamin Peterson committed
March 4, 2011
V
Issue #3080: Add PyModule_NewObject() function
Victor Stinner committed
February 23, 2011
V
Issue #3080: Add PyModule_GetNameObject()
Victor Stinner committed
December 14, 2010
R
#4236: avoid possible Fatal Error when import is called from __del__
R. David Murray committed
December 10, 2010
A
Reverted accidental commit (from r87159)
Alexander Belopolsky committed
A
Updated UCD version and unicode.org links to Unicode 6.0.0
Alexander Belopolsky committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
October 12, 2010
B
prefer clearing global objects to obscure module.__dict__ bugs #10068
Benjamin Peterson committed
August 17, 2010
V
Issue #9425: Create PyModule_GetFilenameObject() function
Victor Stinner committed
August 13, 2010
V
Issue #9425: Create PyErr_WarnFormat() function
Victor Stinner committed
May 19, 2010
V
Issue #6697: Fix a crash if a module attribute name contains a surrogate
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 7, 2010
V
module_repr(): use %U to format the file name
Victor Stinner committed
November 13, 2009
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 17, 2009
A
Issue #4838: When a module is deallocated, free the memory backing the optional module state data.
Antoine Pitrou committed
January 2, 2009
G
Remove traces of Py_InitModule*.
Georg Brandl committed
October 7, 2008
M
Issue #3740: Null-initialize module state.
Martin v. Löwis committed