summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18039: dbm.dump.open() now always creates a new database when theSerhiy Storchaka2014-06-101-0/+3
* Merge 3.4Victor Stinner2014-06-101-0/+4
|\
| * Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-0/+4
* | Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-0/+2
|\ \ | |/
| * Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-0/+2
* | Closes #21256: Printout of keyword args in deterministic order in mock calls.Kushal Das2014-06-091-0/+3
* | Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.Serhiy Storchaka2014-06-091-0/+2
|\ \ | |/
| * Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.Serhiy Storchaka2014-06-091-0/+2
* | backout 0fb7789b5eeb for test breakage (#20578)Benjamin Peterson2014-06-081-2/+0
* | merge 3.4 (#11709)Benjamin Peterson2014-06-081-0/+3
|\ \ | |/
| * make sure the builtin help function doesn't fail when sys.stdin is not a vali...Benjamin Peterson2014-06-081-0/+3
* | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-081-0/+2
* | merge 3.4 (#12063)Benjamin Peterson2014-06-081-0/+1
|\ \ | |/
| * document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+1
* | merge 3.4 (#13223)Benjamin Peterson2014-06-071-0/+3
|\ \ | |/
| * don't remove self from example code in the HTML output (closes #13223)Benjamin Peterson2014-06-071-0/+3
* | merge 3.4 (#21463)Benjamin Peterson2014-06-072-0/+3
|\ \ | |/
| * in ftp cache pruning, avoid changing the size of a dict while iterating over ...Benjamin Peterson2014-06-072-0/+3
* | merge 3.4 (#21404)Benjamin Peterson2014-06-071-0/+1
|\ \ | |/
| * document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+1
* | merge 3.4 (#21642)Benjamin Peterson2014-06-071-0/+4
|\ \ | |/
| * allow the keyword else immediately after (no space) an integer (closes #21642)Benjamin Peterson2014-06-071-0/+4
* | Issue #21671: Merge with 3.4Zachary Ware2014-06-061-2/+6
|\ \ | |/
| * Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-061-0/+6
* | 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
* | 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
|\ \ | |/
| * Issue #21634: Fix pystone micro-benchmark: use floor division instead of trueVictor Stinner2014-06-021-1/+5
* | Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-021-0/+2
|\ \ | |/
| * Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-021-0/+5
* | 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