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
*
Stronger tests for combinatoric relationships.
Raymond Hettinger
2009-01-27
1
-1/+5
*
Add tests to verify combinatoric relationships.
Raymond Hettinger
2009-01-27
1
-0/+26
*
Beautify grouper() recipe in docs.
Raymond Hettinger
2009-01-27
2
-2/+2
*
Put functions back in alphabetical order.
Raymond Hettinger
2009-01-27
1
-39/+38
*
Forward port r69001: itertools.combinations_with_replacement().
Raymond Hettinger
2009-01-27
5
-59/+379
*
Blocked revisions 68998 via svnmerge
Benjamin Peterson
2009-01-27
0
-0/+0
*
Initial take on importlib.test.loader_tests.
Brett Cannon
2009-01-27
2
-8/+66
*
Tweak column alignment in collections docs.
Raymond Hettinger
2009-01-27
1
-33/+26
*
Blocked revisions 68964,68985 via svnmerge
Benjamin Peterson
2009-01-27
0
-0/+0
*
Update importlib NOTES.
Brett Cannon
2009-01-27
1
-2/+9
*
Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.
Brett Cannon
2009-01-27
1
-5/+8
*
Move importlib.test.builtin.test_finder over to importlib.test.finder_tests.
Brett Cannon
2009-01-27
1
-8/+27
*
Make importlib.test.finder_tests an ABC.
Brett Cannon
2009-01-27
1
-14/+14
*
Move importlib.test.extension.test_finder over to importlib.test.finder_tests.
Brett Cannon
2009-01-27
1
-2/+19
*
Forward port r68985: Idle startup message.
Raymond Hettinger
2009-01-27
1
-12/+2
*
Fix test so as to also pass in debug mode
Antoine Pitrou
2009-01-26
1
-1/+1
*
Merged revisions 68974-68975 via svnmerge from
Mark Dickinson
2009-01-26
1
-8/+9
*
Followup of #4705: we can't skip the binary buffering layer for stdin because...
Antoine Pitrou
2009-01-26
2
-2/+17
*
Merged revisions 68951 via svnmerge from
Tarek Ziadé
2009-01-26
3
-11/+73
*
Fix signed/unsigned mismatch.
Raymond Hettinger
2009-01-26
1
-1/+1
*
Blocked revisions 68941-68942 via svnmerge
Benjamin Peterson
2009-01-26
0
-0/+0
*
Forward port r68941 adding itertools.compress().
Raymond Hettinger
2009-01-26
5
-13/+206
*
Backport r68942: update powerset() recipe.
Raymond Hettinger
2009-01-26
2
-12/+8
*
As discussed on python-dev, remove several operator functions
Raymond Hettinger
2009-01-26
7
-153/+6
*
Update NOTES for importlib.
Brett Cannon
2009-01-26
1
-18/+8
*
Blocked revisions 68953 via svnmerge
Brett Cannon
2009-01-26
0
-0/+0
*
Merged revisions 68947 via svnmerge from
Mark Dickinson
2009-01-25
1
-1/+1
*
use the classmethod directive
Benjamin Peterson
2009-01-25
1
-4/+4
*
Merged revisions 68933 via svnmerge from
Tarek Ziadé
2009-01-25
2
-18/+0
*
Merged revisions 68929 via svnmerge from
Tarek Ziadé
2009-01-25
3
-248/+2
*
Blocked revisions 68927 via svnmerge
Hirokazu Yamamoto
2009-01-25
0
-0/+0
*
Blocked revisions 68925 via svnmerge
Benjamin Peterson
2009-01-25
0
-0/+0
*
Issue #4753: By enabling a configure option named '--with-computed-gotos'
Antoine Pitrou
2009-01-25
8
-4952/+6305
*
Merged revisions 68920 via svnmerge from
Mark Dickinson
2009-01-25
1
-3/+15
*
Document both importlib.machinery.BuiltinImporter and FrozenImporter.
Brett Cannon
2009-01-25
3
-9/+49
*
Add the terms "finder", "loader", and "importer" to the glossary.
Brett Cannon
2009-01-25
1
-0/+14
*
merge r68915 to py3k
Jesse Noller
2009-01-25
5
-20/+82
*
Merged revisions 68903,68906 via svnmerge from
Mark Dickinson
2009-01-24
4
-6/+20
*
Merged revisions 68897 via svnmerge from
Mark Dickinson
2009-01-24
1
-3/+6
*
Merged revisions 68893 via svnmerge from
Martin v. Löwis
2009-01-24
2
-0/+38
*
Merged revisions 68890 via svnmerge from
Mark Dickinson
2009-01-24
1
-23/+20
*
Some minor cleanups in PyLong_FromLong:
Mark Dickinson
2009-01-24
1
-12/+15
*
Merged revisions 68885 via svnmerge from
Martin v. Löwis
2009-01-24
4
-4/+48
*
Add a test for UNC import paths, see issue 3677
Kristján Valur Jónsson
2009-01-24
1
-0/+21
*
Issue 3677: Release the path string on py3k
Kristján Valur Jónsson
2009-01-24
1
-0/+1
*
Factor common branch in load_long().
Alexandre Vassalotti
2009-01-24
1
-5/+2
*
merge 68874 to py3kwq!
Jesse Noller
2009-01-23
2
-3/+10
*
Merged revisions 68457 via svnmerge from
Hirokazu Yamamoto
2009-01-23
1
-14/+18
*
Clean up pickle usage examples.
Alexandre Vassalotti
2009-01-23
1
-31/+18
*
Issue 2980: Protocol 0 is not truly restricted to ASCII.
Alexandre Vassalotti
2009-01-23
1
-2/+2
[next]