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
*
Split combined code/doctest code blocks in two blocks, to enable proper highl...
Georg Brandl
2011-05-01
1
-0/+4
*
Merge #11971: fix man page; it's -OO not -O0
R David Murray
2011-05-01
1
-2/+2
|
\
|
*
Merge #11971: fix man page; it's -OO not -O0
R David Murray
2011-05-01
1
-2/+2
|
|
\
|
|
*
#11971: fix man page; it's -OO not -O0
R David Murray
2011-05-01
1
-2/+2
*
|
|
Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
Victor Stinner
2011-04-30
2
-7/+5
*
|
|
Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray
2011-04-30
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray
2011-04-30
3
-3/+3
|
|
\
\
|
|
|
/
|
|
*
#11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray
2011-04-30
3
-3/+3
*
|
|
Merge #11883: replace incorrect call to sendmail with correct call to send_me...
R David Murray
2011-04-30
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#11883: replace incorrect call to sendmail with correct call to send_message
R David Murray
2011-04-30
1
-1/+1
*
|
|
Fix test.
Ezio Melotti
2011-04-30
1
-1/+1
*
|
|
Improved test coverage.
Vinay Sajip
2011-04-30
1
-4/+105
*
|
|
Updated usage of boolean values.
Vinay Sajip
2011-04-30
1
-7/+7
*
|
|
Updated usage of boolean values.
Vinay Sajip
2011-04-30
1
-5/+5
*
|
|
Merge #11901: post-commit review fixes per Georg Brandl
R David Murray
2011-04-30
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Merge #11901: post-commit review fixes per Georg Brandl
R David Murray
2011-04-30
1
-7/+7
|
|
\
\
|
|
|
/
|
|
*
#11901: post-commit review fixes per Georg Brandl
R David Murray
2011-04-30
1
-7/+7
*
|
|
merge 3.2
Benjamin Peterson
2011-04-30
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.1
Benjamin Peterson
2011-04-30
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
fix function name in example (closes #11966)
Benjamin Peterson
2011-04-30
1
-1/+1
*
|
|
Fix indentation.
Georg Brandl
2011-04-30
1
-2/+2
*
|
|
Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch
Victor Stinner
2011-04-30
6
-6/+262
*
|
|
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner
2011-04-30
13
-108/+119
*
|
|
Merge 3.2: ignore commits (already done in 3.3 previously)
Victor Stinner
2011-04-30
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
5
-15/+43
|
*
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-26
1
-1/+1
*
|
|
Merged mentions of issues #11324 and #11858.
Łukasz Langa
2011-04-30
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Mentioned issues #11324 and #11858.
Łukasz Langa
2011-04-30
1
-0/+5
*
|
|
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin
2011-04-30
1
-3/+107
|
\
\
\
|
|
/
/
|
*
|
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin
2011-04-30
1
-3/+107
|
|
\
\
|
|
|
/
|
|
*
whitespace...
Brian Curtin
2011-04-30
1
-3/+3
|
|
*
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin
2011-04-30
1
-3/+98
*
|
|
Wrap the correct test with the skip decorator for the issue10761.
Senthil Kumaran
2011-04-29
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
merge from 3.1
Senthil Kumaran
2011-04-29
1
-1/+2
|
|
\
\
|
|
|
/
|
|
*
Wrap the testskip decorator for the proper test to resolve bb failure.
Senthil Kumaran
2011-04-29
1
-1/+1
*
|
|
whitespace fix
Brian Curtin
2011-04-29
1
-1/+1
*
|
|
merge
Brian Curtin
2011-04-29
1
-2/+9
|
\
\
\
|
|
/
/
|
*
|
merge
Brian Curtin
2011-04-29
1
-2/+9
|
|
\
\
|
|
|
/
|
|
*
Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the
Brian Curtin
2011-04-29
1
-2/+9
*
|
|
Merged minor cleanups from 3.2.
Łukasz Langa
2011-04-29
2
-3/+1
|
\
\
\
|
|
/
/
|
*
|
Removed debugging leftovers.
Łukasz Langa
2011-04-29
1
-2/+0
|
*
|
__class__ of a __class__ check worked only by chance.
Łukasz Langa
2011-04-29
1
-1/+1
*
|
|
Small grammar fix.
Georg Brandl
2011-04-29
1
-2/+2
*
|
|
Empty merge for TestChainMap tweaks in 3.2
Łukasz Langa
2011-04-29
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
TestChainMap was not previously used. Minor corrections applied.
Łukasz Langa
2011-04-29
1
-8/+8
*
|
|
#11952: merge with 3.2.
Ezio Melotti
2011-04-29
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#11952: merge with 3.1.
Ezio Melotti
2011-04-29
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#11952: Fix typo in multiprocessing doc.
Ezio Melotti
2011-04-29
1
-1/+1
*
|
|
Merge
Antoine Pitrou
2011-04-28
1
-1/+4
|
\
\
\
|
*
|
|
Implement #11832. Add an option to start regrtest and wait for input
Brian Curtin
2011-04-28
1
-1/+4
[next]