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 #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6)
Guido van Rossum
2016-09-11
0
-0/+0
|
\
\
|
|
/
|
*
Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ...
Guido van Rossum
2016-09-11
1
-14/+113
*
|
Issue #26141: Update docs for typing.py. Ivan Levkivskyi.
Guido van Rossum
2016-09-11
1
-10/+104
*
|
Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6)
Guido van Rossum
2016-09-11
1
-2/+4
|
\
\
|
|
/
|
*
Issue #28073: Improve wording around None. Michael Lee.
Guido van Rossum
2016-09-11
1
-2/+4
*
|
Backed out changeset 8460a729e1de
Benjamin Peterson
2016-09-11
2
-15/+3
*
|
force gcc to use c99 inline semantics
Benjamin Peterson
2016-09-11
2
-3/+15
*
|
fix link to instrumentation
Benjamin Peterson
2016-09-11
1
-1/+1
*
|
add the usual extern C silliness to pydtrace.h
Benjamin Peterson
2016-09-11
1
-0/+6
*
|
reST is not markdown
Benjamin Peterson
2016-09-11
1
-17/+17
*
|
Backed out changeset 3934e070c9db
Benjamin Peterson
2016-09-11
1
-2/+1
*
|
Null merge
Serhiy Storchaka
2016-09-10
0
-0/+0
|
\
\
|
|
/
|
*
Backported tests for issue #28070.
Serhiy Storchaka
2016-09-10
1
-0/+3
*
|
Issue #28070: Fixed parsing inline verbose flag in regular expressions.
Serhiy Storchaka
2016-09-10
3
-0/+6
*
|
Issue #19500: Add client-side SSL session resumption to the ssl module.
Christian Heimes
2016-09-10
5
-20/+582
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
23
-85/+189
*
|
#28067: Fixed another typo.
Alexander Belopolsky
2016-09-10
1
-1/+1
*
|
Issue 28043: SSLContext has improved default settings
Christian Heimes
2016-09-10
5
-54/+82
*
|
IDLE newx items. merge from 3.5
Terry Jan Reedy
2016-09-10
2
-1/+32
|
\
\
|
|
/
|
*
IDLE newx items.
Terry Jan Reedy
2016-09-10
2
-0/+14
*
|
#28067: Fixed a typo.
Alexander Belopolsky
2016-09-10
1
-1/+1
*
|
Closes #28067: Do not call localtime (gmtime) in datetime module.
Alexander Belopolsky
2016-09-10
1
-42/+60
*
|
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
Steve Dower
2016-09-10
1
-2/+3
|
\
\
|
|
/
|
*
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
Steve Dower
2016-09-10
1
-2/+9
*
|
Issue #25221: merge from 3.5.
Mark Dickinson
2016-09-10
2
-1/+5
|
\
\
|
|
/
|
*
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...
Mark Dickinson
2016-09-10
2
-1/+5
*
|
Merge from 3.5
Steve Dower
2016-09-10
2
-35/+29
|
\
\
|
|
/
|
*
Issue #27932: Backs out change
Steve Dower
2016-09-10
2
-35/+29
*
|
Fixed compiler warnings in compact dict implementation on 32-bit platforms.
Serhiy Storchaka
2016-09-10
1
-11/+11
*
|
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka
2016-09-10
4
-63/+94
*
|
Issue #28046: Fix get_sysconfigdata_name().
Xavier de Gaye
2016-09-10
1
-7/+14
*
|
Backed out changeset 491bbba73bca
Zachary Ware
2016-09-10
1
-1/+1
*
|
One more spelling fix
Martin Panter
2016-09-10
1
-1/+1
*
|
Merge spelling fixes from 3.5
Martin Panter
2016-09-10
2
-3/+3
|
\
\
|
|
/
|
*
Correct spelling in documentation and code comment
Martin Panter
2016-09-10
3
-4/+4
*
|
test_platform: Save/restore os.environ on Windows
Victor Stinner
2016-09-10
1
-0/+7
*
|
Issue #17909: Accept binary input in json.loads
Nick Coghlan
2016-09-10
6
-16/+70
*
|
Issue #27137: align Python & C implementations of functools.partial
Nick Coghlan
2016-09-10
4
-92/+182
*
|
Merge 3.5 (regrtest)
Victor Stinner
2016-09-10
1
-1/+1
|
\
\
|
|
/
|
*
regrtest: accept options after test names
Victor Stinner
2016-09-10
1
-1/+1
*
|
test_eintr: Fix ResourceWarning warnings
Victor Stinner
2016-09-10
1
-0/+5
*
|
Show regrtest env changed warn on Windows buildbot
Victor Stinner
2016-09-10
1
-1/+1
*
|
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
3
-21/+55
|
\
\
|
|
/
|
*
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
3
-21/+55
*
|
Fix Python version in pdb.rst
Berker Peksag
2016-09-10
1
-2/+2
*
|
Issue #18401: Fix test_pdb on Windows
Victor Stinner
2016-09-10
1
-14/+7
*
|
Fix check_force_ascii()
Victor Stinner
2016-09-10
1
-8/+9
*
|
Issue #18401: Fix test_pdb if $HOME is not set
Victor Stinner
2016-09-10
1
-6/+10
*
|
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Ćukasz Langa
2016-09-10
4
-30/+78
*
|
Try to fix sizeof unit tests on dict
Victor Stinner
2016-09-10
2
-4/+5
[prev]
[next]