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
...
*
Merged revisions 74708 via svnmerge from
Mark Dickinson
2009-09-07
2
-3/+7
*
Merged revisions 74704 via svnmerge from
Mark Dickinson
2009-09-07
2
-1/+4
*
Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but
Ronald Oussoren
2009-09-06
1
-1/+13
*
Merged revisions 74673 via svnmerge from
Mark Dickinson
2009-09-06
1
-0/+2
*
Issue 6239: ctypes.c_char_p return value must return bytes.
Thomas Heller
2009-09-04
13
-56/+56
*
Remove the just-removed "help" from __all__.
Georg Brandl
2009-09-04
2
-2/+2
*
Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...
Chris Withers
2009-09-04
1
-12/+9
*
Recorded merge of revisions 74650 via svnmerge from
Georg Brandl
2009-09-04
1
-38/+87
*
Turn some comments into docstrings.
Georg Brandl
2009-09-04
1
-20/+16
*
Remove pseudo-end markers from http.cookies.
Georg Brandl
2009-09-04
1
-22/+1
*
Remove backwards compatibility stuff from profile/cProfile.
Georg Brandl
2009-09-04
2
-12/+0
*
#5221: fix related topics: SEQUENCEMETHODS[12] doesnt exist any more.
Georg Brandl
2009-09-04
1
-6/+6
*
Merged revisions 74640 via svnmerge from
Brett Cannon
2009-09-03
1
-1/+7
*
Rework importlib benchmarks so that they measure number of executions within a
Brett Cannon
2009-09-03
1
-51/+52
*
- apply issue 6582 to test all the write methods of telnetlib
Jack Diederich
2009-09-03
1
-5/+59
*
Use true booleans and a bit more PEP8.
Georg Brandl
2009-09-02
1
-9/+9
*
Use true kwonly arg instead of **kwds hackaround.
Georg Brandl
2009-09-02
1
-14/+2
*
Clarify why test_import is failing under importlib.
Brett Cannon
2009-08-30
1
-2/+3
*
Loosen an exception test in test_import to not require an explicit message bu...
Brett Cannon
2009-08-30
1
-2/+1
*
Trying to import a submodule from another module and not a package was raising
Brett Cannon
2009-08-30
3
-4/+11
*
test_pep3120 is no longer a problem for importlib as the test was tweaked.
Brett Cannon
2009-08-30
1
-1/+0
*
Make the exception message check for malformed UTF-8 source looser so that Sy...
Brett Cannon
2009-08-30
1
-1/+2
*
When the globals argument to importlib.__import__() contained any value for
Brett Cannon
2009-08-30
2
-11/+17
*
Turn on verbose2 for importlib.test.regrtest so as to see failures when they ...
Brett Cannon
2009-08-30
1
-2/+1
*
Raise TypeError if the name given to importlib.__import__() lacks an rpartition
Brett Cannon
2009-08-30
3
-1/+24
*
Fix the importlib_only test decorator to work again; don't capture the flag v...
Brett Cannon
2009-08-30
1
-1/+3
*
Use the public API, not a private one.
Brett Cannon
2009-08-30
1
-1/+1
*
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
[prev]
[next]