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
*
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
*
|
Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
Terry Jan Reedy
2016-06-14
1
-2/+6
*
|
Issue #22636: Handle OSError from subprocess, e.g. if command not found
Martin Panter
2016-06-14
1
-19/+35
*
|
Issue #22636: avoid using a shell in the ctypes.util module
Martin Panter
2016-06-14
3
-44/+85
*
|
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Martin Panter
2016-06-14
3
-42/+235
*
|
Issue #27310: remove vestigial import in IDLE.app
Ned Deily
2016-06-14
1
-2/+0
*
|
Issue #27136: Change test to use ::1 for better OS X Tiger compatibility
Martin Panter
2016-06-13
1
-4/+4
*
|
Issue #27306: Fix typo in tarfile documentation
Berker Peksag
2016-06-13
1
-7/+7
*
|
Replace more boilerplate code with modern unittest features in sqlite3 tests
Berker Peksag
2016-06-13
3
-13/+6
*
|
Forward-merge from 3.4 to 3.5.
Larry Hastings
2016-06-13
1
-0/+1
|
\
\
|
|
/
|
*
Added tag v3.4.5rc1 for changeset 3631bb4a2490
Larry Hastings
2016-06-12
1
-0/+1
|
*
Release bump for 3.4.5rc1.
v3.4.5rc1
Larry Hastings
2016-06-12
3
-9/+9
|
*
Regenerate pydoc topics for 3.4.5rc1.
Larry Hastings
2016-06-12
1
-2/+2
*
|
Merge 3.5.2rc1 with current 3.5 branch.
Larry Hastings
2016-06-13
28
-424/+370
|
\
\
|
*
|
Modernize sqlite3 tests
Berker Peksag
2016-06-12
6
-257/+62
|
*
|
Fix typo in _sqlite/module.h
Berker Peksag
2016-06-12
1
-1/+1
|
*
|
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3/+2
|
*
|
Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib
Berker Peksag
2016-06-12
1
-1/+2
|
*
|
Issue #25455: Clean up reference loops created in tests for recursive
Serhiy Storchaka
2016-06-12
1
-12/+36
|
*
|
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Berker Peksag
2016-06-12
3
-0/+13
|
*
|
Issue #27188: Fix various sqlite3 documentation errors
Berker Peksag
2016-06-12
2
-18/+31
|
*
|
Use exc role for ValueError in multiprocessing.rst
Berker Peksag
2016-06-12
1
-1/+1
|
*
|
Issue #27221: Delete an outdated paragraph about pickle support of Process
Berker Peksag
2016-06-12
1
-6/+1
|
*
|
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
3
-18/+61
|
*
|
Merge heads
Serhiy Storchaka
2016-06-12
4
-6/+7
|
|
\
\
|
|
*
|
Fix typos and English grammar in documentation and code comment
Martin Panter
2016-06-12
3
-4/+4
[next]