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
...
*
Allow importlib.__import__ to accept any iterable for fromlist. Discovered when
Brett Cannon
2009-08-30
2
-2/+10
*
Provide module docstrings for the two main test drivers in importlib that
Brett Cannon
2009-08-30
2
-2/+11
*
Tweak importlib.test.regrtest to only specify the implicit tests to exclude
Brett Cannon
2009-08-30
1
-4/+6
*
Have importlib raise ImportError if None is found in sys.modules. This matches
Brett Cannon
2009-08-30
2
-5/+20
*
Merged revisions 74581 via svnmerge from
Amaury Forgeot d'Arc
2009-08-29
1
-0/+21
*
Merged revisions 74571 via svnmerge from
Lars Gustäbel
2009-08-28
2
-29/+82
*
Merged revisions 74564 via svnmerge from
Mark Dickinson
2009-08-28
2
-2/+21
*
Add a test file to importlib that runs regrtest using importlib.__import__.
Brett Cannon
2009-08-27
1
-0/+33
*
Add support for a --builtin argument to importlib.test to trigger running
Brett Cannon
2009-08-27
1
-0/+5
*
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
9
-24/+36
*
Make __package__ setting tests specific to importlib. Also move to assertRais...
Brett Cannon
2009-08-27
1
-4/+5
*
Move a test-skipping decorator over to unittest.skipIf.
Brett Cannon
2009-08-27
1
-10/+3
*
Merged revisions 74526 via svnmerge from
Tarek Ziadé
2009-08-20
2
-36/+126
*
Merged revisions 74507-74511,74517 via svnmerge from
Guilherme Polo
2009-08-18
2
-21/+125
*
Merged revisions 74501 via svnmerge from
Tarek Ziadé
2009-08-18
2
-3/+45
*
Merged revisions 74495 via svnmerge from
Tarek Ziadé
2009-08-17
1
-16/+20
*
Merged revisions 74493 via svnmerge from
Tarek Ziadé
2009-08-17
2
-8/+10
*
Merged revisions 74479 via svnmerge from
Gregory P. Smith
2009-08-16
1
-33/+33
*
Merged revisions 74477 via svnmerge from
Frank Wierzbicki
2009-08-16
1
-0/+19
*
Merged revisions 74475 via svnmerge from
Gregory P. Smith
2009-08-16
2
-2/+11
*
Fixing Issue6711 - macurl2path has typos that raise AttributeError
Senthil Kumaran
2009-08-16
1
-3/+3
*
Merged revisions 74457 via svnmerge from
Benjamin Peterson
2009-08-15
1
-0/+1
*
Merged revisions 74446-74449 via svnmerge from
Guilherme Polo
2009-08-14
6
-150/+71
*
Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right ...
Brett Cannon
2009-08-13
1
-1/+20
*
#6126: fix pdb stepping and breakpoints by giving the executed code the corre...
Georg Brandl
2009-08-13
1
-2/+3
*
Merged revisions 74336 via svnmerge from
Antoine Pitrou
2009-08-06
1
-0/+20
*
Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop.
Mark Dickinson
2009-08-06
2
-4/+11
*
Issue 5449: Fix io.BytesIO to not accept arbitrary keywords
Alexandre Vassalotti
2009-08-04
1
-0/+5
*
Merged revisions 74312 via svnmerge from
Mark Dickinson
2009-08-04
1
-0/+3
*
Issue 6637: defaultdict.copy() failed with an empty factory.
Raymond Hettinger
2009-08-04
1
-0/+7
*
Merged revisions 74291 via svnmerge from
Frank Wierzbicki
2009-08-02
1
-0/+116
*
Issues #2715, #6621: Remove unused and undefined references to FSSpec
Mark Dickinson
2009-08-02
1
-13/+0
*
Merged revisions 74285 via svnmerge from
Mark Dickinson
2009-08-02
1
-4/+0
*
Issue #6595: Allow Decimal constructor to accept non-European decimal digits,...
Mark Dickinson
2009-08-02
2
-20/+19
*
Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from
Alexandre Vassalotti
2009-07-29
2
-12/+15
*
Merged revisions 74245 via svnmerge from
Amaury Forgeot d'Arc
2009-07-28
2
-1/+14
*
Issue #6561: '\d' in a regular expression should match only Unicode
Mark Dickinson
2009-07-28
1
-0/+21
*
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Raymond Hettinger
2009-07-27
1
-0/+4
*
- fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT
Jack Diederich
2009-07-26
2
-1/+47
*
Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.
Senthil Kumaran
2009-07-25
3
-3/+59
*
Specialize assertTrue checks when possible.
Alexandre Vassalotti
2009-07-22
1
-64/+61
*
Use assertGreater instead of assertTrue(x > y).
Alexandre Vassalotti
2009-07-22
1
-1/+1
*
Clean up test_curses.
Alexandre Vassalotti
2009-07-22
1
-5/+6
*
Issue 6542: Make sure that TestInvalidFD.test_closerange does not
R. David Murray
2009-07-22
1
-1/+12
*
Merged revisions 74167 via svnmerge from
Georg Brandl
2009-07-22
1
-0/+5
*
Merged revisions 74163 via svnmerge from
Tarek Ziadé
2009-07-22
1
-4/+5
*
Use unittest.SkipTest to skip tests in test_threading.
Alexandre Vassalotti
2009-07-22
1
-21/+11
*
Remove erroneous print statement.
Alexandre Vassalotti
2009-07-22
1
-3/+3
*
Only skip test_nis on Solaris.
Alexandre Vassalotti
2009-07-22
1
-1/+3
*
Issue #6218: Make io.BytesIO and io.StringIO picklable.
Alexandre Vassalotti
2009-07-22
2
-9/+150
[prev]
[next]