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
*
don't build bsddb anymore
Benjamin Peterson
2008-12-20
1
-11/+0
*
unpy3kize this; it require 2.x only Mac modules
Benjamin Peterson
2008-12-20
1
-44/+43
*
Issue #3106: Speedup some comparisons. This also removes the last call
Antoine Pitrou
2008-12-20
3
-73/+90
*
fix syntax
Benjamin Peterson
2008-12-20
1
-1/+1
*
Merged revisions 67859 via svnmerge from
Amaury Forgeot d'Arc
2008-12-19
1
-1/+1
*
Merged revisions 67857 via svnmerge from
Mark Dickinson
2008-12-19
1
-1/+1
*
Fix-up and clean-up docs for int.bit_length().
Raymond Hettinger
2008-12-19
1
-21/+12
*
Merged revisions 67844 via svnmerge from
Mark Dickinson
2008-12-18
1
-1/+1
*
Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi...
Kristján Valur Jónsson
2008-12-18
2
-16/+18
*
Add missing Py_CHARMASK when calling isspace().
Kristján Valur Jónsson
2008-12-18
1
-2/+2
*
Issue #4583: crash after resizing an array.array which has buffer exports.
Antoine Pitrou
2008-12-18
3
-98/+68
*
Merged revisions 67818 via svnmerge from
Antoine Pitrou
2008-12-18
8
-57/+72
*
Merged revisions 67832 via svnmerge from
Antoine Pitrou
2008-12-17
2
-23/+30
*
Forward merge of r67822 to py3k: add bit_length method to int.
Mark Dickinson
2008-12-17
7
-1/+188
*
Blocked revisions 67822 via svnmerge
Mark Dickinson
2008-12-17
0
-0/+0
*
Try to fix #4674: test_normalization failure on some buildbots.
Antoine Pitrou
2008-12-16
1
-1/+1
*
Merged revisions 67806 via svnmerge from
Benjamin Peterson
2008-12-16
20
-153/+329
*
Issue #4663: increase the chunk size to improve TextIOWrapper performance on ...
Antoine Pitrou
2008-12-15
1
-1/+1
*
Blocked revisions 67797 via svnmerge
Amaury Forgeot d'Arc
2008-12-15
0
-0/+0
*
Merged revisions 67777,67779 via svnmerge from
Antoine Pitrou
2008-12-15
2
-2/+2
*
Merged revisions 67790 via svnmerge from
Nick Coghlan
2008-12-15
2
-3/+42
*
Use :samp: role.
Georg Brandl
2008-12-15
1
-4/+4
*
#4603: Note that inconsistent tab/space use is now illegal.
Georg Brandl
2008-12-15
1
-6/+10
*
#4668: wrap iterator returns in list() in functional howto.
Georg Brandl
2008-12-15
1
-2/+2
*
#4667: fix some 2.x leftovers in the tutorial.
Georg Brandl
2008-12-15
2
-3/+5
*
Reflow long line.
Jeremy Hylton
2008-12-15
1
-1/+2
*
Use True/False for ints instead of 1/0. That's so Python 2.0.
Jeremy Hylton
2008-12-15
1
-5/+5
*
Blocked revisions 67762 via svnmerge
Antoine Pitrou
2008-12-14
0
-0/+0
*
Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun...
Antoine Pitrou
2008-12-14
3
-55/+87
*
tip-toe around dictionary keys view in the tutorial
Benjamin Peterson
2008-12-14
1
-1/+1
*
Merged revisions 67750-67751 via svnmerge from
Nick Coghlan
2008-12-14
11
-48/+360
*
Blocked revisions 67748 via svnmerge
Benjamin Peterson
2008-12-14
0
-0/+0
*
Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ...
Antoine Pitrou
2008-12-13
3
-1/+12
*
string.maketrans -> str.maketrans
Benjamin Peterson
2008-12-13
1
-6/+3
*
Merged revisions 67717 via svnmerge from
Lars Gustäbel
2008-12-12
3
-10/+5
*
revert r67713. it causes build problems
Benjamin Peterson
2008-12-12
1
-4/+20
*
reuse tokenize.detect_encoding for linecache #4016
Benjamin Peterson
2008-12-12
1
-20/+4
*
raise a SyntaxError in detect_encoding() when a codec lookup fails like the b...
Benjamin Peterson
2008-12-12
3
-13/+25
*
Merged revisions 67707 via svnmerge from
Mark Dickinson
2008-12-11
2
-3/+60
*
Issue #2173: fix build failure on OS X. device_encoding was returning an
Mark Dickinson
2008-12-11
2
-1/+5
*
Blocked revisions 67694 via svnmerge
Mark Dickinson
2008-12-11
0
-0/+0
*
Merged revisions 67666,67685 via svnmerge from
Jeffrey Yasskin
2008-12-11
2
-5/+25
*
Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to
Facundo Batista
2008-12-11
3
-16/+37
*
Merged revisions 67688 via svnmerge from
Amaury Forgeot d'Arc
2008-12-10
3
-2/+44
*
simplify imports
Fred Drake
2008-12-10
1
-2/+1
*
#4592: fix embedding example with new C API changes.
Georg Brandl
2008-12-09
2
-3/+9
*
Add UUIDs for 3.0.1 and 3.0.2.
Martin v. Löwis
2008-12-08
1
-0/+4
*
Merged revisions 67658-67659 via svnmerge from
Martin v. Löwis
2008-12-08
2
-0/+5
*
#4586: fix usage of Py_InitModule.
Georg Brandl
2008-12-07
1
-1/+6
*
Remove unnecessary import
Neal Norwitz
2008-12-07
1
-1/+0
[next]