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
*
test for set literals
Benjamin Peterson
2010-07-11
1
-0/+1
*
Allow set literals in literal_eval().
Georg Brandl
2010-07-11
1
-0/+2
*
Fix for issue 9164
Ronald Oussoren
2010-07-11
1
-2/+1
*
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
*
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
2
-2/+11
*
#1434090: properly append child in expatbuilder doctype handler.
Georg Brandl
2010-07-10
1
-1/+1
*
#3071: tell how many values were expected when unpacking too many.
Georg Brandl
2010-07-10
1
-3/+3
*
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
*
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
1
-0/+5
*
Re-flow several long lines from #1578269.
Brian Curtin
2010-07-09
5
-11/+18
*
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
*
OverflowError is fine
Benjamin Peterson
2010-07-09
1
-1/+2
*
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
R. David Murray
2010-07-09
2
-1/+19
*
use assert method
Benjamin Peterson
2010-07-09
1
-1/+1
*
fix repr of complicated structseqs #9206
Benjamin Peterson
2010-07-08
1
-1/+9
*
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
13
-253/+609
*
Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.
Mark Dickinson
2010-07-08
1
-13/+31
*
Fix misplaced exactness check that was causing unnecessary work in Decimal.__...
Mark Dickinson
2010-07-08
1
-3/+4
*
Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.
Mark Dickinson
2010-07-08
2
-6/+21
*
Issue #8605: Skip test_gdb if Python is compiled with optimizations.
Antoine Pitrou
2010-07-08
1
-0/+10
*
In test_decimal, convert heuristic for skipping tests into an explicit skiplist.
Mark Dickinson
2010-07-08
1
-41/+35
*
ValueError in this case is also acceptable
Benjamin Peterson
2010-07-07
1
-4/+8
*
don't ignore exceptions from PyObject_IsTrue
Benjamin Peterson
2010-07-07
1
-0/+6
*
this needn't be in the loop
Benjamin Peterson
2010-07-07
1
-2/+2
*
Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.
Mark Dickinson
2010-07-07
2
-8/+72
*
Issue #9000: datetime.timezone objects now have eval-friendly repr.
Alexander Belopolsky
2010-07-06
1
-0/+9
*
Fix test_xmlrpc_net to no longer fail since there are no more buildbots for t...
Brett Cannon
2010-07-05
1
-1/+1
*
Added two more test cases for datetime
Alexander Belopolsky
2010-07-05
1
-0/+6
*
looking up on the type is correct, so this isn't an XXX
Benjamin Peterson
2010-07-05
1
-7/+0
*
Added more tests for utctimetuple()
Alexander Belopolsky
2010-07-05
1
-1/+21
*
pydoc still has a silly encoding
Benjamin Peterson
2010-07-05
1
-1/+1
*
Revert -r82559; it's not clear that this is the right thing to do, and the c...
Mark Dickinson
2010-07-04
1
-2/+3
*
Re-encode shlex.py in UTF-8, and remove coding cookie.
Mark Dickinson
2010-07-04
1
-3/+2
*
Remove coding cookie from heapq.py.
Mark Dickinson
2010-07-04
1
-3/+1
*
Issue #9130: Validate ellipsis tokens in relative imports.
Mark Dickinson
2010-07-04
1
-0/+6
*
Fix symbol numbers in test_parser test.
Mark Dickinson
2010-07-04
1
-8/+8
*
Issue #9130: Fix validation of relative imports in parser module.
Mark Dickinson
2010-07-04
1
-0/+20
*
Issue #9118: help(None) will now return NoneType doc instead of
Alexander Belopolsky
2010-07-04
1
-2/+3
*
Merged revisions 81478,82530-82531 via svnmerge from
Benjamin Peterson
2010-07-04
2
-2/+9
*
Issue #9128: Fix validation of class decorators in parser module.
Mark Dickinson
2010-07-04
1
-0/+7
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
2
-27/+38
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
3
-1/+32
[next]