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
*
Speed up with statements by storing the __exit__ method on the stack instead ...
Nick Coghlan
2008-03-07
1
-4/+1
*
Progress on issue #1193577 by adding a polling .shutdown() method to
Jeffrey Yasskin
2008-03-07
2
-74/+95
*
Tweak recipes and tests
Raymond Hettinger
2008-03-07
1
-7/+30
*
Issue 2246: itertools grouper object did not participate in GC (should be ba...
Raymond Hettinger
2008-03-06
1
-0/+7
*
More tests.
Raymond Hettinger
2008-03-06
1
-6/+144
*
#2220: handle matching failure more gracefully.
Georg Brandl
2008-03-06
1
-1/+1
*
#2225: return nonzero status code from py_compile if not all files could be c...
Georg Brandl
2008-03-06
1
-2/+6
*
Patch #2232: os.tmpfile might fail on Windows if the user has no
Martin v. Löwis
2008-03-06
1
-0/+38
*
#1725737: ignore other VC directories other than CVS and SVN's too.
Georg Brandl
2008-03-06
1
-2/+2
*
C implementation of itertools.permutations().
Raymond Hettinger
2008-03-05
1
-13/+18
*
Issue 1872: Changed the struct module typecode from 't' to '?', for
Thomas Heller
2008-03-05
2
-15/+15
*
Fix test_socketserver on Windows after r61099 added several signal.alarm()
Jeffrey Yasskin
2008-03-05
1
-3/+7
*
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
1
-0/+4
*
fix typo
Fred Drake
2008-03-04
1
-1/+1
*
Close the file before trying to remove the directory so it works on Windows.
Neal Norwitz
2008-03-04
1
-1/+2
*
Beef-up docs and tests for itertools. Fix-up end-case for product().
Raymond Hettinger
2008-03-04
1
-6/+112
*
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
*
Actually import itertools.
Georg Brandl
2008-03-03
1
-0/+1
*
15 -> 16, the 2nd
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
3
-4/+16
*
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
*
Refactor test_logging to use unittest. This should finally solve the flakiness
Brett Cannon
2008-03-03
1
-2163/+751
*
Modify import of test_support so that the code can also be used with a
Gregory P. Smith
2008-03-02
15
-15/+73
*
Made sqlite3 module's regression tests work with SQLite versions that don't
Gerhard Häring
2008-03-02
1
-2/+3
*
Give IDLE a release date
Barry Warsaw
2008-03-01
1
-1/+1
*
bump idle version number
Barry Warsaw
2008-03-01
1
-1/+1
*
Updated to pysqlite 2.4.1. Documentation additions will come later.
Gerhard Häring
2008-02-29
7
-14/+298
*
Fix docstring typo.
Mark Dickinson
2008-02-29
1
-1/+1
*
Handle the repeat keyword argument for itertools.product().
Raymond Hettinger
2008-02-29
1
-0/+3
*
Add __format__ method to Decimal, to support PEP 3101
Mark Dickinson
2008-02-29
2
-0/+333
*
Add alternate constructor for itertools.chain().
Raymond Hettinger
2008-02-28
1
-0/+7
*
Have itertools.chain() consume its inputs lazily instead of building a tuple ...
Raymond Hettinger
2008-02-28
1
-2/+2
*
Windows fix for signal test - skip it earlier
Christian Heimes
2008-02-28
1
-5/+6
*
Prevent SocketServer.ForkingMixIn from waiting on child processes that it
Jeffrey Yasskin
2008-02-28
2
-19/+47
*
#2169: make generated HTML more valid
Andrew M. Kuchling
2008-02-28
1
-3/+4
*
Thread.start() used sleep(0.000001) to make sure it didn't return before the
Jeffrey Yasskin
2008-02-28
1
-11/+10
*
Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make
Jeffrey Yasskin
2008-02-28
1
-109/+108
*
Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT,
Jeffrey Yasskin
2008-02-28
2
-48/+2
*
Larger test range
Raymond Hettinger
2008-02-27
1
-1/+1
*
Add itertools.combinations().
Raymond Hettinger
2008-02-26
1
-0/+24
*
Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and i...
Christian Heimes
2008-02-26
1
-1/+50
[next]