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
*
Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...
Georg Brandl
2008-01-07
9
-131/+92
*
Fix merge glitch.
Georg Brandl
2008-01-07
1
-2/+2
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
20
-48/+465
*
Issue #1762972: Readded the reload() function as imp.reload()
Christian Heimes
2008-01-07
3
-0/+60
*
Remove paragraph about old-style classes.
Georg Brandl
2008-01-07
1
-9/+1
*
Fix reverse Ximenez symptom.
Georg Brandl
2008-01-07
1
-1/+1
*
Fix note markup.
Georg Brandl
2008-01-07
1
-2/+2
*
Remove obsolete note.
Georg Brandl
2008-01-07
1
-37/+19
*
Clean up PyString_Size().
Alexandre Vassalotti
2008-01-07
1
-14/+7
*
Missed one because of indirection.
Georg Brandl
2008-01-06
1
-1/+1
*
The final occurrences of exception slicing.
Georg Brandl
2008-01-06
3
-4/+4
*
Fix more exception slicing.
Georg Brandl
2008-01-06
9
-15/+15
*
Fix exception slicing.
Georg Brandl
2008-01-06
1
-3/+3
*
Use consistent note numbers.
Georg Brandl
2008-01-06
1
-5/+5
*
Clarify sentence in tutorial. Thanks to Marek Kubica.
Georg Brandl
2008-01-06
1
-4/+3
*
Merged revisions 59774-59783 via svnmerge from
Christian Heimes
2008-01-06
11
-44/+117
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
43
-264/+509
*
Add some missing news. Add some periods.
Guido van Rossum
2008-01-06
1
-5/+17
*
Add unit tests for the newlines property of IncrementalNewlineDecoder.
Alexandre Vassalotti
2008-01-06
1
-0/+16
*
Issue #1393: object_richcompare() returns NotImplemented instead of
Guido van Rossum
2008-01-06
3
-1/+23
*
Fix bug introduced by r59746.
Georg Brandl
2008-01-05
1
-1/+1
*
Big fat todo.
Georg Brandl
2008-01-05
1
-0/+1
*
Set native svn:eol-style property for text files.
Georg Brandl
2008-01-05
0
-0/+0
*
Remove versionadded/changed directives merged as an oversight.
Georg Brandl
2008-01-05
8
-52/+7
*
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
[next]