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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)
Miss Islington (bot)
2017-09-07
1
-0/+3
*
[3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)
Miss Islington (bot)
2017-09-07
1
-0/+1
*
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...
Steve Dower
2017-09-06
1
-0/+1
*
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Miss Islington (bot)
2017-09-06
3
-2/+3
*
[3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3...
Gregory P. Smith
2017-09-06
1
-0/+1
*
[3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)
Christian Heimes
2017-09-06
1
-0/+2
*
bpo-31350: Optimize get_event_loop and _get_running_loop (GH-3347) (GH-3373)
Miss Islington (bot)
2017-09-06
1
-0/+1
*
[3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369)
Miss Islington (bot)
2017-09-06
1
-0/+1
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)
Victor Stinner
2017-09-05
1
-0/+3
*
[3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)
Christian Heimes
2017-09-05
1
-0/+1
*
[3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)
Christian Heimes
2017-09-05
1
-0/+4
*
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
Christian Heimes
2017-09-05
1
-0/+2
*
Simplify NEWS entry to prevent suspicious warnings. (#3339)
Ned Deily
2017-09-05
1
-8/+1
*
Rename my manually mis-named NEWS.d file. #sorry (#3326)
Gregory P. Smith
2017-09-04
1
-0/+0
*
bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)
Gregory P. Smith
2017-09-04
1
-0/+2
*
[3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)
Christian Heimes
2017-09-04
1
-0/+1
*
Blurbify 3.6. (#3287)
larryhastings
2017-09-04
42
-8934/+26440
*
bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
2017-09-04
1
-0/+2
*
[3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315...
Gregory P. Smith
2017-09-03
1
-0/+3
*
[3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274)
Gregory P. Smith
2017-09-03
1
-0/+3
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)
Serhiy Storchaka
2017-09-03
1
-0/+1
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)...
Christopher Wilcox
2017-09-01
1
-0/+2
*
[3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep...
Antoine Pitrou
2017-09-01
1
-0/+2
*
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)
Victor Stinner
2017-09-01
1
-0/+2
*
[3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...
Oren Milman
2017-08-30
1
-0/+3
*
[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-08-30
1
-0/+1
*
[3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...
Terry Jan Reedy
2017-08-30
1
-0/+1
*
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)
Oren Milman
2017-08-29
1
-0/+2
*
[3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)
Terry Jan Reedy
2017-08-27
1
-0/+4
*
[3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...
Terry Jan Reedy
2017-08-27
1
-0/+1
*
[3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)
Terry Jan Reedy
2017-08-26
1
-1/+2
*
[3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...
Oren Milman
2017-08-26
1
-0/+2
*
[3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...
Łukasz Langa
2017-08-22
2
-0/+7
*
bpo-31161: only check for parens error for SyntaxError (#3083)
Martijn Pieters
2017-08-22
1
-0/+3
*
bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168)
Victor Stinner
2017-08-21
1
-0/+2
*
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)
Cheryl Sabella
2017-08-19
1
-0/+2
*
[3.6] bpo-31232: Backport custom print rshift message (GH-3155)
Nick Coghlan
2017-08-19
1
-0/+2
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)
Victor Stinner
2017-08-18
1
-0/+2
*
[3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3...
Terry Jan Reedy
2017-08-18
1
-0/+1
*
Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext...
Victor Stinner
2017-08-16
1
-4/+0
*
[3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097)
Terry Jan Reedy
2017-08-15
1
-0/+2
*
[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)
Christian Heimes
2017-08-15
1
-0/+2
*
[3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092)
Terry Jan Reedy
2017-08-15
1
-0/+1
*
[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (...
Łukasz Langa
2017-08-14
1
-0/+4
*
[3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#...
Terry Jan Reedy
2017-08-10
1
-0/+3
*
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30...
Serhiy Storchaka
2017-08-09
1
-0/+1
*
ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030)
Victor Stinner
2017-08-09
1
-0/+4
*
[3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018)
Terry Jan Reedy
2017-08-07
1
-0/+1
*
[3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (G...
Antoine Pitrou
2017-08-06
1
-0/+1
*
[3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003)
Shane Harvey
2017-08-05
2
-0/+3
[next]