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
...
|
*
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
|
|
*
|
Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030
Martin Panter
2016-06-12
1
-2/+3
|
*
|
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
3
-4/+25
|
*
|
|
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
7
-107/+121
|
|
/
/
|
*
|
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Martin Panter
2016-06-12
3
-3/+8
*
|
|
Post-release fixups for Python 3.5.2rc1.
Larry Hastings
2016-06-13
2
-2/+14
*
|
|
Added tag v3.5.2rc1 for changeset 68feec6488b2
Larry Hastings
2016-06-12
1
-0/+1
*
|
|
Updated header for README for 3.5.2rc1.
v3.5.2rc1
Larry Hastings
2016-06-12
1
-2/+2
*
|
|
Release bump for 3.5.2rc1.
Larry Hastings
2016-06-12
3
-6/+6
*
|
|
Regenerated pydoc topics for 3.5.2rc1.
Larry Hastings
2016-06-12
1
-20/+20
|
/
/
*
|
Issue #24136: Document generalized unpacking, PEP 448
Martin Panter
2016-06-12
5
-30/+66
*
|
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa
2016-06-12
3
-4/+81
*
|
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
Łukasz Langa
2016-06-11
2
-2/+3
*
|
merge 3.4 (#26556)
Benjamin Peterson
2016-06-11
4
-6/+26
|
\
\
|
|
/
|
*
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson
2016-06-11
4
-6/+26
*
|
merge 3.4
Benjamin Peterson
2016-06-11
2
-0/+8
|
\
\
|
|
/
|
*
raise an error when STARTTLS fails
Benjamin Peterson
2016-06-11
2
-0/+8
*
|
Fix typo and silence a Sphinx warning in Doc/glossary.rst
Berker Peksag
2016-06-11
1
-1/+1
*
|
Silence 'make suspicious' warnings
Berker Peksag
2016-06-11
1
-3/+3
*
|
Issue #21386: Implement missing IPv4Address.is_global property
Berker Peksag
2016-06-11
3
-0/+13
*
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
224
-136/+539
*
|
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
Yury Selivanov
2016-06-11
3
-1/+35
*
|
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov
2016-06-11
3
-18/+29
*
|
Issue #5124: NEWS entries.
Terry Jan Reedy
2016-06-11
2
-0/+8
[prev]
[next]