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
*
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
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
6
-46/+36
*
Merged revisions 59107-59186 via svnmerge from
Guido van Rossum
2007-11-26
145
-160/+524
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
13
-105/+49
*
fix #1409: cell variables were not initialized,
Amaury Forgeot d'Arc
2007-11-24
1
-0/+11
*
Problem found while converting from PyBytes to PyString:
Amaury Forgeot d'Arc
2007-11-22
1
-4/+5
*
Removed some leftovers from the str8 days
Christian Heimes
2007-11-22
2
-7/+0
*
Merged revisions 59077-59104 via svnmerge from
Guido van Rossum
2007-11-22
1
-2/+18
*
Add ABC ByteString which unifies bytes and bytearray (but not memoryview).
Guido van Rossum
2007-11-21
1
-2/+13
*
Convert the socket module to insist on bytes for input, and to return bytes
Guido van Rossum
2007-11-21
5
-8/+9
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
15
-200/+200
*
Merged revisions 59056-59076 via svnmerge from
Christian Heimes
2007-11-20
1
-1/+11
*
Another fix for test_shutil. Martin pointed out that it breaks some build bots
Christian Heimes
2007-11-20
1
-1/+3
*
Fixed bug #1470
Christian Heimes
2007-11-20
1
-5/+2
*
Correct test_cvs on Windows, as suggested by Raghuram Devarakonda
Amaury Forgeot d'Arc
2007-11-19
1
-2/+6
*
Issue1395: Universal mode used to duplicate newlines when using read(1).
Amaury Forgeot d'Arc
2007-11-19
1
-8/+120
*
Merged revisions 59041-59055 via svnmerge from
Guido van Rossum
2007-11-19
2
-9/+53
*
Tweak the imports so this script will run stand-alone.
Guido van Rossum
2007-11-19
1
-2/+2
*
Merged revisions 59005-59040 via svnmerge from
Christian Heimes
2007-11-18
3
-0/+176
*
remove now-obsolete test_socket_ssl
Bill Janssen
2007-11-17
2
-249/+0
*
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum
2007-11-16
1
-0/+9
*
Correct a failing test when test_import is run after test_coding:
Amaury Forgeot d'Arc
2007-11-16
2
-4/+9
*
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum
2007-11-16
2
-1/+16
[next]