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
*
Use bash, so echo -n will do the right thing.
Guido van Rossum
2008-01-12
1
-1/+1
*
Merged revisions 59921-59932 via svnmerge from
Christian Heimes
2008-01-12
14
-142/+318
*
Merged revisions 59883-59920 via svnmerge from
Christian Heimes
2008-01-11
20
-125/+203
*
Fix markup.
Georg Brandl
2008-01-11
1
-3/+3
*
Good catch Neal!
Christian Heimes
2008-01-11
2
-2/+4
*
Added the test cases I actually meant to add.
Eric Smith
2008-01-11
1
-0/+5
*
Simplifed argument parsing in object.__format__, added test case.
Eric Smith
2008-01-11
2
-5/+5
*
Fixed print -> print()
Christian Heimes
2008-01-10
1
-2/+2
*
Merged revisions 59864-59882 via svnmerge from
Christian Heimes
2008-01-10
9
-53/+73
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
18
-72/+436
*
Merged revisions 59822-59841 via svnmerge from
Christian Heimes
2008-01-07
21
-122/+1293
*
Always define Py_USING_UNICODE, 3rd party software may depend on it. A missin...
Christian Heimes
2008-01-07
1
-0/+3
*
Another patch for #1762972: __file__ points to the py file instead pyo/pyc file
Christian Heimes
2008-01-07
3
-5/+63
*
Fix issue1753: TextIOWrapper.write writes utf BOM for every string.
Alexandre Vassalotti
2008-01-07
2
-4/+26
*
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
[next]