| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15394: Fix ref leaks in PyModule_Create. | Meador Inge | 2012-07-19 | 1 | -1/+7 |
|\ |
|
| * | Issue #15394: Fix ref leaks in PyModule_Create. | Meador Inge | 2012-07-19 | 1 | -1/+7 |
|
|
* | | issue 14660: Implement PEP 420, namespace packages. | Eric V. Smith | 2012-05-25 | 1 | -2/+31 |
|
|
* | | Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. | Brett Cannon | 2012-04-29 | 1 | -1/+1 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -1/+2 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -5/+4 |
|
|
* | | indicate return value on __dir__ methods | Benjamin Peterson | 2011-05-24 | 1 | -1/+1 |
|
|
* | | move specialized dir implementations into __dir__ methods (closes #12166) | Benjamin Peterson | 2011-05-24 | 1 | -1/+29 |
|
|
* | | Issue #3080: Add PyModule_NewObject() function | Victor Stinner | 2011-03-04 | 1 | -7/+16 |
|
|
* | | Issue #3080: Add PyModule_GetNameObject() | Victor Stinner | 2011-02-23 | 1 | -14/+29 |
|/ |
|
* | #4236: avoid possible Fatal Error when import is called from __del__ | R. David Murray | 2010-12-14 | 1 | -2/+3 |
|
|
* | Reverted accidental commit (from r87159) | Alexander Belopolsky | 2010-12-10 | 1 | -17/+3 |
|
|
* | Updated UCD version and unicode.org links to Unicode 6.0.0 | Alexander Belopolsky | 2010-12-10 | 1 | -3/+17 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+1 |
|
|
* | prefer clearing global objects to obscure module.__dict__ bugs #10068 | Benjamin Peterson | 2010-10-12 | 1 | -4/+1 |
|
|
* | Issue #9425: Create PyModule_GetFilenameObject() function | Victor Stinner | 2010-08-17 | 1 | -7/+13 |
|
|
* | Issue #9425: Create PyErr_WarnFormat() function | Victor Stinner | 2010-08-13 | 1 | -10/+7 |
|
|
* | Issue #6697: Fix a crash if a module attribute name contains a surrogate | Victor Stinner | 2010-05-19 | 1 | -8/+20 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -321/+321 |
|
|
* | module_repr(): use %U to format the file name | Victor Stinner | 2010-05-07 | 1 | -5/+15 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -1/+4 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #4838: When a module is deallocated, free the memory backing the option... | Antoine Pitrou | 2009-01-17 | 1 | -0/+2 |
|
|
* | Remove traces of Py_InitModule*. | Georg Brandl | 2009-01-02 | 1 | -2/+2 |
|
|
* | Issue #3740: Null-initialize module state. | Martin v. Löwis | 2008-10-07 | 1 | -0/+1 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -4/+4 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+155 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -0/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -2/+2 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -7/+2 |
|
|
* | Get rid of more uses of string and use const in a few places. | Neal Norwitz | 2007-08-26 | 1 | -8/+8 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -1/+1 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -2/+2 |
|
|
* | Kill two innocuous compiler warnings. | Guido van Rossum | 2007-05-15 | 1 | -1/+0 |
|
|
* | More coding by random modification. | Guido van Rossum | 2007-05-04 | 1 | -2/+5 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -1/+4 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+1 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -4/+4 |
|
|
* | Make the word "module" appear in the error string for calling the | Michael W. Hudson | 2004-09-14 | 1 | -1/+1 |
|
|
* | Remove code that tried to warn about shadowing builtin names after a | Neil Schemenauer | 2003-07-16 | 1 | -66/+1 |
|
|
* | Warn about creating global variables by __setattr__ that shadow builtin | Neil Schemenauer | 2003-06-09 | 1 | -1/+66 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -2/+2 |
|
|
* | Add a docstring to the module type. | Guido van Rossum | 2002-06-04 | 1 | -1/+7 |
|
|
* | Surprising fix for SF bug 563060: module can be used as base class. | Guido van Rossum | 2002-06-04 | 1 | -3/+16 |
|
|