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
*
Preinstalls pip into the nuget package so that pip.exe is available after ins...
Steve Dower
2016-06-24
1
-1/+4
*
Adds scripts for producing Nuget packages.
Steve Dower
2016-06-24
4
-12/+103
*
Issue #27381: Remove superfluous paren in zipfile documentation
Berker Peksag
2016-06-24
1
-1/+1
*
Issue #18300: Set TERM='' by default in assert_python_*
Berker Peksag
2016-06-24
2
-15/+13
*
Issue #26547: Remove outdated term dictproxy from vars() documentation
Berker Peksag
2016-06-24
1
-1/+1
*
Issue #27378: Remove an outdated reference from regex HOWTO
Berker Peksag
2016-06-24
1
-3/+1
*
Make PyPIRCCommandTestCase derive from a base class
Berker Peksag
2016-06-24
4
-9/+12
*
Fixed integer overflow in array.buffer_info().
Serhiy Storchaka
2016-06-23
1
-1/+1
*
Issue #27304: Source code links for sub-packages in the same file.
Terry Jan Reedy
2016-06-23
3
-1/+31
*
Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.
Terry Jan Reedy
2016-06-22
3
-0/+58
*
Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
Terry Jan Reedy
2016-06-22
2
-3/+3
*
alter header; '%' really throws latex through a loop
Benjamin Peterson
2016-06-22
1
-2/+2
*
Issue #20120: Add a test case to verify the % char can be used in .pypirc
Berker Peksag
2016-06-20
1
-0/+19
*
Issue #27006: Do not use PyDec_CheckExact() on a type.
Stefan Krah
2016-06-20
1
-1/+1
*
Issue #27006: from_float(): call the subclass' __new__() and __init__().
Stefan Krah
2016-06-20
2
-3/+12
*
Fix spelling errors in code comments
Martin Panter
2016-06-20
2
-3/+3
*
Added more tests for issue #27122.
Serhiy Storchaka
2016-06-20
1
-5/+11
*
Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes.
Serhiy Storchaka
2016-06-19
1
-0/+1
*
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
4
-5/+61
*
Issue #27349: Fix typo in distutils upload command
Berker Peksag
2016-06-18
2
-2/+3
*
issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.
Senthil Kumaran
2016-06-18
1
-1/+5
*
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
6
-1/+62
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
14
-64/+69
*
Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...
Serhiy Storchaka
2016-06-18
2
-10/+5
*
Issue #27048: Prevents distutils failing on Windows when environment variable...
Steve Dower
2016-06-17
3
-4/+23
*
ctypes: the type of b_size is Py_ssize_t.
Serhiy Storchaka
2016-06-17
1
-4/+4
*
py_getrandom(): use long type for the syscall() result
Victor Stinner
2016-06-16
1
-2/+2
*
Issue #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka
2016-06-16
4
-22/+33
*
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Zachary Ware
2016-06-15
4
-3/+4
*
Issue #27327: fix doc typo, noted by Jakub Wilk.
Ned Deily
2016-06-15
1
-1/+1
*
Issue #27301: Fixed incorrect return codes for errors in compile.c.
Serhiy Storchaka
2016-06-15
1
-16/+20
*
Make faq/general.rst gender-inclusive, patch by Sam Hathaway.
Berker Peksag
2016-06-15
1
-1/+1
*
merge with 3.4
Georg Brandl
2016-06-15
1
-1/+8
|
\
|
*
Docs: add html-stable autobuild variant
Georg Brandl
2016-06-15
1
-1/+7
*
|
Issue #27311: Fix ZipFile.writestr data argument name.
Martin Panter
2016-06-15
1
-2/+2
*
|
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka
2016-06-14
3
-9/+13
*
|
issue27122: fix typo in the news file, wrong issue #. not issue27123.
Gregory P. Smith
2016-06-14
1
-1/+1
*
|
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
3
-0/+37
*
|
cleanup random.c
Victor Stinner
2016-06-14
1
-1/+1
*
|
Fix os.urandom() using getrandom() on Linux
Victor Stinner
2016-06-14
2
-1/+5
*
|
Issue #25843: Fix the NEWS entry
Victor Stinner
2016-06-14
1
-1/+1
*
|
Issue #16182: One more check for set_pre_input_hook()
Martin Panter
2016-06-14
1
-1/+1
*
|
Mark tests as skipped when a SQLite version is not supported
Berker Peksag
2016-06-14
4
-16/+9
*
|
Remove empty setUp and tearDown methods from sqlite3 tests
Berker Peksag
2016-06-14
2
-18/+0
*
|
Delete outdated paragraph about OptimizedUnicode again
Berker Peksag
2016-06-14
1
-4/+0
*
|
Issue #26386: Fixed ttk.TreeView selection operations with item id's
Serhiy Storchaka
2016-06-14
3
-1/+57
*
|
Issue #16182: set_pre_input_hook() may not exist; document, and update test
Martin Panter
2016-06-14
2
-9/+20
*
|
merge 3.4
Benjamin Peterson
2016-06-14
2
-4/+4
|
\
\
|
|
/
|
*
sync ordering of stddef.h includes with expat 2.1.1
Benjamin Peterson
2016-06-14
2
-4/+4
*
|
Issue #16182: Attempted workarounds for Apple Editline
Martin Panter
2016-06-14
1
-5/+13
[next]