summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | #16345)
* | | 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!
| * | 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
|\ \ \ | |/ /
| * | #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.
| * | 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.
| * | 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@
| * | 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
|\ \ \ | |/ /
| * | 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 ↵Benjamin Peterson2012-10-303-9/+11
| | | | | | | | __dict__ (closes #16271)
* | merge 3.2 (#16369)Benjamin Peterson2012-10-303-0/+33
|\ \ | |/
| * initialize more global type objects (closes #16369)Benjamin Peterson2012-10-303-0/+33
| |
* | #12890: fix test on windowsR David Murray2012-10-302-6/+5
| | | | | | | | Patch by Stephen Tonkin.
* | Merge 3.2Brian Curtin2012-10-293-92/+122
|\ \ | |/
| * Fix #16197. Update docstrings and documentation to match winreg code.Brian Curtin2012-10-293-92/+122
| | | | | | | | Patch by Zachary Ware.
* | #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-4/+18
|\ \ | |/ | | | | Patch by Matti Mäki.
| * #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-5/+19
| | | | | | | | Patch by Matti Mäki.
* | Merge with 3.2 for issue #16262Ross Lagerwall2012-10-292-134/+149
|\ \ | |/
| * Fix regression from issue #16262Ross Lagerwall2012-10-292-127/+142
| |
* | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-288-22/+0
|\ \ | |/
| * Remove unneeded "Release" and "Date" markers from doc index pages.Chris Jerdonek2012-10-288-22/+0
| |
* | mergeBrett Cannon2012-10-2816-37/+84
|\ \
| * \ Merge: Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
| |\ \ | | |/
| | * Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
| | |
| * | Merged upstream changes.Vinay Sajip2012-10-286-13/+0
| |\ \
| | * \ Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.Georg Brandl2012-10-286-13/+0
| | |\ \ | | | |/
| | | * merge headsGeorg Brandl2012-10-285-10/+0
| | | |\
| | | | * Remove confusing "Release" and "Date" markers from whatsnews.Georg Brandl2012-10-285-10/+0
| | | | |
| | | * | merge headsAndrew Svetlov2012-10-282-8/+23
| | | |\ \
| * | | | | Closes #16340: Handle exception while copying script to venv.Vinay Sajip2012-10-281-5/+11
| |/ / / /
| * | | | Merge issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-282-8/+23
| |\ \ \ \ | | | |/ / | | |/| | | | | | | Patch by Chris Rebert.
| | * | | Issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-282-8/+23
| | | | | | | | | | | | | | | | | | | | Patch by Chris Rebert.
| * | | | Issue #14700: merge tests from 3.2.Mark Dickinson2012-10-281-0/+27
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #14700: Fix buggy overflow checks for large precision and width in ↵Mark Dickinson2012-10-285-20/+45
| | | |/ | | |/| | | | | | | | | new-style and old-style formatting.
| * | | merge with 3.2Georg Brandl2012-10-281-2/+2
| |\ \ \ | | |/ /
| | * | changeset: 80007:49e4541f2aefGeorg Brandl2012-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parent: 80003:be83cbf4a789 parent: 80006:32df036e6b75 user: Georg Brandl <georg@python.org> date: Sun Oct 28 10:50:11 2012 +0100 summary: merge with 3.3
| * | | Issue #14616: Mention shlex.quote in subprocess docs.Andrew Svetlov2012-10-281-0/+4
| | | | | | | | | | | | | | | | Patch by Chris Rebert.