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
*
Merged revisions 59642-59665 via svnmerge from
Christian Heimes
2008-01-02
72
-6381/+5430
*
Fixed merge accident
Christian Heimes
2008-01-02
1
-38/+29
*
Get rid of raw_input() emulation, use its reincarnation as input().
Guido van Rossum
2008-01-02
1
-7/+2
*
Fix issue #1707. When raw_input() was removed, it was incorrectly replaced
Guido van Rossum
2008-01-02
1
-5/+4
*
Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt.
Guido van Rossum
2008-01-01
1
-0/+1
*
Merged revisions 59628-59641 via svnmerge from
Christian Heimes
2008-01-01
6
-19/+25
*
Merge changes from 59576 from trunk to p3yk branch; these were skipped
Guido van Rossum
2008-01-01
1
-13/+16
*
Removed doubledigit from Makefile
Christian Heimes
2007-12-31
1
-1/+0
*
Fixed svn merge issues
Christian Heimes
2007-12-31
2
-37/+33
*
Merged revisions 59625-59627 via svnmerge from
Christian Heimes
2007-12-31
20
-318/+318
*
Fixed svn:ignore
Christian Heimes
2007-12-31
0
-0/+0
*
Merged revisions 59605-59624 via svnmerge from
Christian Heimes
2007-12-31
241
-18876/+18913
*
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
*
Two nits.
Georg Brandl
2007-12-29
2
-2/+3
*
Merged revisions 59595-59604 via svnmerge from
Christian Heimes
2007-12-28
5
-39/+41
*
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
14
-54/+307
*
Document os.device_encoding.
Georg Brandl
2007-12-21
1
-0/+6
*
Fix docstring of types.py.
Georg Brandl
2007-12-21
1
-3/+2
*
Fix role usage.
Georg Brandl
2007-12-21
1
-1/+1
*
Fix thoroughly misleading comment
Nick Coghlan
2007-12-21
1
-1/+1
*
Drop _PyLong_FitsInLong. Fixes #1666.
Martin v. Löwis
2007-12-20
3
-35/+36
*
Fix issue #1667. The _Printer() class was using sys.stdin.readline()
Guido van Rossum
2007-12-20
1
-3/+1
*
Update to the world tool for Python 3. Provided by quentin.gallet-gilles via
Barry Warsaw
2007-12-20
1
-45/+62
*
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
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
144
-1153/+1306
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
42
-4149/+628
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
14
-143/+110
*
Fix sys.maxsize docs.
Georg Brandl
2007-12-15
1
-3/+4
*
Fixed #1630
Christian Heimes
2007-12-15
1
-1/+2
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
16
-103/+299
*
update to fix leak in SSL code
Bill Janssen
2007-12-14
4
-68/+225
*
Couple of corrections to open() doc as per email from GvR.
Mark Summerfield
2007-12-14
1
-6/+8
*
Updated open() to more accurately reflect io.open()'s documentation.
Mark Summerfield
2007-12-14
1
-38/+72
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
16
-166/+86
*
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
*
Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to...
Christian Heimes
2007-12-11
1
-50/+50
*
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes
2007-12-11
4
-7/+312
*
Added note about 1585 to Misc/NEWS
Christian Heimes
2007-12-11
1
-0/+2
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
9
-9/+54
*
Minor cleanup in the gc module.
Amaury Forgeot d'Arc
2007-12-10
3
-33/+9
*
Added missing file
Christian Heimes
2007-12-10
1
-0/+1021
[next]