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 82439 via svnmerge from
Nick Coghlan
2010-07-02
1
-6/+6
*
fix lookup of __ceil__
Benjamin Peterson
2010-07-02
3
-11/+12
*
account for different ref counting semantics of _PyObject_LookupSpecial
Benjamin Peterson
2010-07-02
1
-4/+8
*
Merged revisions 82433 via svnmerge from
Georg Brandl
2010-07-02
1
-15/+15
*
Blocked revisions 82429 via svnmerge
Benjamin Peterson
2010-07-01
0
-0/+0
*
Merged revisions 82420 via svnmerge from
Benjamin Peterson
2010-07-01
1
-1/+1
*
correctly lookup __trunc__ and __floor__
Benjamin Peterson
2010-07-01
3
-20/+17
*
Blocked revisions 82415 via svnmerge
Benjamin Peterson
2010-07-01
0
-0/+0
*
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
Ezio Melotti
2010-07-01
4
-66/+229
*
Merged revisions 82409 via svnmerge from
Benjamin Peterson
2010-06-30
0
-0/+0
*
Merged revisions 82404 via svnmerge from
Giampaolo RodolĂ
2010-06-30
2
-8/+16
*
Merged revisions 82403 via svnmerge from
Benjamin Peterson
2010-06-30
1
-0/+1
*
Blocked revisions 82399-82400 via svnmerge
Mark Dickinson
2010-06-30
0
-0/+0
*
Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...
Michael Foord
2010-06-30
4
-2/+237
*
Unparse infinite imaginary literals correctly. Add some more numeric tests.
Mark Dickinson
2010-06-30
2
-5/+20
*
Revert accidental extra changes included in r82391.
Mark Dickinson
2010-06-30
2
-42/+5
*
Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.
Mark Dickinson
2010-06-30
4
-5/+63
*
Remove backtick syntax for repr.
Mark Dickinson
2010-06-30
1
-5/+0
*
Better solution for attribute access on integer literals.
Mark Dickinson
2010-06-30
1
-14/+8
*
Output try-except-finally statements where appropriate.
Mark Dickinson
2010-06-30
2
-5/+23
*
Collapse else: if: ... into elif:
Mark Dickinson
2010-06-30
2
-1/+32
*
Merged revisions 82379 via svnmerge from
Mark Dickinson
2010-06-29
1
-1/+5
*
Fix typo in unparsing of a class definition.
Mark Dickinson
2010-06-29
2
-1/+3
*
update for nonlocal keyword
Benjamin Peterson
2010-06-29
1
-4/+6
*
Make a sentence a little less awkward.
Brett Cannon
2010-06-29
1
-2/+1
*
note that byte strings can be raw, too #9114
Benjamin Peterson
2010-06-29
1
-9/+9
*
Blocked revisions 82368 via svnmerge
Benjamin Peterson
2010-06-29
0
-0/+0
*
Added information about pickle security and SocketHandler, and some cross-ref...
Vinay Sajip
2010-06-29
1
-2/+34
*
test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test.
Mark Dickinson
2010-06-29
1
-8/+46
*
More unparse.py fixes:
Mark Dickinson
2010-06-29
2
-11/+26
*
Add parentheses around numeric literals, to avoid turning 3 .bit_length() int...
Mark Dickinson
2010-06-29
2
-10/+14
*
unparse.py: respect coding cookie in input files
Mark Dickinson
2010-06-29
1
-1/+5
*
Merged revisions 82356 via svnmerge from
Mark Dickinson
2010-06-29
1
-1/+1
*
rephrase and remove uneeded statement
Benjamin Peterson
2010-06-29
1
-6/+4
*
Update md5driver.py for 3.x.
Brian Curtin
2010-06-29
1
-7/+6
*
unparse.py: Typo fix.
Mark Dickinson
2010-06-28
1
-1/+1
*
Update Demo/parser/unparse.py to current Python 3.x syntax. Additions:
Mark Dickinson
2010-06-28
2
-54/+194
*
Merged revisions 82345 via svnmerge from
Mark Dickinson
2010-06-28
2
-1/+5
*
Merged revisions 82338,82340-82341 via svnmerge from
Mark Dickinson
2010-06-28
2
-6/+77
*
update error message
Benjamin Peterson
2010-06-28
1
-2/+1
*
Merged revisions 82334 via svnmerge from
Senthil Kumaran
2010-06-28
1
-2/+2
*
Merged revisions 82332 via svnmerge from
Benjamin Peterson
2010-06-28
1
-1/+1
*
Merged revisions 82330 via svnmerge from
Benjamin Peterson
2010-06-28
1
-1/+3
*
Added missing white space
Alexander Belopolsky
2010-06-28
1
-1/+1
*
Merged revisions 82324 via svnmerge from
Senthil Kumaran
2010-06-28
1
-0/+5
*
Add an inheritance test for importlib.abc.SourceLoader.
Brett Cannon
2010-06-28
1
-0/+5
*
Move importlib.abc.SourceLoader to _bootstrap.
Brett Cannon
2010-06-28
4
-106/+143
*
Merged revisions 82317 via svnmerge from
Benjamin Peterson
2010-06-28
1
-16/+12
*
fix test with more obviously incorrect bytecode
Benjamin Peterson
2010-06-28
1
-1/+1
*
fix versionchanged
Benjamin Peterson
2010-06-28
2
-3/+3
[next]