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
...
*
Protect logging call against None argument (fixes #11045).
Éric Araujo
2011-01-29
2
-1/+4
*
Issue #10939: Make Internaldate2tuple test more robust.
Alexander Belopolsky
2011-01-29
1
-6/+8
*
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
Ned Deily
2011-01-29
2
-2/+5
*
Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
Ned Deily
2011-01-29
3
-18/+34
*
Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,
Ned Deily
2011-01-29
2
-2/+6
*
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
Ned Deily
2011-01-29
2
-1/+10
*
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
Alexander Belopolsky
2011-01-29
3
-3/+15
*
fix reference to issue where the addition of select.PIPE_BUF was discussed
Giampaolo Rodolà
2011-01-29
1
-1/+1
*
Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
Victor Stinner
2011-01-29
3
-1/+6
*
Issue #11302: missing type check on _string.formatter_field_name_split and _s...
Eric Smith
2011-01-29
2
-0/+62
*
Add entry for str.format_map().
Raymond Hettinger
2011-01-29
1
-37/+56
*
Added a placeholder for str.format_map, as discussed with Raymond. My prose i...
Eric Smith
2011-01-28
1
-0/+20
*
Issue 10573: revert unittest docs to first / second
Michael Foord
2011-01-28
2
-36/+36
*
#11027: documented how to override SECTCRE
Łukasz Langa
2011-01-28
1
-0/+32
*
More source links
Raymond Hettinger
2011-01-27
45
-7/+161
*
Issue 11008: docs updated to show versionadded for dictConfig.
Vinay Sajip
2011-01-27
1
-0/+2
*
More typical sample invocation of tarfile.
Raymond Hettinger
2011-01-27
1
-1/+1
*
Add missing attributions.
Raymond Hettinger
2011-01-27
1
-2/+16
*
Update todo list.
Raymond Hettinger
2011-01-27
1
-1/+3
*
Add an entry for tarfile.
Raymond Hettinger
2011-01-27
1
-0/+32
*
More source links.
Raymond Hettinger
2011-01-27
20
-3/+71
*
Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
Raymond Hettinger
2011-01-27
2
-1/+4
*
Issue #11018: fix a test to not be a no-op in test_bz2.
Antoine Pitrou
2011-01-26
1
-1/+1
*
#11019: Make BytesGenerator handle Message with None body.
R. David Murray
2011-01-26
3
-0/+12
*
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
Raymond Hettinger
2011-01-26
4
-15/+24
*
Markup nits.
Raymond Hettinger
2011-01-26
1
-18/+26
*
Revert r88197. I'll refix correctly once there is a test.
R. David Murray
2011-01-26
1
-5/+2
*
Add a few imports to examples.
Raymond Hettinger
2011-01-26
1
-13/+25
*
Fix BytesGenerator._handle_text() if the message has no payload (None)
Victor Stinner
2011-01-26
1
-2/+5
*
fix import in email.message_from_binary_file()
Victor Stinner
2011-01-25
1
-1/+1
*
Issue #11004: Repair edge case in deque.count().
Raymond Hettinger
2011-01-25
3
-4/+18
*
Tighten the restrictions on the test_sys test which triggers a fatal error when
Brett Cannon
2011-01-25
1
-2/+2
*
Fix the description of PIPE_BUF
Antoine Pitrou
2011-01-25
2
-4/+4
*
Fix the doc for PIPE_BUF
Antoine Pitrou
2011-01-25
1
-3/+5
*
Typo.
Raymond Hettinger
2011-01-25
1
-1/+1
*
Add entries for select and site.
Raymond Hettinger
2011-01-25
1
-0/+47
*
Add math.erfc and turtledemo.
Raymond Hettinger
2011-01-25
1
-2/+17
*
Typo.
Raymond Hettinger
2011-01-25
1
-1/+1
*
Nits.
Raymond Hettinger
2011-01-25
1
-5/+5
*
Add entry for the math module.
Raymond Hettinger
2011-01-25
1
-0/+39
*
Ignore the gdb.py file under OS X.
Brett Cannon
2011-01-25
1
-0/+1
*
another pretty crasher served up by pypy
Benjamin Peterson
2011-01-25
1
-0/+20
*
Add entry for io.BytesIO.getbuffer().
Raymond Hettinger
2011-01-24
1
-0/+29
*
#10974: IDLE no longer crashes if its recent files list includes files
Ned Deily
2011-01-24
2
-2/+7
*
Issue #11000 ast.parse parses source, not just expressions.
Terry Reedy
2011-01-24
2
-6/+6
*
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...
Steven Bethard
2011-01-24
3
-15/+24
*
Update last tix code example for 3.x, as already done for previous examples.
Terry Reedy
2011-01-24
1
-2/+2
*
Fix label syntax.
Georg Brandl
2011-01-24
2
-2/+2
*
Typo fix.
Georg Brandl
2011-01-24
1
-1/+1
*
#10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.
R. David Murray
2011-01-24
2
-35/+57
[prev]
[next]