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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25558: Use compile-time asserts.
Serhiy Storchaka
2015-11-07
4
-6/+7
*
Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.
Serhiy Storchaka
2015-11-05
1
-4/+2
*
Neaten-up the inner-loop logic.
Raymond Hettinger
2015-11-04
1
-3/+3
*
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
2
-3/+3
|
\
|
*
Issue #25523: Further a-to-an corrections new in 3.5.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
2
-2/+2
|
|
\
|
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
2
-2/+2
*
|
|
Minor cleanup.
Raymond Hettinger
2015-11-02
1
-1/+1
*
|
|
merge
Raymond Hettinger
2015-11-02
14
-27/+27
|
\
\
\
|
*
\
\
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter
2015-11-02
14
-27/+27
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #25523: Further a-to-an corrections new in 3.5
Martin Panter
2015-11-02
1
-1/+1
|
|
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
13
-26/+26
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
13
-26/+26
*
|
|
|
Move the initial start-search out of the main loop so it can be factored-out ...
Raymond Hettinger
2015-11-02
1
-16/+27
|
/
/
/
*
|
|
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
Serhiy Storchaka
2015-10-24
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
Serhiy Storchaka
2015-10-24
1
-0/+7
*
|
|
Removed unused parameter
Raymond Hettinger
2015-10-23
1
-10/+10
*
|
|
Only update the state variable once per iteration.
Raymond Hettinger
2015-10-20
1
-4/+8
*
|
|
Issue #25414: Remove unnecessary tests that can never succeed.
Raymond Hettinger
2015-10-17
1
-15/+1
*
|
|
Remove old Todo entry that isn't going to happen.
Raymond Hettinger
2015-10-16
1
-6/+0
*
|
|
Rewrap comment.
Raymond Hettinger
2015-10-15
1
-4/+4
*
|
|
Use unsigned division
Raymond Hettinger
2015-10-15
1
-1/+1
*
|
|
Improve variable names and constant expressions
Raymond Hettinger
2015-10-15
1
-9/+11
*
|
|
Refactor binascii.rledecode_hqx()
Victor Stinner
2015-10-14
1
-28/+25
*
|
|
Issue #25384: Fix binascii.rledecode_hqx()
Victor Stinner
2015-10-14
1
-4/+7
*
|
|
Issue #25384: Use _PyBytesWriter API in binascii
Victor Stinner
2015-10-13
1
-111/+83
*
|
|
Merge 3.5 (sys.setrecursionlimit)
Victor Stinner
2015-10-12
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-12
1
-0/+10
|
*
|
Close #24784: Fix compilation without thread support
Victor Stinner
2015-10-11
2
-2/+12
*
|
|
Issue #25353: Optimize unicode escape and raw unicode escape encoders to use
Victor Stinner
2015-10-12
1
-20/+24
*
|
|
Minor fixup. maxlen is already known.
Raymond Hettinger
2015-10-12
1
-2/+2
*
|
|
Refactor the deque trim logic to eliminate the two separate trim functions.
Raymond Hettinger
2015-10-12
1
-25/+14
*
|
|
Hoist the deque->maxlen lookup out of the inner-loop.
Raymond Hettinger
2015-10-11
1
-6/+10
*
|
|
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner
2015-10-11
2
-15/+23
*
|
|
Close #24784: Fix compilation without thread support
Victor Stinner
2015-10-11
2
-2/+12
*
|
|
Minor tweak. Make the maxlen comparisons a little more clear and consistent.
Raymond Hettinger
2015-10-11
1
-6/+6
*
|
|
merge 3.5 (#25371)
Benjamin Peterson
2015-10-11
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
merge 3.4 (#25371)
Benjamin Peterson
2015-10-11
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
add a missing comma (closes #25371)
Benjamin Peterson
2015-10-11
1
-2/+2
*
|
|
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
Serhiy Storchaka
2015-10-10
1
-10/+68
*
|
|
Issue #22413: Merge StringIO doc from 3.5
Martin Panter
2015-10-10
2
-5/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #22413: Remove comment made out of date by Argument Clinic
Martin Panter
2015-10-10
1
-4/+2
|
*
|
Issue #22413: Merge StringIO doc from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+6
|
|
\
\
|
|
|
/
|
|
*
Issue #22413: Document newline effect on StringIO initializer and getvalue
Martin Panter
2015-10-10
1
-1/+6
*
|
|
Merge typo fixes from 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
1
-1/+1
|
*
|
Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6
Raymond Hettinger
2015-10-07
1
-1/+5
*
|
|
Eliminate unnecessary test
Raymond Hettinger
2015-10-06
1
-1/+1
*
|
|
Factor out common iterator finalization code
Raymond Hettinger
2015-10-03
1
-25/+20
[next]