summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | 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
| | | | | | | | | | | | | | | | #16345)
* | | | Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 ↵Mark Dickinson2012-10-311-3/+1
| | | | | | | | | | | | | | | | compatibility) in decimal module.
* | | | merge headsBenjamin Peterson2012-10-319-53/+54
|\ \ \ \
| * \ \ \ Merge issue #16197: Fix several small errors in winreg documentation.Andrew Svetlov2012-10-312-31/+34
| |\ \ \ \ | | |/ / / | | | | | | | | | | Initial patch by Zachary Ware.
| | * | | Issue #16197: Fix several small errors in winreg documentation.Andrew Svetlov2012-10-312-31/+34
| | | | | | | | | | | | | | | | | | | | Initial patch by Zachary Ware.
| * | | | MERGE: Closes #16369: Global PyTypeObjects not initialized with ↵Jesus Cea2012-10-311-0/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | PyType_Ready(...). DOCUMENT IT!
| | * | | MERGE: Closes #16369: Global PyTypeObjects not initialized with ↵Jesus Cea2012-10-311-0/+2
| | |\ \ \ | | | | |/ | | | |/| | | | | | PyType_Ready(...). DOCUMENT IT!
| | | * | Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). ↵Jesus Cea2012-10-311-0/+2
| | | | | | | | | | | | | | | | | | | | DOCUMENT IT!
| * | | | 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
| |\ \ \ \ | | |/ / / | | | | | | | | | | Thanks to George Yoshida.
| | * | | Merge issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
| | |\ \ \ | | | |/ / | | | | | | | | | | Thanks to George Yoshida.
| | | * | Issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | Thanks to George Yoshida.
| * | | | Merge issue #16370: Mention Py_SetProgramName in example for very high level ↵Andrew Svetlov2012-10-311-8/+13
| |\ \ \ \ | | |/ / / | | | | | | | | | | embedding.
| | * | | Merge issue #16370: Mention Py_SetProgramName in example for very high level ↵Andrew Svetlov2012-10-311-8/+13
| | |\ \ \ | | | |/ / | | | | | | | | | | embedding.
| | | * | Issue #16370: Mention Py_SetProgramName in example for very high level ↵Andrew Svetlov2012-10-311-8/+13
| | | | | | | | | | | | | | | | | | | | embedding.
| * | | | Merge: Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-312-10/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | Thanks to Daniel Müllner from docs@
| | * | | Merge: Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-312-10/+0
| | |\ \ \ | | | |/ / | | | | | | | | | | Thanks to Daniel Müllner from docs@
| | | * | Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-312-10/+0
| | | | | | | | | | | | | | | | | | | | Thanks to Daniel Müllner from docs@
| * | | | 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 ↵Benjamin Peterson2012-10-313-9/+11
| | | | | | | | | | | | __dict__ (closes #16271)
* | | 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
|\ \ \ | |/ / | | | | | | Patch by Stephen Tonkin.
| * | #12890: fix test on windowsR David Murray2012-10-312-6/+5
| | | | | | | | | | | | Patch by Stephen Tonkin.
* | | Issue #15478: Fix test_os on FreeBSDVictor Stinner2012-10-311-1/+1
| | | | | | | | | | | | | | | Calling OS functions can fail with errors other than FileNotFoundError: a FreeBSD buildbot fails for example with a PermissionError.
* | | Issue #15478: Fix test_os on Windows (os.chown is missing)Victor Stinner2012-10-311-1/+2
| | |
* | | Issue #9566: Use the right type to fix a compiler warnings on Win64Victor Stinner2012-10-302-11/+11
| | |
* | | Issue #9566: Explicit downcast to fix compiler warnings on Win64Victor Stinner2012-10-304-6/+8
| | |