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
*
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it ca...
Giampaolo Rodolà
2011-03-03
4
-0/+64
*
Issue #10516: added copy() and clear() methods to bytearrays as well
Eli Bendersky
2011-03-03
4
-5/+63
*
#11306: Treat EROFS like EACCES when making a 'file is read-only' decision
R. David Murray
2011-03-03
2
-3/+7
*
Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSend...
Giampaolo Rodolà
2011-03-03
1
-13/+29
*
fix attribute error
Giampaolo Rodolà
2011-03-03
1
-1/+2
*
Issue #11377: Fix quoting on Windows in test_platform
Victor Stinner
2011-03-03
1
-2/+11
*
Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN error...
Giampaolo Rodolà
2011-03-03
2
-4/+8
*
Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().
Victor Stinner
2011-03-03
4
-82/+26
*
Issue #8513: On UNIX, subprocess supports bytes command string.
Victor Stinner
2011-03-03
3
-1/+8
*
Update compiler recursion crasher to more reliably blow the stack and add a t...
Nick Coghlan
2011-03-03
1
-2/+10
*
issue 11372: use range instead of xrange
Fred Drake
2011-03-03
1
-2/+2
*
add tests for xml.pulldom #9373
Benjamin Peterson
2011-03-02
3
-38/+347
*
#11335: Fix memory leak when a sort key function throws an exception
Daniel Stutzbach
2011-03-02
2
-0/+5
*
Fix my previous commit (r88709) for str.encode(errors=...)
Victor Stinner
2011-03-02
1
-5/+10
*
Issue #8923: cache str.encode() result
Victor Stinner
2011-03-02
2
-9/+21
*
Remove useless argument of _PyUnicode_AsDefaultEncodedString()
Victor Stinner
2011-03-02
8
-13/+9
*
Remove last use of distutils.sysconfig from the stdlib (#11364).
Éric Araujo
2011-03-02
1
-2/+1
*
assertEquals is deprecated
Antoine Pitrou
2011-03-02
1
-1/+1
*
Issue #10831: Document the new formats (%li, %lli, %zi)
Victor Stinner
2011-03-02
1
-0/+12
*
Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats
Victor Stinner
2011-03-02
3
-20/+35
*
Fix my previous commit (r88702): initialize size_tflag in parse_format_flags()
Victor Stinner
2011-03-02
1
-0/+1
*
Issue #10829: Refactor PyUnicode_FromFormat()
Victor Stinner
2011-03-01
3
-69/+104
*
Issue #10911: Add tests on CGI with non-ASCII characters
Victor Stinner
2011-03-01
2
-24/+54
*
Followup to issue #11140 and r88682: also patch _dummy_thread.
Antoine Pitrou
2011-03-01
4
-8/+5
*
Issue #11246: Fix PyUnicode_FromFormat("%V")
Victor Stinner
2011-03-01
3
-7/+36
*
Remove outdated pointer to optparse (fixes #11360).
Éric Araujo
2011-03-01
1
-3/+0
*
Endly, fix UnboundLocalError in telnetlib
Antoine Pitrou
2011-03-01
1
-1/+2
*
Recommend inspecting the errno attribute of socket.error objects,
Antoine Pitrou
2011-02-28
1
-21/+26
*
Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall.
Antoine Pitrou
2011-02-28
7
-12/+82
*
Add credit for r88682.
Antoine Pitrou
2011-02-28
2
-1/+3
*
No need to put this at top
Antoine Pitrou
2011-02-28
1
-11/+12
*
Issue #11140: Lock.release() now raises a RuntimeError when attempting
Antoine Pitrou
2011-02-28
4
-1/+14
*
Issue 11348: skip os.setpriority() test if current nice level is >= 19.
Giampaolo Rodolà
2011-02-28
1
-1/+7
*
Fix issue 8594: adds a source_address parameter to ftplib module.
Giampaolo Rodolà
2011-02-28
4
-12/+49
*
Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under W...
Antoine Pitrou
2011-02-27
1
-1/+2
*
make this a link #11345
Benjamin Peterson
2011-02-27
1
-1/+1
*
Issue #11326: Add the missing connect_ex() implementation for SSL sockets,
Antoine Pitrou
2011-02-26
3
-8/+68
*
Merged revisions 88661 via svnmerge from
Benjamin Peterson
2011-02-26
3
-10/+14
*
revert accidental formatting change
Benjamin Peterson
2011-02-26
1
-2/+3
*
this isn't true anymore
Benjamin Peterson
2011-02-26
2
-6/+3
*
Make sendfile tests more robust
Antoine Pitrou
2011-02-26
1
-1/+6
*
Issue #11330: Updated tests for correct asctime handling.
Vinay Sajip
2011-02-26
2
-3/+3
*
Issue #11330: Added regression test.
Vinay Sajip
2011-02-26
1
-0/+8
*
Issue #9931: Fix hangs in GUI tests under Windows in certain conditions.
Antoine Pitrou
2011-02-26
2
-0/+37
*
Replace links to the old dev doc with links to the new devguide.
Éric Araujo
2011-02-26
4
-7/+9
*
Issue #11323: fix sendfile tests under 64-bit Solaris.
Antoine Pitrou
2011-02-26
1
-9/+16
*
Removed typo.
Vinay Sajip
2011-02-26
1
-1/+1
*
Issue #11331: fixed documentation in logging cookbook.
Vinay Sajip
2011-02-26
1
-2/+0
*
Issue #11330: asctime format bug fixed.
Vinay Sajip
2011-02-26
1
-1/+4
*
Check error return from _parse_off_t(), and remove cruft from the 2->3 transi...
Antoine Pitrou
2011-02-26
1
-5/+4
[next]