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
*
Introduce importlib.abc. The module contains various ABCs related to imports
Brett Cannon
2009-03-09
8
-140/+555
*
Remove a dead XXX comment.
Brett Cannon
2009-03-09
1
-1/+0
*
Fix importlib._bootstrap.PyPycLoader.load_module() to better handle
Brett Cannon
2009-03-09
1
-3/+10
*
hack StringIO's repr, so it doesn't give an encoding
Benjamin Peterson
2009-03-09
1
-0/+5
*
give TextIOWrapper a repr that tells you the encoding
Benjamin Peterson
2009-03-09
2
-0/+9
*
Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode.
Brett Cannon
2009-03-09
1
-1/+5
*
Minor changes to Python source base loader.
Brett Cannon
2009-03-08
1
-3/+7
*
Skip case-sensitivity tests for extension modules if _testcapi cannot be found.
Brett Cannon
2009-03-08
1
-0/+2
*
Add notice about strange behaviour of the bigmem tests
Antoine Pitrou
2009-03-07
1
-0/+4
*
Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests
Antoine Pitrou
2009-03-07
2
-278/+395
*
bump version to 3.1a1
v3.1a1
Benjamin Peterson
2009-03-07
2
-2/+2
*
Merged revisions 70223 via svnmerge from
Guilherme Polo
2009-03-07
1
-3/+6
*
Merged revisions 70218-70219 via svnmerge from
Guilherme Polo
2009-03-07
1
-1/+1
*
fixed except syntax for py3
Tarek Ziadé
2009-03-07
1
-6/+6
*
Merged revisions 70212 via svnmerge from
Tarek Ziadé
2009-03-07
2
-16/+42
*
simplify and beautify code
Benjamin Peterson
2009-03-06
1
-23/+12
*
Document the suggested alternative to emtpy() and full().
Raymond Hettinger
2009-03-06
1
-2/+19
*
Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...
Antoine Pitrou
2009-03-06
1
-0/+13
*
Issue #5334: array.fromfile() failed to insert values when EOFError was raised.
Hirokazu Yamamoto
2009-03-06
1
-2/+1
*
remove usage of the deprecated max_buffer_size
Benjamin Peterson
2009-03-05
1
-8/+5
*
Merged revisions 70193 via svnmerge from
Hirokazu Yamamoto
2009-03-05
1
-15/+5
*
Merged revisions 70189 via svnmerge from
Hirokazu Yamamoto
2009-03-05
1
-1/+33
*
rather pointless XXX
Benjamin Peterson
2009-03-05
1
-2/+0
*
rename
Benjamin Peterson
2009-03-05
1
-3/+3
*
fix #4862 in _pyio: reset the decoder on seek(0)
Benjamin Peterson
2009-03-05
2
-1/+5
*
These are present in the trunk but no longer in 3.x, which causes problems
Ronald Oussoren
2009-03-04
2
-0/+665
*
Fix for issue #5408. This only enables test_osx_env when the current build
Ronald Oussoren
2009-03-04
1
-1/+3
*
Rename importlib.util.set___package__ to set_package.
Brett Cannon
2009-03-04
3
-8/+8
*
Fix failures introduced by buggy merge (2)
Antoine Pitrou
2009-03-04
1
-1/+1
*
Fix failures introduced by buggy merge (1)
Antoine Pitrou
2009-03-04
1
-2/+2
*
Move importlib over to _io.
Brett Cannon
2009-03-04
1
-5/+5
*
Add a test for importlib.import_module.
Brett Cannon
2009-03-04
1
-1/+10
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
13
-2583/+3280
*
Additional test for __reduce__.
Raymond Hettinger
2009-03-03
1
-0/+8
*
Now that __keys are fully hidden, switch the underlying structure
Raymond Hettinger
2009-03-03
1
-2/+2
*
Merged revisions 70137 via svnmerge from
Hirokazu Yamamoto
2009-03-03
1
-32/+15
*
Add another test.
Raymond Hettinger
2009-03-03
1
-0/+9
*
Fix-up __reduce__ which could not reach the __keys variable indirectly.'
Raymond Hettinger
2009-03-03
1
-2/+6
*
Make the underlying data structure more private.
Raymond Hettinger
2009-03-03
1
-9/+13
*
Give dict views a helpful __repr__.
Raymond Hettinger
2009-03-03
1
-3/+3
*
Fix bootstrapping problem where setup.py was using configparser
Raymond Hettinger
2009-03-03
1
-2/+7
*
ignore the coding cookie in compile(), exec(), and eval() if the source is a ...
Benjamin Peterson
2009-03-02
2
-3/+9
*
Let configparser use ordered dicts by default.
Raymond Hettinger
2009-03-02
1
-1/+2
*
Merged revisions 70107 via svnmerge from
Benjamin Peterson
2009-03-02
2
-2/+30
*
Add OrderedDict support to collections.namedtuple().
Raymond Hettinger
2009-03-02
1
-5/+5
*
Missed my last update to __eq__ to check matching length.
Raymond Hettinger
2009-03-02
1
-3/+2
*
PEP 372: OrderedDict()
Raymond Hettinger
2009-03-02
2
-5/+270
*
Expose importlib.util.set___package__.
Brett Cannon
2009-03-02
3
-22/+56
*
Merged revisions 70094 via svnmerge from
Tarek Ziadé
2009-03-02
2
-43/+3
*
Merged revisions 70090 via svnmerge from
Gregory P. Smith
2009-03-02
1
-6/+6
[next]