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 #18916: Update thread module docstrings
Berker Peksag
2016-05-02
1
-3/+4
|
\
|
*
Issue #18916: Update thread module docstrings
Berker Peksag
2016-05-02
1
-3/+4
*
|
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka
2016-05-01
2
-3/+3
|
\
\
|
|
/
|
*
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka
2016-05-01
2
-3/+3
*
|
issue26893: use mro() to examine class heirarchy
Ethan Furman
2016-05-01
2
-1/+14
|
\
\
|
|
/
|
*
issue26893: use mro() to examine class heirarchy
Ethan Furman
2016-05-01
2
-1/+14
*
|
Issue #26711: Fixed the comparison of plistlib.Data with other types.
Serhiy Storchaka
2016-05-01
3
-5/+7
|
\
\
|
|
/
|
*
Issue #26711: Fixed the comparison of plistlib.Data with other types.
Serhiy Storchaka
2016-05-01
3
-5/+7
*
|
Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
Serhiy Storchaka
2016-05-01
1
-2/+2
|
\
\
|
|
/
|
*
Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
Serhiy Storchaka
2016-05-01
1
-2/+2
*
|
Issue #26898: Fix typo in math.isclose() docstring
Berker Peksag
2016-05-01
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26898: Fix typo in math.isclose() docstring
Berker Peksag
2016-05-01
1
-1/+1
*
|
Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
Berker Peksag
2016-05-01
1
-3/+3
|
\
\
|
|
/
|
*
Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
Berker Peksag
2016-05-01
1
-3/+3
*
|
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
Meador Inge
2016-05-01
2
-0/+7
|
\
\
|
|
/
|
*
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
Meador Inge
2016-05-01
2
-0/+7
*
|
Issue #26864: Merge no_proxy fixes from 3.5
Martin Panter
2016-04-30
3
-2/+24
|
\
\
|
|
/
|
*
Issue #26864: Fix case insensitivity and suffix comparison with no_proxy
Martin Panter
2016-04-30
3
-2/+24
*
|
Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works
Berker Peksag
2016-04-29
1
-0/+11
*
|
Issue #25551: Test condition behavior instead of its internals
Berker Peksag
2016-04-29
1
-4/+5
|
\
\
|
|
/
|
*
Issue #25551: Test condition behavior instead of its internals
Berker Peksag
2016-04-29
1
-4/+5
*
|
Fix typos. Reported by andportnoy on GitHub.
Berker Peksag
2016-04-29
2
-2/+2
*
|
Issue #24902: Print server URL on http.server startup
Berker Peksag
2016-04-29
2
-1/+5
*
|
Issue #26322: Document typing.Set, patch by Joseph Moran
Berker Peksag
2016-04-29
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26322: Document typing.Set, patch by Joseph Moran
Berker Peksag
2016-04-29
1
-2/+2
*
|
Removed unused initialization and the uninteresting comment.
Raymond Hettinger
2016-04-29
1
-2/+1
*
|
Issue #26880: Removed redundant checks in set.__init__.
Serhiy Storchaka
2016-04-29
1
-3/+1
*
|
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
Serhiy Storchaka
2016-04-29
1
-3/+3
|
\
\
|
|
/
|
*
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
Serhiy Storchaka
2016-04-29
1
-3/+3
*
|
Closes #26875: Merge with 3.5
Zachary Ware
2016-04-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26875: Fix mmap example
Zachary Ware
2016-04-28
1
-1/+1
*
|
Closes #26874: Merge with 3.5
Zachary Ware
2016-04-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26874: Simplify the divmod docstring
Zachary Ware
2016-04-28
1
-1/+1
*
|
Closes #26874: Merge with 3.5
Zachary Ware
2016-04-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26874: Fix divmod docstring
Zachary Ware
2016-04-28
1
-1/+1
*
|
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Serhiy Storchaka
2016-04-27
6
-6/+40
*
|
fileinput.hook_encoded() uses builtin open(), not codecs.open().
Serhiy Storchaka
2016-04-27
1
-1/+1
|
\
\
|
|
/
|
*
fileinput.hook_encoded() uses builtin open(), not codecs.open().
Serhiy Storchaka
2016-04-27
1
-1/+1
*
|
Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android.
Stefan Krah
2016-04-26
1
-1/+7
*
|
Issue #26854: Android has a different include path for soundcard.h.
Stefan Krah
2016-04-26
1
-0/+4
*
|
Issue #26846: Post commit cleanup.
Stefan Krah
2016-04-26
2
-2/+1
*
|
Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.
Stefan Krah
2016-04-26
1
-1/+1
*
|
Issue #20598: Merge argparse docs from 3.5
Martin Panter
2016-04-26
1
-23/+23
|
\
\
|
|
/
|
*
Issue #20598: Replace trivial split() calls with lists in argparse docs
Martin Panter
2016-04-26
1
-23/+23
*
|
Issue #25349, #26249: Fix memleak in formatfloat()
Victor Stinner
2016-04-26
1
-0/+1
*
|
Issue #20306: Android is the only system that returns NULL for the pw_passwd
Stefan Krah
2016-04-26
1
-1/+1
*
|
merge
Raymond Hettinger
2016-04-26
1
-1/+5
|
\
\
|
|
/
|
*
Issue #24715: Improve sort stability example
Raymond Hettinger
2016-04-26
1
-1/+5
*
|
Issue #16394: Note the tee() pure python equivalent is only a rough approxim...
Raymond Hettinger
2016-04-26
1
-1/+4
*
|
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
Serhiy Storchaka
2016-04-26
3
-0/+18
|
\
\
|
|
/
[next]