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
*
Issue #27186: add Include/osmodule.h to the proper build rules
Brett Cannon
2016-06-12
3
-2/+7
*
Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.
Terry Jan Reedy
2016-06-12
3
-16/+53
*
Merge from 3.5
Berker Peksag
2016-06-12
6
-257/+62
|
\
|
*
Modernize sqlite3 tests
Berker Peksag
2016-06-12
6
-257/+62
*
|
Issue #27186: skip bytes path test for os.scandir() on Windows
Brett Cannon
2016-06-12
1
-0/+1
*
|
Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in _sqlite/module.h
Berker Peksag
2016-06-12
1
-1/+1
*
|
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
13
-4150/+4090
*
|
Comment fixes extracted from patch by Demur Rumed.
Serhiy Storchaka
2016-06-12
3
-108/+104
*
|
Issue #15657: Null merge from 3.5
Berker Peksag
2016-06-12
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3/+2
*
|
Issue #27289: Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+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 #25455: Clean up reference loops created in tests for recursive
Serhiy Storchaka
2016-06-12
1
-12/+36
*
|
Issue #27190: Merge from 3.5
Berker Peksag
2016-06-12
3
-0/+13
|
\
\
|
|
/
|
*
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Berker Peksag
2016-06-12
3
-0/+13
*
|
Issue #27188: Merge from 3.5
Berker Peksag
2016-06-12
2
-18/+31
|
\
\
|
|
/
|
*
Issue #27188: Fix various sqlite3 documentation errors
Berker Peksag
2016-06-12
2
-18/+31
*
|
Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+1
|
\
\
|
|
/
|
*
Use exc role for ValueError in multiprocessing.rst
Berker Peksag
2016-06-12
1
-1/+1
*
|
Issue #27221: Merge from 3.5
Berker Peksag
2016-06-12
1
-6/+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
|
\
\
|
|
/
|
*
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
3
-18/+61
*
|
Null merge
Serhiy Storchaka
2016-06-12
0
-0/+0
|
\
\
|
|
/
|
*
Merge heads
Serhiy Storchaka
2016-06-12
4
-6/+7
|
|
\
*
|
\
Merge heads
Serhiy Storchaka
2016-06-12
5
-10/+11
|
\
\
\
|
*
|
|
Add grammatical article to “an ASCII letter”
Martin Panter
2016-06-12
2
-4/+4
|
*
|
|
Merge typo fixes from 3.5
Martin Panter
2016-06-12
3
-4/+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix typos and English grammar in documentation and code comment
Martin Panter
2016-06-12
3
-4/+4
|
*
|
|
Issue #27030: Merge RE fix from 3.5
Martin Panter
2016-06-12
1
-2/+3
|
|
\
\
\
|
|
|
/
/
|
|
*
|
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 #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
-105/+119
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
7
-107/+121
|
|
/
*
|
Issue #16484: Merge pydoc Windows fixes from 3.5
Martin Panter
2016-06-12
3
-3/+8
|
\
\
|
|
/
|
*
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Martin Panter
2016-06-12
3
-3/+8
*
|
Drop unused import
Martin Panter
2016-06-12
1
-1/+0
*
|
Issue #24136: Adjust f-strings doc for interable unpacking
Martin Panter
2016-06-12
1
-1/+2
*
|
Issue #24136: Merge unpacking doc from 3.5
Martin Panter
2016-06-12
5
-30/+66
|
\
\
|
|
/
|
*
Issue #24136: Document generalized unpacking, PEP 448
Martin Panter
2016-06-12
5
-30/+66
*
|
merge heads
Łukasz Langa
2016-06-12
1
-1/+3
|
\
\
|
*
|
Clarify that md5 is in the algorithms_guaranteed list despite what
Gregory P. Smith
2016-06-12
1
-1/+3
*
|
|
Merge 3.5, issue #14209
Łukasz Langa
2016-06-12
3
-4/+81
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa
2016-06-12
3
-4/+81
*
|
merge heads
Gregory P. Smith
2016-06-12
2
-2/+3
|
\
\
|
*
\
Merge 3.5, issue #27194
Łukasz Langa
2016-06-11
2
-2/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
Łukasz Langa
2016-06-11
2
-2/+3
[next]