summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.2Georg Brandl2012-11-021-12/+10
|\
| * Grammar touchup.Georg Brandl2012-11-021-12/+10
* | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-016-13/+98
|\ \ | |/
| * Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-016-13/+98
* | Merge: Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
|\ \ | |/
| * Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
* | Merge issue #14893: Add function annotation example to function tutorial.Andrew Svetlov2012-11-011-0/+34
|\ \ | |/
| * Issue #14893: Add function annotation example to function tutorial.Andrew Svetlov2012-11-011-0/+34
* | Issue #16230: Fix a crash in select.select() when one the lists changes size ...Antoine Pitrou2012-11-013-4/+15
|\ \ | |/
| * Issue #16230: Fix a crash in select.select() when one the lists changes size ...Antoine Pitrou2012-11-013-4/+15
* | Issue #16228: Fix a crash in the json module where a list changes size while ...Antoine Pitrou2012-11-013-7/+14
|\ \ | |/
| * Issue #16228: Fix a crash in the json module where a list changes size while ...Antoine Pitrou2012-11-013-7/+14
* | Issue #16218: Support non ascii characters in python launcher.Andrew Svetlov2012-11-012-2/+16
* | Merge: change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
|\ \ | |/
| * Change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
* | Merge issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-012-2/+35
|\ \ | |/
| * Issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-012-2/+35
* | merge headsBenjamin Peterson2012-10-313-111/+149
|\ \
| * \ Merge issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| |\ \ | | |/
| | * Issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| * | null mergeAndrew Svetlov2012-10-310-0/+0
| |\ \ | | |/
| | * merge headsAndrew Svetlov2012-10-311-104/+133
| | |\
| * | \ Merge issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
| |\ \ \ | | | |/ | | |/|
| | * | Issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
| * | | Issue #16348: merge fix from 3.2.Mark Dickinson2012-10-311-6/+15
| |\ \ \ | | | |/ | | |/|
| | * | Issue #16348: Fix incorrect documentation for Decimal.remainder_near.Mark Dickinson2012-10-311-6/+15
* | | | check return value of _PyUnicode_AsStringBenjamin Peterson2012-10-311-2/+6
|/ / /
* | | merge 3.2Benjamin Peterson2012-10-311-1/+1
|\ \ \ | |/ /
| * | avoid a function call with redundant checks for dict sizeBenjamin Peterson2012-10-311-1/+1
* | | merge 3.2Benjamin Peterson2012-10-311-1/+1
|\ \ \ | |/ /
| * | fix spellingBenjamin Peterson2012-10-311-1/+1
* | | merge 3.2 (#16345)Benjamin Peterson2012-10-313-29/+41
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2012-10-316-21/+18
| |\ \ | | |/
| * | only fast-path fromkeys() when the constructor returns a empty dict (closes #...Benjamin Peterson2012-10-313-33/+45
* | | Issue #16197: Fix several small errors in winreg documentation.Andrew Svetlov2012-10-312-31/+34
* | | MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...Jesus Cea2012-10-311-0/+2
|\ \ \ | | |/ | |/|
| * | Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). D...Jesus Cea2012-10-311-0/+2
* | | merge #16371: fix up the English a bit more.R David Murray2012-10-311-2/+2
|\ \ \ | |/ /
| * | #16371: fix up the English a bit more.R David Murray2012-10-311-2/+2
* | | Merge issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
|\ \ \ | |/ /
| * | Issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
* | | Merge issue #16370: Mention Py_SetProgramName in example for very high level ...Andrew Svetlov2012-10-311-8/+13
|\ \ \ | |/ /
| * | Issue #16370: Mention Py_SetProgramName in example for very high level embedd...Andrew Svetlov2012-10-311-8/+13
* | | Merge: Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-312-10/+0
|\ \ \ | |/ /
| * | Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-312-10/+0
* | | Merge: fix docstring for deque ctor to mark iterable parameter optionalAndrew Svetlov2012-10-311-1/+1
|\ \ \ | |/ /
| * | Fix docstring for deque ctor to mark iterable parameter optionalAndrew Svetlov2012-10-311-1/+1
| |/
* | Fix typo in mock docs.Andrew Svetlov2012-10-311-1/+2
* | do safety checks on __qualname__ assignmentBenjamin Peterson2012-10-313-0/+13
* | don't shadow the __qualname__ descriptor with __qualname__ in the class's __d...Benjamin Peterson2012-10-313-9/+11