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
...
*
|
Null merge of 3.3 merge heads.
R David Murray
2013-08-10
0
-0/+0
|
\
\
|
|
/
|
*
Merge heads.
R David Murray
2013-08-10
3
-11/+36
|
|
\
*
|
\
Merge heads.
R David Murray
2013-08-10
3
-11/+36
|
\
\
\
|
*
\
\
Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
3
-11/+36
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
#8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
3
-11/+36
*
|
|
|
#18505: merge with 3.3.
Ezio Melotti
2013-08-10
1
-4/+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
#18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-4/+1
*
|
|
|
Merge typo fixes from 3.3.
Ezio Melotti
2013-08-10
2
-4/+4
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Fix a couple of typos.
Ezio Melotti
2013-08-10
2
-4/+4
|
|
/
*
|
#18453: merge with 3.3.
Ezio Melotti
2013-08-10
1
-2/+10
|
\
\
|
|
/
|
*
#18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-2/+10
*
|
#18465: merge with 3.3.
Ezio Melotti
2013-08-10
1
-5/+6
|
\
\
|
|
/
|
*
#18465: fix unused variables in test_minidom. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-5/+6
*
|
#18484: merge with 3.3.
Ezio Melotti
2013-08-10
1
-6/+67
|
\
\
|
|
/
|
*
#18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-6/+67
*
|
#18483: merge with 3.3.
Ezio Melotti
2013-08-10
1
-0/+2
|
\
\
|
|
/
|
*
#18483: add one more date format in test_http2time_formats. Patch by Vajrask...
Ezio Melotti
2013-08-10
1
-0/+2
*
|
Issue #15651: PEP 3121 refactoring for _elementtree
Eli Bendersky
2013-08-10
1
-30/+89
*
|
typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400
Christian Heimes
2013-08-10
1
-1/+1
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
11
-10/+77
*
|
Issue #18668: Further clarify m_size setting for non-negative values
Eli Bendersky
2013-08-10
1
-4/+4
|
\
\
|
|
/
|
*
Issue #18668: Further clarify m_size setting for non-negative values
Eli Bendersky
2013-08-10
1
-4/+4
*
|
Null merge related to #18600.
R David Murray
2013-08-09
0
-0/+0
|
\
\
|
|
/
|
*
#18600: In 3.3, as_string does not accept a policy keyword.
R David Murray
2013-08-09
2
-12/+8
*
|
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray
2013-08-09
6
-21/+160
*
|
Closes #18671: Output more information when logging exceptions occur.
Vinay Sajip
2013-08-08
2
-0/+5
*
|
#18357: merge with 3.3.
Ezio Melotti
2013-08-08
3
-0/+18
|
\
\
|
|
/
|
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
3
-0/+18
*
|
#18581: merge with 3.3.
Ezio Melotti
2013-08-08
1
-32/+0
|
\
\
|
|
/
|
*
#18581: remove duplicate test and run a test class that was skipped. Initial...
Ezio Melotti
2013-08-08
1
-32/+0
*
|
Fix a typo in PyUnicode_CopyCharacters() documentation.
Serhiy Storchaka
2013-08-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix a typo in PyUnicode_CopyCharacters() documentation.
Serhiy Storchaka
2013-08-08
1
-1/+1
*
|
#18267: merge with 3.3.
Ezio Melotti
2013-08-08
1
-9/+9
|
\
\
|
|
/
|
*
#18267: make whitespace consistent and fix an operator.
Ezio Melotti
2013-08-08
1
-9/+9
*
|
#18273: merge with 3.3.
Ezio Melotti
2013-08-08
21
-44/+25
|
\
\
|
|
/
|
*
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...
Ezio Melotti
2013-08-08
21
-44/+25
*
|
Issue #15301: Parsing fd, uid, and gid parameters for builtins
Larry Hastings
2013-08-08
3
-81/+205
*
|
Closing #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky
2013-08-07
1
-4/+10
|
\
\
|
|
/
|
*
Issue #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky
2013-08-07
1
-4/+10
*
|
Issue #18665: fix typos. Patch by Vajrasky Kok.
Antoine Pitrou
2013-08-06
2
-2/+2
*
|
Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.
Antoine Pitrou
2013-08-06
1
-0/+3
*
|
Normalize whitespace
Antoine Pitrou
2013-08-06
1
-1/+0
*
|
Issue #18621: Prevent the site module's patched builtins from keeping too man...
Antoine Pitrou
2013-08-06
3
-93/+111
*
|
Improve verbose reporting of shutdown phase by using the "public" module name
Antoine Pitrou
2013-08-06
1
-6/+7
*
|
In _PyGC_Fini(), lose the reference that was kept to the time module
Antoine Pitrou
2013-08-06
1
-0/+1
*
|
#18443: remove the TextMate entry now that the bundle has been removed and fi...
Ezio Melotti
2013-08-06
1
-2/+1
*
|
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
2
-5/+20
|
\
\
|
|
/
|
*
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
2
-5/+20
*
|
Issue #14323: Expanded the number of digits in the coefficients for the
Serhiy Storchaka
2013-08-06
4
-9/+51
*
|
Put the most important and most frequency accessed struct member first.
Raymond Hettinger
2013-08-06
1
-1/+1
[prev]
[next]