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 #21059: Temporary measure to make the Windows buildbots useful again.
Zachary Ware
2014-04-08
2
-0/+6
*
fix reference leaks in the translate fast path (closes #21175)
Benjamin Peterson
2014-04-08
1
-14/+8
*
merge 3.4 (#21174)
Benjamin Peterson
2014-04-07
1
-1/+1
|
\
|
*
fix verb (closes #21174)
Benjamin Peterson
2014-04-07
1
-1/+1
*
|
(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
Victor Stinner
2014-04-07
4
-0/+37
|
\
\
|
|
/
|
*
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
Victor Stinner
2014-04-07
3
-0/+18
|
*
asyncio: Document Task.cancel() properly.
Victor Stinner
2014-04-07
1
-0/+19
*
|
merge from 3.4
Senthil Kumaran
2014-04-06
1
-2/+2
|
\
\
|
|
/
|
*
merge from 3.3
Senthil Kumaran
2014-04-06
1
-2/+2
|
|
\
|
|
*
minor docfix (reported at docs@python.org) trace.py argument is --count not -...
Senthil Kumaran
2014-04-06
1
-2/+2
*
|
|
Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the
Victor Stinner
2014-04-05
1
-1/+1
*
|
|
Issue #21118: Optimize also str.translate() for ASCII => ASCII deletion
Victor Stinner
2014-04-05
1
-19/+29
*
|
|
Issue #21118: Add unit test for invalid character replacement (code point hig...
Victor Stinner
2014-04-05
2
-10/+18
*
|
|
Issue #21118: Optimize str.translate() for ASCII => ASCII translation
Victor Stinner
2014-04-05
1
-1/+120
*
|
|
Issue #21118: Add more unit tests on str.translate()
Victor Stinner
2014-04-04
1
-0/+20
*
|
|
Issue #21118: Remove unused variable
Victor Stinner
2014-04-04
1
-1/+0
*
|
|
Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...
Mark Dickinson
2014-04-05
3
-10/+19
*
|
|
Null merge with Python 3.4
Victor Stinner
2014-04-04
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner
2014-04-04
1
-1/+1
*
|
|
Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify and
Victor Stinner
2014-04-04
1
-171/+95
*
|
|
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner
2014-04-04
1
-1/+1
*
|
|
merge 3.4 (#21128)
Benjamin Peterson
2014-04-04
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
make temporary read-only files writable, so rmtree can remove them (#21128)
Benjamin Peterson
2014-04-04
1
-0/+3
*
|
|
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon
2014-04-04
5
-1/+266
*
|
|
update Misc/NEWS
Giampaolo Rodola'
2014-04-04
1
-0/+3
*
|
|
Issue #21076: sigpending() is not available on Windows
Victor Stinner
2014-04-04
1
-4/+5
*
|
|
Finish up signal -> _signal change
Brett Cannon
2014-04-04
1
-1/+1
*
|
|
Issue #21076: the C signal module has been renamed to _signal
Victor Stinner
2014-04-04
1
-1/+1
*
|
|
merge along w/ fix for issue #2107 (commit c9239171e429)
Brett Cannon
2014-04-04
7
-9/+139
|
\
\
\
|
*
\
\
merge 3.4
Benjamin Peterson
2014-04-04
0
-0/+0
|
|
\
\
\
|
*
|
|
|
fix #21076: turn signal module constants into enums
Giampaolo Rodola'
2014-04-04
7
-8/+138
*
|
|
|
|
merge of fix for issue #20942
Brett Cannon
2014-04-04
3
-32/+63
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon
2014-04-04
3
-32/+63
|
|
/
/
|
*
|
merge 3.3
Benjamin Peterson
2014-04-04
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
merge 3.2
Benjamin Peterson
2014-04-04
0
-0/+0
|
|
|
\
|
|
|
*
fix versionchanged version
Benjamin Peterson
2014-04-04
1
-2/+2
*
|
|
|
Issue #20636: Improved the repr of Tkinter widgets.
Serhiy Storchaka
2014-04-04
4
-1/+13
*
|
|
|
Issue #19505: The items, keys, and values views of OrderedDict now support
Serhiy Storchaka
2014-04-04
4
-3/+41
*
|
|
|
Closes #21149: Improved thread-safety in logging cleanup during interpreter s...
Vinay Sajip
2014-04-04
2
-8/+12
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...
Vinay Sajip
2014-04-04
2
-8/+12
*
|
|
|
merge
Raymond Hettinger
2014-04-03
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue 21143: Fix typo in docs for max().
Raymond Hettinger
2014-04-03
1
-1/+1
*
|
|
|
merge 3.4 (#21135)
Benjamin Peterson
2014-04-03
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
remove unused argument (closes #21135)
Benjamin Peterson
2014-04-03
1
-1/+1
*
|
|
|
Issue #20375: Clarify ET's parsing of comments and processing instructions.
Eli Bendersky
2014-04-03
1
-0/+22
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20375: Clarify ET's parsing of comments and processing instructions.
Eli Bendersky
2014-04-03
1
-0/+22
*
|
|
|
merge 3.4
Benjamin Peterson
2014-04-02
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
make sure to test UnicodeEncodeError, too
Benjamin Peterson
2014-04-02
1
-1/+1
*
|
|
|
merge 3.4 (#21134)
Benjamin Peterson
2014-04-02
3
-0/+21
|
\
\
\
\
|
|
/
/
/
|
*
|
|
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
3
-0/+21
[next]