index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
2
-1/+21
*
Issue #22115: Fixed tracing Tkinter variables.
Serhiy Storchaka
2016-06-26
3
-7/+65
*
post 2.7.12 version
Benjamin Peterson
2016-06-25
1
-1/+1
*
merge 2.7.12 release branch
Benjamin Peterson
2016-06-25
3
-3/+6
|
\
|
*
Added tag v2.7.12 for changeset d33e0cf91556
Benjamin Peterson
2016-06-25
1
-0/+1
|
*
2.7.12 final
v2.7.12
Benjamin Peterson
2016-06-25
2
-3/+5
*
|
Adds scripts for building nuget packages.
Steve Dower
2016-06-24
4
-0/+288
*
|
array.buffer_info() should return a length as int, not long, for compatibility.
Serhiy Storchaka
2016-06-24
1
-1/+1
*
|
Issue #27365: Add blank lines. to 2.7 test_editmenu
Terry Jan Reedy
2016-06-23
1
-0/+2
*
|
Fixed integer overflow and handled MemoryError in array.buffer_info().
Serhiy Storchaka
2016-06-23
1
-3/+15
*
|
Issue #27370: Use t for an iterable in mutable sequence ops
Martin Panter
2016-06-23
1
-3/+3
*
|
Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list.
Senthil Kumaran
2016-06-22
1
-1/+1
*
|
merge 2.7.12 release branch
Benjamin Peterson
2016-06-22
4
-1/+67
|
\
\
|
|
/
|
*
fix idle about dialog #27365
Benjamin Peterson
2016-06-22
4
-1/+64
|
*
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Zachary Ware
2016-06-15
6
-5/+14
*
|
Issue #22463: Cure unused function warnings on AIX
Martin Panter
2016-06-22
2
-2/+6
*
|
Issue #22463: Correct #endif placement; patch by Senthil Kumaran
Martin Panter
2016-06-22
1
-1/+1
*
|
Issue #22463: Backport compiler warning fixes and workarounds
Martin Panter
2016-06-21
14
-23/+32
*
|
Fix English spelling and grammar errors
Martin Panter
2016-06-20
3
-10/+9
*
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
4
-5/+59
*
|
Issue #24314: Add links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
14
-67/+72
*
|
Issue #22636: Avoid using a shell in the ctypes.util module
Victor Stinner
2014-10-16
3
-46/+92
*
|
ctypes: the type of b_size is Py_ssize_t.
Serhiy Storchaka
2016-06-17
1
-4/+4
*
|
Issue #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka
2016-06-16
4
-11/+37
*
|
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Zachary Ware
2016-06-15
6
-5/+10
*
|
Issue #27301: Fixed incorrect return code for error in compile.c.
Serhiy Storchaka
2016-06-15
1
-1/+1
*
|
Docs: add html-stable autobuild variant
Georg Brandl
2016-06-15
1
-1/+7
*
|
Issue #12855: Document what exactly unicode.splitlines() splits on
Martin Panter
2016-06-01
1
-4/+59
*
|
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka
2016-06-14
3
-9/+13
*
|
Issue #26386: Fixed ttk.TreeView selection operations with item id's
Serhiy Storchaka
2016-06-14
3
-2/+65
*
|
Issue #16182: Backport documentation of set_pre_input_hook() availability
Martin Panter
2016-06-14
1
-1/+2
*
|
Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
Terry Jan Reedy
2016-06-14
1
-2/+6
*
|
Issue #27310: remove vestigial import in IDLE.app
Ned Deily
2016-06-14
1
-2/+0
*
|
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3/+2
*
|
Issue #25455: Clean up reference loops created in tests for recursive
Serhiy Storchaka
2016-06-12
1
-9/+24
*
|
Rename class attribute "thetype" to "partial" in functools.partial tests
Serhiy Storchaka
2016-06-12
1
-34/+34
*
|
Issue #25455: Backported tests for pickling recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
1
-0/+20
*
|
Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
2
-9/+21
*
|
Fix typo in documentation
Martin Panter
2016-06-12
1
-1/+1
*
|
Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030
Martin Panter
2016-06-12
1
-2/+3
*
|
#16484: Change PYTHONDOCS to "https:", and fix links to use lowercase
Martin Panter
2016-06-12
5
-9/+32
*
|
Issue #16484: PYTHONDOCS still uses “http:” in Python 2
Martin Panter
2016-06-12
1
-1/+1
*
|
off to 2.7.13
Benjamin Peterson
2016-06-11
2
-1/+13
|
/
*
Added tag v2.7.12rc1 for changeset 13912cd1e7e8
Benjamin Peterson
2016-06-11
1
-0/+1
*
2.7.12 release candidate 1
v2.7.12rc1
Benjamin Peterson
2016-06-11
3
-8/+8
*
update pydoc topics
Benjamin Peterson
2016-06-11
1
-80/+13324
*
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson
2016-06-11
4
-6/+26
*
Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.
Terry Jan Reedy
2016-06-11
1
-1/+1
*
raise an error when STARTTLS fails
Benjamin Peterson
2016-06-11
2
-0/+8
*
Issue #5124: NEWS entries.
Terry Jan Reedy
2016-06-11
2
-0/+9
[prev]
[next]