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 #9369: The types of `char*` arguments of PyObject_CallFunction() and
Serhiy Storchaka
2013-05-29
6
-22/+42
*
Merge 3.3.
Stefan Krah
2013-05-29
5
-16/+64
|
\
|
*
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah
2013-05-29
5
-16/+64
*
|
merge from 3.3
Senthil Kumaran
2013-05-29
3
-0/+17
|
\
\
|
|
/
|
*
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
Senthil Kumaran
2013-05-29
3
-0/+17
*
|
Merge with 3.3
Terry Jan Reedy
2013-05-29
2
-8/+8
|
\
\
|
|
/
|
*
Issue #15392: Do not run tests if threading/_thread not available. Otherwise
Terry Jan Reedy
2013-05-29
2
-8/+8
*
|
#1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer
Andrew Kuchling
2013-05-29
1
-1/+23
*
|
Issue #18080: merge from 3.3
Ned Deily
2013-05-28
3
-4/+47
|
\
\
|
|
/
|
*
Issue #18080: When building a C extension module on OS X, if the compiler
Ned Deily
2013-05-28
3
-4/+47
*
|
Undo a recommendation as load_module() methods might be called directly
Brett Cannon
2013-05-28
1
-5/+1
*
|
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon
2013-05-28
6
-3474/+3451
*
|
Clarify some documentation
Brett Cannon
2013-05-28
1
-31/+17
*
|
Update importlib.h
Brett Cannon
2013-05-28
1
-2676/+2675
*
|
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon
2013-05-28
6
-3333/+3500
*
|
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
Serhiy Storchaka
2013-05-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
Serhiy Storchaka
2013-05-28
1
-1/+1
*
|
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
3
-0/+20
|
\
\
|
|
/
|
*
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
3
-0/+20
*
|
Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
Serhiy Storchaka
2013-05-28
1
-0/+4
|
\
\
|
|
/
|
*
Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
Serhiy Storchaka
2013-05-28
1
-0/+4
*
|
Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced.
Serhiy Storchaka
2013-05-28
1
-1/+1
*
|
Move some Misc/NEWS entries to correct place.
Serhiy Storchaka
2013-05-28
1
-7/+7
*
|
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka
2013-05-28
4
-5/+11
|
\
\
|
|
/
|
*
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka
2013-05-28
4
-5/+11
*
|
Issue #18079: Fix a typo in the tutorial.
Serhiy Storchaka
2013-05-28
1
-2/+2
|
\
\
|
|
/
|
*
Issue #18079: Fix a typo in the tutorial.
Serhiy Storchaka
2013-05-28
1
-2/+2
*
|
Merge with 3.3
Jason R. Coombs
2013-05-28
1
-1/+1
|
\
\
|
|
/
|
*
Use simple call to os.symlink for broken link (intended for previous commit)
Jason R. Coombs
2013-05-28
1
-1/+1
*
|
Merge with 3.3
Jason R. Coombs
2013-05-28
3
-13/+168
|
\
\
|
|
/
|
*
Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...
Jason R. Coombs
2013-05-28
4
-13/+173
*
|
Merge with 3.3
Terry Jan Reedy
2013-05-28
9
-2/+118
|
\
\
|
|
/
|
*
Issue #15392: Create a unittest framework for IDLE.
Terry Jan Reedy
2013-05-28
9
-2/+118
*
|
NEWS entry for issue #18072
Brett Cannon
2013-05-28
1
-0/+3
*
|
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
Brett Cannon
2013-05-28
3
-17/+121
*
|
grammar
Benjamin Peterson
2013-05-27
1
-3/+3
*
|
don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c...
Benjamin Peterson
2013-05-27
4
-14/+71
*
|
Fix typo in embedding doc and update examples to 3.4.
Ned Deily
2013-05-27
1
-4/+4
|
\
\
|
|
/
|
*
Fix typo in embedding doc and update examples to 3.3.
Ned Deily
2013-05-27
1
-4/+4
*
|
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
Brett Cannon
2013-05-26
4
-15/+66
*
|
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
Antoine Pitrou
2013-05-25
1
-5/+5
|
\
\
|
|
/
|
*
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
Antoine Pitrou
2013-05-25
1
-5/+5
*
|
Mention issue #16832 in Misc/NEWS
Łukasz Langa
2013-05-25
1
-1/+4
*
|
Fix #16832 - expose cache validity checking support in ABCMeta
Łukasz Langa
2013-05-25
3
-0/+34
*
|
merge
Brett Cannon
2013-05-25
1
-1/+5
|
\
\
|
|
/
|
*
Mention __cached__ in the import ref.
Brett Cannon
2013-05-25
1
-1/+5
*
|
merge
Brett Cannon
2013-05-25
1
-1/+1
|
\
\
|
|
/
|
*
Add a missing parenthesis.
Brett Cannon
2013-05-25
1
-1/+1
*
|
merge
Brett Cannon
2013-05-25
1
-3/+8
|
\
\
|
|
/
|
*
Various tweaks to importlib docs.
Brett Cannon
2013-05-25
1
-3/+8
[next]