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 #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
*
Fix imports from collections.abc
Raymond Hettinger
2011-02-23
7
-20/+22
*
A crypt algorithm may not be available by returning None.
Brett Cannon
2011-02-22
1
-2/+7
*
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
Brett Cannon
2011-02-22
2
-51/+46
*
Issue #11277: finally fix Snow Leopard crash following r88460.
Antoine Pitrou
2011-02-22
1
-1/+1
*
Fix test.test_crypt.test_methods() to pass on OS X.
Brett Cannon
2011-02-22
1
-1/+4
*
In FTP.close() method, make sure to also close the socket object, not only th...
Giampaolo Rodolà
2011-02-22
1
-3/+3
*
Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3.
Brett Cannon
2011-02-22
1
-0/+4
*
smtlib.py PEP8 normalization via pep8.py script.
Giampaolo Rodolà
2011-02-22
1
-63/+73
*
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider
2011-02-22
2
-0/+78
*
Issue #11074: Make 'tokenize' so it can be reloaded.
Brett Cannon
2011-02-22
1
-3/+2
*
Issue #10512: close the log file in cgi when running tests.
Brett Cannon
2011-02-22
1
-0/+1
*
Issue #10992: make tests pass when run under coverage.
Brett Cannon
2011-02-22
12
-4/+56
*
Factor-out common code for helper classes.
Raymond Hettinger
2011-02-22
2
-20/+4
*
Have the test filename match the module filename.
Raymond Hettinger
2011-02-22
1
-0/+0
*
Issue #11085: Moved collections abstract base classes into a separate module
Raymond Hettinger
2011-02-22
4
-13/+13
*
Issue #4681: Allow mmap() to work on file sizes and offsets larger than
Antoine Pitrou
2011-02-21
1
-2/+49
*
Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
Antoine Pitrou
2011-02-21
2
-19/+12
*
Fix PyUnicode_FromFormatV("%c") for non-BMP char
Victor Stinner
2011-02-21
1
-1/+4
*
compileall uses repr() to format filenames/paths
Victor Stinner
2011-02-21
2
-6/+6
*
Issue #11089: Fix performance issue limiting the use of ConfigParser()
Raymond Hettinger
2011-02-21
2
-8/+100
*
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
14
-237/+295
*
Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
Antoine Pitrou
2011-02-21
1
-0/+29
*
Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...
Georg Brandl
2011-02-20
5
-152/+9
*
Bump trunk to 3.3 alpha 0.
Georg Brandl
2011-02-20
2
-2/+2
*
Version bump to 3.2 final.
Georg Brandl
2011-02-20
2
-2/+2
*
Topic and suspicious update.
Georg Brandl
2011-02-20
1
-1/+1
*
Bump for 3.2rc3.
v3.2rc3
Georg Brandl
2011-02-13
2
-2/+2
[next]