summaryrefslogtreecommitdiffstats
path: root/Objects/descrobject.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #26811: gc.get_objects() no longer contains a broken tuple with NULLSerhiy Storchaka2016-05-041-15/+15
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-1/+1
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-2/+1
* Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-101-6/+6
|\
| * Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-101-6/+6
* | Issue #24276: Fixed optimization of property descriptor getter.Serhiy Storchaka2015-05-241-4/+21
* | Issue #24064: Help property() support GCRaymond Hettinger2015-05-131-1/+9
* | Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-1/+1
* | Issue #23910: Optimize property() getter calls. Patch by Joe JevnikRaymond Hettinger2015-04-301-1/+9
|/
* Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-091-6/+6
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-18/+6
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-19/+36
* Remove an errant extra \ within a docstring.Gregory P. Smith2013-11-251-1/+1
|\
| * Remove an errant extra \ within a docstring.Gregory P. Smith2013-11-251-1/+1
* | mergeRaymond Hettinger2013-11-241-5/+9
|\ \ | |/
| * Document that @property can incorporate a docstring from the getter method. ...Raymond Hettinger2013-11-241-5/+9
* | Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-5/+40
* | Use Py_intptr_t to store the difference between two pointers, instead of intVictor Stinner2013-05-071-1/+1
* | Issue #15422: get rid of PyCFunction_New macroAndrew Svetlov2012-12-251-4/+4
|/
* merge 3.2 (#14699)Benjamin Peterson2012-05-011-3/+41
|\
| * fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-011-3/+41
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-60/+110
* | fix possible NULL dereferenceBenjamin Peterson2011-12-171-1/+3
* | improve abstract property support (closes #11610)Benjamin Peterson2011-12-151-1/+38
* | Issue #13577: various kinds of descriptors now have a __qualname__ attribute.Antoine Pitrou2011-12-121-0/+51
* | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.Martin v. Löwis2011-10-141-1/+1
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-6/+6
* | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-1/+2
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-5/+10
|/
* make sure to initialize the method wrapper typeBenjamin Peterson2011-09-011-6/+3
* (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-3/+6
|\
| * Issue #9756: When calling a method descriptor or a slot wrapper descriptor, theVictor Stinner2011-05-011-3/+6
| * Merged revisions 87368 via svnmerge fromEzio Melotti2010-12-181-1/+7
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-933/+933
| * Merged revisions 76235 via svnmerge fromBenjamin Peterson2009-11-131-13/+16
* | #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Ur...Ezio Melotti2010-12-181-1/+7
* | use the more direct APIBenjamin Peterson2010-12-071-3/+3
* | return views from dict proxy items/values/keys #10630Benjamin Peterson2010-12-071-3/+3
* | make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-2/+2
* | Merged revisions 82317 via svnmerge fromBenjamin Peterson2010-06-281-16/+12
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-933/+933
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-13/+16
* | Issue #6151: Make PyDescr_COMMON conform to standard C.Alexandre Vassalotti2009-07-221-15/+15
|/
* Merged revisions 72328 via svnmerge fromGeorg Brandl2009-05-051-1/+0
* Merged revisions 72299 via svnmerge fromR. David Murray2009-05-041-16/+23
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-8/+8
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-15/+61
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-3/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-1/+1
* Merged revisions 59628-59641 via svnmerge fromChristian Heimes2008-01-011-0/+1