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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #1673. I hope it works. I don't have access to a Windows box right now.
Christian Heimes
2007-12-20
1
-1/+1
*
Removed test from test_import. It will never work on all systems, see #1377
Christian Heimes
2007-12-20
1
-17/+0
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
3
-3/+115
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
2
-8/+4
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
2
-8/+106
*
update to fix leak in SSL code
Bill Janssen
2007-12-14
1
-27/+157
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
2
-5/+4
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
1
-1/+2
*
Added missing file
Christian Heimes
2007-12-10
1
-0/+1021
*
Issue #1580: New free format floating point representation based on "Floating...
Christian Heimes
2007-12-10
1
-1/+16
*
Fixed doc xml rpc tests and server
Christian Heimes
2007-12-10
1
-6/+5
*
Make Decimal a subclass of Real and Inexact.
Guido van Rossum
2007-12-10
2
-28/+28
*
Merged revisions 59441-59449 via svnmerge from
Christian Heimes
2007-12-10
1
-0/+152
*
Fixed issue #1564: The set implementation should special-case PyUnicode inste...
Christian Heimes
2007-12-10
1
-0/+42
*
Issue #1573, second attempt:
Amaury Forgeot d'Arc
2007-12-09
2
-10/+1
*
Added another test case for kwonly methods
Christian Heimes
2007-12-08
2
-8/+16
*
Added two tests for f(*, **kw) syntax
Christian Heimes
2007-12-08
2
-0/+10
*
Fixed two of the three failing xml rpc tests
Christian Heimes
2007-12-08
1
-1/+1
*
Merged revisions 59407-59422 via svnmerge from
Christian Heimes
2007-12-08
2
-11/+2
*
Added stop_serving and a timeout to tearDown()
Christian Heimes
2007-12-08
1
-2/+14
*
Disabled test_404, see issue #1572
Christian Heimes
2007-12-08
1
-3/+2
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
2
-6/+133
*
Fix the rest of issue 1400, by introducing a proper implementation of
Guido van Rossum
2007-12-06
3
-30/+43
*
Merged revisions 59333-59370 via svnmerge from
Christian Heimes
2007-12-05
1
-0/+1
*
You are right, Guido. The newline argument is easier to use.
Christian Heimes
2007-12-05
1
-4/+4
*
Fixed line separator problem on Windows
Christian Heimes
2007-12-05
1
-2/+2
*
Fixed two small problems in regrtest found by Amaury. This fixes issue #1539....
Christian Heimes
2007-12-05
1
-2/+3
*
Believe it or not, the addition of flush() calls broke two unittests.
Guido van Rossum
2007-12-05
2
-2/+30
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
27
-107/+106
*
Issue #1283: Allow any iterable of integers to be passed to
Alexandre Vassalotti
2007-12-04
1
-0/+18
*
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum
2007-12-03
1
-0/+40
*
Merged revisions 59275-59303 via svnmerge from
Christian Heimes
2007-12-03
10
-51/+2039
*
Reverting last commit. I had some staled data from an attempted svnmerge in m...
Christian Heimes
2007-12-03
2
-14/+1
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
2
-1/+14
*
Fixed merge accident. Next time I'm going to run the entire test suite ...
Christian Heimes
2007-12-02
1
-14/+14
*
Merged revisions 59259-59274 via svnmerge from
Christian Heimes
2007-12-02
2
-0/+218
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
10
-44/+44
*
Merged revisions 59245-59254 via svnmerge from
Christian Heimes
2007-12-01
2
-4/+8
*
Correct a failing test after merge from trunk.
Amaury Forgeot d'Arc
2007-11-30
1
-2/+2
*
Merged revisions 59239-59244 via svnmerge from
Christian Heimes
2007-11-30
1
-4/+6
*
abc's are subclasses of _Abstract, not instances.
Christian Heimes
2007-11-30
1
-2/+2
*
Fixed problem with regrtest caused by the additional of objects to _abcoll.
Christian Heimes
2007-11-30
1
-1/+6
*
Backmerge -r59233:59232
Christian Heimes
2007-11-30
1
-7/+0
*
Merged revisions 59226-59233 via svnmerge from
Christian Heimes
2007-11-30
1
-0/+34
*
Fix for bug #1109
Christian Heimes
2007-11-30
1
-0/+7
*
Merged revisions 59202-59211 via svnmerge from
Christian Heimes
2007-11-28
1
-0/+13
*
I forgot to remove the tests for new *blush*
Christian Heimes
2007-11-28
1
-158/+0
*
Removed the new module
Christian Heimes
2007-11-28
1
-1/+1
*
#1496: revert str.translate() to the old version, and add
Georg Brandl
2007-11-27
1
-9/+28
*
Merged revisions 59193-59201 via svnmerge from
Christian Heimes
2007-11-27
6
-72/+43
[next]