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
*
#17616: wave.open now supports the 'with' statement.
R David Murray
2013-07-31
2
-10/+32
*
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
6
-39/+604
*
Add simple test for repr(lock)
Christian Heimes
2013-07-30
1
-0/+5
*
Add simple test for resource.getpagesize()
Christian Heimes
2013-07-30
1
-0/+5
|
\
|
*
Add simple test for resource.getpagesize()
Christian Heimes
2013-07-30
1
-0/+5
*
|
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-16/+61
|
\
\
|
|
/
|
*
Add more tests for hashlib and hash object attributes
Christian Heimes
2013-07-30
1
-13/+62
*
|
Issue #18593: fix typo in comment
Eli Bendersky
2013-07-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18593: fix typo in comment
Eli Bendersky
2013-07-30
1
-1/+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-30
2
-2/+2
|
\
\
|
|
/
|
*
Make all idle test case names end with 'Test'.
Terry Jan Reedy
2013-07-30
2
-2/+2
*
|
Merge #15415 from 3.3 (again)
Nick Coghlan
2013-07-29
1
-5/+7
|
\
\
|
|
/
|
*
Third attempt to fix #15415 on Windows
Nick Coghlan
2013-07-29
1
-5/+7
*
|
Merge #15415 Windows buildbot change from 3.3
Nick Coghlan
2013-07-29
1
-5/+5
|
\
\
|
|
/
|
*
Attempt to fix #15415 on Windows
Nick Coghlan
2013-07-29
1
-5/+5
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-28
1
-4/+12
|
\
\
|
|
/
|
*
Update gui section of idle test README.
Terry Jan Reedy
2013-07-28
1
-4/+12
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-28
1
-4/+1
|
\
\
|
|
/
|
*
Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
Terry Jan Reedy
2013-07-28
1
-4/+1
*
|
Merge #15415 from 3.3
Nick Coghlan
2013-07-28
5
-46/+190
|
\
\
|
|
/
|
*
Close #15415: Factor out temp dir helpers to test.support
Nick Coghlan
2013-07-28
5
-46/+190
|
*
Issue #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
2
-3/+6
*
|
Close #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
2
-3/+6
*
|
Close #13266: Add inspect.unwrap
Nick Coghlan
2013-07-28
2
-8/+110
*
|
Restore the data block size to 62.
Raymond Hettinger
2013-07-28
1
-1/+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-28
1
-5/+17
|
\
\
|
|
/
|
*
Issue #18441: Make test.support.requires('gui') skip when it should.
Terry Jan Reedy
2013-07-28
1
-5/+17
*
|
merge 3.3 (#18565)
Benjamin Peterson
2013-07-27
1
-1/+40
|
\
\
|
|
/
|
*
add a test for issue #17669 (closes #18565)
Benjamin Peterson
2013-07-27
1
-1/+40
*
|
Close #18545: now only executes member_type if no _value_ is assigned in __ne...
Ethan Furman
2013-07-25
2
-4/+20
*
|
#17818: aifc.getparams now returns a namedtuple.
R David Murray
2013-07-25
3
-7/+44
*
|
Fix typo on MutableSequence docstring.
Guido van Rossum
2013-07-25
1
-1/+1
*
|
#18503: small cleanups in test_email.
R David Murray
2013-07-25
1
-2/+2
|
\
\
|
|
/
|
*
#18503: small cleanups in test_email.
R David Murray
2013-07-25
1
-2/+2
*
|
#14853: merge with 3.3.
Ezio Melotti
2013-07-25
1
-10/+0
|
\
\
|
|
/
|
*
#14853: remove test that was making too many assumptions about stdin. Patch ...
Ezio Melotti
2013-07-25
1
-10/+0
*
|
Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)
Brian Curtin
2013-07-23
1
-0/+1
*
|
Merge
Brian Curtin
2013-07-22
1
-843/+561
|
\
\
|
*
\
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
1
-843/+561
|
|
\
\
|
|
|
/
|
|
*
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
1
-849/+562
*
|
|
Fix #18530. Remove extra stat call from posixpath.ismount
Brian Curtin
2013-07-22
1
-8/+14
|
/
/
*
|
Issue #17532: merge from 3.3
Ned Deily
2013-07-20
1
-1/+5
|
\
\
|
|
/
|
*
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
Ned Deily
2013-07-20
1
-1/+5
*
|
test_ssl: use a bytestring here
Antoine Pitrou
2013-07-20
1
-1/+1
*
|
Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...
Antoine Pitrou
2013-07-20
2
-0/+19
*
|
Change _names to _names_ since the latter is reserved for Enum use.
Ethan Furman
2013-07-20
2
-41/+42
*
|
Close #18508 -- fix _value2member_map to always have the member's value
Ethan Furman
2013-07-20
2
-11/+31
*
|
Merge.
Richard Oudkerk
2013-07-19
1
-4/+7
|
\
\
|
|
/
|
*
Prevent dangling threads/process warning for test_multiprocessing.
Richard Oudkerk
2013-07-19
1
-4/+7
*
|
Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...
Vinay Sajip
2013-07-19
2
-34/+30
[next]