| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 1 | -0/+41 |
* | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -2/+2 |
* | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -28/+3 |
* | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-08 | 1 | -2/+4 |
* | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 1 | -3/+3 |
* | Issue #20189: Four additional builtin types (PyTypeObject, | Larry Hastings | 2014-01-24 | 1 | -2/+2 |
* | Issue #20287: Argument Clinic's output is now configurable, allowing | Larry Hastings | 2014-01-17 | 1 | -1/+2 |
* | Issue #19273: The marker comments Argument Clinic uses have been changed | Larry Hastings | 2014-01-07 | 1 | -7/+7 |
* | Issue #19674: inspect.signature() now produces a correct signature | Larry Hastings | 2013-11-23 | 1 | -5/+7 |
* | Issue #19730: Argument Clinic now supports all the existing PyArg | Larry Hastings | 2013-11-23 | 1 | -4/+4 |
* | Argument Clinic: rename "self" to "module" for module-level functions. | Larry Hastings | 2013-11-18 | 1 | -5/+5 |
* | Issue #16612: Add "Argument Clinic", a compile-time preprocessor | Larry Hastings | 2013-10-19 | 1 | -16/+44 |
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+16 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -2/+2 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+3 |
* | Make weak references subclassable: | Fred Drake | 2004-07-02 | 1 | -22/+3 |
* | Fix ref(), proxy() docstrings, based on comments from David Abrahams. | Fred Drake | 2002-08-02 | 1 | -3/+4 |
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -8/+8 |
* | Convert the ref() and proxy() implementations to use the new | Fred Drake | 2001-10-23 | 1 | -2/+2 |
* | Adjust the _weakref module to use the public API for the weak reference | Fred Drake | 2001-10-05 | 1 | -717/+15 |
* | Use new GC API. | Neil Schemenauer | 2001-08-29 | 1 | -10/+10 |
* | Use METH_O where possible (two functions). This does not lead to real | Fred Drake | 2001-08-16 | 1 | -29/+24 |
* | Remove an obsolete comment and a "return" before fallig off the end of a | Fred Drake | 2001-05-03 | 1 | -2/+0 |
* | cleanup_helper(): Make sure we invalidate all reference objects | Fred Drake | 2001-04-13 | 1 | -6/+41 |
* | Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). | Tim Peters | 2001-03-23 | 1 | -1/+1 |
* | Inform the cycle-detector that the a weakref object no longer needs to be | Fred Drake | 2001-03-22 | 1 | -1/+1 |
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 1 | -2/+40 |
* | cleanup_helper(): Added missing "void" type for the function, updated | Fred Drake | 2001-02-26 | 1 | -6/+3 |
* | The return value from PyObject_ClearWeakRefs() is no longer meaningful, | Fred Drake | 2001-02-26 | 1 | -3/+3 |
* | Move docstrings out of function table to constants defined near the | Fred Drake | 2001-02-18 | 1 | -11/+23 |
* | Repair legit compiler warning. | Tim Peters | 2001-02-02 | 1 | -1/+1 |
* | Teach Windows build about the _weakref module. | Tim Peters | 2001-02-02 | 1 | -1/+1 |
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -0/+757 |