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 #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
25
-323/+1256
*
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
3
-17/+65
|
\
\
|
|
/
|
*
Add more tests for hashlib and hash object attributes
Christian Heimes
2013-07-30
1
-13/+62
|
*
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
2
-1/+4
*
|
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 #18584: make doctest examples in email documentation pass.
R David Murray
2013-07-29
3
-23/+67
|
\
\
|
|
/
|
*
#18584: make doctest examples in email documentation pass.
R David Murray
2013-07-29
3
-23/+67
*
|
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
7
-54/+223
|
\
\
|
|
/
|
*
Close #15415: Factor out temp dir helpers to test.support
Nick Coghlan
2013-07-28
7
-54/+223
*
|
Null merge from 3.3
Nick Coghlan
2013-07-28
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
4
-3/+10
*
|
Close #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
4
-3/+10
*
|
Close #13266: Add inspect.unwrap
Nick Coghlan
2013-07-28
5
-11/+141
*
|
Restore the data block size to 62.
Raymond Hettinger
2013-07-28
2
-4/+7
*
|
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) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag
Victor Stinner
2013-07-28
1
-0/+2
|
\
\
|
|
/
|
*
doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag
Victor Stinner
2013-07-28
1
-0/+2
*
|
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
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.
Terry Jan Reedy
2013-07-27
1
-1/+1
*
|
Assertions key off NDEBUG
Raymond Hettinger
2013-07-27
1
-1/+1
*
|
null merge (fix already applied to default)
Victor Stinner
2013-07-27
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15893: Remove dead code
Victor Stinner
2013-07-27
1
-5/+0
*
|
Issue #15893: Improve error handling in main() and Py_FrozenMain()
Victor Stinner
2013-07-27
2
-16/+28
*
|
Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as
Victor Stinner
2013-07-27
1
-18/+4
*
|
Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initial...
Victor Stinner
2013-07-26
1
-6/+6
*
|
(Merge 3.3) Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
Victor Stinner
2013-07-26
1
-2/+9
|
\
\
|
|
/
|
*
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
Victor Stinner
2013-07-26
2
-8/+19
*
|
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes
2013-07-26
3
-6/+17
|
\
\
|
|
/
|
*
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes
2013-07-26
3
-6/+17
*
|
(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
Victor Stinner
2013-07-26
2
-268/+134
|
\
\
|
|
/
|
*
Parser/asdl_c.py: use Py_CLEAR()
Victor Stinner
2013-07-26
2
-270/+135
*
|
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
Victor Stinner
2013-07-26
3
-6160/+6115
|
\
\
|
|
/
|
*
According to the PEP 7, C code must "use 4-space indents"
Victor Stinner
2013-07-26
3
-6124/+6079
[next]