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
*
Add two items
Andrew M. Kuchling
2008-03-06
1
-4/+12
*
Add examples.
Raymond Hettinger
2008-03-06
1
-23/+29
*
cd PCbuild only after deleting all pyc files.
Martin v. Löwis
2008-03-05
1
-1/+1
*
Small code cleanup.
Raymond Hettinger
2008-03-05
1
-4/+2
*
C implementation of itertools.permutations().
Raymond Hettinger
2008-03-05
3
-14/+293
*
#2239: PYTHONPATH delimiter is os.pathsep.
Georg Brandl
2008-03-05
1
-1/+2
*
Elaborate on the role of the altinstall target when installing multiple
Skip Montanaro
2008-03-05
1
-8/+21
*
Issue 1872: Changed the struct module typecode from 't' to '?', for
Thomas Heller
2008-03-05
8
-29/+41
*
News entry for yesterdays commit.
Thomas Heller
2008-03-05
1
-0/+10
*
Fix some rst.
Georg Brandl
2008-03-05
1
-7/+7
*
Fix test_socketserver on Windows after r61099 added several signal.alarm()
Jeffrey Yasskin
2008-03-05
1
-3/+7
*
test_smtplib sometimes reports leaks too, suppress it
Neal Norwitz
2008-03-05
1
-1/+1
*
Use -u urlfetch to run more tests
Neal Norwitz
2008-03-05
1
-3/+3
*
Tabs -> spaces
Neal Norwitz
2008-03-05
1
-13/+13
*
Make the timeout longer to give slow machines a chance to pass the test
Neal Norwitz
2008-03-05
1
-1/+1
*
Catch OSError when trying to remove a file in case removal fails. This
Neal Norwitz
2008-03-05
1
-2/+5
*
Get this test to pass even when there is no sound card in the system.
Neal Norwitz
2008-03-05
1
-4/+16
*
Remove the files/dirs after closing the DB so the tests work on Windows.
Neal Norwitz
2008-03-05
2
-6/+3
*
Issue#2238: some syntax errors from *args or **kwargs expressions
Amaury Forgeot d'Arc
2008-03-05
3
-0/+14
*
Add more items; add fragmentary notes
Andrew M. Kuchling
2008-03-05
1
-14/+166
*
Fix refleak in chain().
Raymond Hettinger
2008-03-04
1
-1/+1
*
fix typo
Fred Drake
2008-03-04
1
-1/+1
*
Try to fix the build for PY_LINUX.
Thomas Heller
2008-03-04
1
-0/+1
*
Merged changes from libffi3-branch.
Thomas Heller
2008-03-04
100
-3575/+38655
*
Close the file before trying to remove the directory so it works on Windows.
Neal Norwitz
2008-03-04
1
-1/+2
*
#2230: document that PyArg_* leaves addresses alone on error.
Georg Brandl
2008-03-04
1
-4/+8
*
Fix some patch attributions.
Georg Brandl
2008-03-04
1
-2/+4
*
Beef-up docs and tests for itertools. Fix-up end-case for product().
Raymond Hettinger
2008-03-04
3
-19/+145
*
Thesis night results: add various items
Andrew M. Kuchling
2008-03-04
1
-12/+162
*
Add versionadded tags
Andrew M. Kuchling
2008-03-04
1
-0/+4
*
Typo fix
Andrew M. Kuchling
2008-03-04
1
-1/+1
*
Fix sentence fragment
Andrew M. Kuchling
2008-03-04
1
-2/+2
*
Grammar fix; markup fix
Andrew M. Kuchling
2008-03-04
1
-2/+2
*
Typo fix
Andrew M. Kuchling
2008-03-04
1
-1/+1
*
Issue 2226: Callable checked for the wrong abstract method.
Raymond Hettinger
2008-03-03
1
-1/+1
*
Remove dependency on itertools -- a simple genexp suffices.
Raymond Hettinger
2008-03-03
1
-2/+2
*
Expand a bit on genexp scopes.
Georg Brandl
2008-03-03
1
-8/+9
*
Actually import itertools.
Georg Brandl
2008-03-03
1
-0/+1
*
15 -> 16, the 2nd
Georg Brandl
2008-03-03
1
-1/+1
*
There are now sixteen isfoo functions.
Georg Brandl
2008-03-03
1
-1/+1
*
15 -> 16
Christian Heimes
2008-03-03
1
-2/+2
*
Since abc._Abstract was replaces by a new type flags the regression test suit...
Christian Heimes
2008-03-03
5
-4/+24
*
Initialized merge tracking via "svnmerge" with revisions "1-60195" from
Christian Heimes
2008-03-03
0
-0/+0
*
Only DECREF if ret != NULL
Neal Norwitz
2008-03-03
1
-1/+1
*
Add test_main() functions to various tests where it was simple to do. Done so
Brett Cannon
2008-03-03
9
-36/+63
*
Add a note in the main test class' docstring that the order of execution of the
Brett Cannon
2008-03-03
1
-2/+9
*
Add a note in the main test class' docstring that the order of execution of the
Brett Cannon
2008-03-03
1
-0/+4
*
Move test_largefile over to using 'with' statements for open files.
Brett Cannon
2008-03-03
1
-28/+18
*
compile.c always emits END_FINALLY after WITH_CLEANUP, so predict that in
Jeffrey Yasskin
2008-03-03
1
-0/+2
*
Refactor test_logging to use unittest. This should finally solve the flakiness
Brett Cannon
2008-03-03
3
-2164/+753
[next]