/demos/mainwindow/

on>
path: root/Objects
Commit message (Collapse)AuthorAgeFilesLines
...
* | | make delegating generators say they running (closes #14220)Benjamin Peterson2012-03-071-14/+37
| | |
* | | Whitespace.Stefan Krah2012-03-061-1/+1
| | |
* | | Remove an unused variableVictor Stinner2012-03-061-1/+0
| | |
* | | Close #14205: dict lookup raises a RuntimeError if the dict is modified duringVictor Stinner2012-03-061-12/+6
| | | | | | | | | | | | | | | | | | | | | a lookup. "if you want to make a sandbox on top of CPython, you have to fix segfaults" so let's fix segfaults!
* | | Merge.Stefan Krah2012-03-051-1/+0
|\ \ \
| * | | remove f_yieldfrom access from Python (closes #13970)Benjamin Peterson2012-03-051-1/+0
| | | |
* | | | Issue #14181: Preserve backwards compatibility for getbufferprocs that a) doStefan Krah2012-03-051-1/+1
|/ / / | | | | | | | | | | | | not adhere to the new documentation and b) manage to clobber view->obj before returning failure.
* | | Issue #14181: Allow memoryview construction from an object that uses theStefan Krah2012-03-051-3/+0
| | | | | | | | | | | | getbuffer redirection scheme.
* | | Close #14085: remove assertions from PyUnicode_WRITE macroVictor Stinner2012-03-041-1/+10
| | | | | | | | | | | | | | | Add checks in PyUnicode_WriteChar() and convert PyUnicode_New() assertion to a test raising a Python exception.
* | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵Antoine Pitrou2012-02-261-42/+70
|\ \ \ | |/ / | | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński.
| * | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵Antoine Pitrou2012-02-261-42/+70
| | | | | | | | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński.
* | | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-26