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 #22413: Merge StringIO doc from 3.5
Martin Panter
2015-10-10
3
-9/+20
|
\
|
*
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
2
-5/+18
|
|
\
|
|
*
Issue #22413: Document newline effect on StringIO initializer and getvalue
Martin Panter
2015-10-10
2
-5/+18
*
|
|
Issue #24402: Merge potential test fix from 3.5
Martin Panter
2015-10-10
1
-45/+48
|
\
\
\
|
|
/
/
|
*
|
Issue #24402: Merge potential test fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-45/+48
|
|
\
\
|
|
|
/
|
|
*
Issue #24402: Factor out PtyTests.run_child() in input() tests
Martin Panter
2015-10-10
1
-45/+48
*
|
|
Issue #24402: Merge input() fix from 3.5
Martin Panter
2015-10-10
3
-77/+119
|
\
\
\
|
|
/
/
|
*
|
Issue #24402: Merge input() fix from 3.4 into 3.5
Martin Panter
2015-10-10
3
-77/+116
|
|
\
\
|
|
|
/
|
|
*
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
Martin Panter
2015-10-10
3
-77/+116
*
|
|
Closes #25344: Merged fix from 3.5.
Vinay Sajip
2015-10-09
1
-0/+137
|
\
\
\
|
|
/
/
|
*
|
Closes #25344: Merged fix from 3.4.
Vinay Sajip
2015-10-09
1
-0/+137
|
|
\
\
|
|
|
/
|
|
*
Closes #25344: Added cookbook recipe to show buffering of logging events.
Vinay Sajip
2015-10-09
1
-0/+137
*
|
|
Merge for issue #25099
Brett Cannon
2015-10-09
2
-4/+35
|
\
\
\
|
|
/
/
|
*
|
Issue #25099: Skip relevant tests in test_compileall when an entry on
Brett Cannon
2015-10-09
2
-4/+35
*
|
|
Issue #25349: Add fast path for b'%c' % int
Victor Stinner
2015-10-09
2
-10/+17
*
|
|
Issue #25349: Optimize bytes % int
Victor Stinner
2015-10-09
3
-27/+136
*
|
|
Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check.
R David Murray
2015-10-09
3
-2/+11
|
\
\
\
|
|
/
/
|
*
|
#25328: add missing raise keyword in decode_data+SMTPUTF8 check.
R David Murray
2015-10-09
3
-2/+11
*
|
|
Optimize error handlers of ASCII and Latin1 encoders when the replacement
Victor Stinner
2015-10-09
2
-43/+47
*
|
|
Add _PyBytesWriter_WriteBytes() to factorize the code
Victor Stinner
2015-10-09
4
-16/+35
*
|
|
_PyBytesWriter: simplify code to avoid "prealloc" parameters
Victor Stinner
2015-10-09
3
-47/+47
*
|
|
_PyBytesWriter: rename size attribute to min_size
Victor Stinner
2015-10-09
2
-9/+10
*
|
|
Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API
Victor Stinner
2015-10-09
2
-59/+130
*
|
|
Hoist constant expression out of the inner loop.
Raymond Hettinger
2015-10-09
1
-3/+3
*
|
|
Make comparison more consistent
Raymond Hettinger
2015-10-09
1
-1/+1
*
|
|
Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer).
Raymond Hettinger
2015-10-09
1
-0/+12
*
|
|
Issue #25318: cleanup code _PyBytesWriter
Victor Stinner
2015-10-09
2
-19/+19
*
|
|
Issue #25318: Fix backslashreplace()
Victor Stinner
2015-10-09
1
-1/+1
*
|
|
Issue #25318: Avoid sprintf() in backslashreplace()
Victor Stinner
2015-10-09
2
-9/+22
*
|
|
Issue #25318: Fix compilation error
Victor Stinner
2015-10-09
1
-1/+1
*
|
|
Issue #25318: Move _PyBytesWriter to bytesobject.c
Victor Stinner
2015-10-08
3
-210/+245
*
|
|
Optimize backslashreplace error handler
Victor Stinner
2015-10-08
2
-51/+160
*
|
|
Issue #25318: Add _PyBytesWriter API
Victor Stinner
2015-10-08
3
-133/+269
*
|
|
Fix missing import in libregrtest.
Steve Dower
2015-10-08
1
-0/+1
*
|
|
Merge from 3.5
Steve Dower
2015-10-08
2
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #25089: Adds logging to installer for case where launcher is not select...
Steve Dower
2015-10-08
2
-0/+10
*
|
|
Merge from 3.5
Steve Dower
2015-10-08
2
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Removes deprecated -n option from buildbot script.
Steve Dower
2015-10-08
1
-1/+1
|
*
|
Issue #23919: Prevents assert dialogs appearing in the test suite.
Steve Dower
2015-10-08
2
-2/+13
*
|
|
Issue #23919: Prevents assert dialogs appearing in the test suite.
Steve Dower
2015-10-08
2
-3/+13
*
|
|
Sort module names in whatsnew/3.6.rst
Berker Peksag
2015-10-08
1
-11/+12
*
|
|
Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate
Berker Peksag
2015-10-08
6
-26/+147
*
|
|
Issue #16802: Document fileno parameter of socket.socket()
Berker Peksag
2015-10-08
1
-1/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #16802: Document fileno parameter of socket.socket()
Berker Peksag
2015-10-08
1
-1/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #16802: Document fileno parameter of socket.socket()
Berker Peksag
2015-10-08
1
-1/+5
*
|
|
One more typo in a comment
Martin Panter
2015-10-07
1
-1/+1
*
|
|
Merge typo fixes from 3.5
Martin Panter
2015-10-07
10
-12/+12
|
\
\
\
|
|
/
/
|
*
|
More typos in 3.5 documentation and comments
Martin Panter
2015-10-07
4
-6/+6
|
*
|
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
9
-9/+9
|
|
\
\
|
|
|
/
[next]