summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is availableVictor Stinner2014-06-051-0/+2
|
* Merge heads from 3.4.Terry Jan Reedy2014-06-051-0/+2
|\
| * Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-051-0/+2
| |
| * Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.Terry Jan Reedy2014-06-051-0/+2
| |
* | merge from 3.4Terry Jan Reedy2014-06-051-0/+2
| |
* | Merge with 3.4Terry Jan Reedy2014-06-041-0/+5
|\ \ | |/
| * Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-041-0/+5
| |
* | Merge with 3.4Terry Jan Reedy2014-06-031-0/+1
|\ \ | |/
| * Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-0/+1
| |
* | Issue #18492: Merge with 3.4Zachary Ware2014-06-021-0/+3
|\ \ | |/
| * Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-0/+3
| | | | | | | | This changeset also includes cleanup allowed by this behavior change.
* | Issue #21233: Revert bytearray(int) optimization using calloc()Victor Stinner2014-06-021-4/+3
| |
* | (Merge 3.4) Issue #21634: Fix pystone micro-benchmark: use floor divisionVictor Stinner2014-06-021-0/+4
|\ \ | |/ | | | | | | instead of true division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
| * Issue #21634: Fix pystone micro-benchmark: use floor division instead of trueVictor Stinner2014-06-021-1/+5
| | | | | | | | | | division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
* | Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-021-0/+2
|\ \ | |/ | | | | Original patch by Thomas Wouters.
| * Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-021-0/+5
| | | | | | | | Original patch by Thomas Wouters.
* | Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-011-0/+5
|\ \ | |/ | | | | | | | | | | | | | | when we have a way to get an actual list of all open fds from the OS. Fixes issue #21618: The subprocess module would ignore fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed.
| * Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-011-0/+5
| | | | | | | | | | | | | | | | | | when we have a way to get an actual list of all open fds from the OS. Fixes issue #21618: The subprocess module would ignore fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed.
* | 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
| | | | | | | | | | | | Along the way, dismantle importlib._bootstrap._SpecMethods as it was no longer relevant and constructing the new function required partially dismantling the class anyway.
* | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-0/+3
|\ \ | |/ | | | | the tkinter module on 64-bit platforms.
| * Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-0/+3
| | | | | | | | the tkinter module on 64-bit platforms.
* | 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
|\ \ | |/ | | | | | | | | directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools.
| * Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-301-0/+5
| | | | | | | | | | | | directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools.
* | 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
|\ \ | |/ | | | | Claudiu Popa.
| * Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+3
| | | | | | | | Claudiu Popa.
* | Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 bySerhiy Storchaka2014-05-281-0/+3
| | | | | | | | default.
* | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-281-0/+3
|\ \ | |/ | | | | it supports reverse() and negative indices. Original patch by Claudiu Popa.
| * Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-281-0/+3
| | | | | | | | it supports reverse() and negative indices. Original patch by Claudiu Popa.
* | 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
| | | | | | | | interpreter aliases (python, python3) are now created by copying rather than symlinking.
| * Issue #21481: Teach argparse equality tests to return NotImplemented when ↵Raymond Hettinger2014-05-261-0/+3
| | | | | | | | comparing to unknown types.
| * Issue 8743: Improve interoperability between sets and the collections.Set ↵Raymond Hettinger2014-05-261-0/+3
| | | | | | | | abstract base class.
| * 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 ↵Raymond Hettinger2014-05-261-0/+1
| | | | | | | | by James King).
* | 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
| | | | | | | | | | | | raise an exception when a module doesn't exist. Thanks to Pavel Aslanov for the bug report.
* | Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-252-0/+4
| | | | | | | | Patch by Fabrice Aneche and Claudiu Popa.
* | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ↵Antoine Pitrou2014-05-241-0/+1
| | | | | | | | | | | | instead of trying to call time.time() via the C API. Patch by Geoffrey Spear.
* | Issue #21513: Speedup some properties of IP addresses (IPv4Address, ↵Antoine Pitrou2014-05-231-0/+3
| | | | | | | | IPv6Address) such as .is_private or .is_multicast.
* | Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+3
|\ \ | |/ | | | | when reference or offset size is not a power of two.
| * Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+6
| | | | | | | | when reference or offset size is not a power of two.
* | Move NEWS entry to correct place.Serhiy Storchaka2014-05-231-6/+3
| |