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
*
Issue #28114: Merge from 3.6
Berker Peksag
2016-09-15
1
-2/+15
|
\
|
*
Issue #28114: Fix a crash in parse_envlist() when env contains byte strings
Berker Peksag
2016-09-15
1
-2/+15
*
|
Merge 3.6 (issue #26182)
Yury Selivanov
2016-09-15
4
-58/+104
|
\
\
|
|
/
|
*
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
Yury Selivanov
2016-09-15
4
-58/+104
*
|
merge 3.6
Benjamin Peterson
2016-09-15
1
-2/+6
|
\
\
|
|
/
|
*
Unicode 9.0.0
Benjamin Peterson
2016-09-15
1
-2/+6
*
|
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-23/+92
|
\
\
|
|
/
|
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-23/+92
|
|
\
|
|
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-23/+92
*
|
|
Merge 3.6 (test os.spawn*)
Victor Stinner
2016-09-14
1
-0/+86
|
\
\
\
|
|
/
/
|
*
|
Issue #28114: Add unit tests on os.spawn*()
Victor Stinner
2016-09-14
1
-0/+86
*
|
|
Issue #28131: Merge from 3.6
Berker Peksag
2016-09-14
1
-0/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #28131: Merge from 3.5
Berker Peksag
2016-09-14
1
-0/+13
|
|
\
\
|
|
|
/
|
|
*
Issue #28131: Fix a regression in zipimport's compile_source()
Berker Peksag
2016-09-14
1
-0/+13
*
|
|
Merge 3.6 (fix dict.pop)
Victor Stinner
2016-09-13
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Fix _PyDict_Pop() on pending key
Victor Stinner
2016-09-13
1
-0/+9
*
|
|
Remove pystone microbenchmark
Victor Stinner
2016-09-13
1
-277/+0
*
|
|
Issue #28102: The zipfile module CLI now prints usage to stderr.
Serhiy Storchaka
2016-09-13
1
-5/+5
|
/
/
*
|
merge 3.5
Benjamin Peterson
2016-09-13
1
-1/+2
|
\
\
|
|
/
|
*
Issue #27952: Capture stderr in run_script()
Berker Peksag
2016-09-13
1
-1/+2
*
|
Update pydoc topics for 3.6.0b1
Ned Deily
2016-09-12
1
-87/+226
*
|
Issue #27322: back out the commit. needs to be addressed after beta1.
Christian Heimes
2016-09-12
1
-1/+0
*
|
Issue #27322: skip test_compile_path when sys.path is not writeable.
Christian Heimes
2016-09-12
1
-0/+1
*
|
merge
Christian Heimes
2016-09-12
17
-33/+149
|
\
\
|
*
|
Issue #17941: Add a *module* parameter to collections.namedtuple()
Raymond Hettinger
2016-09-12
2
-6/+14
|
*
|
merge
Raymond Hettinger
2016-09-12
2
-0/+19
|
|
\
\
|
|
|
/
|
|
*
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
Raymond Hettinger
2016-09-12
2
-0/+19
|
*
|
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
4
-25/+51
|
|
\
\
|
|
|
/
|
|
*
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
3
-26/+49
|
*
|
Issue #28095: Temporarily disable part of test_startup_imports on OS X.
Ned Deily
2016-09-12
1
-1/+3
|
*
|
Fixes test_getargs2 to get the buildbots working again.
Steve Dower
2016-09-12
1
-1/+1
|
*
|
Merge 3.5 (issue #27456)
Yury Selivanov
2016-09-12
1
-0/+16
|
|
\
\
|
|
|
/
|
|
*
Issue #27456: asyncio: Set TCP_NODELAY by default.
Yury Selivanov
2016-09-12
1
-0/+16
|
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-12
7
-0/+45
|
|
\
\
|
|
|
/
|
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-12
7
-0/+45
|
|
*
Issue #28079: Update typing and test typing from python/typing repo.
Guido van Rossum
2016-09-11
2
-63/+407
|
|
*
#19003: Only replace \r and/or \n line endings in email.generator.
R David Murray
2016-09-11
2
-6/+22
*
|
|
Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOC...
Christian Heimes
2016-09-12
1
-3/+23
|
/
/
*
|
Add another f-string comment test, to make sure # are being caught in the rig...
Eric V. Smith
2016-09-11
1
-0/+2
*
|
Make an f-string error message more exact and consistent.
Eric V. Smith
2016-09-11
1
-1/+2
*
|
Issue #28079: Update typing and test typing from python/typing repo.
Guido van Rossum
2016-09-11
2
-144/+289
*
|
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
Christian Heimes
2016-09-11
2
-0/+34
*
|
issue28082: better name for Flag
Ethan Furman
2016-09-11
1
-2/+2
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
3
-12/+11
*
|
Merge: #19003: Only replace \r and/or \n line endings in email.generator.
R David Murray
2016-09-11
2
-6/+22
*
|
Issue #28022: Catch another deprecation warning in imaplib
Christian Heimes
2016-09-11
1
-2/+4
*
|
issue28083: add IntFlag constants
Ethan Furman
2016-09-11
1
-1/+11
*
|
issue28082: use IntFlag for re constants
Ethan Furman
2016-09-11
1
-12/+21
*
|
Enum._convert: sort by value, then by name
Ethan Furman
2016-09-11
1
-3/+10
*
|
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
Xavier de Gaye
2016-09-11
2
-16/+11
[next]