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
*
Added Misc/NEWS entry for PEP 378.
Eric Smith
2009-04-03
1
-0/+2
*
os.path.listdir -> os.listdir
Benjamin Peterson
2009-04-03
1
-1/+1
*
update NEWS
Benjamin Peterson
2009-04-03
1
-0/+2
*
Py_BuildValue's 'c' code should use byte strings #5666
Benjamin Peterson
2009-04-03
4
-7/+11
*
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith
2009-04-03
10
-88/+190
*
Removed mixed tabs and whitespace.
Eric Smith
2009-04-03
1
-96/+96
*
Make http.server main program nicer for interactive use.
Alexandre Vassalotti
2009-04-03
1
-4/+6
*
Undocument the existence of the memo attribute and its main use-case.
Alexandre Vassalotti
2009-04-03
1
-71/+0
*
Optimize slicing of bytes and bytearray by avoiding useless copying.
Alexandre Vassalotti
2009-04-03
2
-12/+10
*
Emphasize that Unpickler.memo is not necessarily a dict.
Alexandre Vassalotti
2009-04-03
1
-2/+3
*
Add more examples in pickle documentation.
Alexandre Vassalotti
2009-04-03
1
-27/+79
*
Remove old reference to cPickle.
Alexandre Vassalotti
2009-04-03
1
-9/+6
*
Fix typo.
Raymond Hettinger
2009-04-03
1
-2/+2
*
Update a comment about why the __module__ can sometime be NULL.
Alexandre Vassalotti
2009-04-03
1
-3/+6
*
Localize the function lookup in timeit.
Raymond Hettinger
2009-04-03
1
-2/+2
*
Update docs for namedtuple's renaming change.
Raymond Hettinger
2009-04-02
1
-1/+1
*
Have namedtuple's field renamer assign names that
Raymond Hettinger
2009-04-02
2
-7/+7
*
Blocked revisions 71070 via svnmerge
Antoine Pitrou
2009-04-02
0
-0/+0
*
In 3k this becomes an items() call.
R. David Murray
2009-04-02
3
-1/+10
*
A fix for Brett's fix for his fix. I think we got it right this time.
R. David Murray
2009-04-02
0
-0/+0
*
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
[next]