| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -1/+1 |
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -5/+5 |
* | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -10/+5 |
* | Issue #18520: Fix PyFunction_NewWithQualName() error handling | Victor Stinner | 2013-07-22 | 1 | -10/+9 |
* | Reindent PyFunction_NewWithQualName() | Victor Stinner | 2013-07-22 | 1 | -49/+49 |
* | use new generic __dict__ descriptor implementations | Benjamin Peterson | 2012-02-19 | 1 | -59/+3 |
* | initialize __dict__ if needed | Benjamin Peterson | 2012-02-19 | 1 | -6/+12 |
* | use defaults | Benjamin Peterson | 2012-02-19 | 1 | -3/+3 |
* | merge 3.2 | Benjamin Peterson | 2012-02-19 | 1 | -3/+1 |
|\ |
|
| * | use Py_CLEAR | Benjamin Peterson | 2012-02-19 | 1 | -3/+1 |
* | | allow arbitrary attributes on classmethod and staticmethod (closes #14051) | Benjamin Peterson | 2012-02-19 | 1 | -3/+27 |
* | | improve abstract property support (closes #11610) | Benjamin Peterson | 2011-12-15 | 1 | -2/+44 |
* | | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -2/+42 |
|/ |
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+1 |
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -662/+662 |
* | Issue #6697: use %U format instead of _PyUnicode_AsString(), because | Victor Stinner | 2010-03-12 | 1 | -2/+2 |
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -6/+0 |
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -10/+11 |
* | Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. | Raymond Hettinger | 2009-05-29 | 1 | -2/+12 |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -3/+2 |
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -2/+4 |
* | Fixed some build issues and updated docs. | Christian Heimes | 2007-11-17 | 1 | -2/+2 |
* | Use unicode and stop supporting str8 | Neal Norwitz | 2007-08-26 | 1 | -13/+7 |
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -10/+7 |
* | Simplify error formatting (no default encoding required). | Walter Dörwald | 2007-06-11 | 1 | -3/+2 |
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -2/+2 |
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -1/+1 |
* | Make test_new pass. | Guido van Rossum | 2007-05-17 | 1 | -0/+5 |
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -29/+0 |
* | Fix refleaks in function objects caused by kwdefaults not being allocated. | Georg Brandl | 2007-02-26 | 1 | -1/+3 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -14/+11 |
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -0/+71 |
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -0/+73 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+3 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -50/+13 |
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
* | Make staticmethod and classmethod complain about keyword args. | Georg Brandl | 2006-02-21 | 1 | -0/+4 |
* | Revert 42400. | Martin v. Löwis | 2006-02-16 | 1 | -2/+2 |
* | Support %zd in PyErr_Format and PyString_FromFormat. | Martin v. Löwis | 2006-02-16 | 1 | -3/+3 |
* | Get rid of compiler warnings (gcc 3.3.4 on x86) | Neal Norwitz | 2006-02-16 | 1 | -2/+2 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -8/+8 |
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -1/+1 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -2/+4 |
* | Fix | Michael W. Hudson | 2005-02-17 | 1 | -2/+0 |
* | Wrote down the invariants of some common objects whose structure is | Armin Rigo | 2004-10-28 | 1 | -0/+12 |
* | This is my patch | Michael W. Hudson | 2004-08-12 | 1 | -4/+32 |