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
*
Fixed refactoring bug in dd046963bd42 (issue27129).
Serhiy Storchaka
2016-09-11
1
-1/+1
*
Wrap testPasswordProtectedSite with @reap_threads
Berker Peksag
2016-09-11
1
-0/+1
*
Closed #26533: Merged update from 3.5.
Vinay Sajip
2016-09-11
1
-5/+14
|
\
|
*
Closed #26533: expanded on behaviour of logging.config.listen().
Vinay Sajip
2016-09-11
1
-5/+14
*
|
Merged upstream changes.
Vinay Sajip
2016-09-11
1
-220/+139
|
\
\
|
*
|
Issue #25497: Rewrite test_robotparser to use a class based design
Berker Peksag
2016-09-11
1
-220/+139
*
|
|
Closes #25671: Merged fix from 3.5.
Vinay Sajip
2016-09-11
1
-19/+20
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fixes #25671: Updated prompt handling in activate.fish.
Vinay Sajip
2016-09-11
1
-19/+20
*
|
Use uint16_t instead of short in audioop.
Serhiy Storchaka
2016-09-11
1
-14/+14
*
|
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka
2016-09-11
12
-20/+20
*
|
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka
2016-09-11
7
-158/+173
*
|
Issue #27952: Merge fixcid.py from 3.5
Martin Panter
2016-09-11
3
-25/+125
|
\
\
|
|
/
|
*
Issue #27952: Get fixcid.py working with the re module
Martin Panter
2016-09-11
3
-25/+122
*
|
Issue #27991: Merge from 3.5
Berker Peksag
2016-09-11
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27991: Remove incorrect sentence about store_true
Berker Peksag
2016-09-11
1
-2/+2
*
|
Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...
Berker Peksag
2016-09-11
8
-116/+83
*
|
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
12
-34/+58
*
|
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
5
-8/+101
*
|
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
21
-15/+74
*
|
issue23591: add auto() for auto-generating Enum member values
Ethan Furman
2016-09-11
3
-31/+195
*
|
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
8
-1258/+1358
*
|
Remove the debug print that i accidentally left in.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-11
1
-1/+0
|
\
\
|
|
/
|
*
Remove the debug print that i accidentally left in.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-11
1
-1/+0
*
|
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
|
\
\
|
|
/
[next]