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 #8974: fix print calls in msgfmt.py.
Martin v. Löwis
2010-07-11
2
-3/+3
*
Issue #9165: Add math.isfinite and cmath.isfinite.
Mark Dickinson
2010-07-11
7
-0/+61
*
test for set literals
Benjamin Peterson
2010-07-11
1
-0/+1
*
Issue #7616: Fix copying of overlapping memoryview slices with the Intel
Antoine Pitrou
2010-07-11
2
-11/+6
*
#9223: link to Command class reference, and move Command interface docs neare...
Georg Brandl
2010-07-11
2
-78/+82
*
#7935: cross-reference to ast.literal_eval() from eval() docs.
Georg Brandl
2010-07-11
1
-0/+3
*
Allow set literals in literal_eval().
Georg Brandl
2010-07-11
3
-3/+10
*
#9184: fix default value for "buffering" param of open().
Georg Brandl
2010-07-11
2
-2/+2
*
Fix typo.
Georg Brandl
2010-07-11
1
-1/+1
*
#6774: explain shutdown() behavior varying with platform.
Georg Brandl
2010-07-11
1
-1/+3
*
Fix for issue 9164
Ronald Oussoren
2010-07-11
2
-2/+3
*
#3214 followup: add link to ABC entry.
Georg Brandl
2010-07-11
1
-3/+3
*
Silence makeindex.
Georg Brandl
2010-07-11
1
-0/+2
*
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested...
Senthil Kumaran
2010-07-11
1
-9/+2
*
remove unneeded error check
Benjamin Peterson
2010-07-11
1
-8/+0
*
Stricter verification for file based url scheme and reliance on ftp protocol.
Senthil Kumaran
2010-07-11
2
-1/+5
*
ValueError is eventually what we want to move to, I suppose
Benjamin Peterson
2010-07-10
1
-2/+2
*
Add missing docs for re module 'purge' function.
R. David Murray
2010-07-10
1
-0/+5
*
Fix error message for comparing single line strings in unittest.TestCase.asse...
Michael Foord
2010-07-10
2
-3/+23
*
Fix 'refleak' introduced by fnmatch cache purge tests.
R. David Murray
2010-07-10
3
-2/+18
*
#8564: update docs on integrating doctest/unittest with unittest(2) test disc...
Georg Brandl
2010-07-10
1
-8/+6
*
#8456: fix signature of sqlite3.connect().
Georg Brandl
2010-07-10
1
-1/+1
*
#8338: fix outdated class name.
Georg Brandl
2010-07-10
1
-2/+2
*
#1434090: properly append child in expatbuilder doctype handler.
Georg Brandl
2010-07-10
1
-1/+1
*
#3214: improve description of duck-typing in glossary.
Georg Brandl
2010-07-10
1
-3/+3
*
#3071: tell how many values were expected when unpacking too many.
Georg Brandl
2010-07-10
2
-4/+5
*
Emphasize role of count for Pascal string.
Georg Brandl
2010-07-10
1
-11/+9
*
Fix markup.
Georg Brandl
2010-07-10
2
-4/+8
*
Oops. Fix distutils tests that r82746 broke.
Jeffrey Yasskin
2010-07-09
1
-1/+3
*
be more robust across platforms
Benjamin Peterson
2010-07-09
1
-1/+1
*
Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be u...
Mark Dickinson
2010-07-09
1
-0/+2
*
remove SocketIO.__del__; close() can handle it
Benjamin Peterson
2010-07-09
1
-4/+0
*
Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running
Jeffrey Yasskin
2010-07-09
6
-38/+53
*
Re-flow several long lines from #1578269.
Brian Curtin
2010-07-09
6
-22/+41
*
Adding versionchanged to the various Windows os.symlink additions, along
Brian Curtin
2010-07-09
2
-7/+15
*
Fix the breakage of Lib/tarfile.py on non-Windows platforms due to
Brian Curtin
2010-07-09
2
-6/+15
*
wrap
Benjamin Peterson
2010-07-09
1
-1/+2
*
allow more exceptions
Benjamin Peterson
2010-07-09
1
-3/+3
*
Reorder Jason "two O's" Coombs
Brian Curtin
2010-07-09
1
-1/+1
*
OverflowError is fine
Benjamin Peterson
2010-07-09
1
-1/+2
*
Fix sort order mistake in Misc/ACKS.
R. David Murray
2010-07-09
1
-1/+1
*
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
R. David Murray
2010-07-09
4
-1/+22
*
2.7 is now stable.
Georg Brandl
2010-07-09
1
-2/+1
*
use assert method
Benjamin Peterson
2010-07-09
1
-1/+1
*
fix repr of complicated structseqs #9206
Benjamin Peterson
2010-07-08
2
-3/+29
*
assert tuple inheritance
Benjamin Peterson
2010-07-08
1
-0/+1
*
Undo inadvertant checkin.
Brian Curtin
2010-07-08
1
-1/+1
*
Implement #1578269. Patch by Jason R. Coombs.
Brian Curtin
2010-07-08
18
-281/+1167
*
Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.
Mark Dickinson
2010-07-08
2
-13/+35
*
Fix misplaced exactness check that was causing unnecessary work in Decimal.__...
Mark Dickinson
2010-07-08
1
-3/+4
[next]