summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
|\ \ \ | |/ /
| * | #12890: fix test on windowsR David Murray2012-10-312-6/+5
* | | Issue #15478: Fix test_os on FreeBSDVictor Stinner2012-10-311-1/+1
* | | 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
* | | Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsignedVictor Stinner2012-10-303-22/+27
* | | Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x fasterVictor Stinner2012-10-303-74/+73
* | | Issue #16351: New function gc.get_stats() returns per-generation collection s...Antoine Pitrou2012-10-304-0/+111
* | | Issue #15721: apply PEP 384 Refactoring to tkinter module.Andrew Svetlov2012-10-301-6/+1
* | | Issue #16330: Fix compilation on WindowsVictor Stinner2012-10-301-1/+1
* | | Issue #15478: Fix compilation on WindowsVictor Stinner2012-10-301-1/+0
* | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymoreVictor Stinner2012-10-305-108/+199
* | | Issue #16330: Use surrogate-related macrosVictor Stinner2012-10-306-28/+25
* | | Merge 3.3Brian Curtin2012-10-293-92/+122
|\ \ \ | |/ /
| * | Merge 3.2Brian Curtin2012-10-293-92/+122
| |\ \ | | |/
| | * Fix #16197. Update docstrings and documentation to match winreg code.Brian Curtin2012-10-293-92/+122
* | | #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-4/+18
|\ \ \ | |/ /
| * | #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-4/+18
| |\ \ | | |/
| | * #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-5/+19
* | | Merge with 3.3 for issue #16262Ross Lagerwall2012-10-292-134/+149
|\ \ \ | |/ /