summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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.3.Mark Dickinson2012-10-311-6/+15
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
* | | | | | merge 3.3Benjamin Peterson2012-10-311-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | check return value of _PyUnicode_AsStringBenjamin Peterson2012-10-311-2/+6
| |/ / /
* | | | merge 3.3Benjamin Peterson2012-10-311-1/+1
|\ \ \ \ | |/ / /
| * | | 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.3Benjamin Peterson2012-10-311-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.2Benjamin Peterson2012-10-311-1/+1
| |\ \ \ | | |/ /
| | * | fix spellingBenjamin Peterson2012-10-311-1/+1
* | | | merge 3.3 (#16345)Benjamin Peterson2012-10-313-29/+41
|\ \ \ \ | |/ / /
| * | | 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 #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibi...Mark Dickinson2012-10-311-3/+1
* | | | merge headsBenjamin Peterson2012-10-319-53/+54
|\ \ \ \
| * \ \ \ Merge issue #16197: Fix several small errors in winreg documentation.Andrew Svetlov2012-10-312-31/+34
| |\ \ \ \ | | |/ / /
| | * | | 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
| |\ \ \ \ | | |/ / /
| | * | | 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
| |\ \ \ \ | | |/ / /
| | * | | 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
| |\ \ \ \ | | |/ / /
| | * | | 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
| |\ \ \ \ | | |/ / /
| | * | | 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
| |\ \ \ \ | | |/ / /
| | * | | 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
| |\ \ \ \ | | |/ / /
| | * | | 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
| | | |/
| * | | Merge: fix typo in mock docs.Andrew Svetlov2012-10-311-1/+2
| |\ \ \ | | |/ /
| | * | Fix typo in mock docs.Andrew Svetlov2012-10-311-1/+2
* | | | make PyGrammar_LabelRepr return a const char * (closes #16369)Benjamin Peterson2012-10-312-2/+2
|/ / /
* | | merge 3.3Benjamin Peterson2012-10-313-9/+24
|\ \ \ | |/ /
| * | 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
* | | initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all functionBenjamin Peterson2012-10-312-9/+6
* | | merge 3.3 (#16369)Benjamin Peterson2012-10-313-0/+33
|\ \ \ | |/ /
| * | merge 3.2 (#16369)Benjamin Peterson2012-10-313-0/+33
| |\ \ | | |/
| | * initialize more global type objects (closes #16369)Benjamin Peterson2012-10-313-0/+33
* | | #12890: fix test on windowsR David Murray2012-10-312-6/+5
|\ \ \ | |/ /