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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make catched exception more specific and correct a comment.
Serhiy Storchaka
2015-12-30
1
-3/+3
|
\
|
*
Make catched exception more specific and correct a comment.
Serhiy Storchaka
2015-12-30
1
-3/+3
*
|
Issue #25971: Optimized creating Fractions from floats by 2 times and from
Serhiy Storchaka
2015-12-29
1
-7/+7
*
|
merge 3.5 (#25973)
Benjamin Peterson
2015-12-29
1
-0/+8
|
\
\
|
|
/
|
*
make recording and reporting errors and nonlocal and global directives more r...
Benjamin Peterson
2015-12-29
1
-0/+8
*
|
Issue #25234: Skip test_eintr.test_os_open under OS X.
Brett Cannon
2015-12-29
1
-0/+1
*
|
Tweak skipping message
Brett Cannon
2015-12-29
1
-1/+1
*
|
Merge
Brett Cannon
2015-12-29
1
-0/+2
|
\
\
|
*
|
Issue #25940: Make buildbots usable again until a solution is found.
Stefan Krah
2015-12-29
1
-0/+2
*
|
|
Issue #24725: Skip the test_socket.testFDPassEmpty on OS X.
Brett Cannon
2015-12-29
1
-0/+1
|
/
/
*
|
Issue #25928: Temporarily disable some tests in test_statistics in order
Stefan Krah
2015-12-28
1
-0/+3
*
|
Merge.
Stefan Krah
2015-12-28
1
-2/+12
|
\
\
|
*
\
Merge heads
Serhiy Storchaka
2015-12-28
1
-4/+4
|
|
\
\
|
*
\
\
Issue #25447: Copying the lru_cache() wrapper object now always works,
Serhiy Storchaka
2015-12-28
1
-2/+12
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #25447: Copying the lru_cache() wrapper object now always works,
Serhiy Storchaka
2015-12-28
1
-2/+12
*
|
|
|
Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
Stefan Krah
2015-12-28
1
-0/+33
|
|
_
|
/
|
/
|
|
*
|
|
Remove duplicate method in test_pathlib. Initial patch by Navneet Suman.
Ezio Melotti
2015-12-28
1
-4/+4
|
/
/
*
|
Issue #25768: Make compileall functions return booleans and document
Brett Cannon
2015-12-27
1
-2/+24
*
|
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-25
2
-0/+26
|
\
\
|
|
/
|
*
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-25
2
-0/+26
*
|
Issue #25860: Fixed test failure caused by inconsistency of os.walk() and
Serhiy Storchaka
2015-12-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue #25860: Fixed test failure caused by inconsistency of os.walk() and
Serhiy Storchaka
2015-12-22
1
-0/+2
*
|
Issue #25860: os.fwalk() no longer skips remaining directories when error occ...
Serhiy Storchaka
2015-12-22
1
-11/+20
|
\
\
|
|
/
|
*
Issue #25860: os.fwalk() no longer skips remaining directories when error occ...
Serhiy Storchaka
2015-12-22
1
-11/+20
*
|
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
1
-0/+32
|
\
\
|
|
/
|
*
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
1
-0/+32
*
|
Issue #25902: Fixed various refcount issues in ElementTree iteration.
Serhiy Storchaka
2015-12-21
1
-0/+51
|
\
\
|
|
/
|
*
Issue #25902: Fixed various refcount issues in ElementTree iteration.
Serhiy Storchaka
2015-12-21
1
-0/+51
*
|
Issue #25766: Special method __bytes__() now works in str subclasses.
Serhiy Storchaka
2015-12-20
1
-0/+6
|
\
\
|
|
/
|
*
Issue #25766: Special method __bytes__() now works in str subclasses.
Serhiy Storchaka
2015-12-20
1
-0/+6
*
|
Fixed sizeof tests for dict and type (they were passed by accident).
Serhiy Storchaka
2015-12-20
1
-11/+22
|
\
\
|
|
/
|
*
Fixed sizeof tests for dict and type (they were passed by accident).
Serhiy Storchaka
2015-12-20
1
-11/+22
*
|
Don't create non-needed file.
Serhiy Storchaka
2015-12-20
1
-5/+0
|
\
\
|
|
/
|
*
Don't create non-needed file.
Serhiy Storchaka
2015-12-20
1
-5/+0
*
|
Use correct PyGC_Head size in tests for issue #25421.
Serhiy Storchaka
2015-12-19
1
-1/+1
|
\
\
|
|
/
|
*
Use correct PyGC_Head size in tests for issue #25421.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
|
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-0/+30
|
\
\
|
|
/
|
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-0/+30
*
|
Merge typo fixes from 3.5
Martin Panter
2015-12-17
2
-2/+2
|
\
\
|
|
/
|
*
Fix a couple of typos in code comments
Martin Panter
2015-12-17
2
-2/+2
*
|
Merge 3.5
Yury Selivanov
2015-12-17
1
-0/+4
|
\
\
|
|
/
|
*
Merge 3.4
Yury Selivanov
2015-12-17
1
-0/+4
|
|
\
|
|
*
asyncio/tests: Fix a ResourceWarning due to unclosed loop
Yury Selivanov
2015-12-17
1
-0/+4
*
|
|
Merge 3.5
Yury Selivanov
2015-12-17
1
-18/+29
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4
Yury Selivanov
2015-12-17
1
-18/+29
|
|
\
\
|
|
|
/
|
|
*
asyncio/tests: Fix ResourceWarnings related to unclosed transports
Yury Selivanov
2015-12-17
1
-18/+29
*
|
|
Merge 3.5
Yury Selivanov
2015-12-17
2
-13/+18
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4
Yury Selivanov
2015-12-17
2
-13/+18
|
|
\
\
|
|
|
/
|
|
*
asyncio/tests: Fix some ResourceWarnings
Yury Selivanov
2015-12-17
2
-13/+18
*
|
|
Merge 3.5
Yury Selivanov
2015-12-17
1
-1/+1
|
\
\
\
|
|
/
/
[next]