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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #11140: Lock.release() now raises a RuntimeError when attempting
Antoine Pitrou
2011-02-28
1
-0/+4
*
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
2
-6/+27
*
Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under W...
Antoine Pitrou
2011-02-27
1
-1/+2
*
Issue #11326: Add the missing connect_ex() implementation for SSL sockets,
Antoine Pitrou
2011-02-26
2
-8/+65
*
Merged revisions 88661 via svnmerge from
Benjamin Peterson
2011-02-26
3
-10/+14
*
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
1
-0/+34
*
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 #11330: asctime format bug fixed.
Vinay Sajip
2011-02-26
1
-1/+4
*
Revert r88639 (the optimization changes behaviour and breaks buildbots)
Antoine Pitrou
2011-02-26
2
-18/+7
*
Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch
Antoine Pitrou
2011-02-26
2
-7/+18
*
test_logging: Changed TimedRotatingFileHandler tests to use UTC time rather t...
Vinay Sajip
2011-02-26
1
-3/+3
*
Add __bool__ method. Add tests. Fix-up broken test.
Raymond Hettinger
2011-02-26
2
-8/+17
*
test_logging: diagnostic code changes.
Vinay Sajip
2011-02-26
1
-0/+1
*
Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are a...
Senthil Kumaran
2011-02-26
1
-1/+1
*
Issue #11297: Add collections.ChainMap()
Raymond Hettinger
2011-02-26
4
-7/+7
*
Fix AttributeError.
Antoine Pitrou
2011-02-26
1
-1/+1
*
Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall.
Antoine Pitrou
2011-02-25
1
-0/+12
*
Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix
Antoine Pitrou
2011-02-25
1
-0/+192
*
Issue #7322: Trying to read from a socket's file-like object after a timeout
Antoine Pitrou
2011-02-25
2
-0/+23
*
test_logging: Added more diagnostics for buildbot failures.
Vinay Sajip
2011-02-25
1
-2/+31
*
Issue 11291: poplib suppresses errors on QUIT.
Giampaolo Rodolà
2011-02-25
2
-9/+23
*
Issue 11177: asyncore's create_socket() arguments can now be omitted.
Giampaolo Rodolà
2011-02-25
2
-11/+11
*
Issue #6064: Add a `daemon` keyword argument to the threading.Thread
Antoine Pitrou
2011-02-25
4
-16/+33
*
(issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Al...
Giampaolo Rodolà
2011-02-25
1
-2/+3
*
Issue #10956: Buffered I/O classes retry reading or writing after a signal
Antoine Pitrou
2011-02-25
2
-5/+121
*
Issue 10784: adds os.getpriority() and os.setpriority() functions.
Giampaolo Rodolà
2011-02-25
1
-0/+19
*
Issue #11114: Fix catastrophic performance of tell() on text files (up
Antoine Pitrou
2011-02-25
1
-8/+50
*
(issue 11214) - fix asyncore.strerror test failure on AIX
Giampaolo Rodolà
2011-02-25
1
-1/+1
*
Skip os.sendfile() test if threading module is not available.
Giampaolo Rodolà
2011-02-25
1
-0/+1
*
logging: enabled test which was intermittently failing on buildbots.
Vinay Sajip
2011-02-25
1
-1/+1
*
Improved QueueListener implementation - queue sentinel addition made extensible.
Vinay Sajip
2011-02-25
1
-1/+11
*
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
32
-79/+84
*
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
Giampaolo Rodolà
2011-02-25
1
-0/+253
*
rewrite with assertIs
Benjamin Peterson
2011-02-25
1
-2/+1
*
Removed fcmp and FUZZ from test.support, following the discussion on python-dev:
Eli Bendersky
2011-02-25
3
-25/+10
*
Issue #10516: adding list.clear() and list.copy() methods
Eli Bendersky
2011-02-25
3
-0/+46
*
Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with
Antoine Pitrou
2011-02-24
1
-0/+2
*
Issue #11286: Fixed unpickling of empty 2.x strings.
Alexander Belopolsky
2011-02-24
3
-8/+12
*
Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...
Éric Araujo
2011-02-24
2
-3/+29
*
Merged revisions 88535 via svnmerge from
Benjamin Peterson
2011-02-24
1
-0/+4
*
Revert r88503 as Benjamin's request.
Brett Cannon
2011-02-23
1
-4/+0
*
Issue #3080: Fix test_reprlib on Windows
Victor Stinner
2011-02-23
1
-1/+1
*
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner
2011-02-23
1
-0/+26
*
Issue #11224: Improved sparse file read support (r85916) introduced a
Lars Gustäbel
2011-02-23
2
-3/+18
*
Add tests for the _ChainMap helper class.
Raymond Hettinger
2011-02-23
2
-0/+119
[next]