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
...
*
A fix for the fix for the svnmerge metadata.
Brett Cannon
2009-04-02
0
-0/+0
*
r71034 somehow deleted all of the metadata for svnmerge. This is my attempt t...
Brett Cannon
2009-04-02
0
-0/+0
*
Rewrap some long lines.
Mark Dickinson
2009-04-02
1
-2/+4
*
importlib.test.source.test_abc_loader was making a bad assumption that all file
Brett Cannon
2009-04-02
1
-16/+21
*
Make a test in importlib have a more robust test value.
Brett Cannon
2009-04-02
1
-1/+1
*
Give a more informative message on an importlib test upon failure.
Brett Cannon
2009-04-02
1
-1/+3
*
Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat
Hye-Shik Chang
2009-04-02
3
-1/+9
*
Check that on a platform that is expected to have a case-insensitive filesystem
Brett Cannon
2009-04-02
1
-1/+8
*
Clarify that datetime strftime does not produce leap seconds and datetime
R. David Murray
2009-04-02
1
-2/+6
*
Merged revisions 71031 via svnmerge from
Brett Cannon
2009-04-02
3
-4/+4
*
Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...
Senthil Kumaran
2009-04-02
2
-5/+5
*
First batch of signature documentation changes; using default argument syntax...
Georg Brandl
2009-04-02
7
-18/+19
*
remove unused variable
Benjamin Peterson
2009-04-02
1
-1/+0
*
rewrite error handling to make sense
Benjamin Peterson
2009-04-02
1
-3/+7
*
fix ref leaks
Benjamin Peterson
2009-04-02
1
-0/+2
*
add io and _pyio to test___all__
Benjamin Peterson
2009-04-02
1
-0/+2
*
Merged revisions 71014 via svnmerge from
Benjamin Peterson
2009-04-02
1
-4/+4
*
add SEEK_ constants to _pyio
Benjamin Peterson
2009-04-02
1
-0/+1
*
make 'c' only accept bytes and 'C' only unicode #5499
Benjamin Peterson
2009-04-02
4
-14/+15
*
fix markup
Benjamin Peterson
2009-04-02
1
-4/+3
*
Explain a little about the explanation.
Brett Cannon
2009-04-01
1
-0/+5
*
Add a meta path importer example.
Brett Cannon
2009-04-01
1
-7/+98
*
#5656: detect correct encoding of files when reporting coverage in trace.py, ...
Georg Brandl
2009-04-01
3
-11/+23
*
Merged revisions 70997 via svnmerge from
R. David Murray
2009-04-01
1
-0/+13
*
Merged revisions 70992,70995 via svnmerge from
Benjamin Peterson
2009-04-01
2
-4/+16
*
Add link to an alternative generator with a long-period.
Raymond Hettinger
2009-04-01
1
-0/+4
*
Merged revisions 70953 via svnmerge from
Jesse Noller
2009-04-01
1
-0/+3
*
Add some clarification to the importlib docs.
Brett Cannon
2009-04-01
1
-4/+8
*
barry has already been causing test breakage
Benjamin Peterson
2009-04-01
1
-0/+1
*
Merged revisions 70979 via svnmerge from
Brett Cannon
2009-04-01
1
-8/+8
*
Fix for issue5040. Adding support for unicode message passing and tests for u...
Senthil Kumaran
2009-04-01
3
-13/+44
*
Merged revisions 70975 via svnmerge from
Brett Cannon
2009-04-01
1
-22/+24
*
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger
2009-04-01
3
-4/+30
*
Merged revisions 70965 via svnmerge from
Brett Cannon
2009-04-01
3
-16/+67
*
Remove redundant import of tkinter.
R. David Murray
2009-04-01
1
-3/+0
*
Merged revisions 70956 via svnmerge from
Brett Cannon
2009-04-01
2
-14/+15
*
#5636: fix next -> __next__ in csv reader docs.
Georg Brandl
2009-04-01
3
-8/+9
*
Fix typo in configure line that caused the build installer
Ronald Oussoren
2009-04-01
1
-1/+1
*
Allow skipping of regression tests not supported on windows. This reduces no...
Kristján Valur Jónsson
2009-04-01
7
-9/+13
*
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon
2009-04-01
13
-121/+168
*
#5624: _winreg is winreg in Python 3.
Georg Brandl
2009-04-01
4
-14/+16
*
Merged revisions 70940 via svnmerge
Georg Brandl
2009-04-01
1
-1/+5
*
Merged revisions 70931 via svnmerge from
Jack Diederich
2009-04-01
4
-2/+64
*
Merged revisions 70936 via svnmerge from
R. David Murray
2009-04-01
4
-8/+35
*
Rip out a useless method that the superclass implements properly.
Brett Cannon
2009-04-01
1
-19/+0
*
An HTTPResponse is, by its nature, readable.
Jeremy Hylton
2009-04-01
1
-0/+3
*
Merged revisions 70930 via svnmerge from
R. David Murray
2009-03-31
1
-9/+4
*
Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge
R. David Murray
2009-03-31
30
-67/+124
*
fix TextIOWrapper.read() when the buffer is not readable #5628
Benjamin Peterson
2009-03-31
4
-0/+15
*
Improve examples for collections.deque()
Raymond Hettinger
2009-03-31
1
-25/+23
[prev]
[next]