summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-262-1/+21
* Issue #22115: Fixed tracing Tkinter variables.Serhiy Storchaka2016-06-263-7/+65
* post 2.7.12 versionBenjamin Peterson2016-06-251-1/+1
* merge 2.7.12 release branchBenjamin Peterson2016-06-253-3/+6
|\
| * Added tag v2.7.12 for changeset d33e0cf91556Benjamin Peterson2016-06-251-0/+1
| * 2.7.12 finalv2.7.12Benjamin Peterson2016-06-252-3/+5
* | Adds scripts for building nuget packages.Steve Dower2016-06-244-0/+288
* | array.buffer_info() should return a length as int, not long, for compatibility.Serhiy Storchaka2016-06-241-1/+1
* | Issue #27365: Add blank lines. to 2.7 test_editmenuTerry Jan Reedy2016-06-231-0/+2
* | Fixed integer overflow and handled MemoryError in array.buffer_info().Serhiy Storchaka2016-06-231-3/+15
* | Issue #27370: Use t for an iterable in mutable sequence opsMartin Panter2016-06-231-3/+3
* | Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list.Senthil Kumaran2016-06-221-1/+1
* | merge 2.7.12 release branchBenjamin Peterson2016-06-224-1/+67
|\ \ | |/
| * fix idle about dialog #27365Benjamin Peterson2016-06-224-1/+64
| * Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-156-5/+14
* | Issue #22463: Cure unused function warnings on AIXMartin Panter2016-06-222-2/+6
* | Issue #22463: Correct #endif placement; patch by Senthil KumaranMartin Panter2016-06-221-1/+1
* | Issue #22463: Backport compiler warning fixes and workaroundsMartin Panter2016-06-2114-23/+32
* | Fix English spelling and grammar errorsMartin Panter2016-06-203-10/+9
* | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-184-5/+59
* | Issue #24314: Add links for general attributes like __name__, __dict__Martin Panter2016-06-1814-67/+72
* | Issue #22636: Avoid using a shell in the ctypes.util moduleVictor Stinner2014-10-163-46/+92
* | ctypes: the type of b_size is Py_ssize_t.Serhiy Storchaka2016-06-171-4/+4
* | Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-164-11/+37
* | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-156-5/+10
* | Issue #27301: Fixed incorrect return code for error in compile.c.Serhiy Storchaka2016-06-151-1/+1
* | Docs: add html-stable autobuild variantGeorg Brandl2016-06-151-1/+7
* | Issue #12855: Document what exactly unicode.splitlines() splits onMartin Panter2016-06-011-4/+59
* | Issue #27238: Got rid of bare excepts in the turtle module. Original patchSerhiy Storchaka2016-06-143-9/+13
* | Issue #26386: Fixed ttk.TreeView selection operations with item id'sSerhiy Storchaka2016-06-143-2/+65
* | Issue #16182: Backport documentation of set_pre_input_hook() availabilityMartin Panter2016-06-141-1/+2
* | Issue #27245: IDLE: Cleanly delete custom themes and key bindings.Terry Jan Reedy2016-06-141-2/+6
* | Issue #27310: remove vestigial import in IDLE.appNed Deily2016-06-141-2/+0
* | Issue #15657: Delete incorrect statement from PyMethodDef documentationBerker Peksag2016-06-121-3/+2
* | Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-9/+24
* | Rename class attribute "thetype" to "partial" in functools.partial testsSerhiy Storchaka2016-06-121-34/+34
* | Issue #25455: Backported tests for pickling recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+20
* | Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.Serhiy Storchaka2016-06-122-9/+21
* | Fix typo in documentationMartin Panter2016-06-121-1/+1
* | Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030Martin Panter2016-06-121-2/+3
* | #16484: Change PYTHONDOCS to "https:", and fix links to use lowercaseMartin Panter2016-06-125-9/+32
* | Issue #16484: PYTHONDOCS still uses “http:” in Python 2Martin Panter2016-06-121-1/+1
* | off to 2.7.13Benjamin Peterson2016-06-112-1/+13
|/
* Added tag v2.7.12rc1 for changeset 13912cd1e7e8Benjamin Peterson2016-06-111-0/+1
* 2.7.12 release candidate 1v2.7.12rc1Benjamin Peterson2016-06-113-8/+8
* update pydoc topicsBenjamin Peterson2016-06-111-80/+13324
* upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-114-6/+26
* Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.Terry Jan Reedy2016-06-111-1/+1
* raise an error when STARTTLS failsBenjamin Peterson2016-06-112-0/+8
* Issue #5124: NEWS entries.Terry Jan Reedy2016-06-112-0/+9