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
*
Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ...
Christian Heimes
2007-12-31
1
-1/+6
*
Use strings for all entity values, as that is now possible
Martin v. Löwis
2007-12-29
1
-4/+1
*
Merged revisions 59595-59604 via svnmerge from
Christian Heimes
2007-12-28
3
-27/+35
*
help() was not paging to the shell. Issue1650.
Kurt B. Kaiser
2007-12-28
3
-1/+14
*
Fix the reset() method of IncrementalNewlineDecoder to
Alexandre Vassalotti
2007-12-28
1
-0/+1
*
Merged revisions 59565-59594 via svnmerge from
Christian Heimes
2007-12-24
7
-38/+171
*
Fix docstring of types.py.
Georg Brandl
2007-12-21
1
-3/+2
*
Fix issue #1667. The _Printer() class was using sys.stdin.readline()
Guido van Rossum
2007-12-20
1
-3/+1
*
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
7
-19/+159
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
3
-102/+42
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
5
-25/+125
*
update to fix leak in SSL code
Bill Janssen
2007-12-14
3
-52/+184
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
7
-157/+56
*
Shell was not colorizing due to bug introduced at r57998, Bug 1586.
Kurt B. Kaiser
2007-12-13
2
-2/+17
*
Explicitly close pipes so test_ctypes won't appear to randomly leak
Guido van Rossum
2007-12-12
1
-9/+34
*
Add a comment to explain why we have to restore the original value.
Thomas Heller
2007-12-12
1
-0/+4
*
maxint->maxsize. Wouldn't import.
Kurt B. Kaiser
2007-12-12
1
-1/+1
*
Bump version
Kurt B. Kaiser
2007-12-12
1
-1/+1
*
This test checks and modifies the value of an integer stored in a dll.
Thomas Heller
2007-12-12
1
-0/+2
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
3
-3/+4
*
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
*
Two IDLE errors in Option->Configure menu.
Amaury Forgeot d'Arc
2007-12-10
1
-3/+3
*
Fixed doc xml rpc tests and server
Christian Heimes
2007-12-10
2
-9/+8
*
Make Decimal a subclass of Real and Inexact.
Guido van Rossum
2007-12-10
3
-29/+30
*
Fixed #1578: Problems in win_getpass
Christian Heimes
2007-12-10
1
-4/+4
*
Merged revisions 59441-59449 via svnmerge from
Christian Heimes
2007-12-10
2
-28/+156
*
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
2
-2/+2
*
Added descriptor for builtins.open.__doc__
Christian Heimes
2007-12-08
1
-0/+10
*
Merged revisions 59407-59422 via svnmerge from
Christian Heimes
2007-12-08
4
-15/+9
*
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
*
Readded Lib/distutils/tests/test_sysconfig.py
Christian Heimes
2007-12-08
1
-0/+37
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
3
-11/+147
*
rename markupbase to _markupbase
Fred Drake
2007-12-07
3
-7/+7
*
Reverting revision 59394. We'll sort this out later.
Guido van Rossum
2007-12-06
1
-5/+4
*
Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes:
Guido van Rossum
2007-12-06
1
-4/+5
*
Small set of updates (with Jeffrey's OK).
Guido van Rossum
2007-12-06
1
-11/+33
*
Fix the rest of issue 1400, by introducing a proper implementation of
Guido van Rossum
2007-12-06
4
-36/+57
*
Merged revisions 59333-59370 via svnmerge from
Christian Heimes
2007-12-05
3
-4/+8
*
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
[next]