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
*
#5096: document PyErr_PrintEx().
Georg Brandl
2009-02-05
1
-1/+10
*
#5107: document that default encoding is the same as locale.getpreferredencod...
Georg Brandl
2009-02-05
1
-3/+8
*
#5130: replace "unicode" by "bytes" in examples for sequence types.
Georg Brandl
2009-02-05
1
-1/+1
*
Merged revisions 69285 via svnmerge from
Tarek Ziadé
2009-02-05
1
-6/+1
*
Update NOTES for importlib about PathFinder.
Brett Cannon
2009-02-05
1
-0/+2
*
Begin writing tests for importlib.machinery.PathFinder.
Brett Cannon
2009-02-05
1
-1/+57
*
Check in the fact that importlib.machinery.PathFinder now exists.
Brett Cannon
2009-02-05
1
-0/+1
*
Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of
Brett Cannon
2009-02-05
1
-18/+16
*
Blocked revisions 69276 via svnmerge
Benjamin Peterson
2009-02-05
0
-0/+0
*
Minor doc fixes.
Raymond Hettinger
2009-02-04
4
-8/+11
*
Tweak the docs for Counter() objects.
Raymond Hettinger
2009-02-04
1
-4/+4
*
Merged revisions 69260 via svnmerge from
Thomas Heller
2009-02-03
3
-400/+29
*
r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instea...
Kristján Valur Jónsson
2009-02-03
1
-4/+4
*
Blocked revisions 69252 via svnmerge
Brett Cannon
2009-02-03
0
-0/+0
*
Add importlib to the Makefile.
Brett Cannon
2009-02-03
1
-0/+3
*
The default shelve pickle protocol should have been 3.
Raymond Hettinger
2009-02-03
3
-2/+4
*
Blocked revisions 69242 via svnmerge
Benjamin Peterson
2009-02-03
0
-0/+0
*
Register decimals as numbers.Number
Raymond Hettinger
2009-02-03
2
-0/+14
*
Blocked revisions 69237 via svnmerge
Benjamin Peterson
2009-02-03
0
-0/+0
*
Validate that __length_hint__ returns a usable result.
Raymond Hettinger
2009-02-03
2
-1/+11
*
Blocked revisions 68532,69161,69227 via svnmerge
Benjamin Peterson
2009-02-03
0
-0/+0
*
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Raymond Hettinger
2009-02-02
6
-15/+55
*
Issue #1717, continued: Doc fixes and other cleanup related
Mark Dickinson
2009-02-02
9
-36/+25
*
Merged revisions 69217,69219 via svnmerge from
Guilherme Polo
2009-02-02
2
-2/+3
*
Change type of tp_reserved from cmpfunc to (void *); remove definition
Mark Dickinson
2009-02-02
1
-2/+1
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
99
-216/+215
*
Add some notes for importlib to package up what is in Python 2.7 as well as m...
Brett Cannon
2009-02-02
1
-0/+8
*
To prevent another screw-up on my part where my prototype gets lost thanks to
Brett Cannon
2009-02-02
1
-0/+76
*
merging / reimplementing r68532 from the trunk to Py3k
Kristján Valur Jónsson
2009-02-02
2
-24/+7
*
Merged revisions 69205 via svnmerge from
Martin v. Löwis
2009-02-02
2
-0/+10
*
Merged revisions 69200 via svnmerge from
Hirokazu Yamamoto
2009-02-02
0
-0/+0
*
Note to move __package__ stuff over to rpartition to make Nick happy. Also make
Brett Cannon
2009-02-02
1
-0/+4
*
Recorded merge of revisions 69195 via svnmerge from
Guilherme Polo
2009-02-02
4
-16/+34
*
Remove exception for non-NULL tp_compare that was introduced in r69188.
Mark Dickinson
2009-02-01
1
-7/+0
*
Issue #1717: documentation fixes related to the cmp removal.
Mark Dickinson
2009-02-01
6
-36/+45
*
Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations
Mark Dickinson
2009-02-01
5
-38/+24
*
Issue #1717: remove the cmp builtin function, the C-API functions
Mark Dickinson
2009-02-01
8
-184/+6
*
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson
2009-02-01
15
-113/+385
*
Simplify write_bytecode for importlib.
Brett Cannon
2009-02-01
1
-30/+7
*
Update importlib notes.
Brett Cannon
2009-02-01
1
-12/+11
*
Ditch read_source() and read_bytecode() and replace with *_path() and
Brett Cannon
2009-02-01
2
-40/+8
*
Expose source_path and bytecode_path on _PyFileLoader.
Brett Cannon
2009-02-01
2
-11/+13
*
Remove an outdated todo item from importlib.
Brett Cannon
2009-02-01
1
-6/+0
*
Move import semantic util code to importlib.test.import_.util.
Brett Cannon
2009-02-01
10
-92/+99
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
22
-191/+163
*
Do not execute the .pyc/.pyo files as well as the .py files.
Brett Cannon
2009-02-01
1
-1/+4
*
Split out support code that is specific to source tests out of
Brett Cannon
2009-02-01
8
-113/+123
*
Move source loader tests (including reload tests) over to
Brett Cannon
2009-02-01
3
-77/+72
*
Fix importlib.machinery.FrozenImporter.load_module() to set __package__
Brett Cannon
2009-02-01
3
-20/+57
*
Move extension module loader tests over to importlib.test.abc.LoaderTests.
Brett Cannon
2009-02-01
2
-4/+22
[next]