summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-011-0/+5
|\
| * Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-011-0/+5
* | Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-011-0/+2
|\ \ | |/
| * Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-011-0/+2
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-0/+3
* | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-0/+3
|\ \ | |/
| * Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-0/+3
* | Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-301-0/+3
* | Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-301-0/+5
|\ \ | |/
| * Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-301-0/+5
* | Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-281-0/+2
|\ \ | |/
| * Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-281-0/+2
* | Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-2/+5
|\ \ | |/
| * Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+3
* | Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 bySerhiy Storchaka2014-05-281-0/+3
* | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-281-0/+3
|\ \ | |/
| * Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-281-0/+3
* | Issue #18807: Merged fix from 3.4.Vinay Sajip2014-05-281-0/+4
|\ \ | |/
| * Issue #18807: If copying (no symlinks) specified for a venv, then the python ...Vinay Sajip2014-05-281-0/+4
| * Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-261-0/+3
| * Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-261-0/+3
| * Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-261-0/+3
* | Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-0/+1
* | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by...Raymond Hettinger2014-05-261-0/+1
* | Issue 21137: Better repr for threading.Lock()Raymond Hettinger2014-05-261-0/+3
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+2
|\ \ | |/
| * Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+2
| * Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-231-0/+6
* | Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-252-0/+4
* | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins...Antoine Pitrou2014-05-241-0/+1
* | Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Addre...Antoine Pitrou2014-05-231-0/+3
* | Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+3
|\ \ | |/
| * Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+6
* | Move NEWS entry to correct place.Serhiy Storchaka2014-05-231-6/+3
* | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-231-0/+6
|\ \ | |/
| * Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-231-0/+6
* | Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-0/+5
|\ \ | |/
| * Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-0/+14
* | Merge with 3.4Terry Jan Reedy2014-05-231-0/+1
|\ \ | |/
| * Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-0/+1
| * Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-181-1/+1
| * Merge.Larry Hastings2014-05-182-1/+53
| |\
| * | Post-release version bump for 3.4.1rc1. Sorry it's late!Larry Hastings2014-05-181-0/+12
| * | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-041-1/+1
* | | Issue #21455: Add a default backlog to socket.listen().Charles-François Natali2014-05-221-0/+2
* | | Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.Serhiy Storchaka2014-05-211-0/+2
* | | merge 3.4 (#10744)Benjamin Peterson2014-05-171-0/+3
|\ \ \ | | |/ | |/|
| * | support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-0/+3
| * | Issue #21488: Oops, the patch for codecs.encode/decode doc was written byVictor Stinner2014-05-141-1/+0
* | | Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-0/+2