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 #22977: Remove unconditional import of ctypes.
Serhiy Storchaka
2015-04-06
1
-1/+0
|
\
|
*
Issue #22977: Remove unconditional import of ctypes.
Serhiy Storchaka
2015-04-06
1
-1/+0
*
|
merge 3.4 (#23875)
Benjamin Peterson
2015-04-06
1
-2/+2
|
\
\
|
|
/
|
*
remove extra arguments in arg parsing format codes (closes #23875)
Benjamin Peterson
2015-04-06
1
-2/+2
*
|
fix building without threads (closes #23877)
Benjamin Peterson
2015-04-06
1
-0/+4
*
|
Merge doc change from 3.4
Tim Golden
2015-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Added missing right bracket (reported by Daryl Klakouski)
Tim Golden
2015-04-06
1
-1/+1
*
|
#3566: Clean up handling of remote server disconnects.
R David Murray
2015-04-05
4
-10/+131
*
|
merge 3.4 (#23872)
Benjamin Peterson
2015-04-05
1
-1/+1
|
\
\
|
|
/
|
*
fix extended command syntax (closes #23872)
Benjamin Peterson
2015-04-05
1
-1/+1
*
|
Updated pprint examples in according to issue #19105.
Serhiy Storchaka
2015-04-05
1
-18/+17
*
|
Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on...
Serhiy Storchaka
2015-04-04
1
-2/+2
*
|
fix refleak in deque_concat
Benjamin Peterson
2015-04-04
1
-2/+8
*
|
Issue #23466: Fixed expected error message in test_format.
Serhiy Storchaka
2015-04-04
1
-1/+1
*
|
Fixed the array module broken in issue #23492.
Serhiy Storchaka
2015-04-04
1
-15/+4
*
|
Fixed test_enum for issue #15582.
Serhiy Storchaka
2015-04-04
1
-0/+4
*
|
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
6
-17/+58
|
\
\
|
|
/
|
*
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
6
-17/+58
*
|
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
10
-120/+107
*
|
Open files in binary mode to avoid newlines transformation.
Serhiy Storchaka
2015-04-04
1
-4/+4
|
\
\
|
|
/
|
*
Open files in binary mode to avoid newlines transformation.
Serhiy Storchaka
2015-04-04
1
-4/+4
*
|
Issue #10590: xml.sax.parseString() now supports string argument.
Serhiy Storchaka
2015-04-04
4
-4/+19
*
|
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
3
-2/+6
|
\
\
|
|
/
|
*
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
3
-2/+6
*
|
Issue #23825: Fixed test_idle under -OO.
Serhiy Storchaka
2015-04-04
1
-7/+12
|
\
\
|
|
/
|
*
Issue #23825: Fixed test_idle under -OO.
Serhiy Storchaka
2015-04-04
1
-7/+12
*
|
Moved Misc/NEWS entries not included in 3.5.0 alpha 3 to correct section.
Serhiy Storchaka
2015-04-04
1
-18/+20
*
|
Issue #23492: Argument Clinic now generates argument parsing code with
Serhiy Storchaka
2015-04-03
17
-302/+320
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
54
-8731/+9262
*
|
Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
Larry Hastings
2015-04-03
5
-92/+111
*
|
Issue #15582: inspect.getdoc() now follows inheritance chains.
Serhiy Storchaka
2015-04-03
5
-3/+112
*
|
Issue #23466: Raised OverflowError if %c argument is out of range.
Serhiy Storchaka
2015-04-03
2
-9/+14
*
|
Removed trailing whitespaces in miscalenous files.
Serhiy Storchaka
2015-04-03
6
-23/+23
*
|
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
7
-13/+13
|
\
\
|
|
/
|
*
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
7
-13/+13
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-04-03
1
-0/+5
|
\
\
|
|
/
|
*
Issue #23219: Update asyncio.wait_for() documentation
Victor Stinner
2015-04-03
1
-0/+5
*
|
Got rid of warnings "suggest braces around empty body in an ‘else’ statem...
Serhiy Storchaka
2015-04-03
1
-2/+3
*
|
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
Serhiy Storchaka
2015-04-03
1
-9/+10
|
\
\
|
|
/
|
*
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
Serhiy Storchaka
2015-04-03
1
-9/+10
*
|
Issue #23853: Cleanup _ssl.c
Victor Stinner
2015-04-02
1
-45/+50
*
|
Issue #23834: Simplify timeout handling
Victor Stinner
2015-04-03
1
-27/+13
*
|
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner
2015-04-03
6
-5/+45
*
|
Merge 3.4 (test_nntplib)
Victor Stinner
2015-04-03
1
-9/+10
|
\
\
|
|
/
|
*
Issue #22351: Fix test_nntplib if the ssl module is missing
Victor Stinner
2015-04-03
1
-9/+10
*
|
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka
2015-04-02
1
-1/+123
|
\
\
|
|
/
|
*
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka
2015-04-02
1
-1/+123
*
|
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
7
-12/+64
*
|
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
Serhiy Storchaka
2015-04-02
4
-10/+82
|
\
\
|
|
/
|
*
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
Serhiy Storchaka
2015-04-02
4
-10/+82
[next]