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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bump version to 3.1a2
Benjamin Peterson
2009-04-04
2
-2/+2
*
Merged revisions 70723 via svnmerge from
Kurt B. Kaiser
2009-04-04
2
-4/+15
*
Convert print to Py3
Kurt B. Kaiser
2009-04-04
1
-1/+2
*
Merged revisions 71023 via svnmerge from
Kurt B. Kaiser
2009-04-04
2
-3/+9
*
Patch for Py3k with fallback for comparing unsortable sequences in
Michael Foord
2009-04-04
2
-5/+25
*
Skip test_recursionlimit_fatalerror under Windows because it generates an ann...
Antoine Pitrou
2009-04-04
1
-0/+3
*
must provide this method
Benjamin Peterson
2009-04-04
1
-0/+3
*
#5391 make mmap work exclusively with bytes
Benjamin Peterson
2009-04-04
1
-26/+20
*
fix name
Benjamin Peterson
2009-04-04
1
-1/+1
*
mark dictionary assertElementsSame test as an expected failure
Benjamin Peterson
2009-04-04
1
-0/+3
*
fix test_unittest
Benjamin Peterson
2009-04-04
1
-2/+2
*
Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from
Benjamin Peterson
2009-04-04
4
-112/+1131
*
Fix test_memoryio under Windows
Antoine Pitrou
2009-04-04
1
-0/+4
*
Replace the localized min/max calls with normal if/else
Raymond Hettinger
2009-04-04
1
-4/+4
*
Update documentation for csv module to reflect changes in code,
R. David Murray
2009-04-04
1
-1/+1
*
fix name again
Benjamin Peterson
2009-04-04
1
-1/+1
*
fix name
Benjamin Peterson
2009-04-04
1
-1/+1
*
fix this test
Benjamin Peterson
2009-04-03
1
-4/+4
*
fix naming
Benjamin Peterson
2009-04-03
1
-3/+3
*
os.path.listdir -> os.listdir
Benjamin Peterson
2009-04-03
1
-1/+1
*
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith
2009-04-03
1
-0/+11
*
Make http.server main program nicer for interactive use.
Alexandre Vassalotti
2009-04-03
1
-4/+6
*
Localize the function lookup in timeit.
Raymond Hettinger
2009-04-03
1
-2/+2
*
Have namedtuple's field renamer assign names that
Raymond Hettinger
2009-04-02
2
-7/+7
*
In 3k this becomes an items() call.
R. David Murray
2009-04-02
2
-1/+7
*
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
1
-0/+4
*
Check that on a platform that is expected to have a case-insensitive filesystem
Brett Cannon
2009-04-02
1
-1/+8
*
Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...
Senthil Kumaran
2009-04-02
2
-5/+5
*
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
1
-3/+3
*
#5656: detect correct encoding of files when reporting coverage in trace.py, ...
Georg Brandl
2009-04-01
2
-11/+20
*
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
1
-1/+7
*
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
2
-4/+28
*
Merged revisions 70965 via svnmerge from
Brett Cannon
2009-04-01
1
-0/+35
*
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
1
-14/+11
*
#5636: fix next -> __next__ in csv reader docs.
Georg Brandl
2009-04-01
2
-2/+6
*
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
2
-0/+32
*
#5624: _winreg is winreg in Python 3.
Georg Brandl
2009-04-01
2
-10/+10
[next]