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
*
Make math.floor and math.ceil return ints instead of floats.
Jeffrey Yasskin
2008-01-05
2
-6/+21
*
Remove several mentions of old Python versions that don't apply anymore.
Georg Brandl
2008-01-05
7
-41/+1
*
Typo.
Georg Brandl
2008-01-05
1
-1/+1
*
Remove dead code brought in by merge glitch @ r59667
Kurt B. Kaiser
2008-01-05
1
-71/+0
*
Fix merge glitch.
Guido van Rossum
2008-01-05
1
-1/+1
*
Interpreter wasn't displaying the location of a SyntaxError
Kurt B. Kaiser
2008-01-05
2
-1/+3
*
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...
Christian Heimes
2008-01-04
6
-41/+171
*
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...
Christian Heimes
2008-01-04
6
-6/+19
*
Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c
Christian Heimes
2008-01-04
1
-0/+3
*
Fixed test_long
Christian Heimes
2008-01-04
1
-2/+2
*
Merged revisions 59696-59702 via svnmerge from
Christian Heimes
2008-01-04
2
-112/+46
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
9
-26/+305
*
NEWS entry for r59682.
Amaury Forgeot d'Arc
2008-01-04
1
-0/+5
*
Fixed unichr() -> chr()
Christian Heimes
2008-01-04
1
-2/+2
*
On Windows, when import fails to load a dll module, the message says
Amaury Forgeot d'Arc
2008-01-03
1
-16/+21
*
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
Christian Heimes
2008-01-03
4
-5/+5
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
32
-83/+383
*
Show in the sys.version string (bot not elsewhere) that this is more
Guido van Rossum
2008-01-02
1
-1/+1
*
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
[next]